php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41092 Compile fails on 64bit Fedora due to hardcoded configure paths.
Submitted: 2007-04-15 03:43 UTC Modified: 2007-04-15 10:12 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: mogmios at gmail dot com Assigned:
Status: Wont fix Package: Compile Failure
PHP Version: 4.4.6 OS: Fedora Linux Core 6 x86_64
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
42 + 14 = ?
Subscribe to this entry?

 
 [2007-04-15 03:43 UTC] mogmios at gmail dot com
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-04-15 10:12 UTC] derick@php.net
We won't fix this in 4.4.x as discussed on the lists.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 04:01:38 2024 UTC