Page 1 of 1

Apache and MySQL not starting

PostPosted: 04. October 2020 21:49
by ksoban20
Showing this error when I use to run xampp
phpmyadmin is also not working



Starting XAMPP for Linux 7.4.10-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...already running.
XAMPP: Starting ProFTPD...already running.

Re: Apache and MySQL not starting

PostPosted: 04. October 2020 22:07
by Altrea
Code: Select all
sudo apt install net-tools


Should fix that