Success !!!

I downloaded 2791797 Sep 30 14:50:15 2003 openssl-0.9.7c.tar.gz LATEST from http://www.openssl.org/source/ and followed the instructions in INSTALL.W32 to compile it (Using Visual Studio .NET). This took about 10 minutes of compile time - this is pretty big!.

The compile process generated the 2 dll's in the out32dll directory, which I then tested as recommended in the INSTALL.W32 file. All tests were successful.

I then copied these dll's into the G:\Perl\site\lib\auto\Crypt\SSLeay directory, and ran the test program - it ran correctly !.

2 remaining questions for posterity :
- Is there a way/location to post my binaries for other monks to use ?
- It seems to me that the CPAN distribution of this module needs to be fixed - I'd like some consensus/direction on this issue before attempting to whine to CPAN and the author(s).


In reply to Re: Re: Win32 binaries for SSLeay. by NetWallah
in thread Crypt::SSLeay problems on Win32 by NetWallah

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.