Gene Ballard wrote: > I?ve looked through config.log file, searched Google and tried > to find info on php.net but to no avail.
Perhaps this info is really missing on php.net - I can't find it either. I filed a documentation bug report for it now. > Working on recompiling php with curl but I get the error: > checking for the location of libjpeg... yes > checking for jpeg_read_header in -ljpeg... no > configure: error: Problem with libjpeg. > > ============= Configure Command ============== > ./configure > i386-redhat-linux --prefix=/usr --exec-prefix=/usr --bindir=/u > sr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/sh > are --includedir=/usr/include --libdir=/usr/lib --libexecdir=/ > usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --m > andir=/usr/share/man --infodir=/usr/share/info --prefix=/usr - > -with-config-file-path=/etc --enable-force-cgi-redirect --disa > ble-debug --enable-pic --disable-rpath --enable-inline-optimiz > ation --with-bz2 --with-db3 --with-exec-dir=/usr/bin --with-pn > g-dir=/usr --with-gd --enable-gd-native-ttf --with-ttf --with- > gdbm --with-gettext --with-ncurses --with-gmp --with-iconv --w > ith-jpeg-dir=/usr/lib Try "--with-jpeg-dir=/usr", so configure can find the header file in /usr/include and the library in /usr/lib. Regards... Michael