Sorry title is wrong it is a Pi4
I have a Pi4 running Debian GNU/Linux 12 (bookworm).
I have downloaded the
and installed it, then update the repos. No error.
Then I try to install like this:
I get this error:
I have libldap-2.5-0 installed already
running this
I get the output shown on the attachment which looks OK to me.
Any idea how can I fix this?
I have a Pi4 running Debian GNU/Linux 12 (bookworm).
I have downloaded the
HTML Code:
repo wget https://repo.zabbix.com/zabbix/6.4/raspbian/pool/main/z/zabbix-release/zabbix-release_6.4-1%2Bdebian11_all.deb
Then I try to install like this:
HTML Code:
sudo apt install zabbix-server-mysql zabbix-frontend-php zabbix-sql-scripts zabbix-agent
HTML Code:
The following packages have unmet dependencies: zabbix-agent : Depends: libldap-2.4-2 (>= 2.4.7) but it is not installable zabbix-server-mysql : Depends: libldap-2.4-2 (>= 2.4.7) but it is not installable E: Unable to correct problems, you have held broken packages.
running this
HTML Code:
apt-cache policy
Any idea how can I fix this?
Comment