ID: 41730 Updated by: [EMAIL PROTECTED] Reported By: lehmann at cnm dot de -Status: Open +Status: Wont fix Bug Type: Compile Failure Operating System: Red Hat Enterprise Linux ES 4 PHP Version: 4.4.7 New Comment:
You can use --with-libdir from PHP 5.1.0 onwards, there are no plans to backport this patch to the 4.4 branch. Previous Comments: ------------------------------------------------------------------------ [2007-06-18 15:49:20] lehmann at cnm dot de 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 this bug report at http://bugs.php.net/?id=41730&edit=1