5.6.14 to 5.7.5 upgrade missing repo

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
dchurch
Posts: 858
Joined: Wed Oct 07, 2020 12:46 pm
Location: Yo mama

Re: 5.6.14 to 5.7.5 upgrade missing repo

Post 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
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.

Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Locked