From:             gideon dot kimbrell at medcentercanada dot com
Operating system: Linux RH 9 PLESK
PHP version:      4.3.4
PHP Bug Type:     GD related
Bug description:  configure: error: libjpeg.(a|so) not found.

Description:
------------
hello...

currently running php 4.2.2 and trying to install 4.3.4 for GD and MCRYPT
reasons...

i first downloaded the 4.3.4 tarball and did:

./configure --prefix=/usr --with-gd --with-gettext=/usr --enable-safe-mode
--with-config-file-path=/etc/httpd --with-exec-dir=/usr/bin --with-zlib
--enable-magic-quotes --with-regex=system --with-ttf --with-db --with-gdbm
--enable-mbstring --enable-mbstr-enc-trans --enable-track-vars
--enable-wddx=shared --enable-mm=shared --enable-xml --enable-ftp
--disable-debug --with-libdir=/usr/lib --with-interbase=shared
--with-pgsql=shared --with-ldap --with-imap --with-pdflib=shared
--with-mcrypt

and i got the error:
configure: error: libjpeg.(a|so) not found.

i then searched google, and landed on the snapshots. i untarred the most
recent snapshot and did this:

./configure --prefix=/usr --with-gd --with-gettext=/usr --enable-safe-mode
--with-config-file-path=/etc/httpd --with-exec-dir=/usr/bin --with-zlib
--enable-magic-quotes --with-regex=system --with-ttf --with-db --with-gdbm
--enable-mbstring --enable-mbstr-enc-trans --enable-track-vars
--enable-wddx=shared --enable-mm=shared --enable-xml --enable-ftp
--disable-debug --with-libdir=/usr/lib --with-interbase=shared
--with-pgsql=shared --with-ldap --with-imap --with-pdflib=shared
--with-mcrypt

and i got the error:
configure: error: libjpeg.(a|so) not found.

however... /usr/bin contains libjpeg.so.62 which I believe is all that it
would require.

do i need additional libraries, or is this a configuration problem, or is
it a bug?

thank you very much!

Reproduce code:
---------------
Configuring extensions
checking for OpenSSL support... no
checking for ZLIB support... yes
checking if the location of ZLIB install directory is defined... no
checking for gzgets in -lz... yes
checking whether to enable bc style precision math functions... no
checking for BZip2 support... no
checking whether to enable calendar conversion support... no
checking for cpdflib support... no
checking for CRACKlib support... no
checking whether to enable ctype functions... yes
checking for CURL support... no
checking for cyrus imap support... no
checking for xDBM support... yes
checking for gdbm_open in -lgdbm... yes
checking preferred dbm library... gdbm chosen
checking for gdbm.h... yes
checking whether to enable DBA... no
checking for gdbm_open in -lgdbm... yes
checking for GDBM support... yes
checking for NDBM support... no
checking for Berkeley DB4 support... no
checking for Berkeley DB3 support... no
checking for Berkeley DB2 support... no
checking for DBM support... no
checking for CDB support... builtin
checking for INI File support... builtin
checking for FlatFile support... builtin
checking whether to enable DBA interface... yes
checking whether to enable dbase support... no
checking whether to enable dbx support... no
checking whether to enable direct I/O support... no
checking for DOM support... no
checking for DOM XSLT support... no
checking for DOM EXSLT support... no
checking whether to enable EXIF (metadata from images) support... no
checking for FrontBase SQL92 (fbsql) support... no
checking for FDF support... no
checking whether to enable the bundled filePro support... no
checking for FriBidi support... no
checking whether to enable FTP support... yes
checking for GD support... yes
checking for the location of libjpeg... /usr/lib
checking for the location of libpng... no
checking for the location of libXpm... no
checking for FreeType 1.x support... yes
checking for FreeType 2... no
checking for T1lib support... no
checking whether to enable truetype string function in GD... no
checking whether to enable JIS-mapped Japanese font support in GD... no
checking for fabsf... yes
checking for floorf... yes
configure: error: libjpeg.(a|so) not found.
[EMAIL PROTECTED] php4-STABLE-200311290230]#


Expected result:
----------------
finish configure so i can compile.


-- 
Edit bug report at http://bugs.php.net/?id=26459&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26459&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26459&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26459&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26459&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26459&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=26459&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=26459&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26459&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26459&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26459&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26459&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26459&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26459&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26459&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26459&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26459&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26459&r=float

Reply via email to