Hey guys,
I'm writing my own snmp-agentx module for an app our company makes. The module compiles fine, but when I load the module in our app I get this:

__load_resource: /usr/lib/libnetsnmphelpers.so.5: undefined symbol: netsnmp_oid_stash_getnext_node

If I do:

strings /usr/lib/libnetsnmphelpers.so.5 | grep netsnmp_oid_stash

I can see the func:

netsnmp_oid_stash_getnext_node
netsnmp_oid_stash_get_data
netsnmp_oid_stash_free
netsnmp_oid_stash_add_data

Any ideas on why this is failing? I just did a fresh compile, make, make install of 5.1.3.1 on RH9 box.

Thanks,
Matthew



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to