简体   繁体   中英

Installing 32 bit libraries on x86_64 redhat 6.2

How can I install 32 bit runtime libraries (eg libX11.so.6) on redhat enterprise linux version 6.2? I already have 64 version of these libraries installed on my system.

You can just add it like this:

yum install xorg-X11-libs.i386

Your 32bit applications will take their libs from there, your 64bit applications will stay with their libs.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM