sohannin has asked for the wisdom of the Perl Monks concerning the following question:
I get the following errors with Strawberry Perl v5.26.1 on Windows, when trying to access website. The code works with older Perl, but I am trying to get the newer version to work too.
501 Attempt to reload IO/Socket/SSL.pm aborted. Compilation failed in require (LWP::Protocol::https not installed)
This is somewhat strange, since both IO::Socket:SSL.pm and LWP::Protocol::https are up to date. Tried to update Net::SSLeay to make sure SSL.pm has all it needs, but it doesn't compile:
bad reloc address 0x174 in section `.text' collect2.exe: error: ld returned 1 exit status gmake: *** [Makefile:492: blib\arch\auto\Net\SSLeay\SSLeay.xs.dll] Err +or 1 MIKEM/Net-SSLeay-1.85.tar.gz c:\Strawberry\c\bin\gmake.exe -- NOT OK
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: 501 Attempt to reload IO/Socket/SSL.pm aborted.
by Corion (Patriarch) on Aug 03, 2018 at 12:33 UTC | |
by haj (Vicar) on Aug 03, 2018 at 13:37 UTC | |
by sohannin (Initiate) on Aug 06, 2018 at 13:40 UTC | |
by haj (Vicar) on Aug 06, 2018 at 14:30 UTC | |
by sohannin (Initiate) on Aug 06, 2018 at 18:53 UTC |