Re: Enabling DES encryption

2004-06-22 Thread Steve Comfort
ldd on the snmpwalk binary will tell you if libcrypto is linked in
which is enough of a sign (if it is).
Hi Thomas, gents,
Thanks for this hint. Running ldd tells me that libcrypto is not linked 
in. The next dumb question is why not?.

I have the following in my config shell :
./configure --with-default-snmp-version=3 \
 --with-openssl=/usr/bin/libssl.so.9.6\
 --with-security-modules=usm
(Plus a few others which aren't relevant). BTW I'm compiling on a Debian 
system, kernel 2.4.23 ...

best regards
Steve

---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
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


Re: Enabling DES encryption

2004-06-22 Thread Steve Comfort
That's wrong. Try --with-openssl=/usr and make sure the
final configure report tells that DES is enabled.
Thomas,
Thanks for the help. It turned out that I didn't have openSSL correctly 
installed. I sorted that out and encryption is working fine.

For information: On a debian system you need --with-openssl=/usr/local/ssl
Best regards
Steve

---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
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


Re: Enabling DES encryption

2004-06-22 Thread Dave Shield

 ./configure --with-default-snmp-version=3 \
   --with-openssl=/usr/bin/libssl.so.9.6\
   --with-security-modules=usm

That doesn't look right.

$ ./configure --help | grep openssl
  --with-openssl=PATH Look for openssl in PATH/lib.

I'd be *very* surprised if the openSSL libraries were in
   /usr/bin/libssl.so.9.6/lib   (!)


Having libraries in /usr/bin feels Just Plain Wrong anyway.
I'd be inclined to look again at how you've got this installed.

If the openSSL libraries are installed somewhere sensible,
you probably shouldn't need to specify this at all.   The
configure script should find them automatically.


You can tell whether it's picked them up or not by looking at
the file 'configure-summary', and see what it says about encryption.
If it hasn't found the openSSL libraries, have a look in 'config.log'
which should indicate why not.

Dave



---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
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