Ad Widget

Collapse

Redhat 6.4 not able to install zabbix-agent due to the error failed dependencies

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • freshmeat
    Junior Member
    • Jun 2016
    • 4

    #1

    Redhat 6.4 not able to install zabbix-agent due to the error failed dependencies

    rpm -Uvh zabbix-agent-3.0.9-1.el6.x86_64.rpm
    warning: zabbix-agent-3.0.9-1.el6.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 79ea5ed4: NOKEY
    error: Failed dependencies:
    libcrypto.so.10(OPENSSL_1.0.1)(64bit) is needed by zabbix-agent-3.0.9-1.el6.x86_64
    libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) is needed by zabbix-agent-3.0.9-1.el6.x86_64
    libcrypto.so.10(libcrypto.so.10)(64bit) is needed by zabbix-agent-3.0.9-1.el6.x86_64
    libssl.so.10(libssl.so.10)(64bit) is needed by zabbix-agent-3.0.9-1.el6.x86_64
    [root@glassfish885 Redhat]# ldconfig -p | grep libcrypto.so.10
    libcrypto.so.10 (libc6,x86-64) => /usr/lib64/libcrypto.so.10

    I am new to Redhat and the redhat server has no internet access. Any ideas??
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    It seems that the installed OpenSSL library is old.

    I think that you can download it if there is a subscription contract of RHEL.
    Please download and update the new package of openssl on a PC that can connect to the Internet.

    "How do I apply package updates to my RHEL system?"
    https://access.redhat.com/articles/11258
    "How to download rpm package manually from the Customer Portal?"
    https://access.redhat.com/solutions/6996

    Comment

    • freshmeat
      Junior Member
      • Jun 2016
      • 4

      #3
      Originally posted by Atsushi
      It seems that the installed OpenSSL library is old.

      I think that you can download it if there is a subscription contract of RHEL.
      Please download and update the new package of openssl on a PC that can connect to the Internet.

      "How do I apply package updates to my RHEL system?"
      https://access.redhat.com/articles/11258
      "How to download rpm package manually from the Customer Portal?"
      https://access.redhat.com/solutions/6996
      Thanks for the suggestion. I have managed to resolve the issues. Now zabbix can monitor the redhat now. thanks.

      Comment

      Working...