I am in need of getting SSLeay to work properly on my IIS.  The active perl works just fine as does the SSL feature.  But I can't find a thing about getting ssleay.dll to register.  I installed openssl and it place a copy of ssleay.dll in the systems32 directory and has one in the bin of the Openssl as well.
 
Here are the affected lines of the code:
 
use Net::SSLeay qw(post_https make_headers make_form);
  $Net::SSLeay::ssl_version = 3;
  $Net::SSLeay::slowly = 5;
 

 
 

Software error:

Can't locate Net/SSLeay.pm in @INC (@INC contains: c:/perl/lib C:/perl/lib C:/perl/site/lib .) at C:\Inetpub\wwwroot\signup.pl line 364.
BEGIN failed--compilation aborted at C:\Inetpub\wwwroot\signup.pl line 364.

For help, please send mail to this site's webmaster, giving this error message and the time and date of the error.

 

 

 

Reply via email to