I had some issues installing the IO:Socket:SSL
on activeperl/windows, namely, running a

ppm s IO::Socket::SSL

would result in this message

1: IO-Socket-SSL
   Nearly transparent SSL encapsulation for IO::Socket::INET.
   Version: 1.08
   Author: Steffen Ullrich & Peter Behroozi & Marko Asplund
   Provide: IO::Socket::SSL version 1.08
   Require: Net_SSLeay.pm
   Repo: uni_winnipeg
   CPAN: http://search.cpan.org/dist/IO-Socket-SSL-1.08/

but then, tryin to install the package I got...

ppm i 1
Downloading IO-Socket-SSL-1.08...done
Downloading Net_SSLeay.pm-1.35...not found
ppm i failed: 404 Not Found

so, after searching around, I finally fond a solution, to install
the SSL package you'll need to add another repository, that
is, running the following command

ppm rep add tcool http://ppm.tcool.org/archives/

after this, running another search will result in 

ppm s IO::Socket::SSL
1: IO-Socket-SSL
   Nearly transparent SSL encapsulation for IO::Socket::INET.
   Version: 1.08
   Repo: uni_winnipeg

2: IO-Socket-SSL
   Nearly transparent SSL encapsulation for IO::Socket::INET.
   Version: 1.13
   Repo: tcool

and btw a "ppm i 2" will install the SSL package w/o issues

HTH


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Assp-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to