I think I might have installed the perl module, but this is the error I get when I run the program that uses Crypt::SSLeay.
Can't locate loadable object for module Crypt::SSLeay in @INC
However, I made sure that the location for the PERL5LIB variable now includes the location of Crypt/SSLeay.pm
I don't understand why the problem is.
Comment on Re^2: Need to Download Crypt:SSLeay Module
it means you copied some .pm file, instead of compiling the (dll) parts that need compiling as per the README/INSTALL/documentation (standard procedure)