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:
'--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' ----------- Previous Comments: ------------------------------------------------------------------------ [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) ------------------------------------------------------------------------ [2007-06-21 12:41:24] no at no dot no Description: ------------ Bug #33685 still happens. Same error with not finding stuff from /usr/lib64 , same workaround in RHEL 5/64 with php 5.2.3 configure. configure: error: libjpeg.(a|so) not found. symbolic linking mention in Bug #33685 to opt fixes it (and png, and mysql) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41761&edit=1
