odd mariadb-connector-c error on update

You are viewing an old version of this question. View the current version here.

Server version: 10.5.5-MariaDB MariaDB Server

hello - after installing 10.5 i get the following error:

# dnf  -y  update ;
Last metadata expiration check: 0:04:17 ago on Tue 18 Aug 2020 02:03:54 PM EDT.
Error:
 Problem: package mariadb-connector-c-devel-3.0.7-1.el8.x86_64 requires mariadb-connector-c = 3.0.7-1.el8, but none of the providers can be installed
  - package MariaDB-shared-10.5.5-1.el8.x86_64 obsoletes mariadb-connector-c provided by mariadb-connector-c-3.0.7-1.el8.x86_64
  - package MariaDB-shared-10.5.5-1.el8.x86_64 obsoletes mariadb-connector-c provided by mariadb-connector-c-3.0.7-1.el8.i686
  - cannot install the best update candidate for package mariadb-connector-c-devel-3.0.7-1.el8.x86_64
  - cannot install the best update candidate for package mariadb-connector-c-3.0.7-1.el8.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

suggestions?

Answer Answered by Geoff Montee in this comment.

Hi,

I've reported a bug for you here:

https://jira.mariadb.org/browse/MDEV-23506

In the mean time, I would suggest trying to work around this problem by doing something like this:

sudo yum remove mariadb-connector-c-devel
sudo yum install MariaDB-devel

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.