Dwight A wrote:
Hello,

Forgive me if this is in the wrong location.. I'm incredibly green. anyways i am attempting to setup a system to use the snmp functions of perl. i have installed perl and net-snmp along with basic perl libraries, the Net::SNMP and SNMP_Session libraries

The Net::SNMP Perl module actually has nothing to do with Net-SNMP. What you need to do is compile and install Net-SNMP with Net-SNMP's Perl modules. You may find old Net-SNMP Perl modules on CPAN, but they will not work with the current release of Net-SNMP.


To compile Net-SNMP with Perl, use:

./configure --with-perl-modules

or after compiling and installing Net-SNMP, follow the steps in perl/SNMP/README.

CPAN modules for Net-SNMP are not provided any more, because the module must match Net-SNMP exactly. The module you found on CPAN would only work with UCD-SNMP 4.2.0 which is very old.

Also see:

http://www.net-snmp.org/docs/FAQ.html#I_ve_got_a_problem_with_the_Net_SNMP_module___Can_you_help_

Alex


------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to