ubuntu安装搭建xampp环境

下载:wget -c https://downloadsapachefriends.global.ssl.fastly.net/xampp-files/5.6.19/xampp-linux-x64-5.6.19-0-installer.run?from_af=true

如果用的如上命令需要修改一下文件名称

mv xampp-linux-x64-5.6.19-0-installer.run?from_af=true xampp-linux-x64-5.6.19-0-installer.run?

然后./xampp-linux-x64-5.6.19-0-installer.run

安装即可

最后

cd /opt/lampp/

./lampp start

如果在启动的过程中出现了问题

Starting XAMPP for Linux 1.8.3-5...
XAMPP: Starting Apache...fail.
XAMPP:  Another web server with SSL is already running.


可以执行如下命令:

sudo service apache2 stop

再重新开启就可以


你可能感兴趣的:(ubuntu安装搭建xampp环境)