Hello Everyone,
I'm trying to install Zabbix on a fresh Ubuntu 18.04 LTS server. I've set the server up and run apt update;apt upgrade.
When I follow the install guidelines I get the following errors when trying to install from the package.
The following packages have unmet dependencies:
zabbix-server-mysql : Depends: libiksemel3 (>= 1.2) but it is not installable
Depends: libssh2-1 (>= 1.0) but it is not installable
Depends: fping but it is not installable
Recommends: virtual-mysql-server
Recommends: snmpd but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@otazab01:~# apt install zabbix-server-mysql zabbix-frontend-php 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-frontend-php : Depends: ttf-dejavu-core but it is not installable or
ttf-japanese-gothic but it is not installable
Depends: php-mbstring but it is not installable
Depends: php-bcmath but it is not installable
zabbix-server-mysql : Depends: libiksemel3 (>= 1.2) but it is not installable
Depends: libssh2-1 (>= 1.0) but it is not installable
Depends: fping but it is not installable
Recommends: virtual-mysql-server
Recommends: snmpd but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
To get some troubleshooting out of the way, yes, I have run the correct wget command for 18.04 which is bionic if I'm reading this right. I have blown away the server and it is as fresh as it can be. Do I need some other dependency that isn't in the documentation?
When I do apt list --installed here is what I see for Zabbix:
zabbix-release/unknown,now 3.4-1+bionic all [installed]
Is there something wrong with the package? Any help is appreciated.
I'm trying to install Zabbix on a fresh Ubuntu 18.04 LTS server. I've set the server up and run apt update;apt upgrade.
When I follow the install guidelines I get the following errors when trying to install from the package.
The following packages have unmet dependencies:
zabbix-server-mysql : Depends: libiksemel3 (>= 1.2) but it is not installable
Depends: libssh2-1 (>= 1.0) but it is not installable
Depends: fping but it is not installable
Recommends: virtual-mysql-server
Recommends: snmpd but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@otazab01:~# apt install zabbix-server-mysql zabbix-frontend-php 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-frontend-php : Depends: ttf-dejavu-core but it is not installable or
ttf-japanese-gothic but it is not installable
Depends: php-mbstring but it is not installable
Depends: php-bcmath but it is not installable
zabbix-server-mysql : Depends: libiksemel3 (>= 1.2) but it is not installable
Depends: libssh2-1 (>= 1.0) but it is not installable
Depends: fping but it is not installable
Recommends: virtual-mysql-server
Recommends: snmpd but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
To get some troubleshooting out of the way, yes, I have run the correct wget command for 18.04 which is bionic if I'm reading this right. I have blown away the server and it is as fresh as it can be. Do I need some other dependency that isn't in the documentation?
When I do apt list --installed here is what I see for Zabbix:
zabbix-release/unknown,now 3.4-1+bionic all [installed]
Is there something wrong with the package? Any help is appreciated.
Comment