Page 1 of 1

problem to start xampp in ubuntu 17.10

PostPosted: 13. December 2017 18:09
by myusdan
when i start xampp with this command sudo /opt/lampp/lampp start i get problem

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


please help me solve this problem
thanks

Re: problem to start xampp in ubuntu 17.10

PostPosted: 13. December 2017 22:15
by Nobbie
Your computer lacks the "netstat" command (as you should see). Install the package in a terminal:

Code: Select all
# sudo apt-get install net-tools


Then try again. And get you a book about linux!

Re: problem to start xampp in ubuntu 17.10

PostPosted: 12. August 2018 20:25
by jaydevvara
same problem when i command fire my apache is failed i cant understand