Rana wrote:
./example-demon: relocation error: /usr/lib/libnetsnmpagent.so.5 : undefined symbol : 'hosts_ctl'

Do you by chance have *two* libnetsnmpagent.so.5 files on your system, an older in /usr/lib and a newer one in /somewhere/else? And "example-demon" is compiled against the one in /somewhere/else?

If so, it may help (as a temporary, ugly workaround) to start your
"example-demon" like this:

  env LD_LIBRARY_PATH=/somewhere/else ./example-demon

Generally it's not trivial to mix two Net-SNMP versions on the same system,
unless you really know what you're doing. So if you run into more problem you
can't solve on your own, you'd better remove the older Net-SNMP version.


+Thomas

--
Thomas Anders (thomas.anders at blue-cable.de)


------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Net-snmp-users mailing list [EMAIL PROTECTED] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to