ML wrote:
> Dnia poniedziałek, 9 października 2006 18:58, ML napisał:
> 
> It looks like there's some strange variable visibility problem here 
> (threads?). I'm not sure of the exact cause of this, because I don't know the 
> architecture of Net-SNMP as a whole, but the following dirty-hacky patch 
> allows the Perl module to work for us.

Try modifying the libsnmp_dll\libsnmp.def and libsnmp.def.in and change:

        usmNoAuthProtocol
        usmHMACMD5AuthProtocol
        usmHMACSHA1AuthProtocol
        usmNoPrivProtocol
        usmDESPrivProtocol
        usmAESPrivProtocol

to:

        usmNoAuthProtocol DATA
        usmHMACMD5AuthProtocol DATA
        usmHMACSHA1AuthProtocol DATA
        usmNoPrivProtocol DATA
        usmDESPrivProtocol DATA
        usmAESPrivProtocol DATA

http://msdn2.microsoft.com/en-us/library/hyx1zcd3.aspx

Alex



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to