64-bit Linux Yum installs 32-bit RPM packages

Source: Internet
Author: User

In the 64-bit Linux installation of 64-bit Oracle, there are sometimes "Libxext.so.6:cannot open Shared Object file:" Errors. Or sometimes appears libxp.so.6 is needed by openmotif21-2.1.30-11.el ... Error.

This is mainly due to the fact that Oracle installs some 32-bit Lib at the time of installation and can use the following workaround:


# Yum List Available | grep LIBXP

libxp.i686 1.0.0-15.1.el6 Server

libxp.x86_64 1.0.0-15.1.el6 Server

libxp-devel.i686 1.0.0-15.1.el6 Server

libxp-devel.x86_64 1.0.0-15.1.el6 Server

....


So we need to install libxp.i686 and libxp.x86_64

# yum Install libxext.i686

# yum Install libxext.x86_64


Another example in the query GDBM package, found that only x86_64, no 32bit, then you can use

# Yum installs the gdbm.i686 to install 32bit packages.


This article is from the "Night" blog, please be sure to keep this source http://liuqun.blog.51cto.com/3544993/1979206

64-bit Linux Yum installs 32-bit RPM packages

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.