Jephe Wu - http://linuxtechres.blogspot.com
- PHP and Zabbix
[Wed Jun 15 11:08:14 2011] [error] [client 192.168.1.3] PHP Fatal error: Call to undefined function bcscale() in /var/www/html/zabbix/include/defines.inc.php on line 794
Solution: yum install bcmath
- Check of pre-requisites
vi /etc/php.ini to change:
timezone = Australia/Sydney
post_max_size = 32M
upload_max_filesize = 2M
max_execution_time = 600
max_input_time = 600
yum install php-mbstring
yum install php-gd
- PHP and PHP53
vi /etc/yum.conf to add
exclude=php53*
or yum install php* --exclude=php53*
- References