This appeared today on CentOS5 clients using yum update or yum install. This issue probably started yesterday.
That was the first time at paid attention to it. The missing library references belongs to packages in
Fedora12/13 and Centos/RHEL 6. Do not think this issue existed before the segfault problem yesterday.
/THomas
hostname:/root# yum install flash-plugin
96 packages excluded due to repository priority protections
Setting up Install Process
:
Same results as the below command
hostname:/root# yum install flash-plugin --disablerepo=base --disablerepo=updates --disablerepo=extras
--disablerepo=isy
Loaded plugins: fastestmirror, priorities
:
0 packages excluded due to repository priority protections
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package flash-plugin.x86_64 0:11.0.1.60-0.1.el5.rf set to be updated
--> Processing Dependency: libkutils.so.4()(64bit) for package: flash-plugin
--> Processing Dependency: libkdeui.so.5()(64bit) for package: flash-plugin
--> Processing Dependency: libkdecore.so.5()(64bit) for package: flash-plugin
--> Finished Dependency Resolution
flash-plugin-11.0.1.60-0.1.el5.rf.x86_64 from rpmforge has depsolving problems
--> Missing Dependency: libkdeui.so.5()(64bit) is needed by package
flash-plugin-11.0.1.60-0.1.el5.rf.x86_64 (rpmforge)
flash-plugin-11.0.1.60-0.1.el5.rf.x86_64 from rpmforge has depsolving problems
--> Missing Dependency: libkutils.so.4()(64bit) is needed by package
flash-plugin-11.0.1.60-0.1.el5.rf.x86_64 (rpmforge)
flash-plugin-11.0.1.60-0.1.el5.rf.x86_64 from rpmforge has depsolving problems
--> Missing Dependency: libkdecore.so.5()(64bit) is needed by package
flash-plugin-11.0.1.60-0.1.el5.rf.x86_64 (rpmforge)
Error: Missing Dependency: libkdeui.so.5()(64bit) is needed by package
flash-plugin-11.0.1.60-0.1.el5.rf.x86_64 (rpmforge)
Error: Missing Dependency: libkdecore.so.5()(64bit) is needed by package
flash-plugin-11.0.1.60-0.1.el5.rf.x86_64 (rpmforge)
Error: Missing Dependency: libkutils.so.4()(64bit) is needed by package
flash-plugin-11.0.1.60-0.1.el5.rf.x86_64 (rpmforge)
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
The program package-cleanup is found in the yum-utils package.