Member of
Drupal Mauritius
XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. It comes in 32-bit flavor only but it's easy enough to get it running on 64-bit machines.
Step 1: Install XAMPP (in my case LAMPP) as you would.
wget url-to-xampp-version
tar xvfz xampp-linux-1.7.1.tar.gz -C /optIf you try to start XAMPP, you should see the folllowing error message :
XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system.
Step 2 : Now, the trick is to install the ia32-libs package available on the Ubuntu repositories.
sudo apt-get install ia32-libs
The ia32-libs contains runtime libraries for the ia32/i386
architecture, configured for use on an amd64 or ia64 Debian system running
a 64-bit kernel. In other words, it allows 32-bit codes to run on a 64-bit machine.
Try starting XAMPP now by running “sudo /opt/lampp/lampp start” and it should now work perfectly fine.
Comments
Isaiah Vallejo
Sun, 09/18/2011 - 05:28
Permalink
This was perfect! Just what
This was perfect! Just what I needed after upgrading a 32-bit Xubuntu install to 64-bit Mint.
One thing I wanted to point out was the statement:
Try starting XAMPP not by running “sudo /opt/lampp/lampp start” and it should now work perfectly fine.
"sudo /opt/lampp/lampp start" worked just fine for me, I don't know of any other way to start lampp.
Arshad
Sat, 01/28/2012 - 07:04
Permalink
That's a typo. It should be
That's a typo. It should be now instead of not. thanks for spotting that out.
Curt
Mon, 11/07/2011 - 05:34
Permalink
Second!
I went from 32-bit Ubuntu to 64-bit Lubuntu and all I needed was ia32-libs. Thanks Arshad.
Dave
Sat, 11/12/2011 - 03:02
Permalink
third! thanks arshad!
third! thanks arshad!
64-bit Mint
Jo
Mon, 11/21/2011 - 23:18
Permalink
it works! :)
it works! :)
ion
Tue, 12/06/2011 - 19:06
Permalink
THX
Thanks for your job.
;-)
pipi
Tue, 01/17/2012 - 00:36
Permalink
Works
Genius thx
linqihuan
Wed, 02/01/2012 - 04:58
Permalink
it is ok
Thanks for your job.
ajaxian
Sun, 02/12/2012 - 19:32
Permalink
Thanks man!! you solved my
Thanks man!! you solved my problem
sicks
Sun, 02/19/2012 - 15:30
Permalink
You're the best
Dope man, you saved me.
Sasa Tomljanovic
Wed, 02/22/2012 - 15:26
Permalink
Tnx. :)
Tnx. :)
vivekraj
Fri, 02/24/2012 - 11:44
Permalink
sudo apt-get install ia32-libs
thr is no library named ia32-libs... :( pls hlp me...
akash chauhan
Thu, 03/08/2012 - 21:09
Permalink
Thanks!!! it works,... :-),..
Thanks!!! it works,... :-),... if it works this way,... why don't they just include it in the package!!!!
watakach
Thu, 03/15/2012 - 13:23
Permalink
Thx !
Thx !
aman
Sat, 03/24/2012 - 06:46
Permalink
Gratitude Released...
Thanks a lot...
Help received at right time.
Lilian
Wed, 03/28/2012 - 22:56
Permalink
When I try to install it says
When I try to install it says "ia32-libs is already the newest version." and the lampp gives the same error message.
Using Kubuntu 11.10 with KDE 4.8.1 and Linux Kernel 3.0
Lilian
Wed, 03/28/2012 - 22:59
Permalink
Ok, so if someone gets in the
Ok, so if someone gets in the same problem as me(after you install ia32-libs it anyway doesn't want to start) make sure you unpack into /opt as the article says.
Frank Hall
Sun, 04/01/2012 - 23:59
Permalink
How to run XAMPP on 64-bit Linux - on Precise
Thank you - wonderful!
Frank
Andy
Tue, 04/03/2012 - 01:30
Permalink
Thanks
just upgraded my Ubuntu to 64 bit and this worked perfectly fine just at the right time. Thanks
veriz
Mon, 04/16/2012 - 14:15
Permalink
I think it would be much
I think it would be much easier to use the Ubuntu's way to install software on Ubuntu. That way, you will automatically get updates to your software through the package manager.
Sinan E.
Wed, 04/18/2012 - 18:18
Permalink
Thanks good solution.
Thanks good solution.
Dave
Fri, 04/20/2012 - 02:09
Permalink
What about on Centos 6
It seems ia32-libs is only on Debian and derivatives.
In Centos, there is a similar issue (not working on 64bit) that Google brings up for the installation of Zimbra - google "IA32Warning 64-bit Centos".
To fix this it seems you have to install "glibc.i686"
Add new comment