C:\perl64\packages>wget "http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-1.953.tar.gz" --2013-07-26 14:03:49-- http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-1.953.tar.gz Resolving search.cpan.org... 199.15.176.161 Connecting to search.cpan.org|199.15.176.161|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-1.953.tar.gz [following] --2013-07-26 14:03:49-- http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-1.953.tar.gz Resolving www.cpan.org... 212.117.177.118 Connecting to www.cpan.org|212.117.177.118|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 89807 (88K) [application/x-gzip] Saving to: `IO-Socket-SSL-1.953.tar.gz' 100%[=============================================================================================================== 2013-07-26 14:03:49 (466 KB/s) - `IO-Socket-SSL-1.953.tar.gz' saved [89807/89807] C:\perl64\packages>gunzip IO-Socket-SSL-1.953.tar.gz gunzip: IO-Socket-SSL-1.953.tar already exists; do you wish to overwrite (y or n)? y C:\perl64\packages>tar -xvf IO-Socket-SSL-1.953.tar IO-Socket-SSL-1.953/ ... IO-Socket-SSL-1.953/MANIFEST C:\perl64\packages>cd IO-Socket-SSL-1.953 C:\perl64\packages\IO-Socket-SSL-1.953>makefile Warning: prerequisite Net::SSLeay 1.46 not found. Writing Makefile for IO::Socket::SSL C:\perl64\packages\IO-Socket-SSL-1.953>pushd .. C:\perl64\packages>wget "http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-1.55.tar.gz" --2013-07-26 14:05:58-- http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-1.55.tar.gz Resolving search.cpan.org... 199.15.176.161 Connecting to search.cpan.org|199.15.176.161|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://www.cpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-1.55.tar.gz [following] --2013-07-26 14:05:59-- http://www.cpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-1.55.tar.gz Resolving www.cpan.org... 212.117.177.118 Connecting to www.cpan.org|212.117.177.118|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 394657 (385K) [application/x-gzip] Saving to: `Net-SSLeay-1.55.tar.gz' 100%[=================================================================================================== 2013-07-26 14:05:59 (1.13 MB/s) - `Net-SSLeay-1.55.tar.gz' saved [394657/394657] C:\perl64\packages>gunzip Net-SSLeay-1.55.tar.gz gunzip: Net-SSLeay-1.55.tar already exists; do you wish to overwrite (y or n)? y C:\perl64\packages>tar -xvf Net-SSLeay-1.55.tar Net-SSLeay-1.55/ ... Net-SSLeay-1.55/examples/stdio_bulk.pl C:\perl64\packages>cd Net-SSLeay-1.55 C:\perl64\packages\Net-SSLeay-1.55>makefile Checking if your kit is complete... Looks good Warning: Guessing NAME [Net-SSLeay] from current directory name. Note (probably harmless): No library found for -lssl ### <<<<<<<<<<<<<<<<<<< Couldn't this be packaged? *** Could not find OpenSSL If it's already installed, please set the OPENSSL_PREFIX environment variable accordingly. If it isn't installed yet, get the latest version from http://www.openssl.org/. C:\perl64\packages\Net-SSLeay-1.55> {ABORT ATTEMPT HERE :(}