LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Please tell me how to install PHP/MySQL and apache in RedHat AS3 (https://www.linuxquestions.org/questions/linux-newbie-8/please-tell-me-how-to-install-php-mysql-and-apache-in-redhat-as3-288938/)

txkss 02-11-2005 09:48 AM

Please tell me how to install PHP/MySQL and apache in RedHat AS3
 
Please tell me how to install PHP/MySQL and apache in RedHat AS3.

Thanks. Everybody.
My English is poor.Because I come from China.

txkss 02-12-2005 02:00 AM

Help me.

Linux~Powered 02-12-2005 02:20 AM

Well what kind of file is it? I'm assuming that it's an "rpm". If it is, then just run..

Code:

rpm -ivh yourfile.rpm

txkss 02-12-2005 09:44 AM

Thanks.Let me a try.

txkss 02-12-2005 07:57 PM

Hi Linux~Powered
But they aren't *.rpm.Those are *.tar.gz.

twantrd 02-12-2005 08:13 PM

Ok, if you don't know how to unpack *.tar.gz files then you need to grab a linux book and read a bit about linux. Looks like you are diving into linux and expecting to install applications already. Take it slow. There are lots of info out there on the web. Look on the web on how to install Mysql, Php, and Apache. Once you are stuck, then post here. I'll help you with the *.tar.gz.

Code:

tar -zxvf <file>.tar.gz
I would suggest man tar to see what those flags mean.

-twantrd

J.W. 02-13-2005 01:16 AM

This tutorial is a great guide, and I think it may be helpful to you. Good luck with it -- J.W.

txkss 02-14-2005 05:10 AM

Thanks
J.W

^_^


All times are GMT -5. The time now is 06:44 AM.