Page 1 of 1

How to Auto Start LAMPP

PostPosted: 08. December 2018 18:46
by mazdad
<pre>Starting XAMPP for Linux 7.2.12-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: <b> Starting diagnose... </b>
XAMPP: <b> Sorry, I&apos;ve no idea what&apos;s going wrong. </b>
XAMPP: <b> Please contact our forum http://www.apachefriends.org/f/ </b>
Last 10 lines of &quot;/opt/lampp/logs/error_log&quot;:
tail: cannot open &apos;/opt/lampp/logs/error.log&apos; for reading: No such file or directory
XAMPP: Starting MySQL.../opt/lampp/share/xampp/xampplib: line 22: netstat: command not found
ok.
XAMPP: Starting ProFTPD...already running.
root@mazdad-K50ID:~# /opt/lampp/bin/mysql.server: 260: kill: No such process

</pre>

Re: How to Auto Start LAMPP

PostPosted: 09. December 2018 14:12
by Nobbie
First of all, install netstat in your distribution:

Code: Select all
sudo apt install net-tools


Then try to start lampp again.

Re: How to Auto Start LAMPP

PostPosted: 22. December 2018 13:13
by mazdadv
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package apache is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Re: How to Auto Start LAMPP

PostPosted: 22. December 2018 15:31
by Nobbie
Use another distribution (Linux Mint or whatever).