安装带有 MySQL 支持的 zabbix

安装带有 MySQL 支持的 zabbix

我正在尝试在我的 ubuntu 22.04 服务器上安装 zabbix。

我在我的系统上安装了 zabbix 6.1 存储库。

当我尝试安装支持 mysql 的 zabbix 服务器时,它返回以下内容:

$ sudo apt install zabbix-server-mysql zabbix-sql-scripts
Reading package lists... Done7
Building dependency tree... Done
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-server-mysql : Depends: libldap-2.4-2 (>= 2.4.7) but it is not installable
                       Depends: libsnmp35 (>= 5.8+dfsg) but it is not installable
                       Depends: libssl1.1 (>= 1.1.1) but it is not installable
 E: Unable to correct problems, you have held broken packages.

相关内容