Comment 9 for bug 152410

Revision history for this message
Muhammad Takdir (muhammad-takdir) wrote : Re: php module not enabled by default in gutsy

i do like this and it's work,

sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install libapache2-mod-php5
sudo /etc/init.d/apache2 restart
sudo apt-get install libapache2-mod-auth-mysql
sudo apt-get install php5-mysql
sudo /etc/init.d/apache2 restart
sudo apt-get install mysql-server