I'm trying to get Net::SSLeay installed with Strawberry Perl and running into some issues. First, I have OpenSSL 0.9.8g installed in C:\openssl. I try and run install Net::SSLeay and it grabs all the necessary packages, but bombs during compilation. Here is the program output:
Cannot determine perl version info from lib/Net/SSLeay.pm Cannot determine license info from lib/Net/SSLeay.pm *** Found OpenSSL-0.9.8g installed in C:\OpenSSL
Then it spews a bunch of errors from SSLeay.c and I get the following:
dmake.EXE Error code 129, while making SSLeay.o
Has anyone tried Net::SSLeay with Strawberry perl and found it to work? Milling around other help forums, I see a lot of comments, but no solutions.

Any help would be appreciated. Can anyone point me to a page that has a step by step process outlined? Or better, explain the process here?

Thanks.


In reply to Net::SSLeay and Strawberry Perl by luminosity

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.