Click to See Complete Forum and Search --> : Correct address for all and Help for Installation


sathysudha
10-04-2003, 04:10 AM
Friends

I have installed RedHat Linux 9 in my system.
Now i have to install.
1. mysql
2. php
3. Apache webserver.

All the above are for the Linux operating system.
I checked in the appropriate websites. But they did give the files for linux(ofcoure i dont know which one).
If anyone knows the exact link for the above softwares kindly give it to me.
And also help me in installating all the three in Linux OS.

thanks
sudhakar

fyrestrtr
10-05-2003, 01:21 PM
Firstly, you don't need to have Linux installed on your system to use any of these programs, since they all have excellent Windows ports. Some functionality (like PHP printer functions) only works on Windows.

Having said that, you can find links to RPMs for RH at :

www.rpmfind.net

To install an RPM, you can use the many X-windows utilities that come with RH, or the command line. The general syntax for installing packages is :


rpm -ivh nameofpackage.rpm


More information about RPM can be found in the manual pages, which you can access by typing


man rpm


at the command prompt. You will need to have root-level access to install most things. If the RPMs don't work for you (or you can't find one for your system), you can always downlaod the source and compile them yourself :)