ID: 32174 Updated by: [EMAIL PROTECTED] Reported By: d dot tonhofer at m-plify dot com -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: Red Hat ES 4.0 on EM64T PHP Version: 4.3.10 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip Previous Comments: ------------------------------------------------------------------------ [2005-03-03 15:56:44] d dot tonhofer at m-plify dot com 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 this bug report at http://bugs.php.net/?id=32174&edit=1
