Ad Widget

Collapse

Installing Zabbix Proxy: Dependancy Issues

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • irbtech
    Junior Member
    • Oct 2017
    • 8

    #1

    Installing Zabbix Proxy: Dependancy Issues

    I'm trying to install zabbix proxy and agent on a Centos 7 instance. However, after installing the repository and try to install them. I get the error below. I can't find any way to install the lib dependancies and systemd.

    Error: Package: zabbix-proxy-mysql-3.0.12-1.el7.x86_64 (zabbix)
    Requires: libnetsnmp.so.31()(64bit)
    Error: Package: zabbix-agent-3.0.12-1.el7.x86_64 (zabbix)
    Requires: systemd
    Error: Package: zabbix-agent-3.0.12-1.el7.x86_64 (zabbix)
    Requires: libc.so.6(GLIBC_2.17)(64bit)
    Error: Package: fping-3.10-1.el7.x86_64 (zabbix-non-supported)
    Requires: libc.so.6(GLIBC_2.15)(64bit)
    Error: Package: zabbix-proxy-mysql-3.0.12-1.el7.x86_64 (zabbix)
    Requires: libmysqlclient.so.18()(64bit)
    Error: Package: zabbix-proxy-mysql-3.0.12-1.el7.x86_64 (zabbix)
    Requires: libmysqlclient.so.18(libmysqlclient_18)(64bit)
    Error: Package: zabbix-proxy-mysql-3.0.12-1.el7.x86_64 (zabbix)
    Requires: systemd
    Error: Package: zabbix-proxy-mysql-3.0.12-1.el7.x86_64 (zabbix)
    Requires: libc.so.6(GLIBC_2.17)(64bit)
  • kaspars.mednis
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Oct 2017
    • 349

    #2
    Hello,

    please check once more your Centos and zabbix repository versions.
    usually this error is related to installing rhel6 repo on CentOS7 and vice versa

    # cat /etc/redhat-release
    # yum info zabbix-release

    the correct zabbix 3.0 release for centos 7 x64 is


    usually this combination works like a charm

    Regards,
    Kaspars

    Comment

    • irbtech
      Junior Member
      • Oct 2017
      • 8

      #3
      Originally posted by kaspars.mednis
      Hello,

      please check once more your Centos and zabbix repository versions.
      usually this error is related to installing rhel6 repo on CentOS7 and vice versa

      # cat /etc/redhat-release
      # yum info zabbix-release

      the correct zabbix 3.0 release for centos 7 x64 is


      usually this combination works like a charm

      Regards,
      Kaspars
      The problem is now I get this error.

      Code:
      [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"

      Comment

      • kaspars.mednis
        Senior Member
        Zabbix Certified Trainer
        Zabbix Certified SpecialistZabbix Certified Professional
        • Oct 2017
        • 349

        #4
        Forum engine has cut off the link

        here it is
        Code:
        http://repo.zabbix.com/zabbix/3.0/rhel/7/x86_64/zabbix-release-3.0-1.el7.noarch.rpm
        Regards,
        Kaspars

        Comment

        • irbtech
          Junior Member
          • Oct 2017
          • 8

          #5
          Same issue as the first post:

          Code:
          Error: Package: zabbix-proxy-mysql-3.0.12-1.el7.x86_64 (zabbix)
                     Requires: libnetsnmp.so.31()(64bit)
          Error: Package: zabbix-agent-3.0.12-1.el7.x86_64 (zabbix)
                     Requires: systemd
          Error: Package: zabbix-agent-3.0.12-1.el7.x86_64 (zabbix)
                     Requires: libc.so.6(GLIBC_2.17)(64bit)
          Error: Package: fping-3.10-1.el7.x86_64 (zabbix-non-supported)
                     Requires: libc.so.6(GLIBC_2.15)(64bit)
          Error: Package: zabbix-proxy-mysql-3.0.12-1.el7.x86_64 (zabbix)
                     Requires: libmysqlclient.so.18()(64bit)
          Error: Package: zabbix-proxy-mysql-3.0.12-1.el7.x86_64 (zabbix)
                     Requires: libmysqlclient.so.18(libmysqlclient_18)(64bit)
          Error: Package: zabbix-proxy-mysql-3.0.12-1.el7.x86_64 (zabbix)
                     Requires: systemd
          Error: Package: zabbix-proxy-mysql-3.0.12-1.el7.x86_64 (zabbix)
                     Requires: libc.so.6(GLIBC_2.17)(64bit)

          Comment

          • kaspars.mednis
            Senior Member
            Zabbix Certified Trainer
            Zabbix Certified SpecialistZabbix Certified Professional
            • Oct 2017
            • 349

            #6
            Have you tried

            Code:
            yum clean all
            command after repository reinstall ?

            Regards,
            Kaspars

            Comment

            • irbtech
              Junior Member
              • Oct 2017
              • 8

              #7
              I just tried command and that worked.

              Thanks a lot!

              Comment

              Working...