Re: snmpv3 Encryption support not enabled

2009-12-09 Thread Azade
i install net-snmp-5.5.rc3 with VS2008 , (get help from readme.win32) i do all section related to Microsoft Visual C++ - Configure / nmake - Building Microsoft Visual C++ - Workspace - Building Microsoft Visual C++ - Workspace - Building the DLL Microsoft Visual C++ - Workspace - Building the Per

Re: snmpv3 Encryption support not enabled

2009-12-09 Thread Dave Shield
2009/12/9 Azade : > i intsall net-snmp and openSSL in windows , > when i use anmpget command like with authPriv i got this error : > >> "Encryption support not enabled. >> snmpget: USM encryption error (Sub-id not found: (top) -> sysUpTime)" > > what should i do? Which version of Net-SNMP did you

snmpv3 Encryption support not enabled

2009-12-09 Thread Azade
Hi i intsall net-snmp and openSSL in windows , when i use anmpget command like with authPriv i got this error : "Encryption support not enabled. > snmpget: USM encryption error (Sub-id not found: (top) -> sysUpTime)" > what should i do? -- Best Regards, Azade Fotouhi ---

Re: snmpv3 Encryption Support

2008-04-21 Thread Wes Hardaker
> On Thu, 17 Apr 2008 05:43:22 -0700 (PDT), Amit Kumar <[EMAIL PROTECTED]> > said: AK> 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 ... AK> I am not able to understand where h

Re: snmpv3 Encryption Support

2008-04-17 Thread Amit Kumar
@lists.sourceforge.net 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 speci

Re: snmpv3 Encryption Support

2008-04-16 Thread Thomas Anders
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

Re: snmpv3 Encryption Support

2008-04-16 Thread Amit Kumar
Cc: [email protected] Sent: Wednesday, 16 April, 2008 1:44:50 PM Subject: Re: snmpv3 Encryption Support Amit I use OpenSSL 0.9.8 which works fine, I'm not sure about 0.9.7. I had a bit of trouble to get encryption enabled initially, using a version of OpenSSL that was not n

Re: snmpv3 Encryption Support

2008-04-16 Thread Colin Strachan
Amit I use OpenSSL 0.9.8 which works fine, I'm not sure about 0.9.7. I had a bit of trouble to get encryption enabled initially, using a version of OpenSSL that was not native to the host machine, in the end I specified an absolute path to the OpenSSL directory that contained the files netSNMP nee

snmpv3 Encryption Support

2008-04-16 Thread Amit Kumar
Hi All, I am using net-snmp-5.4 version with snmpv3 support and i am using the openssl version openssl-0.9.7i . first i used openssl and from ./configure script i used the option --with-openssl=../openssl/ in that case i got the error "Asked to use OpenSSL but i couldn't find it." th