Failed to GET 'https://www.helsinki.fi/':
501 Protocol scheme 'https' is not supported
(Crypt::SSLeay not installed) at testSSL.pl line 19.
####
$ perl -MCrypt::SSLeay -e "print 'OK'"
Can't find 'boot_Crypt__SSLeay' symbol
in c:/Perl/site/lib/auto/Crypt/SSLeay/SSLeay.dll
####
ppm install http://cpan.uwinnipeg.ca/PPMPackages/10xx/Crypt-SSLeay.ppd
ppm install failed: The PPD does not provide code to install for this platform
####
OpenSSL glue that provides LWP https support
Joshua Chamas install_ssl
####
link -out:blib\arch\auto\Crypt\SSLeay\SSLeay.dll
-dll -nologo -nodefaultlib -debug -opt:ref,icf
-libpath:"C:\Perl\lib\CORE"
-machine:x86 SSLeay.obj
C:\Perl\lib\CORE\perl58.lib
c:\cl\lib\oldnames.lib c:\cl\lib\kernel32.lib c:\cl\lib\user32.lib
c:\cl\lib\gdi32.lib c:\cl\lib\winspool.lib c:\cl\lib\comdlg32.lib
c:\cl\lib\advapi32.lib c:\cl\lib\shell32.lib c:\cl\lib\ole32.lib
c:\cl\lib\oleaut32.lib c:\cl\lib\netapi32.lib c:\cl\lib\uuid.lib
c:\cl\lib\ws2_32.lib c:\cl\lib\mpr.lib c:\cl\lib\winmm.lib
c:\cl\lib\version.lib c:\cl\lib\odbc32.lib c:\cl\lib\odbccp32.lib
c:\cl\lib\msvcrt.lib
-def:SSLeay.def
...
blib\arch\auto\Crypt\SSLeay\SSLeay.dll : fatal error LNK1120: 50 unresolved externals
NMAKE : fatal error U1077: 'link' : return code '0x460'
Stop.
####
BUILD INFORMATION
================================================
ssl library: OpenSSL 0.9.8 in c:\openssl
ssl header: openssl/ssl.h
libraries: -Lc:\openssl\lib -lssleay32 -llibeay32
include dir: -Ic:\openssl\include
================================================