FAQ:Perl 02

From Net-SNMP Wiki
Jump to: navigation, search

How do I install the Perl SNMP modules?

Assuming you have a reasonably new (and properly configured) Perl system, this should be simply:

     cd perl
     perl Makefile.PL
       (press RETURN when prompted for host and community)
     make
     make test
     make install  (probably as root)

It might be possible to install the basic module using

       perl -MCPAN -e shell ; "install SNMP"

but this has not been reliably tested, and very much relies on having the correct version of the Net-SNMP library.

There may also be appropriate pre-compiled versions of the Perl modules available from the Net-SNMP project website, or your O/S vendor.

   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?