Page 1 of 1

Newbie - install problems

Posted: Mon Mar 24, 2003 11:33 am
by Shai1
I'm trying to install PHP (4.3.0) on OS X (10.2.4). I've tried to follow the instructions on Apple's website but I keep getting an error when I issue the command

Code: Select all

./configure --with-apxs
The error I get is "no acceptable cc found in $PATH". What does this mean and how do I get past it?

Also, I want to use PHP with MySQL, but I'm not at that point yet. Can I just re-run the ./configure when I get MySQL installed? Of course I would change it to

Code: Select all

./configure --with-mysql=/usr/local/mysql \
Thanks in advance!
Dave