Xampp 未在 ubuntu 17.10 开始
Xampp is not starting on ubuntu 17.10
我已经在我的 ubuntu 17.10 上安装了 xampp,它已经成功安装但是当我使用 sudo /opt/lampp/lampp start
启动 xampp 时它抛出错误
Starting XAMPP for Linux 5.6.32-0... XAMPP: Starting
Apache.../opt/lampp/share/xampp/xampplib: line 22: netstat: command
not found
/opt/lampp/share/xampp/xampplib: line 22: netstat: command not found
fail.
XAMPP: Starting diagnose... XAMPP: Sorry, I've no idea what's
going wrong. XAMPP: Please contact our forum
http://www.apachefriends.org/f
还有更多错误
也许你必须按照提示安装 netstat
命令。
sudo apt-get install net-tools
我已经在我的 ubuntu 17.10 上安装了 xampp,它已经成功安装但是当我使用 sudo /opt/lampp/lampp start
启动 xampp 时它抛出错误
Starting XAMPP for Linux 5.6.32-0... XAMPP: Starting Apache.../opt/lampp/share/xampp/xampplib: line 22: netstat: command not found
/opt/lampp/share/xampp/xampplib: line 22: netstat: command not found fail.
XAMPP: Starting diagnose... XAMPP: Sorry, I've no idea what's going wrong. XAMPP: Please contact our forum http://www.apachefriends.org/f
还有更多错误
也许你必须按照提示安装 netstat
命令。
sudo apt-get install net-tools