LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 08-21-2014, 12:27 AM   #1
kulpreet11
LQ Newbie
 
Registered: Dec 2010
Posts: 23

Rep: Reputation: 0
Problem with Yum


Hi,

When i try to install anything using yum then it processes all the information regarding the package and in the last gives out plenty of errors of missing dependencies.

I tried running yum update command to update the system but again it gives the error of missing dependencies.

Is there any way i can skip these dependencies or fix this issue with yum.

Please suggest.

Thanks
Kulpreet
 
Old 08-21-2014, 12:31 AM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

no one will be able to help you if you don't provide more information. For starters, what OS is this and what *exactly* are the errors being reported by yum.

Evo2.
 
Old 08-21-2014, 12:36 AM   #3
kulpreet11
LQ Newbie
 
Registered: Dec 2010
Posts: 23

Original Poster
Rep: Reputation: 0
Hi,

It is CentOS version 5. It gives out the error of missing dependencies of many packages. Please check the last few lines of error which comes up.

Error: Missing Dependency: libaudit.so.0()(64bit) is needed by package ipsec-tools-0.6.5-14.el5_8.5.x86_64 (installed)
Error: Missing Dependency: libneon.so.25 is needed by package subversion-1.6.11-12.el5_10.i386 (installed)
Error: Missing Dependency: python(abi) = 2.4 is needed by package subversion-1.6.11-12.el5_10.x86_64 (installed)
Error: Missing Dependency: python(abi) = 2.4 is needed by package alchemist-1.0.36-2.el5.x86_64 (installed)
Error: Missing Dependency: libiw.so.28()(64bit) is needed by package rhpl-0.194.1-2.x86_64 (installed)
Error: Missing Dependency: libneon.so.25()(64bit) is needed by package subversion-1.6.11-12.el5_10.x86_64 (installed)
Error: Missing Dependency: python(abi) = 2.4 is needed by package dogtail-0.6.1-4.el5.noarch (installed)
Error: Missing Dependency: python(abi) = 2.4 is needed by package rhpxl-0.41.1-12.el5.x86_64 (installed)
Error: Missing Dependency: NetworkManager-glib = 1:0.7.0-13.el5 is needed by package 1:NetworkManager-0.7.0-13.el5.i386 (installed)
Error: udisks conflicts with kernel
Error: ksh conflicts with pdksh
Error: Missing Dependency: libnetsnmp.so.10()(64bit) is needed by package OpenIPMI-2.0.16-16.el5.x86_64 (installed)
Error: Missing Dependency: python(abi) = 2.4 is needed by package python-numeric-23.7-2.2.2.el5_6.1.x86_64 (installed)
Error: Missing Dependency: libpcap.so.0.9.4()(64bit) is needed by package iftop-0.17-1.el5.x86_64 (installed)
Error: Missing Dependency: libnm_glib.so.0 is needed by package 1:NetworkManager-0.7.0-13.el5.i386 (installed)
Error: Missing Dependency: libneon.so.25()(64bit) is needed by package cadaver-0.22.3-4.el5.x86_64 (installed)
Error: Missing Dependency: libtcl8.4.so is needed by package expect-5.43.0-8.el5.i386 (installed)
Error: Missing Dependency: python(abi) = 2.4 is needed by package kudzu-1.2.57.1.26-7.el5.centos.x86_64 (installed)
Error: Missing Dependency: libtcl8.4.so()(64bit) is needed by package OpenIPMI-2.0.16-16.el5.x86_64 (installed)
Error: Missing Dependency: python(abi) = 2.4 is needed by package rhpl-0.194.1-2.x86_64 (installed)
Error: Missing Dependency: python(abi) = 2.4 is needed by package subversion-1.6.11-12.el5_10.i386 (installed)
Error: Missing Dependency: python-abi = 2.4 is needed by package alchemist-1.0.36-2.el5.x86_64 (installed)
Error: Missing Dependency: system-config-network-tui = 1.3.99.21-1.el5 is needed by package system-config-network-1.3.99.21-1.el5.noarch (installed)
Error: initscripts conflicts with NetworkManager
Error: Missing Dependency: libtcl8.4.so()(64bit) is needed by package OpenIPMI-libs-2.0.16-16.el5.x86_64 (installed)
Error: Missing Dependency: python(abi) = 2.4 is needed by package pyspi-0.6.1-1.el5.x86_64 (installed)
Error: Missing Dependency: libbluetooth.so.2()(64bit) is needed by package bluez-hcidump-1.32-1.x86_64 (installed)
Error: authconfig conflicts with nss_ldap
Error: Missing Dependency: elfutils-libelf-devel-i386 = 0.137-3.el5 is needed by package elfutils-libelf-devel-static-0.137-3.el5.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
The program package-cleanup is found in the yum-utils package.

I hope this explains you the issue.

Thanks
Kulpreet
 
Old 08-21-2014, 01:55 AM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
cent 5

that is starting to show it's age
The ONLY !!! version in 5 that is supported is 5.10
Code:
cat /etc/redhat-release
will tell you what it is

as to errors
did you install PRIOR to this "yum-utils"

that error is telling you to use software in that package
SEE:
http://linux.die.net/man/1/yum-utils

now it is is CentOS 5.10
then you can also try the normal " first thing to try "
Code:
su -
yum clean all
rpm --rebuilddb
yum update
also what third party repos are installed ?
5 has a VERY BIG !!!! problem with them being INCOMPATIBLE
to check please post the output of this
Code:
su -
yum repolist all
 
Old 08-21-2014, 05:10 AM   #5
kulpreet11
LQ Newbie
 
Registered: Dec 2010
Posts: 23

Original Poster
Rep: Reputation: 0
Thanks everyone.

The issue is resolved now as i found issue with the repo of yum so i installed rpmforge and pointed yum to take the package from there.
 
Old 08-21-2014, 01:18 PM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
did you also install "yum-protectbase" or "yum-priorities"
and CONFIGURE THEM!!!!!!!!
rpmforge is KNOWN!!!! to be incompatible with cent5 !!!
it WILL REPLACE SYSTEM FILES !!!!

this is a KNOWN PROBLEM IN 5 !!!!!!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
yum install flash ... yum: command not found ... which yum ... /usr/bin/yum tg0000 Fedora 8 04-13-2011 11:25 AM
yum hangs; unresponsive; problem with yum slingshot-dave Linux - Newbie 9 05-05-2010 03:38 PM
problem when run yum (No module named yum) ezak Linux - Distributions 4 10-16-2009 04:04 AM
problem after yum yum yum (delicious) alaios Fedora 3 01-14-2009 02:34 AM
Yum Problem - /var/cache/yum/base/primary.xml.gz:1 ice99 Linux - Software 0 12-15-2005 01:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 04:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration