LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   CentOS 7 installing XAMPP (https://www.linuxquestions.org/questions/linux-newbie-8/centos-7-installing-xampp-4175519699/)

smurfee 09-22-2014 07:25 AM

CentOS 7 installing XAMPP
 
I have tried a bunch of commands trying to install XAMPP I have done a chmod 777 on it so it should be executable. It says command not found when I try to run it. :'(

please help

schneidz 09-22-2014 07:40 AM

um, what command are you trying to run. stab in the dark (on a dartboard with a blindfold on <@:)); if you are in the same directory as the file you are tying to run (and . isnt in your $PATH), try running the command as ./whatever-floats-your-boat.

smurfee 09-22-2014 09:30 AM

I spent an hour and got it to install using this command sudo ./

schneidz 09-22-2014 09:35 AM

lamp isnt really a program... more like a collection of programs configured to work well together. if you already got linux installed this command would download the rest (as well as automatically download dependencies):
Code:

sudo yum install httpd mysql-server php
still confused as to what program you ran ?

Habitual 09-22-2014 09:48 AM

Quote:

Originally Posted by smurfee (Post 5242306)
...I have done a chmod 777 on it...please help

That never fixes anything, least of all "a bunch of commands". But you know this now, so my advice and opinion on that is that it is a very bad practice, so stop using 777 to "fix" anything because it never does.

XAMPP is not for production. Use LAMP. ;)


All times are GMT -5. The time now is 11:58 PM.