Since there are so many things it can't find, it probably didn't find libssl-1_1.dll at all.

Normally, libssl-1_1.dll would only need to be found at run-time - and this is easily achieved by simply ensuring that the location of that dll is included in the PATH environment variable.
Also, I have this notion (from way back in the distant past when I used to build a lot of stuff on windows) that, if the build were being done against a shared library (dll), then the undefined symbols would all begin with something like imp_ or __imp_... and they don't. So I'm thinking the build is being done against static OpenSSL libraries.
(Is that notion of mine correct ?)
The errors that the OP is reporting are happening at link-time.

The thing that irritates me a little is that if the OP could be bothered installing Strawberry Perl 5.32.x (where 'x' is either '0' or '1') then he could simply run cpan -i Net::SSLeay and end up with a Net-SSLeay-1.90 installation that was built against OpenSSL-1.1.1g.
If it really needs to be built against OpenSSL-1.1.0, then he could install Strawberry Perl 5.28.x (which ships with OpenSSL-1.1.0h) and then run cpan -i Net::SSLeay.

Alas, I get the impression that there might also be the stipulation that the upgrade to Net-SSLeay-1.90 be achieved via some unknown and unnecessary batch script.
But we have very few details ....

Cheers,
Rob

In reply to Re^4: Error while installing the Net::SSLeay module on windows. by syphilis
in thread 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.