I am surprised to see zabbix-agent doesn't install, seems its expecting the wrong libraries?
Shouldn't it be looking for libldap-2.4.so.2 instead?
Code:
Problem: conflicting requests - nothing provides liblber.so.2()(64bit) needed by zabbix-agent-6.2.6-release1.el9.x86_64 - nothing provides liblber.so.2(OPENLDAP_2.200)(64bit) needed by zabbix-agent-6.2.6-release1.el9.x86_64 - nothing provides libldap.so.2()(64bit) needed by zabbix-agent-6.2.6-release1.el9.x86_64 - nothing provides libldap.so.2(OPENLDAP_2.200)(64bit) needed by zabbix-agent-6.2.6-release1.el9.x86_64
Shouldn't it be looking for libldap-2.4.so.2 instead?
Code:
$ find / -name libldap*.so.2 /usr/lib64/libldap_r-2.4.so.2 /usr/lib64/libldap-2.4.so.2
Code:
$ find / -name liblber*.so.2 /usr/lib64/liblber-2.4.so.2
Comment