Page 1 of 1

[Solved] Error installing XAMPP

PostPosted: 29. October 2014 18:57
by Thornjorn
Hello,

I try to install XAMPP on my Ubuntu-14 but a problem occures when runing the installer :

~$ chmod 755 xampp-linux-x64-*-installer.run
~$ sudo ./xampp-linux-x64-*-installer.run
./xampp-linux-x64-1.8.3-5-installer.run: 1: ./xampp-linux-x64-1.8.3-5-installer.run: ELF: not found
./xampp-linux-x64-1.8.3-5-installer.run: 2: ./xampp-linux-x64-1.8.3-5-installer.run: �: not found
./xampp-linux-x64-1.8.3-5-installer.run: 3: ./xampp-linux-x64-1.8.3-5-installer.run: H�H�dH�d�e��ELF: not found
./xampp-linux-x64-1.8.3-5-installer.run: 4: ./xampp-linux-x64-1.8.3-5-installer.run: �: not found
./xampp-linux-x64-1.8.3-5-installer.run: 5: ./xampp-linux-x64-1.8.3-5-installer.run: Syntax error: ")" unexpected

Can someone help me?

Re: Error installing XAMPP

PostPosted: 29. October 2014 19:45
by Nobbie
Obviously you tried to install a 64-bit Xampp into a 32-bit Ubuntu. That does not work.

Re: Error installing XAMPP

PostPosted: 29. October 2014 20:05
by Thornjorn
That was that easy and I didn't see that...

Problem solved : Thank you !