snmp_shutdown ( ) - Is not killing all my threads

2005-05-15 Thread Karthik.C.L
Hi, My Net-Snmp Ver: 5.0.2 I have 3 threads, running my snmp MIB libraries, these check for device status. On a shut_down trigger all the threads should stop including snmpd. But only the MIB, which called this shutdown deinit() , all other threads r running. Let me, know if there is alternate

Re: snmpget fails - undefined symbol: des_key_sched

2005-04-27 Thread Karthik.C.L
Thanks, This resolved this issue, openssl has changed the crypto library API's. All libcrypto calls are changed from "des_" to "DES_". Regards, Karthik --- Wes Hardaker <[EMAIL PROTECTED]> wrote: > >>>>> On Thu, 21 Apr 2005 15:42:32 -070

snmpget fails - undefined symbol: des_key_sched

2005-04-21 Thread Karthik.C.L
Hi, When I try to query for any OID using DES privacy protocol, my SNMP query fails with " libnetsnmp.so.5: undefined symbol: des_key_sched" --- My details NET-SNMP -> version 5.0.2 Open SSL -> 0.9.6 CONF Settings createUser Writeuser1 MD5 Writepass1 DES Writepass2 rwuser Wr