Re: SNMP Decryption error with 5.1.2 on ARM

2005-06-22 Thread Stage Iup - Fabrice & Frederic
ok thanks for all i'll try this as soon as possible2005/6/22, Dave Shield <[EMAIL PROTECTED]>: [ First - *please* don't mail me privately, without copying any responses to the mailing list.  I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discu

Re: SNMP Decryption error with 5.1.2 on ARM

2005-06-22 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On Wed

Re: SNMP Decryption error with 5.1.2 on ARM

2005-06-22 Thread Stage Iup - Fabrice & Frederic
You could try runningconfigure --with-openssl=/path/to/SSL if the libraries are in /path/to/SSL/lib and the header files are in /path/to/SSL/include so i've got to have OpenSSL on my building machine and set the path of its installation? because i've got a prebuild OpenSSL for arm but with

Re: SNMP Decryption error with 5.1.2 on ARM

2005-06-22 Thread Dave Shield
On Tue, 2005-06-21 at 16:36, Robert Story wrote: > FK> > createUser stage MD5 "12345678" DES > > You haven't specified the DES key... try > >createUser stage MD5 "12345678" DES "12345678" No - that won't be it. It's quite legitimate to omit the encryption key in a "createUser" line, and the

Re: SNMP Decryption error with 5.1.2 on ARM

2005-06-22 Thread Stage Iup - Fabrice & Frederic
Hi all i've just add the following line to net-snmp-config.h #define USE_OPENSSL i've notice that when the configure step is finished, the summary doesn't tell that the encryption is actived -     Net-SNMP configuration summary:

Re: SNMP Decryption error with 5.1.2 on ARM

2005-06-21 Thread Robert Story
On Tue, 21 Jun 2005 09:19:34 -0700 (PDT) gg wrote: GG> Have you checked to make sure that USE_OPENSSL is GG> defined in net-snmp-config.h? I had the same problem GG> because the net-snmp project disables encryption by GG> default (legal ramifications, I believe) That was only in binaries. Compili

Re: SNMP Decryption error with 5.1.2 on ARM

2005-06-21 Thread Robert Story
On Tue, 21 Jun 2005 11:56:24 +0200 Frederic wrote: FK> indeed i've got a Decryption error if i launch a request: FK> FK> > # snmpwalk -v 3 -u stage -l authPriv -a MD5 -A 12345678 -x DES -X FK> > 12345678 172.25.1.100 system FK> > snmpwalk: Decryption error FK> [...] FK> and

Re: SNMP Decryption error with 5.1.2 on ARM

2005-06-21 Thread gg gg
Have you checked to make sure that USE_OPENSSL is defined in net-snmp-config.h? I had the same problem because the net-snmp project disables encryption by default (legal ramifications, I believe) Ropert Wilcox --- Frederic K <[EMAIL PROTECTED]> wrote: > Hi > > i've wrote a mail about the t

SNMP Decryption error with 5.1.2 on ARM

2005-06-21 Thread Frederic K
Hi i've wrote a mail about the timeout error, that is resolved now but using DES gives me a problem indeed i've got a Decryption error if i launch a request: # snmpwalk -v 3 -u stage -l authPriv -a MD5 -A 12345678 -x DES -X 12345678 172.25.1.100 system snmpwalk: Decryption error but if i don't u