Ad Widget

Collapse

zabbix install dependencies 5.0.4?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MaristFernas
    Junior Member
    • Oct 2020
    • 1

    #1

    zabbix install dependencies 5.0.4?

    I'm trying to a fresh install of zabbix 5.0 on centos 8. When I attempt to install package zabbix-web-mysql-5.0.4-1.el8.noarch.rpm I get this error:

    [root@zabbix ~]# rpm -iv zabbix-web-mysql-5.0.4-1.el8.noarch.rpm
    warning: zabbix-web-mysql-5.0.4-1.el8.noarch.rpm: Header V4 RSA/SHA512 Signature, key ID a14fe591: NOKEY
    error: Failed dependencies:
    zabbix-web-deps = 5.0.4-1.el8 is needed by zabbix-web-mysql-5.0.4-1.el8.noarch

    When I try to install the dependency zabbix-web-deps I get this error:

    # rpm -iv zabbix-web-deps-5.0.4-1.el8.x86_64.rpm
    warning: zabbix-web-deps-5.0.4-1.el8.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID a14fe591: NOKEY
    error: Failed dependencies:
    zabbix-web-database = 5.0.4-1.el8 is needed by zabbix-web-deps-5.0.4-1.el8.x86_64

    I cant install either package as they seem to be asking for each other. What am I doing wrong ?

    I currently have these package installed:

    zabbix-server-mysql-5.0.4-1.el8.x86_64
    zabbix-web-5.0.4-1.el8.noarchSHAREit Appvn
    Last edited by MaristFernas; 21-10-2020, 11:13.
  • LenR
    Senior Member
    • Sep 2009
    • 1005

    #2
    It's probably designed to be installed with yum from the repos, not one at a time with rpm. I don't remember if rpm can install multiple packages at once, but you can use --nodeps.

    Maybe try yum install zabbix*.rpm
    Last edited by LenR; 20-10-2020, 19:35.

    Comment

    • tim.mooney
      Senior Member
      • Dec 2012
      • 1427

      #3
      The original post in this thread is an exact copy of: https://www.zabbix.com/forum/zabbix-...ndencies-5-0-4

      Comment

      Working...