Re: Any know how to install IO::Socket::SSL with active state perl

2008-07-28 Thread Ski Kacoroski

Thanks,

ski

Micheal Espinola Jr wrote:

Its in the University of Winnipeg repository.  Type this to add it
(single line may wrap):

   ppm repo add University of Winnipeg http://theoryx5.uwinnipeg.ca/ppms/

after which,

   ppm install IO::Socket::SSL

should work just fine.



On Fri, Jul 25, 2008 at 11:59 AM, Ski Kacoroski [EMAIL PROTECTED] wrote:

I was not able to find it in any PPM repositories.  Do you know of one?

ski

Micheal Espinola Jr wrote:

Do you know how to use the PPM?  Have you found a repository that you
can install this module from?

On Wed, Jul 23, 2008 at 11:01 AM, Ski Kacoroski [EMAIL PROTECTED]
wrote:

Hi,

I get a Net::SSLeay could not find a random number generator error.  The
docs for this say I need a RNG such as /dev/random (unix speak) or an
alternate, but all the only alternate I can find is no longer available
(EGADS).

cheers,

ski

--
When we try to pick out anything by itself, we find it
 connected to the entire universeJohn Muir

Chris Ski Kacoroski, [EMAIL PROTECTED], 206-501-9803
or ski98033 on most IM services

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~





--
When we try to pick out anything by itself, we find it
 connected to the entire universeJohn Muir

Chris Ski Kacoroski, [EMAIL PROTECTED], 206-501-9803
or ski98033 on most IM services

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~







--
When we try to pick out anything by itself, we find it
 connected to the entire universeJohn Muir

Chris Ski Kacoroski, [EMAIL PROTECTED], 206-501-9803
or ski98033 on most IM services

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~


Re: Any know how to install IO::Socket::SSL with active state perl

2008-07-25 Thread Micheal Espinola Jr
Its in the University of Winnipeg repository.  Type this to add it
(single line may wrap):

   ppm repo add University of Winnipeg http://theoryx5.uwinnipeg.ca/ppms/

after which,

   ppm install IO::Socket::SSL

should work just fine.



On Fri, Jul 25, 2008 at 11:59 AM, Ski Kacoroski [EMAIL PROTECTED] wrote:
 I was not able to find it in any PPM repositories.  Do you know of one?

 ski

 Micheal Espinola Jr wrote:

 Do you know how to use the PPM?  Have you found a repository that you
 can install this module from?

 On Wed, Jul 23, 2008 at 11:01 AM, Ski Kacoroski [EMAIL PROTECTED]
 wrote:

 Hi,

 I get a Net::SSLeay could not find a random number generator error.  The
 docs for this say I need a RNG such as /dev/random (unix speak) or an
 alternate, but all the only alternate I can find is no longer available
 (EGADS).

 cheers,

 ski

 --
 When we try to pick out anything by itself, we find it
  connected to the entire universeJohn Muir

 Chris Ski Kacoroski, [EMAIL PROTECTED], 206-501-9803
 or ski98033 on most IM services

 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~





 --
 When we try to pick out anything by itself, we find it
  connected to the entire universeJohn Muir

 Chris Ski Kacoroski, [EMAIL PROTECTED], 206-501-9803
 or ski98033 on most IM services

 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~




-- 
ME2

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~


RE: Any know how to install IO::Socket::SSL with active state perl

2008-07-25 Thread Mike French
Maybe: perl -MCPAN -e shell
 Install IO::Socket::SSL

Should grab all the dependencies too...


-Original Message-
From: Micheal Espinola Jr [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 25, 2008 11:34 AM
To: NT System Admin Issues
Subject: Re: Any know how to install IO::Socket::SSL with active state
perl

Its in the University of Winnipeg repository.  Type this to add it
(single line may wrap):

   ppm repo add University of Winnipeg
http://theoryx5.uwinnipeg.ca/ppms/

after which,

   ppm install IO::Socket::SSL

should work just fine.



On Fri, Jul 25, 2008 at 11:59 AM, Ski Kacoroski [EMAIL PROTECTED]
wrote:
 I was not able to find it in any PPM repositories.  Do you know of
one?

 ski

 Micheal Espinola Jr wrote:

 Do you know how to use the PPM?  Have you found a repository that you
 can install this module from?

 On Wed, Jul 23, 2008 at 11:01 AM, Ski Kacoroski [EMAIL PROTECTED]
 wrote:

 Hi,

 I get a Net::SSLeay could not find a random number generator error.
The
 docs for this say I need a RNG such as /dev/random (unix speak) or
an
 alternate, but all the only alternate I can find is no longer
available
 (EGADS).

 cheers,

 ski

 --
 When we try to pick out anything by itself, we find it
  connected to the entire universeJohn Muir

 Chris Ski Kacoroski, [EMAIL PROTECTED], 206-501-9803
 or ski98033 on most IM services

 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~





 --
 When we try to pick out anything by itself, we find it
  connected to the entire universeJohn Muir

 Chris Ski Kacoroski, [EMAIL PROTECTED], 206-501-9803
 or ski98033 on most IM services

 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~




-- 
ME2

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~


Re: Any know how to install IO::Socket::SSL with active state perl

2008-07-25 Thread Ski Kacoroski

I was not able to find it in any PPM repositories.  Do you know of one?

ski

Micheal Espinola Jr wrote:

Do you know how to use the PPM?  Have you found a repository that you
can install this module from?

On Wed, Jul 23, 2008 at 11:01 AM, Ski Kacoroski [EMAIL PROTECTED] wrote:

Hi,

I get a Net::SSLeay could not find a random number generator error.  The
docs for this say I need a RNG such as /dev/random (unix speak) or an
alternate, but all the only alternate I can find is no longer available
(EGADS).

cheers,

ski

--
When we try to pick out anything by itself, we find it
 connected to the entire universeJohn Muir

Chris Ski Kacoroski, [EMAIL PROTECTED], 206-501-9803
or ski98033 on most IM services

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~







--
When we try to pick out anything by itself, we find it
 connected to the entire universeJohn Muir

Chris Ski Kacoroski, [EMAIL PROTECTED], 206-501-9803
or ski98033 on most IM services

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~


Re: Any know how to install IO::Socket::SSL with active state perl

2008-07-24 Thread Micheal Espinola Jr
Do you know how to use the PPM?  Have you found a repository that you
can install this module from?

On Wed, Jul 23, 2008 at 11:01 AM, Ski Kacoroski [EMAIL PROTECTED] wrote:
 Hi,

 I get a Net::SSLeay could not find a random number generator error.  The
 docs for this say I need a RNG such as /dev/random (unix speak) or an
 alternate, but all the only alternate I can find is no longer available
 (EGADS).

 cheers,

 ski

 --
 When we try to pick out anything by itself, we find it
  connected to the entire universeJohn Muir

 Chris Ski Kacoroski, [EMAIL PROTECTED], 206-501-9803
 or ski98033 on most IM services

 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~




-- 
ME2

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~


Any know how to install IO::Socket::SSL with active state perl

2008-07-23 Thread Ski Kacoroski

Hi,

I get a Net::SSLeay could not find a random number generator error.  The 
docs for this say I need a RNG such as /dev/random (unix speak) or an 
alternate, but all the only alternate I can find is no longer available 
(EGADS).


cheers,

ski

--
When we try to pick out anything by itself, we find it
 connected to the entire universeJohn Muir

Chris Ski Kacoroski, [EMAIL PROTECTED], 206-501-9803
or ski98033 on most IM services

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~