I'm trying to install LAMPP 1.7.7 on a Microcore Linux, but after extracting the files with tar:
tar xvzf /root/Desktop/xampp-linux-1.7.7.tar.gz -C /opt
I can't run LAMPP, with the command
/opt/lampp/lampp start
nor
sudo /opt/lampp/lampp start
and I receive the message "no such file or directory"
When I do the same steps on Ubuntu it works perfectly, how do I make it work on Microcore Linux?