Hi, I'm trying to run the configure script for PHP 4.3.0. It keeps exiting with the following message:
configure: error: libjpeg.(a|so) not found. This is how I'm running configure: ./configure --prefix=/opt/sfw/php --with-mysql=/opt/mysql \ --with-pgsql=/opt/postgres --with-gd=shared,/opt/sfw/lib \ --with-freetype --with-freetype-dir=/opt/sfw/lib \ --with-jpeg --with-jpeg-dir=/opt/sfw/lib \ --with-png --with-png-dir=/opt/sfw/lib \ --with-xpm --with-xpm-dir=/opt/sfw/lib \ --enable-gd-native-ttf --enable-gd-imgstrttf --with-pear \ --with-openssl=/opt/sfw/ssl --with-zlib=/opt/sfw/zlib \ --with-zlib-dir=/opt/sfw/lib \ --enable-calendar --without-pdflib --without-cpdflib \ --enable-ftp --with-gettext=/opt/sfw/gettext --with-java=/usr/j2se \ --enable-sockets --enable-sysvsem --with-tsrm-pthreads \ --with-exec-dir=/opt/sfw/php/bin \ --with-apxs=/usr/apache/bin/apxs --with-expat-dir=/opt/sfw/expat I made sure that there was a copy of libjpeg.a in /opt/sfw/lib. Any pointers to a solutions would be greatly appreciated! -bill -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php