in reply to Crypt::SSLeay (or the like)

The basic problem has to do with licensing for Crypto software. ActiveState have removed all the Crypto:: modules from the repository, and the alternative repositiry you cited is also in Canada, maybe they have had to remove them as well.

I am not sure of the exact problem. In the meantime try HERE I think crazyinsomniac has it in his repository.

jdtoronto

Replies are listed 'Best First'.
Re: Re: Crypt::SSLeay (or the like)
by Roy Johnson (Monsignor) on Nov 07, 2003 at 21:24 UTC
    Many thanks, JD. After pondering the page for a bit, I gained some enlightenment about PPM repository usage, and was able to install Crypt::SSLeay from the Winnipeg repository.

    And after repairing the damage I did in shooting myself in the foot (installing wrong version of Crypt libraries by hand), it looks like it works! Huzzah!

    For any who might want to do the same thing, with ActivePerl 5.8 (ppm under 5.6 has a different command for adding a repository, and you would need to use Crazyinsomniac's, instead of Winnipeg):

    ppm rep add Winnie http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPM +Server58 search crypt-ssleay install 1
    That ought to do it. The number 1 is probably right, it depends on whether the search came back with other hits (like if you reference Crazyisomniac's repository).
      Ah yes! I recall that now, I didn't look to see if the module was at Winnipeg. I have different machines here with 5.6, 5.8.0 and 5.8.1 and I have stumped myself witht e different parameter structures on a couple of ocassions.

      Glad you found what you need!

      jdtoronto