Can't install xampp for linux
Andrew Henderson
I'm trying to install xampp as shown here, with the following line:
su
chmod 755 xampp-linux-1.8.3-installer.run
./xampp-linux-1.8.3-installer.runSu goes well, but the terminal doesn't run the other two lines and doesn't raise any error, so I can't understand how to fix it. I tried to go to /opt/lampp but that directory doesn't exists. How can I fix it?
2 Answers
After you download XAMPP, usually the file is not executable yet, so we must make it executable with
sudo chmod +x xampp-linux-1.8.3-installer.runAnd then you can run it
./xampp-linux-1.8.3-installer.run You can use LAMP (Linux-Apache-Mysql-PHP) and you can install it from here