From:             c dot meisinger at livingliquid dot com
Operating system: RedHat 7.3
PHP version:      4.3.7
PHP Bug Type:     Compile Failure
Bug description:  error: Problem with libjpeg.(a|so)

Description:
------------
if i compile php 4.3.7 with --with-jpge-dir=...
 i get the following error:

checking for jpeg_read_header in -ljpeg... no
configure: error: Problem with libjpeg.(a|so). Please check config.log for
more information.

jpeg-6b is installed.
all works perfect with 4.3.6 and previous versions

my configure looks like this:
'./configure' \
'--prefix=/usr/local/php' \
'--with-openssl=/usr/local/ssl' \
'--with-zlib' \
'--with-bz2' \
'--with-zip' \
'--with-mysql=/usr/local/mysql' \
'--with-wddx' \
'--with-gd' \
'--enable-native-gd-ttf' \
'--enable-ttf' \
'--with-ttf' \
'--with-t1lib' \
'--with-jpeg-dir=/usr/lib/' \
'--with-png-dir=/usr/lib/' \
'--with-apache=/usr/local/src/apache_1.3.31' \
'--with-mcrypt=/usr/local/libmcrypt' \
'--with-mhash' \
'--with-curl=/usr/local/curl' \
"$@"



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

Reply via email to