安装zabbix-agent2-5.0报错: ibcrypto.so.10()(64bit) is needed by zabbix-agent2-5.0.0-1.el7.x86_64
·
系统: Red Hat Enterprise Linux Server release 7.0 (Maipo
完整报错如下
rpm -ivh zabbix-agent2-5.0.0-1.el7.x86_64.rpm
warning: zabbix-agent2-5.0.0-1.el7.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID a14fe591: NOKEY
error: Failed dependencies:
libcrypto.so.10()(64bit) is needed by zabbix-agent2-5.0.0-1.el7.x86_64
libcrypto.so.10(OPENSSL_1.0.1)(64bit) is needed by zabbix-agent2-5.0.0-1.el7.x86_64
libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) is needed by zabbix-agent2-5.0.0-1.el7.x86_64
libcrypto.so.10(libcrypto.so.10)(64bit) is needed by zabbix-agent2-5.0.0-1.el7.x86_64
libssl.so.10()(64bit) is needed by zabbix-agent2-5.0.0-1.el7.x86_64
libssl.so.10(libssl.so.10)(64bit) is needed by zabbix-agent2-5.0.0-1.el7.x86_64
具体原因:
缺少了 :openssl-libs 包
openssl-libs下载地址: http://ftp.scientificlinux.org/linux/scientific/7/x86_64/os/Packages/
rpm -ivh openssl-libs-1.0.2k-19.el7.x86_64.rpm
rpm -qa|grep openssl
openssl-libs-1.0.2k-19.el7.x86_64
openssl098e-0.9.8e-29.el7.centos.3.x86_64
rpm -ivh zabbix-agent2-5.0.0-1.el7.x86_64.rpm
warning: zabbix-agent2-5.0.0-1.el7.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID a14fe591: NOKEY
Preparing... ################################# [100%]
Updating / installing...
1:zabbix-agent2-5.0.0-1.el7 ################################# [100%]
正常安装了
更多推荐

所有评论(0)