ID: 32174 User updated by: d dot tonhofer at m-plify dot com Reported By: d dot tonhofer at m-plify dot com -Status: Feedback +Status: Open Bug Type: Compile Failure Operating System: Red Hat ES 4.0 on EM64T PHP Version: 4.3.10 New Comment:
Latest snapshot tested on Red Hat on 64 bit: Works! What is the Magic Ingredient? New libtool? ltmain.sh (GNU libtool) 1.4.3 (1.922.2.111 2002/10/23 02:54:36) instead of ltmain.sh (GNU libtool) 1.4.3 (1.922.2.110 2002/10/23 01:39:54) Previous Comments: ------------------------------------------------------------------------ [2005-03-03 22:35:31] [EMAIL PROTECTED] 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 ------------------------------------------------------------------------ [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
