LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem with rpm installation on RHEL 5 (https://www.linuxquestions.org/questions/linux-newbie-8/problem-with-rpm-installation-on-rhel-5-a-715758/)

Avadhut 03-31-2009 07:21 AM

problem with rpm installation on RHEL 5
 
Hello All,

I tried to install rpm for snmp "net-snmp-5.3.2.2-5.el5.i386.rpm" on RHEL 5 server.

(prerequisite :libsensors3-2.10.6-55.el5.i386.rpm is also installed)

But I'm getting following error.

warning: net-snmp-5.3.2.2-5.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 82fd17b2
error: Failed dependencies:
net-snmp-libs = 1:5.3.2.2-5.el5 is needed by net-snmp-5.3.2.2-5.el5.i386

I tried to google particular library ,but I could not find links for the same.

Please help!!

Thanks.

Regards,
Avadhut

maxy7710 03-31-2009 07:28 AM

if u have the dependencies in u r server

then simply run the

" rpm -ivh --nodependencies ******.rpm "

but if possible, best option is setup a yum repository for all rpms from cd & just do

yum install

AlucardZero 03-31-2009 08:08 AM

Set your system up with yum and use it to install. You have access to the RedHat Network?

Avadhut 03-31-2009 11:54 PM

Hello All,

The issue is resolved.

I installed the RPM with no dependencies.

It's working fine now.:)

linuxlover.chaitanya 04-01-2009 12:20 AM

This is not always correct though and you might some time later find out that the installation with --nodeps option was not the correct option. It is always better to fulfill the dependencies for the packages using yum or any other package manager that you are using or is configured on your system.

maxy7710 04-01-2009 01:59 AM

good to knw issue resolved

tc

Avadhut 04-01-2009 11:39 PM

hello Chaitanya,
I'll definately remember this.

As this was on high priority I choosed to install it with "--nodeps".

Thanks for your input.

Regards,
Avadhut


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