This is a discussion on snmpv3 Encryption Support within the SNMP Coders forums, part of the Networking and Network Related category; Hi All, I am using net-snmp-5.4 version with snmpv3 support and i am using the openssl version ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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." the i gave the path of ssl *.a files libssl.a and libcrypto.a files then this error is gone but in configuration summary Encryption is comming blank. please find the same : SNMP Versions Supported: 1 2c 3 Net-SNMP Version: 5.4 Building for: linux Network transport support: UDP SNMPv3 Security Modules: usm Agent Module list: mk/module_list_code.mk Agent MIB code: ucd-snmp/dlmod ucd-snmp/pass mibII default_modules => util_funcs mibII/system_mib mibII/sysORTable mibII/at mibII/ifTable mibII/ip mibII/snmp_mib mibII/tcp mibII/icmp mibII/udp mibII/vacm_vars mibII/setSerialNo if-mib ip-mib ip-forward-mib tcp-mib udp-mib Embedded Perl support: disabled SNMP Perl modules: disabled SNMP Python modules: disabled Authentication support: MD5 Encryption support: and in config log file ac_cv_header_openssl_aes_h=no ac_cv_header_openssl_des_h=no ac_cv_header_openssl_dh_h=no ac_cv_header_openssl_evp_h=no ac_cv_header_openssl_hmac_h=no ac_cv_header_osreldate_h=no i think our net-snmp configure script is not able to get the defination of these flags from libcrypto library .. ? which version of openssl i have to use.. ? and from where i will get the patch for openssl-0.9.7i where these flags is defined ? or is there is any solution for that..? Thanks Amit __________________________________________________ _________ Yahoo! For Good helps you make a difference http://uk.promotions.yahoo.com/forgood/ ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757...un.com/javaone _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |