Openssl安装失败了CentOS

时间:2014-03-13 21:00:26

标签: openssl centos

我在CentOS中安装openssl时出现以下错误,我该怎么办?请帮忙

    Transaction Check Error:
    file /usr/lib64/libcrypto.so.10 from install of openssl-1.0.0-27.el6_4.2.x86_64         
    conflicts with file from package openssl10-libs-1.0.1e-2.ius.el6.x86_64
    file /usr/lib64/libssl.so.10 from install of openssl-1.0.0-27.el6_4.2.x86_64         
    conflicts with file from package openssl10-libs-1.0.1e-2.ius.el6.x86_64
    file /usr/lib64/openssl/engines/lib4758cca.so from install of openssl-                 
    1.0.0-27.el6_4.2.x86_64 conflicts with file from package openssl10-libs-1.0.1e-2.ius.el6.x86_64
   file /usr/lib64/openssl/engines/libaep.so from install of openssl-1.0.0-27.el6_4.2.x86_64 conflicts with file from package openssl10-libs-1.0.1e-2.ius.el6.x86_64
    file /usr/lib64/openssl/engines/libatalla.so from install of openssl-1.0.0-27.el6_4.2.x86_64 conflicts with file from package openssl10-libs-1.0.1e-2.ius.el6.x86_64
   file /usr/lib64/openssl/engines/libcapi.so from install of openssl-1.0.0-27.el6_4.2.x86_64 conflicts with file from package openssl10-libs-1.0.1e-2.ius.el6.x86_64
   file /usr/lib64/openssl/engines/libchil.so from install of openssl-1.0.0-27.el6_4.2.x86_64 conflicts with file from package openssl10-libs-1.0.1e-2.ius.el6.x86_64
  file /usr/lib64/openssl/engines/libcswift.so from install of openssl-1.0.0-27.el6_4.2.x86_64 conflicts with file from package openssl10-libs-1.0.1e-2.ius.el6.x86_64
  file /usr/lib64/openssl/engines/libgmp.so from install of openssl-1.0.0-27.el6_4.2.x86_64 conflicts with file from package openssl10-libs-1.0.1e-2.ius.el6.x86_64
  file /usr/lib64/openssl/engines/libnuron.so from install of openssl-1.0.0-27.el6_4.2.x86_64 conflicts with file from package openssl10-libs-1.0.1e-2.ius.el6.x86_64
   file /usr/lib64/openssl/engines/libpadlock.so from install of openssl-1.0.0-27.el6_4.2.x86_64 conflicts with file from package openssl10-libs-1.0.1e-2.ius.el6.x86_64
   file /usr/lib64/openssl/engines/libsureware.so from install of openssl-1.0.0-27.el6_4.2.x86_64 conflicts with file from package openssl10-libs-1.0.1e-2.ius.el6.x86_64
   file /usr/lib64/openssl/engines/libubsec.so from install of openssl-1.0.0-27.el6_4.2.x86_64 conflicts with file from package openssl10-libs-1.0.1e-2.ius.el6.x86_64

      Error Summary
       -------------

现在我无法安装任何软件,它显示相同的错误:(

2 个答案:

答案 0 :(得分:5)

您可以使用命令

检查openssl
rpm -qa | grep openssl

并使用命令

将其删除
rpm -e --justdb --nodeps <yourpackage>

并重新安装您需要的包裹。

希望这有帮助,如果您已解决此问题,请告知我们。

答案 1 :(得分:0)

看起来您正在运行旧版本:openssl-1.0.0-27.el6_4.2.x86_64

将openssl更新为OpenSSL 1.0.1

yum update openssl