cqrlog 2.4.0 on Ubuntu 18.04 with MySQL - will not upgrade

3 posts / 0 new
Last post
G4DYA
cqrlog 2.4.0 on Ubuntu 18.04 with MySQL - will not upgrade

Hi,

Upgrade is held back because it wants to remove libmysqlclient-dev

richard@blueberry:~$ sudo apt -s dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED
libmysqlclient-dev
The following NEW packages will be installed
libmariadbclient-dev libmariadbclient-dev-compat libmariadbclient18
The following packages will be upgraded:
cqrlog

73,
Richard G4DYA

oh1kh
cqrlog 2.4.0 on Ubuntu 18.04 with MySQL - will not upgrade

Hi Richard !

I am not good for answering that as being a Fedora user, but if you have MariaDB server then perhps apt wants to change also libmysqlclient.

From console:
[saku@tpad ~]$ mysql --version
mysql Ver 15.1 Distrib 10.3.17-MariaDB, for Linux (x86_64) using readline 5.1

[saku@tpad ~]$ ls -l /lib64/libmysqlclient.so
lrwxrwxrwx. 1 root root 15 2. 8. 20:08 /lib64/libmysqlclient.so -> libmariadb.so.3

In this PC mysql version shows that MariDB is installed. So the libmysqlcilent points also to libmaridb.

So you either have MYSQL server or MariaDB server and depending on that your libs should be corresponding to database server installed.

XXbuntu users may correct me.

--
Saku
OH1KH

DL2KI
Hi,

Hi,

MySQL is installed by default in Ubuntu.

73, Wolfgang
DL2KI