Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

ppm install SOAP-Lite trouble (solved)

by technojosh (Priest)
on Mar 28, 2013 at 15:04 UTC ( [id://1025971]=perlquestion: print w/replies, xml ) Need Help??

technojosh has asked for the wisdom of the Perl Monks concerning the following question:

I'm hoping I am missing something easy. Is there some way to tell a local PPM install to use a dependency in an install command?

The problem:
I have an internal server with no internet connection (network only). I need to install SOAP-Lite module from PPM. We know we can download the .ppd and it's corresponding .tar.gz, and let PPM install it locally. I have installed all the other requisite modules for SOAP-Lite this way (FCGI,MIME-Tools,MIME-Lite,Crypt-SSLeay ,etc). Also worth mentioning: PPM install SOAP-LITE works perfect on a machine with internet connectivity. All requisite modules are sorted out.

So here I am on a machine with no webz, and I have all the modules downloaded to a local directory.

SOAP-Lite requires SOAP-Transport-TCP - but trying to install SOAP-Transport-TCP, it says it requires SOAP-Lite. Is there some way to tell PPM to install both, using SOAP-Transport as a dependency?

PS X:\> ppm install .\SOAP-Lite-0.715.ppd ppm.bat install failed: Can't find any package that provides SOAP::Tra +nsport::TCP for SOAP-Lite PS X:\> ppm install .\SOAP-Transport-TCP-0.715.ppd ppm.bat install failed: Can't find any package that provides SOAP::Lit +e for SOAP-Transport-TCP

Replies are listed 'Best First'.
Re: ppm install SOAP-Lite trouble
by technojosh (Priest) on Mar 28, 2013 at 15:29 UTC
    figured it out as soon as I posted.. solution was to install SOAP-Transport-TCP using '--nodeps' flag, then install SOAP-Lite. I will mark the OP as SOLVED.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (10)
As of 2024-03-28 12:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found