View Full Version : [ubuntu] [SOLVED] 32-bit environment on a 64-bit install?
hufferd
May 8th, 2008, 09:27 AM
I have one game I play that has a linux client BUT it needs to run on a 32-bit system??? is there a compatibility environment I can install
warbread
May 8th, 2008, 09:31 AM
Modern 64 bit processors are backwards compatible. I think you'll be able to run it just fine.
Golem XIV
May 8th, 2008, 10:30 AM
There are two ways of doing this:
- Recompile the program so that it runs natively in 64 bits. This is the best solution but sometimes it can be difficult, especially for a newbie.
- Install the 32 bit support libraries:
sudo apt-get install ia32-libs
install all dependencies and then force install the program
sudo dpkg -i --force-all packagename
Good luck!
hufferd
May 8th, 2008, 11:44 AM
:popcorn:
Wow you guys are so nice :) Thanks for the info ---
have some popcorn :)
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.