Ubuntu Apache-PHP-MySQL Server
After the default normal installation of Ubuntu, here are the additional steps I need to do to have a Apache-PHP-MySQL Server.
2. Install SSH Server (for my remote access)
sudo apt-get install ssh
3. Install Database Server
sudo apt-get install mysql-server
4. Install Apache HTTP Server
sudo apt-get install apache2
5. Install PHP for Apache
sudo apt-get install php4
6. Install MYSQL for Apache
sudo apt-get install libapache2-mod-auth-mysql
sudo apt-get install php4-mysql

Thanks for the help - just make sure you uncomment all the apt-get entries and do a sudo apt-get update first - then there will be no trouble at all!
Comment by Xenon — July 23, 2005 @ 6:03 pm
Concise and to the point. Now, I will proceed to install that thing in my laptop. You know, because a server is always useful in a small machine.
Comment by Camilo — August 23, 2005 @ 3:44 am
Unfortunately I get an error when I enter sudo apt-get install php4-mysql
All other worked fine the error is
Could not find package php4-mysql. I am trying to get xoops to work but before that I need to have all of these installed
Any help would be great
CHeers
Dan
Comment by Dan — August 23, 2005 @ 8:56 am
Dan,
Try it again; possibly a network-or-server-temporary-problem only. It should work.
Let us know.
str
Comment by str — August 24, 2005 @ 7:36 am