From:             lehmann at cnm dot de
Operating system: Red Hat Enterprise Linux ES 4
PHP version:      4.4.7
PHP Bug Type:     Compile Failure
Bug description:  lib64 libs are not detected correctly

Description:
------------
RedHat puts most of the libraries into /usr/lib64 in 64 bit environments
instead of /usr/lib as usual. The configure script doesn't use the lib64
directory to check for libraries.

Reproduce code:
---------------
Run

configure \
        --with-ldap \
        --with-jpeg \
        --with-png \
        --with-mysql \
        --with-imap \
        --with-kerberos

on a 64 bit system (RHEL4).

Expected result:
----------------
All libraries should be found.

Actual result:
--------------
There are errors like

configure: error: Cannot find imap library (libc-client.a). Please check
your c-client installation.

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

Reply via email to