-
Incident report
-
Resolution: Won't fix
-
Minor
-
None
-
4.2.7
-
None
-
Debian 10.1 Buster
Steps to reproduce:
I did a inplace upgrade to Debian 10.1 Buster. During update libcurl3 was replaced by libcurl4. After then zabbix-agent was not working anymore and isn't installed, as per apt-get install zabbix-agent, I get:
root@<server>:~# apt-get install zabbix-agent Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: zabbix-agent : Depends: libcurl3 (>= 7.16.2) but it is not installable E: Unable to correct problems, you have held broken packages.
If I try to install libucrl3, I get:
root@<server>:~# apt-get install libcurl3 Reading package lists... Done Building dependency tree Reading state information... Done Package libcurl3 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: libcurl4 E: Package 'libcurl3' has no installation candidate
Installed libcurl:
root@<server>:~# dpkg -l | grep curl
ii curl 7.64.0-4 amd64 command line tool for transferring data with URL syntax
ii libcurl3-gnutls:amd64 7.64.0-4 amd64 easy-to-use client-side URL transfer library (GnuTLS flavour)
ii libcurl4:amd64 7.64.0-4 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour)
ii python3-pycurl 7.43.0.2-0.1 amd64 Python bindings to libcurl (Python 3)
My sources:
root@SATVIEZBX03:~# cat /etc/apt/sources.list deb http://httpredir.debian.org/debian buster main contrib non-free deb http://httpredir.debian.org/debian buster-updates main contrib non-free deb http://security.debian.org buster/updates main contrib non-free
How can I fix the installation of the zabbix-agent?