[MacPorts] #14001: php5 5.2.5 fails to build on Leopard
#14001: php5 5.2.5 fails to build on Leopard --------------------------------------+------------------------------------- Reporter: compconsultant@yahoo.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: php5 | --------------------------------------+------------------------------------- When using port install php5 +mssql +mysql5, it fails as the port tried to use the default Apache 1 on Mac OSX, but, Leopard comes with Apache2. This the with-apxs which should point to an Apache 1 binary in /usr/sbin instead points to Apache2 since that is what it is on Leopard, at least mine which is 10.5.1. The workaround of course is to not use the built in Apache2, and, use +APACHE2. Still, it would be nice to be able to use the built in. But this may not be possible, simply changing that line to with-apxs2 yields other errors. This is found here: if no apache/apache2/fastcgi variant is set, we set it (need better default variant management) if { ![variant_isset apache] && ![variant_isset apache2] && ![variant_isset fastcgi] } { if { ! [variant_isset macosx] } { depends_lib-append path:${prefix}/sbin/apxs:apache configure.args-append --with-apxs=${prefix}/sbin/apxs } else { '''configure.args-append --with-apxs=/usr/sbin/apxs''' } } -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14001> MacPorts </projects/macports> Ports system for Mac OS
#14001: php5 5.2.5 should support Apple Apache 2 on Leopard ---------------------------------------+------------------------------------ Reporter: compconsultant@yahoo.com | Owner: ryandesign@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: php5 ---------------------------------------+------------------------------------ Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org * summary: php5 5.2.5 fails to build on Leopard => php5 5.2.5 should support Apple Apache 2 on Leopard * type: defect => enhancement * milestone: Port Bugs => Port Enhancements Comment: php5 supports Apple Apache 1 (on Tiger and earlier) with +apache and MacPorts Apache 2 with +apache2. This will be changed so that +apache is for MacPorts Apache 1, +apache2 is still for MacPorts Apache 2, and +apache_apple uses Apple Apache 1 on Tiger and earlier and Apple Apache 2 on Leopard and later. I've been meaning to do this for some time. Thanks for the reminder. Though it may take some time to do, as I don't have Leopard. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14001#comment:1> MacPorts </projects/macports> Ports system for Mac OS
#14001: php5 5.2.5 should support Apple Apache 2 on Leopard ---------------------------------------+------------------------------------ Reporter: compconsultant@yahoo.com | Owner: ryandesign@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: php5 ---------------------------------------+------------------------------------ Changes (by ryandesign@macports.org): * cc: mikel.king@olivent.com (added) -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14001#comment:2> MacPorts </projects/macports> Ports system for Mac OS
participants (1)
-
MacPorts