Hi,
I have som trouble installing the bcmath module on my Ubuntu server.
Installed with the command:
Code:
sudo apt install php-bcmath
When checking with the command:
Code:
sudo apt-cache search php
I get a lot of modules installed, also the bcmath:
Code:
php8.2-bcmath - Bcmath module for PHP
However the webservice where this module is required, is failing because of the missing module.
When checking my server with phpinfo:
Code:
<?php
phpinfo();
?>
I can't find it.
Any suggestions on how to resolve this issue?