Sorry for the newbie question, but I'm having issues with tasksel.
I tried to install lamp-server, but php5 isn't installed.
user@host:/var/www$ aptitude show apache2 | grep -i installed State: installed Automatically installed: no user@host:/var/www$ aptitude show mysql-server | grep -i installed State: installed Automatically installed: no user@host:/var/www$ aptitude show php5 | grep -i installed State: not installed This package is a metapackage that, when installed, guarantees that you have at least one of the three server-side versions of the PHP5 interpreter installed. user@host:/var/www$
In the above, I'm in /var/www because I created an info.php file to see if there was possibly some other version of php running I wasn't aware of, but there's not.
During installation, I had to fill out items for mysql (root password), and if I try to connect to the webserver, I get apache's "It works!" page, but there's no sign of php anywhere, and I can't figure why.
I've never used tasksel before, so I could be misunderstanding something, but could someone let me know what I did wrong?
I'm using Ubuntu 10.04 Server.