LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Install 32 bit libs over top of 64 bit Fedora 13? (https://www.linuxquestions.org/questions/fedora-35/install-32-bit-libs-over-top-of-64-bit-fedora-13-a-835976/)

ezrider 10-03-2010 04:18 PM

Install 32 bit libs over top of 64 bit Fedora 13?
 
I'm running 64 bit Fedora 13, but I also need to install some 32 bit libs (libstdc++, libstdc++5, glibc, & libgcc). Is there one 32 bit gcc lib that has all I need & can I get yum to install it?

-- ezrider

johnsfine 10-03-2010 05:13 PM

Quote:

Originally Posted by ezrider (Post 4116620)
I'm running 64 bit Fedora 13, but I also need to install some 32 bit libs (libstdc++, libstdc++5, glibc, & libgcc). Is there one 32 bit gcc lib that has all I need & can I get yum to install it?

By "one ... lib", I expect you mean one package.

Does it matter whether you need more than one 32 bit package? It is easy to install 32 bit packages with yum and easy to find out which packages you need with a yum provides command.

John VV 10-03-2010 07:26 PM

this is why you have a /usr/lib and /usr/lib64

the 32 bit rpm's are auto installed in lib and the 64 bit rpm's in lib64

just look for them in yumex or the terminal yum
you should be able to "groupinstall" the 32 bit along side the 64 bit with no problems


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