Good Day,
I was wondering if somebody could please help me with the following problem. For the last several days I have received an error email from a server which states there was errors updating the system.
I tried to manually update using yum update and this is what I get:
Can anybody please shed some light?
Thank you!
I was wondering if somebody could please help me with the following problem. For the last several days I have received an error email from a server which states there was errors updating the system.
I tried to manually update using yum update and this is what I get:
Code:
Excluding Packages in global exclude list
Finished
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package MySQL-python.x86_64 0:1.2.3-0.1.c1.el5 set to be updated
--> Processing Dependency: libmysqlclient_r.so.15(libmysqlclient_15)(64bit) for package: MySQL-python
--> Processing Dependency: libmysqlclient_r.so.15()(64bit) for package: MySQL-python
--> Finished Dependency Resolution
MySQL-python-1.2.3-0.1.c1.el5.x86_64 from base has depsolving problems
--> Missing Dependency: libmysqlclient_r.so.15(libmysqlclient_15)(64bit) is needed by package MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)
MySQL-python-1.2.3-0.1.c1.el5.x86_64 from base has depsolving problems
--> Missing Dependency: libmysqlclient_r.so.15()(64bit) is needed by package MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)
Error: Missing Dependency: libmysqlclient_r.so.15(libmysqlclient_15)(64bit) is needed by package MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)
Error: Missing Dependency: libmysqlclient_r.so.15()(64bit) is needed by package MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)
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
Thank you!