Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > ppm and cpan

Reply
Thread Tools

ppm and cpan

 
 
a
Guest
Posts: n/a
 
      08-01-2008
Hi

My perl is Activestate 5.8.8.
I am trying to install Crypt::SSLeay. I fail to install at the first place
by using cpan. Then I switch to install by ppm, and it prompts success.
However, when I run the script to get https://www.website.com/, it prompts
Crypt::SSLeay is not installed.
What is the problem? How should I remove it from cpan installation and
re-install by ppm?

Thanks



 
Reply With Quote
 
 
 
 
sisyphus
Guest
Posts: n/a
 
      08-01-2008
On Aug 1, 10:39*am, "a" <a...@mail.com> wrote:
> Hi
>
> My perl is Activestate 5.8.8.
> I am trying to install Crypt::SSLeay. I fail to install at the first place
> by using cpan. Then I switch to install by ppm, and it prompts success.
> However, when I run the script to gethttps://www.website.com/, it prompts
> Crypt::SSLeay is not installed.
> What is the problem? How should I remove it from cpan installation and
> re-install by ppm?
>


Try:

ppm remove Crypt-SSLeay

followed by:

ppm install http://theoryx5.uwinnipeg.ca/ppms/Crypt-SSLeay.ppd

Cheers,
Rob
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
FAQ 2.6 What modules and extensions are available for Perl? What is CPAN? What does CPAN/src/... mean? PerlFAQ Server Perl Misc 0 03-07-2011 11:00 PM
FAQ 2.6 What modules and extensions are available for Perl? What is CPAN? What does CPAN/src/... mean? PerlFAQ Server Perl Misc 0 01-24-2011 11:00 PM
PPM vs CPAN cartercc Perl Misc 0 02-10-2009 02:19 AM
Installing CPAN module that has no PPM package tbone Perl Misc 4 01-11-2009 04:00 AM
ppm: ppm install Spreadsheet::ParseExcel Marko Faldix Perl Misc 3 01-27-2004 05:47 AM



Advertisments