First, XAMPP:
http://sourceforge.net/projects/xampp/files/XAMPP%20Linux/1.8.3/
Second, I downloaded the Xampp-linux-x64-1.8.3-1-installer.run
wget http://jaist.dl.sourceforge.net/project/xampp/XAMPP%20Linux-x64-1.8.3-1-installer.run/
After downloading, add Execute permission to the file:
chmod a+x Xampp-linux-x64-1.8.3-a-installer.run
Four, the installation XAMPP process is as follows:
[Email protected] src]# sh xampp-linux-x64-1.8.3-1-installer.run
Xampp-linux-x64-1.8.3-1-installer.run:xampp-linux-x64-1.8.3-1-installer.run:cannot Execute binary file
[Email protected] src]#./xampp-linux-x64-1.8.3-1-installer.run
----------------------------------------------------------------------------
Welcome to the XAMPP Setup Wizard.
----------------------------------------------------------------------------
Select the components of your want to install; Clear the components does not want
To install. Click Next When your is ready to continue.
XAMPP Core Files:y (cannot be edited)
XAMPP Developer Files [y/n]: Y
Is the selection above correct? [y/n]: Y
----------------------------------------------------------------------------
Installation Directory
XAMPP'll be installed To/opt/lampp
Press [Enter] to continue:
----------------------------------------------------------------------------
Setup is now a ready to begin installing XAMPP on your computer.
Want to continue? [y/n]: Y
----------------------------------------------------------------------------
Please wait while the Setup installs XAMPP on your computer.
Installing
0% ______________ 50% ______________ 100%
#########################################
----------------------------------------------------------------------------
Setup has finished installing XAMPP on your computer.
Launch XAMPP [y/n]: Y
Five, after the installation of the file in/opt/lamp
Six, start Xampp:
[[email protected] lampp]#/opt/lampp/xampp start
Starting XAMPP for Linux 1.8.3-1 ...
Xampp:starting Apache...fail.
Xampp:another Web server is already running.
Xampp:starting Mysql...ok.
Xampp:starting Proftpd...fail.
Xampp:another FTP Daemon is already running.
Seven, stop XAMPP:
[[email protected] lampp]#/opt/lampp/xampp stop
Stopping XAMPP for Linux 1.8.3-1 ...
Xampp:stopping Apache...not running.
Xampp:stopping Mysql...ok.
Xampp:stopping Proftpd...not running.
Eight, add boot boot:
Review the LN command, using the method:
#ln [option] Source Dist
#ln –S/OPT/LAMPP/XAMPP/ETC/RC.D/INIT.D/XAMPP
Nine, if the completion of the above this does not boot automatically start, and then execute the following 3 statements.
#chkconfig –add XAMPP
#chkconfig –list | grep xampp
#chkconfig –level 3 xampp on
Xampp Interface:
X. Unloading XAMPP
#/opt/lampp/xampp stop
#rm-RF/OPT/LAMPP
Original) Install XAMPP under CentOS6.4 (be sure to download it on Linux)