Hi,
I am trying to install PHP 4.2.3 on a server under Mandrake 9.0 using GD, libjpeg, libpng and zlib. I saw the packages were already installed by Mandrake and I used the directories the libraries were installed in in my configure line but it seems not to find them.
Here is the line I wrote for configure :
./configure --enable-track-vars --enable-ftp --with-mysql=/usr/local/mysql --with-config-file-path=/home/web/conf --with-apache=/usr/local/apache_1.3.26 --with-gd=/usr/lib --with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib --with-zlib-dir=/lib
I get the follwing error message : cannot find libz.
I checked in the /lib directory and there is a libz.so.1.
I then tried installing every library from source in /usr/local subdirectories and retried configuring php with new locations but that time, libjpeg.(a|so) was not found.
Could anybody jelp me about this, I'm quite unfamiliar with linux ...
TIA
BEn