HI there,

I'm trying to install Crypt::SSLeay on a Windows XP SP3 32bit box with Strawberry Perl 5.10.0 installed.

However when it trys to run make test, it fails with teh following error:
Running make test D:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib\lib', 'blib\arch')" t/*.t t/00-basic......ok t/01-connect.... # Failed test 'Net::SSL->new' t/01-connect....1/8 # at t/01-connect.t line 25. # SSL negotiation failed: at t/01-connect.t line 11 # at t/01-connect.t line 11 # ; Unknown error at t/01-connect.t line 11 # ; Bad file descriptor at t/01-connect.t line 11 # ; Bad file descriptor at t/01-connect.t line 11 # Looks like you failed 1 test of 8. t/01-connect.... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/8 subtests (less 7 skipped subtests: 0 okay) t/02-live.......1/4 # config on MSWin32 # ssl OpenSSL 0.9.8 in d:\openssl # lib -Ld:\openssl\lib\MinGW -lssleay32 -llibeay32 # inc -Id:\openssl\include # cc gcc t/02-live.......ok


Any ideas how i'd get around this?

Cheers
Gavin

Edit: Updated to add error into original post for reference

In reply to Unable to Install Crypt::SSLeay on XP by fatmcgav

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.