Topic: Missing Dependency: mysql-libs = 5.1.45-1.el5.remi

Hi all, first post smile

A month or so back installed php en mysql from remi repo on Centos 5.4. If I try to update my server I, getting 1 error:
> yum update
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* addons: centos.mirror.transip.nl
* base: centos.mirror.transip.nl
* epel: ftp.nluug.nl
* extras: centos.mirror.transip.nl
* remi: rpms.famillecollet.com
* rpmforge: ftp-stud.fht-esslingen.de
* updates: centos.mirror.transip.nl
Excluding Packages in global exclude list
Finished
2299 packages excluded due to repository priority protections
Setting up Update Process
Resolving Dependencies
--> Running transaction check
--> Processing Dependency: mysql-libs = 5.1.45-1.el5.remi for package: mysql
---> Package mysql-libs.i386 0:5.1.46-1.el5.remi set to be updated
--> Finished Dependency Resolution
mysql-5.1.45-1.el5.remi.i386 from installed has depsolving problems
  --> Missing Dependency: mysql-libs = 5.1.45-1.el5.remi is needed by package mysql-5.1.45-1.el5.remi.i386 (installed)
Error: Missing Dependency: mysql-libs = 5.1.45-1.el5.remi is needed by package mysql-5.1.45-1.el5.remi.i386 (installed)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest

Don't know if error was there at install, just noticed the error, would be nice if there was a solution.

I've read this topic:
http://forums.famillecollet.com/viewtopic.php?id=138

That didn't solve it

Thanks in advance

Re: Missing Dependency: mysql-libs = 5.1.45-1.el5.remi

2299 packages excluded due to repository priority protections

That's the issue.

Remove priority or set remi repo to higher priority.

+

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: Missing Dependency: mysql-libs = 5.1.45-1.el5.remi

Thanks!! solved my problem!