I have 64-bit Vista with ActiveState Perl "v5.10.0 created for MSWin32-x64-multi-thread" and I'm trying to get Crypt :: SSLeay as well as the libeay32.dlland version ssleay32.dll.
I did this before on a Win32 machine using the uwinnipeg server, but I have problems with my 64-bit system.
ppm install http://theoryx5.uwinnipeg.ca/ppms/Crypt-SSLeay.ppd
ppm install failed: The PPD does not provide code to install for this platform
I tried direct ppm install, which seemed to work, but the check fails, and I don't see any signs of the dll files?
C: \ Perl64 \ bin> ppm install Crypt :: SSLeay
Downloading ActiveState Package Repository packlist ... done
Updating ActiveState Package Repository database ... done
Syncing site PPM database with .packlists ... done
No missing packages to install
C: \ Perl64 \ bin> ppm verify Crypt :: SSLeay
ppm verify failed: Package 'Crypt :: SSLeay' is not installed
Does anyone know where / how I can get versions compatible with my PC?
source
share