I have the following issue with php; php-gd and GD PNG Support both show unknown with following error
PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/gd.so' - libfreetype.so.6: cannot open shared object file: No such file or directory in Unknown on line 0
My PHP GD version
php-gd-5.3.3-3.el6_2.8.x86_64 already installed and latest version
in addition I set my php.ini file date.timezone to (/etc/php.ini)
;date.timezone = America/New_York
The web interface still shows time unset??
Both zabbix zabbix-agentd zabbix-web were installed via yum. CentOS v6 64bit. This is my second installation both same issue. I had tried linking gd.so files to another directory - this did not work. any ideas as this must be common.
PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/gd.so' - libfreetype.so.6: cannot open shared object file: No such file or directory in Unknown on line 0
My PHP GD version
php-gd-5.3.3-3.el6_2.8.x86_64 already installed and latest version
in addition I set my php.ini file date.timezone to (/etc/php.ini)
;date.timezone = America/New_York
The web interface still shows time unset??
Both zabbix zabbix-agentd zabbix-web were installed via yum. CentOS v6 64bit. This is my second installation both same issue. I had tried linking gd.so files to another directory - this did not work. any ideas as this must be common.
Comment