ID:               28672
 Updated by:       [EMAIL PROTECTED]
 Reported By:      c dot meisinger at livingliquid dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Compile Failure
 Operating System: RedHat 7.3
 PHP Version:      4.3.7
 New Comment:

Look inside the config.log file was the failure reason. 


Previous Comments:
------------------------------------------------------------------------

[2004-06-07 15:17:37] c dot meisinger at livingliquid dot com

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 this bug report at http://bugs.php.net/?id=28672&edit=1

Reply via email to