http://www.perlmonks.org?node_id=1046500


in reply to Re: Module Problem
in thread Module Problem

Hm Didn't work for me?

C:\perl64\packages>gunzip LWP-Protocol-https-6.04.tar.gz C:\perl64\packages>tar -xvf LWP-Protocol-https-6.04.tar LWP-Protocol-https-6.04/ LWP-Protocol-https-6.04/Changes LWP-Protocol-https-6.04/lib/ LWP-Protocol-https-6.04/Makefile.PL LWP-Protocol-https-6.04/MANIFEST LWP-Protocol-https-6.04/META.json LWP-Protocol-https-6.04/META.yml LWP-Protocol-https-6.04/README LWP-Protocol-https-6.04/t/ LWP-Protocol-https-6.04/t/apache.t LWP-Protocol-https-6.04/lib/LWP/ LWP-Protocol-https-6.04/lib/LWP/Protocol/ LWP-Protocol-https-6.04/lib/LWP/Protocol/https.pm C:\perl64\packages>cd LWP-Protocol-https-6.04 C:\perl64\packages\LWP-Protocol-https-6.04>makefile Checking if your kit is complete... Looks good Warning: prerequisite IO::Socket::SSL 1.54 not found. Warning: prerequisite LWP::UserAgent 6.04 not found. We have 5.834. Warning: prerequisite Mozilla::CA 20110101 not found. Warning: prerequisite Net::HTTPS 6 not found. We have 5.819. Writing Makefile for LWP::Protocol::https C:\perl64\packages\LWP-Protocol-https-6.04>nmake Microsoft (R) Program Maintenance Utility Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/LWP/Protocol/https.pm blib\lib\LWP\Protocol\https.pm C:\perl64\packages\LWP-Protocol-https-6.04>nmake test Microsoft (R) Program Maintenance Utility Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved. C:\perl64\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_ha +rness(0, 'blib\lib', 'blib\arch')" t/*.t t/apache.t .. Can't locate object method "is_online" via package "LWP: +:UserAgent" at t/apache.t line 9. t/apache.t .. Dubious, test returned 9 (wstat 2304, 0x900) No subtests run Test Summary Report ------------------- t/apache.t (Wstat: 2304 Tests: 0 Failed: 0) Non-zero exit status: 9 Parse errors: No plan found in TAP output Files=1, Tests=0, 0 wallclock secs ( 0.03 usr + 0.03 sys = 0.06 CPU +) Result: FAIL Failed 1/1 test programs. 0/0 subtests failed. NMAKE : fatal error U1077: 'C:\perl64\bin\perl.exe' : return code '0x9 +' Stop.

With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

Replies are listed 'Best First'.
Re^3: Module Problem
by MidLifeXis (Monsignor) on Jul 26, 2013 at 12:59 UTC

    Warning: prerequisite IO::Socket::SSL 1.54 not found. Warning: prerequisite LWP::UserAgent 6.04 not found. We have 5.834. Warning: prerequisite Mozilla::CA 20110101 not found. Warning: prerequisite Net::HTTPS 6 not found. We have 5.819. ... Can't locate object method "is_online" via package "LWP::UserAgent"
    If you install using the download/unpack/build steps, then sure, dependencies won't be installed and you have to do it by hand. Using cpan, ppm, or one of the other cpan clients would bring in the prerequisites, but you already knew that, right? ;-)

    --MidLifeXis

      Using cpan, ppm, or one of the other cpan clients would bring in the prerequisites, but you already knew that, right? ;-)

      Yes :)

      C:\perl64\packages>wget "http://search.cpan.org/CPAN/authors/id/S/SU/S +ULLR/IO-Socket-SSL-1.953.tar.gz" --2013-07-26 14:03:49-- http://search.cpan.org/CPAN/authors/id/S/SU/S +ULLR/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.95 +3.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 [8 +9807/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 overwri +te (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/M +IKEM/Net-SSLeay-1.55.tar.gz" --2013-07-26 14:05:58-- http://search.cpan.org/CPAN/authors/id/M/MI/M +IKEM/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.ta +r.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 [3946 +57/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 environme +nt variable accordingly. If it isn't installed yet, get the latest ve +rsion from http://www.openssl.org/. C:\perl64\packages\Net-SSLeay-1.55> {ABORT ATTEMPT HERE :(}

      With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
      Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
      "Science is about questioning the status quo. Questioning authority".
      In the absence of evidence, opinion is indistinguishable from prejudice.