简体   繁体   中英

Openssl installation failed CentOS

i got the following error while installing openssl in CentOS,What should i do??please help

    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
       -------------

Now i can't install any software,it shows same error :(

You can check your openssl package with command

rpm -qa | grep openssl

and remove it with command

rpm -e --justdb --nodeps <yourpackage>

and reinstall your package you need.

Hope this helps and let us know if you have solve this issue.

It looks like you are running an old version: openssl-1.0.0-27.el6_4.2.x86_64

Update openssl to OpenSSL 1.0.1

yum update openssl

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