Monks,
I want to use LDAPs over SSL on my windows box and have had no success. I have successfuly installed openssl 0.9.6, bundle:net:ldaps, IO-Socket-SSL, and Net::SSLeay.pm. I grabbed the three modules from ppm. When I try to run my script I recieve the followning pop up perl error message:
The ordinal 2821 could not be located in the dynmaic link library LIBEAY32.dll
Then it says
Can't load c:/Perl/site/lib/auto/Net/SSLeay/SSLeay.dll for module Net::SSLeay: load_file:The operationg system cannot run /DynaLoader.pm line 206.
I have everything working on linux, but as always windows is a pain. If anyone has any ideas please let me know. thanks

In reply to using LDAPs over SSL by tbone

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.