Ad Widget

Collapse

Zabbix V3.0.1 install with RPMs with Postgres 9.5

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • esawyja
    Member
    Zabbix Certified Specialist
    • Dec 2011
    • 54

    #1

    Zabbix V3.0.1 install with RPMs with Postgres 9.5

    Hi all
    Trying to install Zabbix 3.0.1 on Centos 7, I get this error, where can I find the zabbix-web-database?

    [root@centos7 zabbix_install]# rpm -ivf zabbix-web-3.0.1-1.el7.noarch.rpm
    warning: zabbix-web-3.0.1-1.el7.noarch.rpm: Header V4 DSA/SHA1 Signature, key ID 79ea5ed4: NOKEY
    error: Failed dependencies:
    zabbix-web-database = 3.0.1-1.el7 is needed by zabbix-web-3.0.1-1.el7.noarch
    [root@centos7 zabbix_install]# rpm -ivf zabbix-web-pgsql-3.0.1-1.el7.noarch.rpm
    warning: zabbix-web-pgsql-3.0.1-1.el7.noarch.rpm: Header V4 DSA/SHA1 Signature, key ID 79ea5ed4: NOKEY
    error: Failed dependencies:
    zabbix-web = 3.0.1-1.el7 is needed by zabbix-web-pgsql-3.0.1-1.el7.noarch
    [root@centos7 zabbix_install]#

    [root@centos7 zabbix_install]# rpm -qa | grep zabbix
    zabbix-release-3.0-1.el7.noarch
    zabbix-server-pgsql-3.0.1-1.el7.x86_64
    zabbix-agent-3.0.1-1.el7.x86_64
    zabbix-java-gateway-3.0.1-1.el7.x86_64
    [root@centos7 zabbix_install]#

    Thanks!
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Please try exec this command.

    Code:
    # rpm -ivf zabbix-web-3.0.1-1.el7.noarch.rpm zabbix-web-pgsql-3.0.1-1.el7.noarch.rpm

    Comment

    • esawyja
      Member
      Zabbix Certified Specialist
      • Dec 2011
      • 54

      #3
      WOW thank you!!
      [root@centos7 zabbix_install]# rpm -ivf zabbix-web-3.0.1-1.el7.noarch.rpm zabbix-web-pgsql-3.0.1-1.el7.noarch.rpm
      warning: zabbix-web-3.0.1-1.el7.noarch.rpm: Header V4 DSA/SHA1 Signature, key ID 79ea5ed4: NOKEY
      Preparing packages...
      zabbix-web-pgsql-3.0.1-1.el7.noarch
      zabbix-web-3.0.1-1.el7.noarch
      [root@centos7 zabbix_install]#

      Why would it work when both rpms are on the same line?

      Comment

      • Atsushi
        Senior Member
        • Aug 2013
        • 2028

        #4
        If the package has any dependencies, you will need to install at the same time.

        Comment

        • esawyja
          Member
          Zabbix Certified Specialist
          • Dec 2011
          • 54

          #5
          Thanks again!

          Comment

          Working...