I've built a new Ubuntu server 24.04 LTS and followed the installation instructions.
When I try and install the zabbix-server-mysql package I get a dependency error:
I've got libldap 2.6.7. installed:
Any ideas how to solve this error?
When I try and install the zabbix-server-mysql package I get a dependency error:
Code:
zabbix-server-mysql : Depends: libldap-2.5-0 (>= 2.5.4) but it is not installable
Code:
root@zabbix:/home/greg# dpkg -l | grep libldap ii libldap-common 2.6.7+dfsg-1~exp1ubuntu8 all OpenLDAP common files for libraries
Comment