in reply to Re: 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.
Hi Corion, Thank you for the revert.
I have set up OPENSSL_PREFIX on windows as a environment variable to "C:\app\perl_by_system\Win64\fp_lib" whereas openssl.exe resides in "C:\app\perl_by_system\Win64\fp_lib\bin".
I also tried printing the $ENV{OPENSSL_PREFIX} in MakeFile but it seems not recognizing the value in environment variable since its empty.
After setting path manually for openssl in Makefile.PL, it seems to be working but seems failing while gcc issue which seems libraries issue which i think should be resolved if i run it by script.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: OpenSSL 1.1 support with latest version of Net::SSLeay with Perl version 5.24.
by NERDVANA (Priest) on Oct 26, 2021 at 09:41 UTC | |
by Anonymous Monk on Oct 26, 2021 at 10:47 UTC | |
by NERDVANA (Priest) on Oct 27, 2021 at 05:51 UTC | |
|
Re^3: OpenSSL 1.1 support with latest version of Net::SSLeay with Perl version 5.24.
by Anonymous Monk on Oct 26, 2021 at 10:44 UTC |