Search code examples
dependenciesdebianzabbix

Zabbix dependcies unmet


I want to upgrade a Zabbix 2.2.7 to a 3.4 but there is a problem when I want to install zabbix-server:

The following packages have unmet dependencies:
 zabbix-server-mysql : 
Depends: libmariadbclient18 (>= 5.5.36) but it is not installable

Depends: libsnmp30 (>= 5.7.3+dfsg-1.7~dfsg) but 5.7.2.1+dfsg-1 is to be installed

Depends: libssl1.1 (>= 1.1.0) but it is not installable
E: Unable to correct problems, you have held broken packages.

libbssl1.1 and libmariadbclients are not avaialable, however I updated my repositories with apt-get update and apt-get upgrade.

And I don't know for libsnmp how to remove it and then install the new one.

Regards


Solution

  • I also faced this Issues and i fixed it

    need to install the dependencies libsnmp30

    #apt-get install libsnmp30
    #sudo apt-get -f install
    #sudo apt-get install zabbix-agent
    

    It works fine.....