Page 2 of 2

Re: 5.6.14 to 5.7.5 upgrade missing repo

Posted: Thu Dec 17, 2020 4:37 pm
by dchurch
Your system appears to have a bunch of different versions of mariadb-devel installed, some for i686, some for x86_64.

I'm entirely uncertain as to how your system came to have those installed, but there's definitely a package conflict going on.

Try these commands to remove all but the latest version for your architecture:

Code: Select all

yum remove -y mariadb-devel mariadb-libs
yum install -y mariadb-devel mariadb-libs
You'll probably also want to go over the list of installed packages with a fine-tooth comb to make sure they're all for the correct architecture:

Code: Select all

rpm -qa |grep i686