[Crypt::SSLeay] compile problems on Windows - Cygwin

[Crypt::SSLeay] compile problems on Windows - Cygwin

am 20.11.2005 12:09:43 von mertart

------=_NextPart_000_0000_01C5EDE4.76819F60
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit

Hi!

I'm trying to install the Crypt::SSLeay package with Cygwin(1.5.18-1).

I'm using OpenSSL 0.9.8 installed at /usr ( Cygwin package ).



After

Runing make test



t/net_ssl..dubious

Test returned status 0 (wstat 139, 0x8b)

t/ssl_context..dubious

Test returned status 0 (wstat 139, 0x8b)

FAILED-2 test scripts could not be run, alas-no output ever seen

Make: *** [test-dynamic] Error 255

/usr/bin/make test - NOT OK



What to do now?








------=_NextPart_000_0000_01C5EDE4.76819F60--

Re: [Crypt::SSLeay] compile problems on Windows - Cygwin

am 23.11.2005 17:40:29 von thomas

"Artavazd Mertardjyan" wrote:
>I'm trying to install the Crypt::SSLeay package with Cygwin(1.5.18-1).
>
>I'm using OpenSSL 0.9.8 installed at /usr ( Cygwin package ).

The released-less-than-an-hour-ago Fedora Core 5 Test 1
perl-Crypt-SSLeay-0.51-9 package has the following patch, which has resolved
the problem for me:

--- Crypt-SSLeay-0.51/SSLeay.xs.openssl-098 2005-11-10 11:03:14.000000000
+0100
+++ Crypt-SSLeay-0.51/SSLeay.xs 2005-11-10 12:05:56.000000000 +0100
@@ -110,6 +110,7 @@

if(!bNotFirstTime) {
SSLeay_add_all_algorithms();
+ SSL_library_init();
SSL_load_error_strings();
ERR_load_crypto_strings();
bNotFirstTime = 1;

Cheers.

Dave Thompson
UW-Madison