Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem of package dependency by rhel6.5

2025-04-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains "rhel6.5 how to solve the package dependence problem", the content of the article is simple and clear, easy to learn and understand, now please follow the editor's train of thought slowly in depth, together to study and learn "rhel6.5 how to solve the package dependency problem" bar!

Sometimes occurs during the installation of related rpm packages by yum

The following error: yum install elfutils-libelf*i686

Error: Protected multilib versions: elfutils-libelf-devel-0.152-1.el6.i686! = elfutils-libelf-devel-0.164-2.el6.x86_64

You could try using-skip-broken to work around the problem

* * Found 10 pre-existing rpmdb problem (s), 'yum check' output follows:

Cifs-utils-4.8.1-19.el6.x86_64 has missing requires of libwbclient.so.0 () (64bit)

Gnome-vfs2-smb-2.24.2-6.el6.x86_64 has missing requires of libsmbclient > = ('0000,' 3.0.8, '0.pre1.3')

Gnome-vfs2-smb-2.24.2-6.el6.x86_64 has missing requires of libsmbclient.so.0 () (64bit)

Gvfs-smb-1.4.3-16.el6_5.x86_64 has missing requires of libsmbclient.so.0 () (64bit)

Sssd-1.9.2-129.el6_5.4.x86_64 has missing requires of libndr-krb5pac.so.0 () (64bit)

Sssd-1.9.2-129.el6_5.4.x86_64 has missing requires of libndr-krb5pac.so.0 (NDR_KRB5PAC_0.0.1) (64bit)

Sssd-1.9.2-129.el6_5.4.x86_64 has missing requires of libndr.so.0 () (64bit)

Sssd-1.9.2-129.el6_5.4.x86_64 has missing requires of libndr.so.0 (NDR_0.0.1) (64bit)

Sssd-1.9.2-129.el6_5.4.x86_64 has missing requires of libsamba-util.so.0 () (64bit)

Sssd-1.9.2-129.el6_5.4.x86_64 has missing requires of libsamba-util.so.0 (SAMBA_UTIL_0.0.1) (64bit)

Solution: you can first remove the i686 and see if it can be installed successfully.

And then you can try.

Yum install zlib-devel libsmbclient* keyutils-libs-devel libselinux-devel

Yum clean all

Rm-f / var/lib/rpm/__db*

Rpm-rebuilddb

Yum update

Another mistake.

Yum install gtk2.*i686

Protected multilib versions: libtiff-3.9.4-9.el6_3.i686! = libtiff-3.9.4-10.el6_5.x86_64

Error: Protected multilib versions: audit-libs-2.2-2.el6.i686! = audit-libs-2.2-4.el6_5.x86_64

Error: Protected multilib versions: glib2-2.26.1-3.el6.i686! = glib2-2.26.1-7.el6_5.x86_64

Error: Protected multilib versions: pixman-0.26.2-5.el6_4.i686! = pixman-0.26.2-5.1.el6_5.x86_64

Error: Protected multilib versions: avahi-libs-0.6.25-12.el6.i686! = avahi-libs-0.6.25-12.el6_5.3.x86_64

Error: Protected multilib versions: libcom_err-1.41.12-18.el6.i686! = libcom_err-1.41.12-18.el6_5.1.x86_64

Error: Protected multilib versions: gnutls-2.8.5-10.el6_4.2.i686! = gnutls-2.8.5-14.el6_5.x86_64

Error: Protected multilib versions: 1:cups-libs-1.4.2-50.el6_4.5.i686! = 1:cups-libs-1.4.2-52.el6_5.2.x86_64

Error: Protected multilib versions: libjpeg-turbo-1.2.1-1.el6.i686! = libjpeg-turbo-1.2.1-3.el6_5.x86_64

Error: Protected multilib versions: libtasn1-2.3-3.el6_2.1.i686! = libtasn1-2.3-6.el6_5.x86_64

Error: Protected multilib versions: krb5-libs-1.10.3-10.el6_4.6.i686! = krb5-libs-1.10.3-15.el6_5.1.x86_64

Error: Protected multilib versions: libselinux-2.0.94-5.3.el6_4.1.i686! = libselinux-2.0.94-7.el6.x86_64

Reason: multiple libraries coexist in conflict

Solution: add:-- setopt=protected_multilib=false after executing the command

Execute again: yum install gtk2.*i686-- setopt=protected_multilib=false

Ok!

You can also uninstall the higher version and install a lower version of the component.

Thank you for your reading, the above is the content of "how to solve the package dependence problem of rhel6.5". After the study of this article, I believe you have a deeper understanding of how to solve the problem of package dependence of rhel6.5, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report