This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
Howdy,
Which distro are you running?
It may just be a matter of installing the package. The Virtualmin repository, as well as many distro's, package php-bcmath as a separate PHP module.
On CentOS 5, for example, you'd just run:
yum install php-bcmath
So I'd recommend searching your available packages on your distro for bcmath, look for the PHP module, then you should be able to install that.
-Eric
thank you for your answer. it was very helpful.
<b>office@colesnicov.at wrote:</b>
<div class='quote'>How can i install bcmod?
I need the math functions for my PHP build. What can i doo
How can i configure my PHP with --enable-bcmath?</div>
yum search <i>string</i> works too :)