Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SNMP 2

Status
Not open for further replies.

axman505

Technical User
Jun 20, 2001
489
US
I am trying to install the Redhat 7.2 update for SNMP but it keeps saying that i dont have the dependeices, but i know i do. I found the libsnmp-0.4.2.1.so in the /usr/libs
Why wont it work?? THanks again

[root@Bravo aaron]# rpm -Uvh ucd-snmp-4.2.3-1.7.2.3.i386.rpm
error: failed dependencies:
ucd-snmp = 4.2.1 is needed by ucd-snmp-utils-4.2.1-7
ucd-snmp = 4.2.1 is needed by ucd-snmp-devel-4.2.1-7
libsnmp-0.4.2.1.so is needed by ucd-snmp-utils-4.2.1-7
libsnmp-0.4.2.1.so is needed by ethereal-0.8.18-9
libsnmp-0.4.2.1.so is needed by ethereal-gnome-0.8.18-9
 
Hi,

You have to update all those rpms together. Its saying that, by upgrading that rpm to 4.2.3, the 4.2.1 requirements of the other rpms mentioned will no longer be satisfied. So, you either remove those other rpms (if not needed) or you need to upgrade them all :

ftp://rpmfind.net/linux/redhat/updates/7.2/en/os/i386/ucd-snmp-4.2.3-1.7.2.3.i386.rpm
ftp://rpmfind.net/linux/redhat/updates/7.2/en/os/i386/ucd-snmp-devel-4.2.3-1.7.2.3.i386.rpm
ftp://rpmfind.net/linux/redhat/updates/7.2/en/os/i386/ucd-snmp-utils-4.2.3-1.7.2.3.i386.rpm
ftp://rpmfind.net/linux/redhat/updates/7.2/en/os/i386/ethereal-0.8.18-10.7.2.1.i386.rpm
ftp://rpmfind.net/linux/redhat/updates/7.2/en/os/i386/ethereal-gnome-0.8.18-10.7.2.1.i386.rpm

Just download all of the above to one directory (probably create a new empty temp one first! - .e.g. mkdir /usr/rpmtemp ) then 'cd' to the directory and upgrade the lot as root with :

rpm -Uvh *.rpm

That should work unless some more dependencies appear.... Oh, the pleasures of rpm !

Regards

 
I never knew you could do multiple at the same time. Thanks a lots!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top