• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux 32 bit compatibility how to?

ziggy46802

Active Member
Joined
Aug 19, 2012
Messages
418
Reaction score
27
I'm getting this

Code:
root@steven-desktop:/home/steven/lampp# ./lampp
XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system.
root@steven-desktop:/home/steven/lampp#

when I try to run lampp, how do I get around this? I'm using Ubuntu 12.10 64 bit
 
Try following this, if it STILL doesn't work, the only way would be running in VMWare or getting another distribution, I like Linux Mint.

Install the libraries using:
Code:
sudo apt-get install ia32-libs


Open the folder where your 32bit lib files are using this code:
Code:
cd 'Folder Location'


Force the 32bit Deb into installing into the 64bit system:
Code:
sudo dpkg -i - -force-architecture package.deb
 
Back
Top