Quando inicio meu terminal usando: sudo /opt/lampp/lampp start
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.
Estes receberam meu terminal e o local não está mostrando php MYAdmin.
Responder1
Acabei de enfrentar esse mesmo problema e resolvi-o quando instalei o XAMP no Ubuntu 20.04lts. Pode ser que esta seja uma resposta tardia, mas isso ajudará alguém. Diz claramente "netstat: comando não encontrado".
Execute o comando abaixo para instalar o netstat:
sudo apt install net-tools
Então tente iniciar seu xampp novamente, ele deve funcionar agora.
sudo /opt/lampp/lampp start