RHEL 6.4: Openssl 1.0.0-27 libcrypto と libssl がない

RHEL 6.4: Openssl 1.0.0-27 libcrypto と libssl がない

zncopensslライブラリが必要なIRCouncerをインストールしようとしています。

Error: Package: znc-1.4-1.el6.x86_64 (epel)
           Requires: libcrypto.so.10(libcrypto.so.10)(64bit)
Error: Package: znc-1.4-1.el6.x86_64 (epel)
           Requires: libssl.so.10(libssl.so.10)(64bit)

yum whatprovides */lib64/libcrypto.so.10:

openssl-1.0.0-27.el6_4.2.x86_64 : A general purpose cryptography library with TLS implementation
Repo        : installed
Matched from:
Filename    : /usr/lib64/libcrypto.so.10
Filename    : /usr/lib64/libcrypto.so.1.0.0

ldconfig -v egrep -i "libssl\.so|libcrypto\.so":

ldconfig: /etc/ld.so.conf.d/kernel-2.6.32-358.el6.x86_64.conf:6: duplicate hwcap 1 nosegneg
    libssl.so.10 -> libssl.so.1.0.0
    libcrypto.so.10 -> libcrypto.so.1.0.0

yum list openssl:

Loaded plugins: downloadonly, product-id, refresh-packagekit, rhnplugin, security, subscription-manager
*Note* Red Hat Network repositories are not listed below. You must run this command as root to access RHN repositories.
Installed Packages
openssl.x86_64                                                         1.0.0-27.el6_4.2                                                         @release-rhel-x86_64-workstation-6-r

私は何を見逃していますか?

必要なライブラリを提供するパッケージがインストールされており、rpm / yumでライブラリを検索できます。

どんなアドバイス?似たような質問をしたと思います。RHEL 6.4とOpenSSL 1.0.1 - 依存関係がありませんが、そうではありませんか?しかし、これは32ビットと64ビットの問題のようです。

ベストアンサー1

opensslを再インストールすると完了です! yumを使用して再インストールできます。

yum reinstall openssl

または、rpmファイルをダウンロードし、次のコマンドを使用してインストールします。

 rpm -ivh --force

おすすめ記事