ID: 41761
User updated by: no at no dot no
Reported By: no at no dot no
Status: Bogus
Bug Type: *Configuration Issues
Operating System: RHEL 5 x86_64
PHP Version: 5.2.3
Assigned To: pajoye
New Comment:
Thanks Sniper. This works:
./configure '--prefix=/php5' '--with-config-file-path=/opt/lsws/php5'
'--with-litespeed' '--with-libdir=lib64' '--with-ttf' '--with-png'
'--with-gd' '--enable-gd-native-ttf' '--enable-exif' '--enable-ftp'
'--with-mysql' '--with-mysql-sock=/tmp/mysql.sock'
'--enable-memory-limit' '--with-zlib' '--with-openssl' '--with-curl'
'--enable-magic-quotes' '--enable-mbstring' '--enable-mbstr-enc-trans'
'--enable-mbregex' '--enable-bcmath' '--enable-calendar'
'--enable-sockets' '--enable-zip' '--enable-shmop' '--enable-track-vars'
'--enable-sockets' '--enable-sysvsem' '--enable-sysvshm'
'--with-pear=/usr/lib64/php/pear' '--disable-cgi' '--disable-debug'
I still think configure should be more tolerant.
Previous Comments:
------------------------------------------------------------------------
[2007-06-21 13:45:21] no at no dot no
'--libdir=/lib64' or '--libdir=/lib64/'
configure: error: libpng.(a|so) not found.
'--libdir=lib64':
configure: error: expected an absolute directory name for --libdir:
lib64
What works is
ln -s /usr/include /opt/include
ln -s /usr/lib64 /opt/lib
./configure '--prefix=/php5' '--with-config-file-path=/opt/lsws/php5'
'--with-litespeed' '--libdir=/usr/lib64' '--with-jpeg-dir=/opt'
'--with-ttf' '--with-png' '--with-png-dir=/opt''--with-gd'
'--enable-gd-native-ttf' '--enable-exif' '--enable-ftp'
'--with-mysql=/opt' '--with-mysql-sock=/tmp/mysql.sock'
'--enable-memory-limit' '--with-zlib' '--with-openssl' '--with-curl'
'--enable-magic-quotes' '--enable-mbstring' '--enable-mbstr-enc-trans'
'--enable-mbregex' '--enable-bcmath' '--enable-calendar'
'--enable-sockets' '--enable-zip' '--enable-shmop' '--enable-track-vars'
'--enable-sockets' '--enable-sysvsem' '--enable-sysvshm'
'--with-pear=/usr/lib64/php/pear' '--disable-cgi' '--disable-debug'
-----------
------------------------------------------------------------------------
[2007-06-21 13:26:06] [EMAIL PROTECTED]
still bogus
------------------------------------------------------------------------
[2007-06-21 13:25:20] [EMAIL PROTECTED]
You still have to use --with-png-dir=/usr and --with-jpeg-dir=/usr /usr
is the prefix. Did you use these options?
Reading your configure line:
'--libdir=/usr/lib64' is _wrong_.
It is --libdir=lib64 and works pretty well so far.
------------------------------------------------------------------------
[2007-06-21 13:22:22] [EMAIL PROTECTED]
The correct option to use is '--with-libdir=lib64'. No bug here.
------------------------------------------------------------------------
[2007-06-21 12:56:52] [EMAIL PROTECTED]
"Yes I tried it with '--libdir=/usr/lib64', with and without
--with-jpeg-dir and got same error."
That's wrong. You have to tell which suffix it has to use, not the full
path. --with-libdir=lib64 or --with-libdir=/lib64 (not sure if / is
required)
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/41761
--
Edit this bug report at http://bugs.php.net/?id=41761&edit=1