在 RHEL 6.2 上安装 openssl

在 RHEL 6.2 上安装 openssl

尝试在 RHEL 6.2 上安装 openssl-devel。

yum install openssl-devel

我收到了这个错误:

--> Finished Dependency Resolution
Error: Package: glibc-2.12-1.47.el6.i686 (rhel62)
       Requires: glibc-common = 2.12-1.47.el6
       Removing: glibc-common-2.12-1.47.el6.x86_64 (@anaconda-RedHatEnterpriseLinux-201111171049.x86_64/6.2)
           glibc-common = 2.12-1.47.el6
       Updated By: glibc-common-2.12-1.80.el6_3.7.x86_64 (rhel62-update)
           glibc-common = 2.12-1.80.el6_3.7
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

--skip-broken 没有帮助。我该如何修复这个问题?


更新:通过更新 RHEL 6.4 修复

答案1

您是否尝试过确保您的 RPM 数据库中的信息是最新的?此时,yum clean all && yum update可能需要采取类似措施。

相关内容