-
Type:
Incident report
-
Resolution: Unsupported version
-
Priority:
Trivial
-
None
-
Affects Version/s: 7.4.10
-
Component/s: Packages (C)
-
None
Steps to reproduce:
- install a default fc43, with mariadb
- install Zabbix Server repo 7.4 (RHEL as no native fc repo exists)
- Install latest Zabbix Server (currently 7.4.10). This works.
- Try to upgrade fc43 to fc44.
Result:
The dnf system-upgrade download --releasever=44 fails on a requirement from Zabbix Server 7.4.x (x<=10 at least). These all require libnetsnmp.so.40()(64bit). However, fc44 has switched from libnetsnmp.so.40 to libnetsnmp.so.45. It is unclear whether this change is breaking or not for Zabbix Server (it likely depends what snmp calls are done).
Expected:
dnf system-upgrade works. Please examine whether libnetsnmp.so.45 works, and if it does, adapt the rpm conditions of the zabbix server package to allow 45.