php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32174 libtool needs some additional options for Red Hat on 64 bit
Submitted: 2005-03-03 15:56 UTC Modified: 2005-03-04 11:35 UTC
From: d dot tonhofer at m-plify dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.3.10 OS: Red Hat ES 4.0 on EM64T
Private report: No CVE-ID: None
 [2005-03-03 15:56 UTC] 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




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-04 11:18 UTC] d dot tonhofer at m-plify dot com
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)
 [2005-03-04 11:35 UTC] tony2001@php.net
Fixed -> closed.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 27 14:00:03 2025 UTC