hey all, for the past few days ive been trying to make a perl script which
uses the snmp 5.4.1 module for perl with no succes.
im using activeperl 5.8.8.822 and netsnmp 5.4.1 ive used the .ppd file
included in the win32 distribution and also compiled the last build, but the
problem persists.

So, i can succesfully do a get request like this

"$sess = new SNMP::Session(DestHost => localhost, Community => public);

$val = $sess->get('sysDescr.0');
"

But as soon as i use a callback the scripts just hangs, it does never return
anything, using wireshark i saw that it actualy sent the request but the
script never gets it, i even just put a print to see if the callback gets
called and it doesnt, do you know why this happens?
does the async method work in win32??
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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