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

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

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