in reply to Re^3: OpenSSL 1.1 support with latest version of Net::SSLeay with Perl version 5.24.
in thread OpenSSL 1.1 support with latest version of Net::SSLeay with Perl version 5.24.

NERDVANA, Thank you.

That worked but install failed with the below error.

collect2.exe: error: ld returned 1 exit status dmake: Error code 129, while making 'blib\arch\auto\Net\SSLeay\SSLeay.dll'

  • Comment on Re^4: OpenSSL 1.1 support with latest version of Net::SSLeay with Perl version 5.24.

Replies are listed 'Best First'.
Re^5: OpenSSL 1.1 support with latest version of Net::SSLeay with Perl version 5.24.
by NERDVANA (Priest) on Oct 27, 2021 at 05:51 UTC
    The actual error should be higher up in the log output. This just tells you that linking failed. (the final step where code gets packaged into a dll after the compile phase)