hi all,
i installed php4.3.2 on apache 1.3 on a linux box with mysql.
the configure command i used:
./configure --prefix=/usr/local/php --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-gd --with-freetype --enable-ftp --with-jpeg --with-png --with-gif --with-xml --with-xslt --with-zlib
all libreries were installed at the time of system installation at default locations (/usr/lib)
the thing compiled without any problem.
it is working except image functions.
for instance, i used imagecreatefromjpeg() but it gives error.
Fatal error: Call to undefined function: imagecreatefromjpeg() in /usr/local/apache/htdocs/imageprocessing/ImageProcess.php on line 93
any thoughts?
why is it not finding the library when it is installed?
Sameer.