jdashberry
Registered
I am a web developer trying to get into PHP. Been trying to install into Mac OS X 10.2.8 using the guide at:
http://developer.apple.com/internet/opensource/php.html
I have downloaded php-4.3.4.tar.gz from the PHP site, and uncrompressed following the comands:
gunzip php-4.3.4.tar.gz
tar xf php-4.3.4.tar
This worked fine. Went into the php-4.3.4 folder and ran the following command:
./configure --with-apxs
I get the following error message:
loading cache ./config.cache
checking host system type... powerpc-apple-darwin6.8
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
Also for some reason my admin password on MacOS X will not let me log in as su.
Well whilst I am sure the Apple Developer guide is great if all things go right, it's sod all good when you get errors cause there's no help anywhere!
Any help would be much appreciated.
http://developer.apple.com/internet/opensource/php.html
I have downloaded php-4.3.4.tar.gz from the PHP site, and uncrompressed following the comands:
gunzip php-4.3.4.tar.gz
tar xf php-4.3.4.tar
This worked fine. Went into the php-4.3.4 folder and ran the following command:
./configure --with-apxs
I get the following error message:
loading cache ./config.cache
checking host system type... powerpc-apple-darwin6.8
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
Also for some reason my admin password on MacOS X will not let me log in as su.
Well whilst I am sure the Apple Developer guide is great if all things go right, it's sod all good when you get errors cause there's no help anywhere!
Any help would be much appreciated.