Advertisement
Guest User

perl-Net-SNMP

a guest
Sep 10th, 2012
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.60 KB | None | 0 0
  1. # cpan -i Digest::HMAC
  2. CPAN: Storable loaded ok (v2.20)
  3. Going to read '/root/.cpan/Metadata'
  4.   Database was generated on Mon, 10 Sep 2012 09:58:03 GMT
  5. Digest::HMAC is up to date (1.03).
  6.  
  7. # cpan -i Digest::SHA1
  8. CPAN: Storable loaded ok (v2.20)
  9. Going to read '/root/.cpan/Metadata'
  10.   Database was generated on Mon, 10 Sep 2012 09:58:03 GMT
  11. Digest::SHA1 is up to date (2.13).
  12.  
  13. # yum install perl-Net-SNMP
  14. Loaded plugins: product-id, refresh-packagekit, subscription-manager
  15. Updating Red Hat repositories.
  16. Setting up Install Process
  17. Resolving Dependencies
  18. --> Running transaction check
  19. ---> Package perl-Net-SNMP.noarch 0:5.2.0-4.el6 will be installed
  20. --> Processing Dependency: perl(Digest::HMAC) for package: perl-Net-SNMP-5.2.0-4.el6.noarch
  21. --> Processing Dependency: perl(Crypt::DES) for package: perl-Net-SNMP-5.2.0-4.el6.noarch
  22. --> Processing Dependency: perl(Digest::SHA1) for package: perl-Net-SNMP-5.2.0-4.el6.noarch
  23. --> Running transaction check
  24. ---> Package perl-Crypt-DES.i686 0:2.05-9.el6 will be installed
  25. ---> Package perl-Net-SNMP.noarch 0:5.2.0-4.el6 will be installed
  26. --> Processing Dependency: perl(Digest::HMAC) for package: perl-Net-SNMP-5.2.0-4.el6.noarch
  27. --> Processing Dependency: perl(Digest::SHA1) for package: perl-Net-SNMP-5.2.0-4.el6.noarch
  28. --> Finished Dependency Resolution
  29. Error: Package: perl-Net-SNMP-5.2.0-4.el6.noarch (epel)
  30.            Requires: perl(Digest::HMAC)
  31. Error: Package: perl-Net-SNMP-5.2.0-4.el6.noarch (epel)
  32.            Requires: perl(Digest::SHA1)
  33.  You could try using --skip-broken to work around the problem
  34.  You could try running: rpm -Va --nofiles --nodigest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement