FAQ:Perl 01

From Net-SNMP Wiki
Revision as of 21:28, 25 October 2006 by Dts12 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Where can I get the perl SNMP package?

Joe Marzot's excellent perl SNMP module, which requires the ucd-snmp library, is now included in the ucd-snmp source release. It's located in the perl/SNMP subdirectory of the ucd-snmp source tree.

It can also be found at any Comprehensive Perl Archive Network (CPAN) site mirror in modules/by-module/SNMP. To find the CPAN site nearest you, please see http://www.cpan.org/SITES.html.

With the v5 release of the Net-SNMP suite, this is now accompanied by a number of perl modules grouped together under the NetSNMP namespace.

Consult the README file in the SNMP perl module distribution to find out what version of the ucd-snmp library it needs to be linked against.

   FAQ:Perl
   
  1. What is the purpose of the Perl SNMP module?
  2. Where can I get the Perl SNMP package?
  3. How do I install the Perl SNMP modules?
  4. But compiling this fails! Why?
  5. Compiling the Perl module works OK, but 'make test' fails. Why?
  6. Why can't mib2c (or tkmib) locate SNMP.pm?
  7. Why can't mib2c (or tkmib) load SNMP.so?
  8. Why can't tkmib locate Tk.pm?
  9. Why does your RPM complain about missing Perl modules?
  10. I've got a problem with the Net-SNMP module. Can you help?