Hi Monks,

I am getting below error while installing the Net::SSLeay module with Perl version 5.24 and openssl version 1.1.0

Note that i have installed openssl again on my system using script which is already there and it went well, no errors while installing openssl, one thing script does is to copies two dlls (libssl-1_1.dll and libcrypto-1_1.dll) to the Net::SSLeay folder in in the site/auto but since i am not able to install Net::SSLeay I dont have that folder..

dmake: Error code 129, while making 'blib\arch\auto\Net\SSLeay\SSLeay.dll

What needs to be done in order to have Net::SSLeay (latest version 1.90) installed on windows without any error.

Any help regarding this would be appreciated.

Thank you.


In reply to Error while installing the Net::SSLeay module on windows. by Anonymous Monk

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.