David Golden wrote:
I got it working on my Strawberry Perl (without an AS to compete with,
however).
I downloaded openssl from here:
http://www.slproweb.com/products/Win32OpenSSL.html
It installs into c:\openssl. However, this version appears to have
compiler-specific directories under lib\, so I patched Makefile.PL for
Crypt-SSLeay 0.53. Then it all just worked. (perl Makefile.PL,
dmake, dmake test)
My patch is attached -- I tested the MinGW branch, obviously, but
someone should test the VC and Borland branches and see if they work,
too.
Yes, this is about what I did, but I check both the mingw subdir and the
lib dir, in case someone has moved the files for their compiler up to ./lib
Thanks, I didn't actually expect you to do my work for me :)
David