On 29/12/06, David Arthur <[EMAIL PROTECTED]> wrote: > I am trying to get SNMPv3 to work *with* encryption (AES/DES), in a SUSE > SLES 9 system. > I am using setting things up with the command: > ./configure --with-openssl=/usr/lib/libcrypto.so.0
That doesn't feel right. "--with-openssl" takes the root directory of the OpenSSL tree, not a library file. But if you've got the crypto library installed in /usr/lib, then I'd expect configure to pick this up automatically. What happens if you run configure *without* "--with-openssl" at all? (It would be sensible to run "make distclean" first, just to get rid of any settings left over from previous attempts). Dave ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ 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
