From:             sonny at sun dot com
Operating system: RHEL 3u2 AMD64
PHP version:      5.0.0
PHP Bug Type:     *Configuration Issues
Bug description:  configure fails with could not find library's

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


-- 
Edit bug report at http://bugs.php.net/?id=29299&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=29299&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=29299&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=29299&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=29299&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=29299&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=29299&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=29299&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=29299&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=29299&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=29299&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=29299&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=29299&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29299&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=29299&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=29299&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=29299&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=29299&r=float

Reply via email to