Newbie - install problems

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Shai1
Forum Newbie
Posts: 1
Joined: Mon Mar 24, 2003 11:33 am

Newbie - install problems

Post 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
Post Reply