Hi all,
I have Linux 7.0 Redhat, Apache 1.3.12, mysql 3.22.32 and PHP 4.1.1 all working
Downloaded GD 2.0.1 (beta)
made GD install fine
Now I am reconfiguring PHP with:
./configure --with-mysql=/usr/local/mysql-3.22.32-pc-linux-gnu-i686/ --with-apxs=/opt/apache_1.3.12/bin/apxs --with-gd=/opt/gd-2.0.1
I get this output:
checking whether to include GD support... yes
checking whether to enable truetype string function in gd... no
checking for the location of libjpeg... no
If configure fails try --with-jpeg-dir=<DIR>
checking for the location of libpng... no
If configure fails try --with-png-dir=<DIR> and --with-zlib-dir=<DIR>
checking for the location of libXpm... no
If configure fails try --with-xpm-dir=<DIR>
checking for freetype(2)... no
If configure fails try --with-freetype-dir=<DIR>
checking whether to include include FreeType 1.x support... no
checking whether to include T1lib support... no
configure: error: Unable to find libgd.(a|so) anywhere under /opt/gd-2.0.1
I am able to 'locate' all these libs under /usr/lib/
How should I fix this confusion
Thanks
-S