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

As hard as I try, I am unable to add this package to my ActivePerl setup. I have all the correct repositories set in PPM, and even though the package is listed as existing in those, it never appears in the PPM list. The one io-socket-ssl.ppd file I found was for the wrong perl version - I am using 5.10. Any help would be sincerely appreciated! KW

Replies are listed 'Best First'.
Re: io-socket-ssl missing!
by marto (Cardinal) on Aug 09, 2010 at 15:24 UTC

    Which repos do you have in ppm? Just google search and find a reliable repo which has it:

    c:\ppm install http://trouchelle.com/ppm/IO-Socket-SSL.ppd

    Update: Untested, I can't test this from work.

      The ppd files I do find have all told me 'The PPD does not provide code to install for this platform'
        indeed it does not
        <?xml version="1.0" encoding="UTF-8"?> <SOFTPKG NAME="IO-Socket-SSL" VERSION="1,06,0,0"> <TITLE>IO-Socket-SSL</TITLE> <ABSTRACT>Nearly transparent SSL encapsulation for IO::Socket::INET. +</ABSTRACT> <AUTHOR>Peter Behroozi &amp; Marko Asplund</AUTHOR> <IMPLEMENTATION> <DEPENDENCY NAME="Net-SSLeay" VERSION="1,21,0,0" /> <OS NAME="MSWin32" /> <ARCHITECTURE NAME="MSWin32-x86-multi-thread-5.8" /> <CODEBASE HREF="MSWin32-x86-multi-thread-5.8/IO-Socket-SSL-1.06.zi +p" /> <PROVIDE NAME="IO::Socket::SSL" VERSION="1.06" /> </IMPLEMENTATION> </SOFTPKG>
        however this does http://cpan.uwinnipeg.ca/PPMPackages/10xx/