我试图在ubuntu22.04LTS上安装mariadb服务器,但是我得到了一个与galera-4 & libssl相关的依赖错误消息。如何解决这个问题?
Reading package lists... Done
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:
galera-4 : Depends: libssl1.1 (>= 1.1.1) but it is not installable
E: Unable to correct problems, you have held broken packages.发布于 2022-04-29 05:10:50
Ubuntu22.04附带了不满足MariaDB的依赖需求的libssl-3.0.2。也就是说,您可以从Ubuntu服务器下载所需的库并手动安装它。
下面是操作步骤:
从现在开始,您将能够毫无问题地安装MariaDB。将来对MariaDB的更新很可能通过使用更新的libssl3.x库来解决这个依赖问题。
https://askubuntu.com/questions/1405443
复制相似问题