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

David Thompson <[email protected]>
Newsgroups gmane.comp.lang.perl.modules.lwp
Message-ID <[email protected]>
"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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.