Link to home
Start Free TrialLog in
Avatar of linuxperson
linuxpersonFlag for Canada

asked on

yum update fails

When I run yum updates i am getting the following.
Can someone assist?

---> Package compat-postgresql-libs.x86_64 0:4-1PGDG.rhel5 set to be updated
--> Processing Dependency: libyaml-0.so.1()(64bit) for package: python26-PyYAML
--> Finished Dependency Resolution
python26-PyYAML-3.08-4.el5.x86_64 from installed has depsolving problems
  --> Missing Dependency: libyaml-0.so.1()(64bit) is needed by package python26-PyYAML-3.08-4.el5.x86_64 (installed)
--> Running transaction check
---> Package kernel.x86_64 0:2.6.18-164.el5 set to be erased
---> Package kernel-devel.x86_64 0:2.6.18-164.el5 set to be erased
--> Processing Dependency: libyaml-0.so.1()(64bit) for package: python26-PyYAML
--> Finished Dependency Resolution
python26-PyYAML-3.08-4.el5.x86_64 from installed has depsolving problems
  --> Missing Dependency: libyaml-0.so.1()(64bit) is needed by package python26-PyYAML-3.08-4.el5.x86_64 (installed)
Error: Missing Dependency: libyaml-0.so.1()(64bit) is needed by package python26-PyYAML-3.08-4.el5.x86_64 (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
Avatar of Seth Simmons
Seth Simmons
Flag of United States of America image

what additional repositories have you configured?
SOLUTION
Avatar of Mazdajai
Mazdajai
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of linuxperson

ASKER

Loaded plugins: rhnplugin, security
Setting up Install Process
No package libyaml-0.1.2-3.el5.x86_64 available.
Nothing to do
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I have not able to go to this link as I have firewall preventing.  However I have access redhat channels.

I am I not able to get this from redhat repo/channel?
No. Alternative method is to download the rpm and install the rpm locally.
Np. Thanks for your support guys. I understand the direction now.
You can
yum reinstall all_packages_with_missing_dependencies
that should pull depencencies.
--> Finished Dependency Resolution
python26-PyYAML-3.08-4.el5.x86_64 from installed has depsolving problems
  --> Missing Dependency: libyaml-0.so.1()(64bit) is needed by package python26-PyYAML-3.08-4.el5.x86_64 (installed)
Error: Missing Dependency: libyaml-0.so.1()(64bit) is needed by package python26-PyYAML-3.08-4.el5.x86_64 (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

How do i reinstall with missing dependencies.
please give me the step
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I did reinstall missing rpms manually.