Hi All: I am compiling a C++ wrapper of some net_snmp libs on a Red Hat machine. By adding -lwrap, -lrpm, and -lsensors I have reduced the errors to the following four:
/usr/lib//libnetsnmptrapd.so: undefined reference to `dropauth' /usr/lib//libnetsnmptrapd.so: undefined reference to `event_input' /usr/lib//libnetsnmptrapd.so: undefined reference to `SyslogTrap' /usr/lib//libnetsnmptrapd.so: undefined reference to `num_received' Can someone tell me which remaining lib I need to add to the linker path? Is this an issue with the version of the crypto lib perhaps? Many Thanks, Geoffrey Bays ------------------------------------------------------------------------------ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
