Hi all, I'm trying to build net-snmp with encryption support for days but I cant get it configured properly. I followed the guides (MinGW - Building and MinGW - Building with OpenSSL) in http://www.net-snmp.org/docs/README.win32.html and I have all the openssl include files and libraries in place(c:/Dev-Cpp or /mingw). When I run configure script with --with-openssl option followed by path where include files and libraries lay but the scripts ends with
... checking openssl/hmac.h usability... yes checking openssl/hmac.h presence... yes checking for openssl/hmac.h... yes checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes checking openssl/aes.h usability... yes checking openssl/aes.h presence... yes checking for openssl/aes.h... yes checking openssl/des.h usability... yes checking openssl/des.h presence... yes checking for openssl/des.h... yes checking openssl/dh.h usability... yes checking openssl/dh.h presence... yes checking for openssl/dh.h... yes checking security/cryptoki.h usability... no checking security/cryptoki.h presence... no checking for security/cryptoki.h... no checking for lpstat... no checking for cgetnext... no checking for authentication support... configure: error: Asked to use OpenSSL but I couldn't find it. When I omit the --with-openssl option then configure ends successfully but with following: ... Authentication support: MD5 Encryption support: -------------------------------------------------------- I've tried this with different versions of net-snmp (5.1.4, 5.3.1 and 5.4.pre3) and both versions of openssl available in http://www.slproweb.com/products/Win32OpenSSL.html but result remains the same. I've google for it and search net-snmp users and coders archives for it and found few entries with similar problem but they remaind unanswered and dated back to 2004-something. I checked config.log for ssl entries but couldnt make much of it, well except CONFIGURE_OPTIONS where the right path was added. If anyone encountered same problem or just knows how solve this problem please let me know. Thanks in advance, Ragnar ------------------------------------------------------------------------- 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-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
