php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29299 configure fails with could not find library's
Submitted: 2004-07-21 14:21 UTC Modified: 2004-07-21 22:53 UTC
From: sonny at sun dot com Assigned:
Status: Not a bug Package: *Configuration Issues
PHP Version: 5.0.0 OS: RHEL 3u2 AMD64
Private report: No CVE-ID: None
 [2004-07-21 14:21 UTC] sonny at sun dot com
Description:
------------
The configure scsript is hardcoded to search only in */lib for libaries and not as well in */lib64.
No option in configure allow to extend the search path.
ld.conf.so will be ignored as well.

Reproduce code:
---------------
simple configure with extensions like mysql, gd, ldap, imap and so on fails.

Expected result:
----------------
Change configure script to search as well in */lib64 or extra flag/option to extend search path, or accept LD_LIBRARY_PATH


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-21 22:53 UTC] derick@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

Already reported a couple of times.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 12:01:27 2024 UTC