From:             jbnance at tresgeek dot net
Operating system: Linux (x86_64 RHEL4)
PHP version:      5.1.2
PHP Bug Type:     Compile Failure
Bug description:  <basedir>/lib64 not being searched for some libs

Description:
------------
On 64-bit Linux systems, some features requiring system libraries which
are located in <basedir>/lib64 are not being found.

Reproduce code:
---------------
cd php-5.1.2
./configure --with-gd=shared \
            --with-jpeg-dir=/usr \
            --with-png-dir=/usr \
            --with-freetype-dir=/usr \
            --enable-gd-native-ttf \

Expected result:
----------------
Library found, feature enabled and compiled.

Actual result:
--------------
<snip>
checking for GD support... yes, shared
checking for the location of libjpeg... /usr
checking for the location of libpng... /usr
checking for the location of libXpm... no
checking for FreeType 1.x support... no
checking for FreeType 2... /usr
checking for T1lib support... no
checking whether to enable truetype string function in GD... yes
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.
</snip>

-- 
Edit bug report at http://bugs.php.net/?id=36114&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=36114&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=36114&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=36114&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=36114&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=36114&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=36114&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=36114&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=36114&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=36114&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=36114&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=36114&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=36114&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=36114&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=36114&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=36114&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=36114&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=36114&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=36114&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=36114&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=36114&r=mysqlcfg

Reply via email to