Wes: I took a look at snmptrapd_handlers.c dropauth and SyslogTrap are extern ints in snmptrapd_handlers.c.But they are not initialized there. So they should be initialized in some other module. The event_input function is referenced in snmptrapd_handlers.c, but defined in snmptrapd.c, and snmptrapd_handlers does not include snmptrapd.h. Cannot find num_received anywhere. snmptrapd binary is compiled on this system, and I would think that libnetsnmptrapd.so would contain these references from snmptrapd_handlers.
Any further clues for a mostly Java coder out of his element here? 5.4.2.1 is compiled on a Red Hat enterprise system thanks, Geoffrey Bays On Mon, Apr 13, 2009 at 4:15 PM, Wes Hardaker <[email protected]> wrote: >>>>>> On Fri, 3 Apr 2009 12:31:22 -0400, Geoffrey Bays <[email protected]> >>>>>> said: > > GB> I am compiling a C++ wrapper of some net_snmp libs on a Red Hat machine. > GB> By adding -lwrap, -lrpm, and -lsensors I have reduced the errors to > GB> the following four: > > Those are from snmptrapd_handlers.c > -- > Wes Hardaker > SPARTA National Security Sector > Cobham Analytic Solutions > ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
