in reply to Re^2: 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.

Don’t forget that you need to open a new command prompt after changing environment variables.

Try echo %OPENSSL_PREFIX% from the command prompt to make sure the variable is set before running the makefile.

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

Replies are listed 'Best First'.
Re^4: OpenSSL 1.1 support with latest version of Net::SSLeay with Perl version 5.24.
by Anonymous Monk on Oct 26, 2021 at 10:47 UTC

    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'

      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)