http://qs321.pair.com?node_id=33271


in reply to PPM Trouble...help please!!

Hi Billy, I'm using AP as well, but the ppm is trying to connecdt to the modlue repository you have chosen, so please read the the ActivePerlDoc, e.g. "..Perl\html\faq\ActivePerl-faq2.html" for detailed information, especially the section about proxies and firewalls. So the reason seems simply to be, that ppm is looking for the modules in a different location than you do.
so try following:
c:\ppm
PPM>install \location DIR PACKAGE
where "DIR" specifies the directory on your system, but instead of givibg this "DIR" you can also pass an URL here.
to read more, use "PPM>help install"
So far ..

Replies are listed 'Best First'.
RE: Re: PPM Trouble...help please!!
by Billy (Novice) on Sep 20, 2000 at 17:14 UTC
    Hi thanks for the reply.
    I have tried what you suggested but it still does not seem to work. What I did was:

    PPM>install --location=http://www.activestate.co./PPMPackages/5.005/ Net-Daemon.ppd

    and also

    install http://www.activestate.co./PPMPackages/5.005/Net-Daemon.ppd

    Does it work when you execute this command?
    I think I will have a read of the perlmonth article pointed out by Ugly below!

    Thanks.

    Billy.