Ad Widget

Collapse

Upgrade from Zabbix 3.2 to 3.4 - Failed dependencies

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Richi
    Junior Member
    • Jun 2017
    • 5

    #1

    Upgrade from Zabbix 3.2 to 3.4 - Failed dependencies

    Hello,

    we are trying to Upgrade our Zabbix 3.2 to 3.4 but we get an error
    while installing the new rpm's.
    Host System is RHEL 6.8 with an mysql Database.


    error: Failed dependencies:
    zabbix-web = 3.4.1-1.el6 is needed by zabbix-web-mysql-3.4.1-1.el6.noarch

    error: Failed dependencies:
    zabbix-web-database = 3.4.1-1.el6 is needed by zabbix-web-3.4.1-1.el6.noarch

    But i find no package "zabbix-web-database" anywhere.

    Maybe someone has an Idea.
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    zabbix-web-database indicates zabbix-web-mysql or zabbix-web-pgsql.

    If you want to install zabbix-web-mysql, please try installing with zabbix-web at the same time.

    ex.
    Code:
    # rpm -ivh zabbix-web-3.4.1-1.el6.noarch zabbix-web-mysql-3.4.1-1.el6.noarch
    or
    Code:
    # rpm -Uvh zabbix-web-3.4.1-1.el6.noarch zabbix-web-mysql-3.4.1-1.el6.noarch

    Comment

    • Richi
      Junior Member
      • Jun 2017
      • 5

      #3
      Thanks for the fast reply.

      I just imagine that "database" stands for mysql or pgsql.
      And in just this second i try a way without dependency check.

      Code:
      rpm -ivh zabbix-web-mysql-3.4.1-1.el6.noarch.rpm [B]--nodeps[/B]
      and
      Code:
      rpm -ivh zabbix-web-3.4.1-1.el6.noarch.rpm [B]--nodeps[/B]
      But I think your way is the more clean way.

      Everything now working fine and I will now enjoy the new Version and this Thread can be closed.

      Comment

      Working...