On 7 January 2013 19:53, Suna Sana <sureshsciluti...@gmail.com> wrote:
> I added dlmod command in snmpd.conf under C:\usr\etc\snmp but its not
> loading.
> dlmod nstAgentModuleObjectTest test5DLL.dll
>
> test5DLL.dll has the function definition for init_ test5DLL.dll().

If the init function is called 'init_test5DLL.dll', then you probably
need to load it using

    dlmod    test5DLL.dll    test5DLL.dll

where the second token is the name of the 'init_xxx' routine to call,
and the third is the (full path!) of the module to load.
See the snmpd.conf(5) man page for details.

Dave

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to