From: [EMAIL PROTECTED] Operating system: Linux 2.4/RedHat 7.1 PHP version: 4.0.6 PHP Bug Type: Compile Problem Bug description: Can't find libjpeg after upgrade to 4.0.6 When trying to compile 4.0.6 with the same configuration as 4.0.5, configure complains that it can't find libjpeg, although the library files are located in the specified directory (/usr). This is the output of configure: checking whether to include PCRE support... yes checking for memmove... (cached) yes checking whether to include PDFlib support... yes checking for the location of libjpeg... yes checking for jpeg_read_header in -ljpeg... no configure: error: libjpeg not found! Here is my command line: ./configure \ --with-apxs=/usr/sbin/apxs \ --with-gettext=no \ --with-pgsql \ --with-msql=/usr/local/Hughes \ --with-mnogosearch=/usr/local/mnogosearch \ --without-mysql \ --without-gd \ --with-xml \ --with-dom=shared,/usr/local \ --with-java=/usr/local/jdk1.2.2 \ --with-pdflib=/usr/local \ --with-pspell \ --enable-track-vars=yes \ --with-jpeg-dir=/usr \ --with-tiff-dir=/usr \ --with-zlib-dir=/usr \ --with-session=/tmp \ --enable-trans-sid -- Edit Bug report at: http://bugs.php.net/?id=11840&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]