From:             mogmios at gmail dot com
Operating system: Fedora Linux Core 6 x86_64
PHP version:      4.4.6
PHP Bug Type:     Compile Failure
Bug description:  Compile fails on 64bit Fedora due to hardcoded configure 
paths.

Description:
------------
Similar to bug 34722 and 32300. Issue is that Fedora puts 64bit libs in
/usr/lib64 instead of /usr/lib. PHP's configure script hard codes paths to
use $i/lib/. Simply changing these to $i/lib64 fixes the problem but
solution to the problem may not be obvious.

Expected result:
----------------
PHP to compile and run.

Actual result:
--------------
PHP won't compile or run because it can't find libraries during
configuration.

-- 
Edit bug report at http://bugs.php.net/?id=41092&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=41092&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=41092&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=41092&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=41092&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=41092&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=41092&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=41092&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=41092&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=41092&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=41092&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=41092&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=41092&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=41092&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=41092&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=41092&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=41092&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=41092&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=41092&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=41092&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=41092&r=mysqlcfg

Reply via email to