Page 1 of 1

Install XAMPP in SUSE x64

PostPosted: 01. July 2011 15:26
by equality1983
Hello everyone.

I need to install XAMPP on a SUSE 10 server SP3 64-bit, but when I run the command, it appears an error:

Code: Select all
linux-p3np:/usr/lampp # ./lampp
XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system.


In Google I see that this distribution is a command that I think fits the libraries to work.

Code: Select all
linux-p3np:/usr/lampp # zypper se 32


But it appears the same error. As SUSE (not Debian) I can not use the command:

Code: Select all
sudo apt-get install ia32-libs


Is there any option to run XAMPP with 64-bit architecture? I dispose of the two DVD only of this distribution. If there is a RPM package for openSUSE also be installed on the server.

Thanks at all.

Re: Install XAMPP in SUSE x64

PostPosted: 04. July 2011 00:51
by JonB
You will need to install the 32 bit libraries.

see this post:
viewtopic.php?f=17&t=44852

I can't find the one I answered earlier this year, but that's the deal...

I still can't find my old post, and I no longer maintain an OpenSUSE server -

See Yast and official repositories - I think you can go that route.

Good Luck

8)

[edited] check this topic:
http://fixunix.com/setup/395724-32-bit- ... ystem.html

Re: Install XAMPP in SUSE x64

PostPosted: 04. July 2011 13:43
by equality1983
Hello everyone.

I created a new virtual machine with the same OS: SUSE 10 SP3.

When installing the operating system, In the select Software list, the last options: Compiler utils (GCC, etc...) was checked. Running XAMPP again started without problems. I think these packages below details are required to run XAMPP on SUSE 64-bit:

    libaio-32bit-0.3.104-14.2
    libaio-devel-0.3.104-14.2
    libaio-0.3.104-14.2
    libaio-devel-32bit-0.3.104-14.2

Thank you.

Re: Install XAMPP in SUSE x64

PostPosted: 04. July 2011 18:00
by JonB
That's a brilliant solution, thanks for posting your experiences.

8)