PDA

View Full Version : Setting up development environment for Apache 2, PHP 5 and MySQL 5 in Gutsy



tc101
November 1st, 2007, 01:38 AM
I just installed Gutsy and everything went fine. I want to start learning PHP so I need to install Apache 2, PHP 5 and MySQL 5. I found this guide and it seems pretty simple:

http://services.tucows.com/developers/2007/10/24/installing-apache-2-php-5-and-mysql-5-on-ubuntu-710-aka-gutsy-gibbon/

But I have found other messages saying people are having problems with apache and gutsy.

Several questions:

1. Do you think I should wait a week to let any compatability issues between apache and gutsy get fixed.

2. I have mySQL already installed. I don't remember the version though. How do I find the version of what is currently on my computer?

dataw0lf
November 1st, 2007, 03:22 AM
I'm not using Gutsy, so I can't give you any advice. That question would probably be more applicable in the Servers subforum, anyways.

To get the mysql version, just type mysql -V at a bash prompt.

Cheers!

oooooops
November 1st, 2007, 02:34 PM
I just installed Gutsy and everything went fine. I want to start learning PHP so I need to install Apache 2, PHP 5 and MySQL 5. I found this guide and it seems pretty simple:



If your sole purpose is to start learning and using solely as a development environment I suggest xampp http://www.apachefriends.org/en/xampp.html

I don't know if there is a package for it but it's very simple to untar and run (even from your home directoy). The only issue you might have would be the fact that you already have mysql installed.

xampp also has ties to the PDT for Eclipse for development.