mlhii has asked for the wisdom of the Perl Monks concerning the following question:

i would like to know what underlying libraries are used by the Net::SNMP package and if a dependency exists for the presence of another SNMP application like UCD. thanks.

Replies are listed 'Best First'.
Re: SNMP Libraries
by Joost (Canon) on Jul 08, 2004 at 20:04 UTC
      thanks. this helped
Re: SNMP Libraries
by gellyfish (Monsignor) on Jul 09, 2004 at 08:32 UTC

    Net::SNMP version 4.1.2 has some perl module dependcies (from the Makefile.PL):

    PREREQ_PM => { Crypt::DES => '2.03', Digest::MD5 => '2.11', Digest::SHA1 => '1.02', Digest::HMAC => '1.00' },
    however it implements SNMP in pure perl so it has no requirements for the any external SNMP libraries.

    /J\