I'm trying a new install of zabbix 1.8, and during the pre requesite check, I'm getting a failure of: PHP MB String support
I was also getting a failure of PHP MB String overload until I changed php.ini to include: mbstring.func_overload = 2
I'm on CentOS 5.3, and in installed php-mbstring. Any suggestions on what I need to change to get zabbix to detect it?
[root@admin3-test zabbix]# rpm -qa | grep php
php-pdo-5.1.6-23.2.el5_3
php-cli-5.1.6-23.2.el5_3
php-mysql-5.1.6-23.2.el5_3
php-gd-5.1.6-23.2.el5_3
php-mbstring-5.1.6-23.2.el5_3
php-common-5.1.6-23.2.el5_3
php-5.1.6-23.2.el5_3
php-bcmath-5.1.6-23.2.el5_3
[root@admin3-test zabbix]#
I was also getting a failure of PHP MB String overload until I changed php.ini to include: mbstring.func_overload = 2
I'm on CentOS 5.3, and in installed php-mbstring. Any suggestions on what I need to change to get zabbix to detect it?
[root@admin3-test zabbix]# rpm -qa | grep php
php-pdo-5.1.6-23.2.el5_3
php-cli-5.1.6-23.2.el5_3
php-mysql-5.1.6-23.2.el5_3
php-gd-5.1.6-23.2.el5_3
php-mbstring-5.1.6-23.2.el5_3
php-common-5.1.6-23.2.el5_3
php-5.1.6-23.2.el5_3
php-bcmath-5.1.6-23.2.el5_3
[root@admin3-test zabbix]#

Comment