다음을 사용하여 터미널을 시작할 때: 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