newhoggy

Friday, March 21, 2008

Running PHP with Apache on Mac OS X Leopard

I enabled Apache and PHP on my Macbook today.

Working with PHP5 in Mac OS X 10.5 (Leopard)
How to Enable PHP5 in Mac OS X Leopard

I also installed MySQL, which was the trickiest:

Installing MySQL on Mac OS X

I had to Additionally run:
sudo ln -s /usr/local/MySQLCOM/ /Library/StartupItems/MySQLCOM 
To manually complete the installation of the startup item.

See Bug #35070.