Hello Team,
I am trying to setup zabbix frontend, where I got these errors:
At least one of MySQL, PostgreSQL, Oracle, SQLite3 or IBM DB2 should be supported.
PHP bcmath extension missing (PHP configuration parameter --enable-bcmath).
PHP mbstring extension missing (PHP configuration parameter --enable-mbstring).
PHP sockets extension missing (PHP configuration parameter --enable-sockets).
PHP gd extension missing (PHP configuration parameter --with-gd).
PHP gd PNG image support missing.
PHP gd JPEG image support missing.
PHP gd FreeType support missing.
I have installed PostgreSQL and also run these commands while installing zabbix server.(./configure --enable-bcmath --with-gd -with-freetype-dir --enable-mbstring --enable-sockets --with-pgsql) and also change extension parameter in configure file.
Still these issues exist.
Please let me know If I am missing something or need to change something else.
Thanks
I am trying to setup zabbix frontend, where I got these errors:
At least one of MySQL, PostgreSQL, Oracle, SQLite3 or IBM DB2 should be supported.
PHP bcmath extension missing (PHP configuration parameter --enable-bcmath).
PHP mbstring extension missing (PHP configuration parameter --enable-mbstring).
PHP sockets extension missing (PHP configuration parameter --enable-sockets).
PHP gd extension missing (PHP configuration parameter --with-gd).
PHP gd PNG image support missing.
PHP gd JPEG image support missing.
PHP gd FreeType support missing.
I have installed PostgreSQL and also run these commands while installing zabbix server.(./configure --enable-bcmath --with-gd -with-freetype-dir --enable-mbstring --enable-sockets --with-pgsql) and also change extension parameter in configure file.
Still these issues exist.
Please let me know If I am missing something or need to change something else.
Thanks

Comment