Ad Widget

Collapse

instalaction of zabbix on centos6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ronpdf
    Junior Member
    • Oct 2019
    • 1

    #1

    instalaction of zabbix on centos6

    hi, I use centos 6.8
    I m following the instructions at the page https://www.zabbix.com/documentation..._from_packages
    and when I run the command "yum -y install zabbix-server-mysql zabbix-web-mysql zabbix-agent"
    I receive the message
    Error: Package: zabbix-server-mysql-3.0.28-1.el6.x86_64 (zabbix)
    Requires: libnetsnmp.so.20()(64bit)
    Error: Package: zabbix-server-mysql-3.0.28-1.el6.x86_64 (zabbix)
    Requires: libOpenIPMIposix.so.0()(64bit)
    Error: Package: zabbix-server-mysql-3.0.28-1.el6.x86_64 (zabbix)
    Requires: libodbc.so.2()(64bit)
    Error: Package: zabbix-server-mysql-3.0.28-1.el6.x86_64 (zabbix)
    Requires: libOpenIPMI.so.0()(64bit)

    what do I need to fix it and achieve the installation of zabbix 3.0?

    the zabbix.repo:
    cat /etc/yum.repos.d/zabbix.repo
    [zabbix]
    name=Zabbix Official Repository - $basearch
    baseurl=http://repo.zabbix.com/zabbix/3.0/rhel/6/$basearch/
    enabled=1
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX

    [zabbix-non-supported]
    name=Zabbix Official Repository non-supported - $basearch
    baseurl=http://repo.zabbix.com/non-supported/rhel/6/$basearch/
    enabled=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX
    gpgcheck=1
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Try enable the CentOS standard repository.

    Comment

    • stitchietare
      Junior Member
      • Aug 2019
      • 12

      #3
      try to directly install lib

      https://rpmfind.net/linux/rpm2html/s...so.20()(64bit) : libnetsnmp.so.20()(64bit)
      https://rpmfind.net/linux/rpm2html/s....so.0()(64bit) : libOpenIPMIposix.so.0()(64bit)
      https://rpmfind.net/linux/rpm2html/s...&system=&arch= : libodbc.so.2()(64bit)
      https://rpmfind.net/linux/rpm2html/s...&system=&arch= : libOpenIPMI.so.0()(64bit)

      and then when you download success run

      $sudo rpm -ivh packagexx.rpm

      Comment

      Working...