Xampp funktioniert nicht in UBUNTU 20.04 LTS

Xampp funktioniert nicht in UBUNTU 20.04 LTS

Wenn ich mein Terminal mit folgendem starte: sudo /opt/lampp/lampp starten

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.

Diese wurden meinem Terminal zugewiesen und lokal wird PHP MYAdmin nicht angezeigt.

Antwort1

Ich hatte gerade dasselbe Problem und habe es gelöst, als ich XAMP in Ubuntu 20.04lts installiert habe. Vielleicht ist die Antwort etwas spät, aber sie wird jemandem helfen. Es heißt eindeutig „netstat: Befehl nicht gefunden“.

Führen Sie den folgenden Befehl aus, um netstat zu installieren:

sudo apt install net-tools

Versuchen Sie dann, Ihr XAMPP erneut zu starten. Jetzt sollte es funktionieren.

sudo /opt/lampp/lampp start

verwandte Informationen