Page 1 of 1

Problems inicializing lampp

PostPosted: 12. January 2023 22:02
by vladimirfr1976
Hi. I've got this problem once I try to run lampp:

Code: Select all
Starting XAMPP for Linux 8.0.25-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.


Could you please tell me what is going on?
PS. I am a beginner. I want to learn PHP.

Re: Problems inicializing lampp

PostPosted: 13. January 2023 11:31
by Nobbie
The program netstat is missing as the error says. Google says, netstat is part of net-tools. Google also tells you, how to install net-tools on Debian:

sudo apt install net-tools