Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: Module Problem

by MidLifeXis (Monsignor)
on Jul 26, 2013 at 12:59 UTC ( [id://1046504]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Module Problem
in thread Module Problem

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

Replies are listed 'Best First'.
Re^4: Module Problem
by BrowserUk (Patriarch) on Jul 26, 2013 at 13:08 UTC
    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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1046504]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-03-19 06:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found