Find the answer to your Linux question:
Results 1 to 4 of 4
Hi, Are there any rpm packages with dependencies for the perl's NET::SNMP module available for CentsOS 5? I got the rpm from rpm.pbone.net/index.php3/stat/4/idpl/6031412/com/perl-Net-SNMP-5.2.0-1.2.el5.rf.noarch.rpm.html]RPM Search perl-Net-SNMP-5.2.0-1.2.el5.rf.noarch.rpm[/url] but it fails on dependencies. ...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Posts
    7

    RPM package for perl NET:SNMP module with dependencies (CentOS)

    Hi,

    Are there any rpm packages with dependencies for the perl's NET::SNMP module available for CentsOS 5? I got the rpm from rpm.pbone.net/index.php3/stat/4/idpl/6031412/com/perl-Net-SNMP-5.2.0-1.2.el5.rf.noarch.rpm.html]RPM Search perl-Net-SNMP-5.2.0-1.2.el5.rf.noarch.rpm[/url] but it fails on dependencies.

    I am looking for a complete package.

    Thanks in advance.

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Usually this happens because something else installed on your system depends upon older versions of something in the dependency list. Please provied the full yum output. Thanx.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Just Joined!
    Join Date
    Apr 2009
    Posts
    7
    This is the output i get when i execute rpm -ivh perl-Net-SNMP-5.2.0-1.2.el5.rf.noarch.rpm

    warning: perl-Net-SNMP-5.2.0-1.2.el5.rf.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
    error: Failed dependencies:
    perl(Crypt:: DES) is needed by perl-Net-SNMP-5.2.0-1.2.el5.rf.noarch
    perl(Digest::HMAC) is needed by perl-Net-SNMP-5.2.0-1.2.el5.rf.noarch
    perl(Digest::SHA1) is needed by perl-Net-SNMP-5.2.0-1.2.el5.rf.noarch
    perl(Socket6) >= 0.19 is needed by perl-Net-SNMP-5.2.0-1.2.el5.rf.noarch

  4. #4
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Quote Originally Posted by kuru View Post
    This is the output i get when i execute rpm -ivh perl-Net-SNMP-5.2.0-1.2.el5.rf.noarch.rpm

    warning: perl-Net-SNMP-5.2.0-1.2.el5.rf.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
    error: Failed dependencies:
    perl(Crypt:: DES) is needed by perl-Net-SNMP-5.2.0-1.2.el5.rf.noarch
    perl(Digest::HMAC) is needed by perl-Net-SNMP-5.2.0-1.2.el5.rf.noarch
    perl(Digest::SHA1) is needed by perl-Net-SNMP-5.2.0-1.2.el5.rf.noarch
    perl(Socket6) >= 0.19 is needed by perl-Net-SNMP-5.2.0-1.2.el5.rf.noarch
    The indicated components as they are currently installed on your system are probably incompatible with the version of perl-Net-SNMP that you are installing, yet they are required by other programs which would break if they were updated. You can try and update them individually and see what is dependent upon them in turn. The yum package manager tends to provide more information of this sort in order to determine just where the incompatibilities lay. The other possibility is that these components haven't been installed yet on your system, but I think that rpm will do that if necessary, so I doubt that scenario.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...