当我使用以下命令启动终端时: sudo /opt/lampp/lampp 启动
Starting XAMPP for Linux 7.4.9-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/
Last 10 lines of "/opt/lampp/logs/error_log":
tail: cannot open '/opt/lampp/logs/error.log' for reading: No such file or directory
XAMPP: Starting MySQL.../opt/lampp/share/xampp/xampplib: line 22: netstat: command not found ok.
XAMPP: Starting ProFTPD.../opt/lampp/share/xampp/xampplib: line 22: netstat: command not found ok.
这些是给我的终端和本地没有显示 php MYAdmin。
答案1
我在 Ubuntu 20.04lts 中安装 XAMP 时也遇到了同样的问题并解决了它。这可能是一个迟来的回复,但这对某些人有帮助。它清楚地显示“netstat:未找到命令”。
运行以下命令来安装 netstat:
sudo apt install net-tools
然后尝试再次启动你的 xampp,它现在应该可以工作了。
sudo /opt/lampp/lampp start