Ad Widget

Collapse

Problem installing Zabbix 4.4.4 to CentOS 8

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jannesil
    Junior Member
    • Jan 2020
    • 2

    #1

    Problem installing Zabbix 4.4.4 to CentOS 8

    I'm experiencing a problem when installing Zabbix server to CentOS 8 server, after adding the Zabbix repositories and trying to install using cmd: yum install Zabbix-server-pgsql

    I get an error saying: nothing provides libssh2.so.1()(64bit) needed by zabbix-server-pgsql-4.4.4-1.el8.x86_64

    Is there any workaround available to correct this error, already found the bug report:https://support.zabbix.com/browse/ZBX-17081 and checked that the required package Is not on the centOS repository which come from Katello server.
  • ngowda759@gmail.com
    Junior Member
    • Oct 2019
    • 1

    #2
    Hello ,

    libssh2.so.1()(64bit) needed by zabbix-server-pgsql-4.4.4-1.el8.x86_64 is very much required for zabbix . if you are installing using yum localinstall , please also download the libssh package and add using yum localinstall. Or if you are installing from yum install , download the libssh and push it to the repository so that when you install zabbix-server-pgsql it will look for dependent packages and download them.

    Comment

    • jannesil
      Junior Member
      • Jan 2020
      • 2

      #3
      Thanks for your reply, I did this and get the server installed. Everything seems to b working correctly.

      Comment

      • acatic1
        Member
        • Oct 2019
        • 38

        #4
        Could you specify more clearly what needs to be done? How do you download libssh and push it to the repository?

        Comment

        • acatic1
          Member
          • Oct 2019
          • 38

          #5
          This worked:

          sudo dnf install http://mirror.centos.org/centos/8.0....b.1.x86_64.rpm

          Comment

          Working...