Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't load SSLeay.dll for module Crypt::SSLeay:

Status
Not open for further replies.

1DMF

Programmer
Jan 18, 2005
8,795
GB
I'm getting the following error when trying to use the PayPal PDT code
Can't load 'C:/Perl/site/lib/auto/Crypt/SSLeay/SSLeay.dll' for module Crypt::SSLeay: load_file:The operating system cannot run %1 at C:/Perl/lib/DynaLoader.pm line 206.
at xyz line 14
what does this mean? I take it it's because of this line
Code:
use Crypt::SSLeay;
so if the module is installed but a dll is missing , does that mean the module isn't installed correctly?


"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
 
I've contacted my webhost to see if the module was installed correctly and here is what they say
We have verified that crypt::SSLeay is currently installed correctly on the server.

As for support on how to use this, we can only provide a link to documentation regarding this PERL module:


So any one got any ideas why this error is happening?

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
 
I have remove the Crypt:SSLeay line as I have read that the LWP::UserAgent calls the required SSL when attempting to access HTTPS URI's

I then got this error
501 Protocol scheme 'https' is not supported
Upon researching I found this link....

So does this confirm my web host has NOT installed the Crypt::SSLeay module correctly?

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top