server 2 & 3 ======== $ sudo apt install mariadb-server Reading package lists... Done Building dependency tree Reading state information... Done mariadb-server is already the newest version (10.1.14+maria-1~xenial). 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. server 1 ======== $ sudo apt install mariadb-server Reading package lists... Done Building dependency tree Reading state information... Done mariadb-server is already the newest version (10.1.15+maria-1~xenial). 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. What is actually happening here? Is this related to connect engine package? 2016-07-13 14:34 GMT+08:00 Umarzuki Mochlis <umarzuki@gmail.com>:
2 of 3 mariadb servers 10.1, ubuntu 16.04 unable to install mariadb-connect-engine-10.1 with error
The following packages have unmet dependencies: mariadb-connect-engine-10.1 : Depends: unixODBC but it is not installable E: Unable to correct problems, you have held broken packages.
I fould bugreport at https://jira.mariadb.org/browse/MDEV-10032
but it seems stalled?
One other thing to note, apt-get upgrade does not upgrade mariadb to 10.1.15, only on the one that successfully installed mariadb-connect-engine-10.1
How do I solve this? I already tried apt-get purge mariadb* then reinstall but still same.