Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-19750

Newer dependencies not recognised in Fedora 34

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 5.4.3
    • Fedora 34 Server Edition

      Upon following the instructions on [this page|https://www.zabbix.com/download?zabbix=5.4&os_distribution=red_hat_enterprise_linux&os_version=8&db=mysql&ws=apache,] I have found that it is not possible to install Zabbix server version 5.4.3 on a fresh installation of Fedora 34 Server Edition.

      The installation seeks old versions of libevent and libnetsnmp specifically for packages zabbix-server-mysql or zabbix-server-pgsql. Newer versions of the libraries are already installed and so I would have expected the Zabbix server package to require a minimum version as opposed to a maximum version. The results are as follows:

       

      [admin@lonmon01 ~]$ sudo dnf install zabbix-server-mysql-5.4.3-1.el8.x86_64
      Last metadata expiration check: 0:46:12 ago on Thu 29 Jul 2021 20:42:49 BST.
      Error: 
       Problem: conflicting requests
        - nothing provides libevent-2.1.so.6()(64bit) needed by zabbix-server-mysql-5.4.3-1.el8.x86_64
        - nothing provides libnetsnmp.so.35()(64bit) needed by zabbix-server-mysql-5.4.3-1.el8.x86_64
      (try to add '--skip-broken' to skip uninstallable packages)
      [admin@lonmon01 ~]$ sudo dnf install zabbix-server-pgsql-5.4.3-1.el8.x86_64
      Last metadata expiration check: 0:46:17 ago on Thu 29 Jul 2021 20:42:49 BST.
      Error: 
       Problem: conflicting requests
        - nothing provides libevent-2.1.so.6()(64bit) needed by zabbix-server-pgsql-5.4.3-1.el8.x86_64
        - nothing provides libnetsnmp.so.35()(64bit) needed by zabbix-server-pgsql-5.4.3-1.el8.x86_64
      (try to add '--skip-broken' to skip uninstallable packages)
      [admin@lonmon01 ~]$ ls -la /lib64/libevent-2.1.so.7
      lrwxrwxrwx. 1 root root 21 Jan 27  2021 /lib64/libevent-2.1.so.7 -> libevent-2.1.so.7.0.1
      [admin@lonmon01 ~]$ ls -la /lib64/libnetsnmp.so.40
      lrwxrwxrwx. 1 root root 20 Jun  1 08:02 /lib64/libnetsnmp.so.40 -> libnetsnmp.so.40.1.0
      

       

            yurii Jurijs Klopovskis
            AWBbox Aidan Burnett
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: