I have the new Zabbix 1.6.5 stuff im working on.
Now that I can at least get to the openening web page of the Zabbix server to start the checks, it fails on the "PHP with BC math support".
I have recompiled my php with the bcmath enabled as shown below.
php:>./configure --enable-bcmath --with-mysql
php:> (configures with no issue)
php:>make
php:>(makes with no issues)
php:>make install
php:>(installs with no issues)
at end it says add /usr/local/lib to the Path statement in your php.ini file.
the only PATH statement for php.ini is the following.
safe_mode_protected_env_vars = LD_LIBRARY_PATH
Do I put the /usr/local/lib in my zabbix server user enviroment or in roots, or where? Or is it another issue all together?
Now that I can at least get to the openening web page of the Zabbix server to start the checks, it fails on the "PHP with BC math support".
I have recompiled my php with the bcmath enabled as shown below.
php:>./configure --enable-bcmath --with-mysql
php:> (configures with no issue)
php:>make
php:>(makes with no issues)
php:>make install
php:>(installs with no issues)
at end it says add /usr/local/lib to the Path statement in your php.ini file.
the only PATH statement for php.ini is the following.
safe_mode_protected_env_vars = LD_LIBRARY_PATH
Do I put the /usr/local/lib in my zabbix server user enviroment or in roots, or where? Or is it another issue all together?
Comment