php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14256 libphp4.la Won't Compile on OS X v10.1
Submitted: 2001-11-27 13:13 UTC Modified: 2002-04-10 18:48 UTC
From: dahnke at adobe dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.1.0 OS: Mac OS X
Private report: No CVE-ID: None
 [2001-11-27 13:13 UTC] dahnke at adobe dot com
Mac OS X 10.1 development tools default to a two-level 
namespace, whereas 10.0 tools defaulted to a flat 
namespace. A discussion of this problem (and one solution, 
maybe) is posted on Mark Liyanage's site at 
http://www.entropy.ch/software/macosx/php/.

I used the trick explained here to get around a problem 
building where I got complaints that the -undefined flag 
used in the configure script was incorrect for two-level 
namespace.

However, when I try to use the --with-apxs flag with the 
configure script I still can't compile. I have been trying 
to build a shared object version of RC3 and I only get a 
little farther in the process until I get another error 
about multiply-defined symbols when linking libphp4.la.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-15 12:06 UTC] derick@php.net
Dup of #14483
 [2002-04-10 18:48 UTC] sniper@php.net
This bug has been fixed in CVS.

(in the HEAD, which will become 4.3.0 sometime..4.2.0 still has the apxs issue)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 04:01:38 2024 UTC