My server is Centos 5, i386 architecture.
I just tried to update my server and i found the following:
Code: Select all
[root@v2 ~]# yum update
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* atomic: www5.atomicorp.com
* base: mirror.ovh.net
* updates: mirror.ovh.net
* addons: mirror.ovh.net
* extras: mirror.ovh.net
74 packages excluded due to repository priority protections
Setting up Update Process
Resolving Dependencies
--> Running transaction check
--> Processing Dependency: mysql-libs = 5.0.83-1.el5.art for package: mysql
---> Package mysql-libs.i386 0:5.0.84-1.el5.art set to be updated
--> Finished Dependency Resolution
mysql-5.0.83-1.el5.art.x86_64 from installed has depsolving problems
--> Missing Dependency: mysql-libs = 5.0.83-1.el5.art is needed by package mysql-5.0.83-1.el5.art.x86_64 (installed)
Error: Missing Dependency: mysql-libs = 5.0.83-1.el5.art is needed by package mysql-5.0.83-1.el5.art.x86_64 (installed)
[root@v2 ~]#
I checked out the package mysql-libs to se what is installed on my system:
Code: Select all
[root@v2 ~]# rpm -q mysql-libs
mysql-libs-5.0.83-1.el5.art
mysql-libs-5.0.84-1.el5.art
[root@v2 ~]#
Thanks for any help.
