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 - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-17-2005, 12:51 PM   #1
puppet
LQ Newbie
 
Registered: Feb 2005
Location: Riviera del Brenta - Italy
Distribution: Fedora, Debian
Posts: 25

Rep: Reputation: 15
yum missing dependencY


take a look at this:
Quote:
[ ... ]
--> Processing Dependency: net-snmp = 5.2.1-12 for package: net-snmp-libs
--> Finished Dependency Resolution
Error: Missing Dependency: net-snmp = 5.2.1-12 is needed by package net-snmp-libs
[root@puppet luca]# rpm -q net-snmp
net-snmp-5.2.1-12
what the hell happened? and how can I solve this?

thanks for your help
 
Old 10-17-2005, 07:38 PM   #2
blkcamarozr28
Member
 
Registered: Oct 2005
Location: Honolulu, Hawaii
Distribution: Fedora Core 1-7, CentOS 4/5, Ubuntu/Xubuntu
Posts: 63

Rep: Reputation: 15
You can try removing the package 'rpm -e net-snmp' and then run 'yum install net-snmp' to see if it will download it again. If not, you can manually download the rpm and load it up. Which distro is this for?
 
Old 10-18-2005, 09:55 AM   #3
puppet
LQ Newbie
 
Registered: Feb 2005
Location: Riviera del Brenta - Italy
Distribution: Fedora, Debian
Posts: 25

Original Poster
Rep: Reputation: 15
I use fedora core 4 for AMD64. Take a look to the following...
Quote:
[root@puppet luca]# rpm -e net-snmp
error: Failed dependencies:
net-snmp = 5.2.1-12 is needed by (installed) net-snmp-libs-5.2.1-12.i386
net-snmp = 5.2.1-12 is needed by (installed) net-snmp-libs-5.2.1-12.x86_64
[root@puppet luca]# rpm -e net-snmp-libs
error: "net-snmp-libs" specifies multiple packages
[root@puppet luca]# rpm -e --allmatches net-snmp-libs
error: Failed dependencies:
libnetsnmp.so.5()(64bit) is needed by (installed) net-snmp-5.2.1-12.x86_64
libnetsnmp.so.5()(64bit) is needed by (installed) kdeutils-3.4.0-1.x86_64
libnetsnmp.so.5()(64bit) is needed by (installed) kdeutils-3.4.2-0.fc4.1.x86_64
libnetsnmpagent.so.5()(64bit) is needed by (installed) net-snmp-5.2.1-12.x86_64
libnetsnmphelpers.so.5()(64bit) is needed by (installed) net-snmp-5.2.1-12.x86_64
libnetsnmpmibs.so.5()(64bit) is needed by (installed) net-snmp-5.2.1-12.x86_64
libnetsnmptrapd.so.5()(64bit) is needed by (installed) net-snmp-5.2.1-12.x86_64
...uh... had to try another way... so I solved this way:
Quote:
[root@puppet luca]# yum upgrade --exclude net-snmp*

Last edited by puppet; 10-18-2005 at 10:21 AM.
 
Old 10-23-2005, 07:58 AM   #4
originallurk
LQ Newbie
 
Registered: Oct 2005
Distribution: FC4
Posts: 1

Rep: Reputation: 0
The above didn't quite make it for me, (every attempt either gave me the dependency error or tried to fooling me yum upgrade was complete - yeah, right...sure) however this did:

rpm -e net-snmp

returned something like 'can't do it mate, since there are dependencies from net-snmp-libs-5.2.1-12.i386 and net-snmp-libs-5.2.1-12 .x86_64'

As the ruthless man I am - my answer was obvious:
rpm -e net-snmp-libs-5.2.1-12.i386
rpm -e net-snmp-libs-5.2.1-12.x86_64
rpm -e net-snmp

Followed by a swift:
yum clean all
yum upgrade

Now
rpm -q net-snmp tells me that net-snmp is not installed

I tried
yum install net-snmp

and it installed a brand new version of net-snmp (5.2.1.2-fc4.1).

I'm a happy camper!



...just lurking
 
Old 10-23-2005, 06:51 PM   #5
Jester_UVa09
LQ Newbie
 
Registered: Oct 2005
Posts: 2

Rep: Reputation: 0
Talking THANK YOU

I am a fedora noob, and I had a similar problem. That was just what I needed. Thank you so much!!! You can never find anything that actually helps you with a problem....it's always different. But this time, I actually found the right answer. That made my day!
 
Old 10-24-2005, 05:28 AM   #6
tomj54
LQ Newbie
 
Registered: Aug 2004
Location: Las Vegas
Distribution: FC6
Posts: 6

Rep: Reputation: 0
I get similar messages when I run yum update:
Error: Missing Dependency: dbus-glib = 0.22 is needed by package hal
Error: Missing Dependency: libdbus-1.so.0 is needed by package hal
Error: Missing Dependency: dbus = 0.22 is needed by package hal

yum remove hal
reports 135 packages to be erased. I'm a bit nervous about letting it proceed.

What next?

Last edited by tomj54; 10-24-2005 at 05:40 AM.
 
Old 10-26-2005, 10:20 AM   #7
dkippers
LQ Newbie
 
Registered: Oct 2005
Distribution: Gentoo
Posts: 12

Rep: Reputation: 0
I'm having a similar problem but the dependencies I'm trying to fix have too many dependencies themselves.
this is what they are.
--> Finished Dependency Resolution
Error: Missing Dependency: gnome-python2 = 2.6.0-3 is needed by package gnome-python2-canvas
Error: Missing Dependency: qt-devel = 1:3.3.3-8 is needed by package qt-designer
Error: Missing Dependency: kdegraphics = 7:3.3.0-3 is needed by package kdegraphics-devel

ps. I'm currrently trying to upgrade from FC3 to FC4

Last edited by dkippers; 10-26-2005 at 10:29 AM.
 
  


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 dependency: beats me! linmix Linux - Software 1 02-21-2006 05:16 PM
Yum update dependency problems DJOtaku Fedora 6 12-11-2005 02:56 PM
Yum dependency problem lucifer623 Fedora 4 10-09-2005 01:51 PM
Yum (yumex) dependency issue? linmix Linux - Software 2 02-03-2005 08:58 AM
How to troubleshoot dependency issue please? (Using YUM) davidas Linux - Newbie 2 03-29-2004 06:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:49 PM.

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