> Hello:
>
>
>
> I am going to install Ubuntu OS under their LAMP installation. This LAMP
> installation installs mySQL. Is there any way I can install postgreSQL
> instead of mySQL? Has anybody created a LAMP to install Ubuntu, Apache,
> postgreSQL & PHP?
>
>
>
> Kirt
>
>
>
after instalation do
sudo apt-get install postgresql-8.1 postgresql-client-8.1 php5-pgsql
that's all
Leonel