Hi
I am trying to install Zabbix 5 alpha 2 on Centos 7.7 fully updated. I am following official instructions at
All goes fine until step h when i have to go to the frontend and configure the missing elements, there on the pre check part I got this error
PHP gd extension missing (PHP configuration parameter --with-gd).
Current Required
I am trying to install Zabbix 5 alpha 2 on Centos 7.7 fully updated. I am following official instructions at
All goes fine until step h when i have to go to the frontend and configure the missing elements, there on the pre check part I got this error
PHP gd extension missing (PHP configuration parameter --with-gd).
Current Required
| PHP gd | 2.1.0 | 2.2 | Fail |
| I cannot get forward, I created an small php file to get the actual version of gd component an indeed it is version 2.1 [root@zabbix5-test ~]# cat test.php <?php var_dump(gd_info()); ?> [root@zabbix5-test ~]# php test.php array(13) { ["GD Version"]=> string(26) "bundled (2.1.0 compatible)" ["FreeType Support"]=> bool(true) ["FreeType Linkage"]=> string(13) "with freetype" ["GIF Read Support"]=> bool(true) ["GIF Create Support"]=> bool(true) ["JPEG Support"]=> bool(true) ["PNG Support"]=> bool(true) ["WBMP Support"]=> bool(true) ["XPM Support"]=> bool(true) ["XBM Support"]=> bool(true) ["WebP Support"]=> bool(true) ["BMP Support"]=> bool(true) ["JIS-mapped Japanese Font Support"]=> bool(false) } [root@zabbix5-test ~]# I was thinking on using a newer php version, but after seeing dependencies for package zabbix-web-mysql-scl I saw it is tied to php 7.2 so php 7.3 won't work Any idea on how to fix this will be welcome. Thank you |
Comment