Search code examples
linuxapacheubuntuxampplampp

Xampp is not starting on ubuntu 17.10


I have installed xampp on my ubuntu 17.10, it has been successfully installed but when i start the xampp using sudo /opt/lampp/lampp start it throw errors

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

and more errors


Solution

  • Maybe you have to install netstat command as prompt said.

    sudo apt-get install net-tools