You can't include them as a library since the base agent won't know what
init_ functions to call to start you code.
Instead, put your code in the agent/mibgroup directory and use
--with-mib-modules="file1 file2" etc to get them to compile in and the
init_ routines to be found and used.
The patch below fixes the IPv6-enabled Win32 build. What this patch does is
to hide the inet_ntop() and inet_pton() declarations from the Microsoft SDK
headers such that these do not cause conflicts with the declarations in the
Net-SNMP source tree. And even when Net-SNMP is running on a Windows sy
On Thu, Apr 15, 2010 at 5:51 PM, Dave Shield wrote:
> On 14 April 2010 17:52, Bart Van Assche wrote:
>
> [ ... ]
>
> > Another note about the same revision: why did you change
> > /* #undef NETSNMP_USE_DLL */ into #define NETSNMP_USE_DLL 1 ?
> > I assume that this was an accidental commit after