I am trying to compile zabbix in Linux Server release 6.6
PHP Version: 5.5.38
I am using below commands for compilation
./configure --with-apxs2=/tools/appsw/oracle/apache/bin/apxs --enable-bcmath --enable-mbstring --enable-sockets --with-mysql --prefix=/tools/appsw/oracle/apache/php --with-config-file-path=/tools/appsw/oracle/apache/php --with-oci8=/tools/utilsw/oracle/11gclient --with-gd --with-vpx-dir --with-jpeg-dir --with-png-dir --with-xpm-dir --with-freetype-dir --with-t1lib --enable-gd-native-ttf --enable-gd-jis-conv
Getting below error
checking for GD support... yes
checking for the location of libvpx... yes
checking for the location of libjpeg... yes
checking for the location of libpng... yes
checking for the location of libXpm... yes
checking for FreeType 2... yes
checking for T1lib support... yes
checking whether to enable truetype string function in GD... yes
checking whether to enable JIS-mapped Japanese font support in GD... yes
configure: error: vpx_codec.h not found.
How to fix this, since it is referring vpx_codec.h under /usr/local/include
File vpx_codec.h does not exist under /usr/local/include..
what package i need to install to fix this on Linux Server release 6.6
PHP Version: 5.5.38
I am using below commands for compilation
./configure --with-apxs2=/tools/appsw/oracle/apache/bin/apxs --enable-bcmath --enable-mbstring --enable-sockets --with-mysql --prefix=/tools/appsw/oracle/apache/php --with-config-file-path=/tools/appsw/oracle/apache/php --with-oci8=/tools/utilsw/oracle/11gclient --with-gd --with-vpx-dir --with-jpeg-dir --with-png-dir --with-xpm-dir --with-freetype-dir --with-t1lib --enable-gd-native-ttf --enable-gd-jis-conv
Getting below error
checking for GD support... yes
checking for the location of libvpx... yes
checking for the location of libjpeg... yes
checking for the location of libpng... yes
checking for the location of libXpm... yes
checking for FreeType 2... yes
checking for T1lib support... yes
checking whether to enable truetype string function in GD... yes
checking whether to enable JIS-mapped Japanese font support in GD... yes
configure: error: vpx_codec.h not found.
How to fix this, since it is referring vpx_codec.h under /usr/local/include
File vpx_codec.h does not exist under /usr/local/include..
what package i need to install to fix this on Linux Server release 6.6
Comment