On Thu, 27 Jan 2005, Lundgren, Scott wrote:

> Hey All,
>
> I've had time to revisit my issue with Crypt::SSLeay & IIS
> using the suggestions from this mailing list. In short,
> none of them solved it. The problem I'm having is
> Crypt::SSLeay is installed on IIS 6.0 but the script I'm
> using doesn't believe that the module is installed. I'd
> really like to solve this problem, what other resources or
> mailing lists would you suggest (and no there is no budget
> for a support contract with ActiveState) ?
>
> Previous postings on the topic:
> http://aspn.activestate.com/ASPN/Mail/Message/perl-win32-users/2299438
> http://aspn.activestate.com/ASPN/Mail/Message/perl-win32-users/2300613

A shot in the dark - what if you try putting ssleay32.dll
and libeay32.dll (the external dlls that IIS cannot load,
for apparent permissions reasons) into the same directory as
the SSLeay.dll of Crypt::SSLeay (which is something like
C:\Perl\site\lib\auto\Crypt\SSLeay\).

Otherwise, since this is a fairly specific problem to
IIS, you could try an IIS newsgroup, or mailing list,
if available.

-- 
best regards,
randy
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to