I was reading the requirement of zabbix 1.8 (http://www.zabbix.com/documentation/...n/requirements) and downloaded PHP 5.3.2.
I tried to configure with option below:
./configure --with-mysql --enable-bcmath --with-gd --with-jpeg-dir --with-png-dir --with-zlib --with-apxs2=/usr/local/apache/bin/apxs --enable-gd-native-ttf --with-ttf --enable-mbstring --enable-sockets --prefix=/usr/local/php
However I am getting the below error:
Notice: Following unknown configure options were used:
--with-ttf
Should I ignore it ?
Thanks
Steven
I tried to configure with option below:
./configure --with-mysql --enable-bcmath --with-gd --with-jpeg-dir --with-png-dir --with-zlib --with-apxs2=/usr/local/apache/bin/apxs --enable-gd-native-ttf --with-ttf --enable-mbstring --enable-sockets --prefix=/usr/local/php
However I am getting the below error:
Notice: Following unknown configure options were used:
--with-ttf
Should I ignore it ?
Thanks
Steven
Comment