Newbie - install problems
Posted: Mon Mar 24, 2003 11:33 am
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
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
Thanks in advance!
Dave
Code: Select all
./configure --with-apxsAlso, 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 \Dave