Re: lwp and https
by Randy Kobes other posts by this author
Feb 28 2004 4:20PM messages near this date
Re: lwp and https
|
Re: lwp and https
On Sat, 28 Feb 2004 cliff@[...].com wrote:
> when I tried installing Crypt-SSLeay I got this error message:
>
> PPM> install http://theoryx5.uwinnipeg.ca/ppmpackages/Crypt-SSLeay
> Install package 'http://theoryx5.uwinnipeg.ca/ppmpackages/Crypt-SSLeay?'
> (y/N):
> y
> Installing package
> 'http://theoryx5.uwinnipeg.ca/ppmpackages/Crypt-SSLeay'...
> Error installing package
> 'http://theoryx5.uwinnipeg.ca/ppmpackages/Crypt-SSLeay'
> : Could not locate a PPD file for package
> http://theoryx5.uwinnipeg.ca/ppmpackages/Crypt-SSLeay
Try
ppm install http://theoryx5.uwinnipeg.ca/ppmpackages/Crypt-SSLeay.ppd
(ie, with the '.ppd' extension). Alternatively, you can add
http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer
(for ActivePerl 6xx), or
http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58
(for ActivePerl 8xx) in your list of repositories within the
ppm shell, and then you can install things within the ppm
shell as
ppm> install Crypt-SSLeay
--
best regards,
randy
_______________________________________________
ActivePerl mailing list
ActivePerl@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Jeff Griffiths
Randy Kobes
Randy Kobes
|