I tried to install using PPA and also by downloading xampp app from apachefriends.org but all in vain. How can I install xampp without any error? Someone suggest a way.
bash: ./xampp-linux-x64-5.6.20-0-installer.run: cannot execute binary file: Exec format error
This is the error i face while I try to install
This page on SourceForge has xampp 5.6.20 compiled for 32bit Linux (it's the non-x64 download link). Try downloading that and executing it with
– Foxie Apr 14 '17 at 09:53chmod a+x xampp-linux-5.6.20-0-installer.run && ./xampp-linux-5.6.20-0-installer.run. That error indicates that you are using something compiled for another architecture.