ActivePerl, v5.8.8 built for MSWin32-x86-multi-thread on a Windows 2003 Server.
I'm using Net::SMTP::SSL to send E-mail to a gmail account that requires authentication. I wrote a command-line script that did the job, no problem. When I tried to do the same thing from within a CGI on IIS6 I got the below. I found all occurances of SSLeah.dll and ssleay32.dll, renamed all the non-perl ones inactive, changed the permissions on the perl directories to full for IUSR_computername, made sure the dlls involved and perl were in PATH and I still get the below error.
I also tried the command line permission changer:
xcacls D:/Perl/site/lib/auto/Net/SSLeay/SSLeay.dll /E /G IUSR_COMPUTERNAME:RXE
What else might I try?
Can't load 'D:/Perl/site/lib/auto/Net/SSLeay/SSLeay.dll' for module Ne
+t::SSLeay: load_file:Access is denied at D:/Perl/lib/DynaLoader.pm li
+ne 230.
at D:/Perl/site/lib/IO/Socket/SSL.pm line 17
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.