LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   32-bit software on a 64-bit OS (https://www.linuxquestions.org/questions/linux-server-73/32-bit-software-on-a-64-bit-os-801516/)

Mufasa 04-12-2010 05:57 AM

32-bit software on a 64-bit OS
 
Hello all,

With Windows, if I have a 64-bit OS, I can usually install a 32-bit SW product on it.

I have a 64-bit Opensuse product (Opensuse 10.3 - long story).

Here is information on installing Zimbra (ZCS 5.0) on top of Opensuse 10.3

http://www.zimbra.com/forums/install...ete-guide.html

But - the software that is mentioned in the guide (the one you need to download) is here

http://www.zimbra.com/downloads/os-downloads.html

From above, you can see an item for Opensuse 10.3 *** but 32-bit *** version.

In general, is it possible to install 32-bit Software in an 64-bit system?

TIA

Tuttle 04-12-2010 06:06 AM

You will need a system containing both 64bit and 32bit libraries plus a kernel capable of running both 64 and 32bit apps.

edit: it's called a 'multilib' system

Mufasa 04-12-2010 07:25 AM

Quote:

Originally Posted by Tuttle (Post 3932709)
You will need a system containing both 64bit and 32bit libraries plus a kernel capable of running both 64 and 32bit apps.

edit: it's called a 'multilib' system

Thanks for responding :)

-> How can one tell whether or not they have a "multilib" system?
-> How can I tell whether or not my kernel is capable of running both 64-bit and 32-bit apps?

TIA

johnsfine 04-12-2010 07:59 AM

Other than installing some 32 bit software and seeing what goes wrong, I don't know how to tell if you have multi-lib support.

You might try this command to see if any 32-bit software is already installed in some likely place such as /usr/bin

Code:

file `find /usr/bin` | grep 32-bit

Tuttle 04-13-2010 06:47 AM

all 64 bit libs reside in /usr/lib64, 32 bit libs in /usr/lib
Look and see what's in the 32 bit directory
Code:

du -s /usr/lib


All times are GMT -5. The time now is 06:48 PM.