xampplib: line 22: netstat: command not found

49,188

It seems that your xampp instance is complaining about lack of netstat command.

netstat is a part of net-tools package, so run this command to install netstat:

sudo apt install net-tools

Then try to start your xampp again, it should work now.

Share:
49,188

Related videos on Youtube

Ahmed Shaltout
Author by

Ahmed Shaltout

Updated on September 18, 2022

Comments

  • Ahmed Shaltout
    Ahmed Shaltout over 1 year

    When I try to start my xampp I get these errors:

    sudo /opt/lampp/lampp start
    Starting XAMPP for Linux 5.6.30-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
    ok.
    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.
    

    How can I solve this problem with xampplib and how can I get the xampp to work?

  • Adam
    Adam over 5 years
    You are the LORD!
  • Arman H
    Arman H over 2 years
    Thanks Man :) . Helped me.