I installed XAMPP for ubuntu 18.04, when I start XAMPP with the command sudo ./lampp start
I get the following outputs in the terminal.
Starting XAMPP for Linux 7.2.9-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
ok.
XAMPP: Starting MySQL.../opt/lampp/share/xampp/xampplib: line 22: netstat: command not found
ok.
XAMPP: Starting ProFTPD.../opt/lampp/share/xampp/xampplib: line 22: netstat: command not found
ok.
To start both the Apache server and MySQL. When I enter localhost
, there are no problems. However, when entering localhost/phpmyadmin
, I get the following image.