php-general | 2004032
Date: 03/31/04
- Next message: Jason Barnett: "Re: [PHP] Re: extracting data from XML file to PHP variable .."
- Previous message: Justin Patrin: "Re: [PHP] Re: extracting data from XML file to PHP variable .."
- In reply to: John Nichel: "[PHP] Build on Mac OS X"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
John Nichel wrote:
> I'm trying to get php running on a Mac OS X box, but even though the
> configure of php runs fine, I get this when I try to build php....
>
> make: *** No rule to make target
> `files/php-4.3.5/sapi/apache/sapi_apache.c', needed by
> `sapi/apache/sapi_apache.lo'. Stop.
>
> This is the only thing it outputs. Messing with Makefiles is beyond my
> knowledge. Any ideas?
>
Forget this post. The path to the php source on the Mac system has a
space in it (/installer files/php-4.x.x/....), and that was causing
problems with make. Damn Mac people. ;)
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Jason Barnett: "Re: [PHP] Re: extracting data from XML file to PHP variable .."
- Previous message: Justin Patrin: "Re: [PHP] Re: extracting data from XML file to PHP variable .."
- In reply to: John Nichel: "[PHP] Build on Mac OS X"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

