I'm trying to configure php 4.0.6 like this:
./configure
--with-mysql
--with-apache=/home/server/apache_1.3.20 --with-gd
--with-jpeg-dir=/usr/local/lib
--with-png-d ir=/usr/local
--with-tifflib=/usr/local
--with-t1lib=/usr/local
--with-zlib
--with-freetype-dir=/usr/local
--with-pdflib=/usr/local
--with-swf=/home/server/dist
--with-ttf
--enable-track-vars
Everything seems to work fine, but NOT ttf.
It says:
checking whether to enable truetype string function in gd... no
Where is the problem?
Please help before I totally loose my mind.
Thanks