On Sat, Sep 5, 2009 at 10:03 AM, Michael West<wes...@spamcop.net> wrote: > Can someone please clue me in as to how to install Net::SSLeay in Strawberry > Perl? > > I suspect I do not know how to point to the right places: (see below)
(from http://win32.perl.org/wiki/index.php?title=Compatibility_List_of_Perl_Modules#Net::SSLeay ) Net::SSLeay(cpan) does "just work" in Strawberry Perl, but you have to: 1. Install the OpenSSL libraries (you can get them from Shining Light Productions). 2. Copy all the files from `(OpenSSL installation folder)/lib/MinGW` to `(OpenSSL installation folder)/lib`. Once you've done this, you can install the module on CPAN as usual. (bingos++)