http://qs321.pair.com?node_id=734402

fatmcgav has asked for the wisdom of the Perl Monks concerning the following question:

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