I am running on ubuntu 10.04. Can someone tell me how to isntall:

  • PHP5
  • MySQL with support for PDO

All tutorials I've found are a bit old.

link|improve this question

67% accept rate
Have you actually tried some of those tutorials, or are you simply ignoring them because you feel they're "a bit old"? – John Gardeniers Aug 2 '10 at 10:12
feedback

1 Answer

up vote 1 down vote accepted
sudo apt-get install apache2 php5 php5-mysql php-db mysql-server mysql-client

That should get you going. Possibly replace apache2 with the webserver software of your choice.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.