I had linker errors when trying to build OpenSSL with MD2 and RC5 support.  I 
ran this command:

"
perl Configure VC-WIN64A --with-zlib-lib=C:/zlib/lib/zlibstatic 
--with-zlib-include=C:/zlib/include enable-md2 enable-rc5 --release
"
and had the messages I've put in this Gist in the output: 
https://gist.github.com/DragonOsman/e81ff5590561d999dce5b2f7ddb9d3bd .

I had some warnings and one error from the Linker when trying to build the 
Win32::Console Perl module, but I still got the module itself.  Could that be a 
reason for my problem?  And also, how can I enable all of the cryptography 
algorithms without getting errors (is this possible?)?

I'm also tempted to try getting the latest bleeding edge version from GitHub.  
I wonder if I should try that.

Reply via email to