From: d dot tonhofer at m-plify dot com Operating system: Red Hat ES 4.0 on EM64T PHP version: 4.3.10 PHP Bug Type: Compile Failure Bug description: libtool needs some additional options for Red Hat on 64 bit
Description: ------------ When compiling PHP 4.3.10 'out of the box' with --with-openssl, the linking process fails: *** Warning: linker path does not have real file for library -lssl. *** Warning: linker path does not have real file for library -lcrypto. *** Warning: linker path does not have real file for library -lgssapi_krb5. *** Warning: linker path does not have real file for library -lkrb5. *** Warning: linker path does not have real file for library -lcom_err. No shared object files are built. This is because the relevant libraries have been tucked away in /lib64 and /usr/lib64. Problem solved by manually editing the Makefile after configure, adding: -L/lib64 -L/usr/lib64 to the end of EXTRA_LDFLAGS -- Edit bug report at http://bugs.php.net/?id=32174&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=32174&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=32174&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=32174&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=32174&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=32174&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=32174&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=32174&r=needscript Try newer version: http://bugs.php.net/fix.php?id=32174&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=32174&r=support Expected behavior: http://bugs.php.net/fix.php?id=32174&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=32174&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=32174&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=32174&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=32174&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=32174&r=dst IIS Stability: http://bugs.php.net/fix.php?id=32174&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=32174&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=32174&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=32174&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=32174&r=mysqlcfg