Setting up icingaweb2 fails to complete as IDO is missing But I am currently not able to install it on my Raspberry PI du to the following conflict:
# apt-get install icinga2-ido-mysql
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:
icinga2-ido-mysql : Depends: libmariadbclient18 (>= 10.1.37-0+deb9u1) but it is not installable
E: Unable to correct problems, you have held broken packages.
That is on Raspbian GNU/Linux 10 (buster).
It seems the libmariadbclient functionality has moved to a different package but icinga2-ido-mysql package is not (yet) aware of that.
Does anyone have a solution or workaround?
Regards, Hugo.