in reply to Re^3: Having trouble with Crypt::SSLeay ("locate")
in thread Having trouble with Crypt::SSLeay

Within ppm4 (the gui interface), you can add repositories by selecting Edit -> Preferences -> Repositories, and then adding the corresponding location (and a name you want to remember it by). A couple of ones you might want to add that have some popular packages not present in ActiveState's (extensive) repository are http://www.bribes.org/perl/ppm and http://theoryx5.uwinnipeg.ca/ppms/. The Crypt-SSLeay package is in the uwinnipeg repository, but this contains a post-install script to download and install the necessary openssl dlls, and the current ppm4 gui doesn't handle post-install scripts. What you can do is add these respositories, quit the gui, and then run

C:\> ppm install Crypt-SSLeay
from a console window.

Replies are listed 'Best First'.
Re: Having trouble with Crypt::SSLeay ("locate")
by jordanthompson (Initiate) on Sep 09, 2006 at 23:09 UTC
    You guys are awesome! I really appreciate all of the hand-holding. Needless to say, it works!
    Jordan