Thanks a lot to Colin and Thomas ... i am able to enable authentication and encryption.
Configuration summary : Authentication support: MD5 SHA1 Encryption support: DES AES but i saw one error in net-snmp: mips64-octeon-linux-gnu-gcc -I../include -I. -I../snmplib -I../openssl/include -mabi=64 -Ulinux -Dlinux=linux -c keytools.c -fPIC -DPIC -o .libs/keytools.o keytools.c:45:27: error: openssl/hmac.h: No such file or directory keytools.c: In function 'generate_Ku': keytools.c:107: error: 'EVP_MD_CTX' undeclared (first use in this function) keytools.c:107: error: (Each undeclared identifier is reported only once keytools.c:107: error: for each function it appears in.) keytools.c:107: error: 'ctx' undeclared (first use in this function) keytools.c:107: error: expected expression before ')' token make[5]: *** [keytools.lo] Error 1 I am not able to understand where hmac.h he is expecting we already gave the path ../openssl/include and under incluse we have openssl folder where all the .h files are soft-linked . and event i tried to copy the hmac.h file to /openssl and openssl/include but still i am getting the same error . for remaninig *.h file like /openssl/include/openssl/evp.h i didn't get ant error. Is openssl installation is wrong or this is a bug in net-snmp-5.4 ? Thanks Amit ----- Original Message ---- From: Thomas Anders <[EMAIL PROTECTED]> To: Amit Kumar <[EMAIL PROTECTED]> Cc: [email protected] Sent: Wednesday, 16 April, 2008 10:53:28 PM Subject: Re: snmpv3 Encryption Support Amit Kumar wrote: > I upgraded the openssl version to openssl-0.9.8d and the path i am > giving is --with-openssl=../openssl but still it is comming as blank . Please specify an absolute path to the OpenSSL install directory. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ___________________________________________________________ Yahoo! For Good helps you make a difference http://uk.promotions.yahoo.com/forgood/ ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
