User Tools

Site Tools


notes:xampp-netstat

This is an old revision of the document!


Fix XAMPP 'netstat: command not found' error on Linux

To fix the XAMPP 'netstat: command not found' error on Linux while starting the service, simply edit file /opt/lampp/share/xampp/xampplib and change line 22 from:

  if netstat -an | egrep "[.:]$1 .*LISTEN" > /dev/null

to

  if ss -an | egrep "LISTEN.*[.:]$1" > /dev/null
notes/xampp-netstat.1654589414.txt.gz · Last modified: 2022/06/07 08:10 by admin