|
Posted by Sisyphus on July 21, 2006, 7:04 am
Please log in for more thread options
.
.
>
> That RT entry is very interresting, as it has a fix, but I'm sure most of
> CPAN users
> are unable to figure out how and what is to be changed.
>
Yes, it's a bit confusing. Looks to me that 3 different fixes have been
proposed:
1)Change line 110 of SSLeay.xs from:
SSLeay_add_all_algorithms();
to:
SSLeay_add_ssl_algorithms();
2) Simply remove (or comment out) line 110 of SSLeay.xs.
3) Change line 124 from an empty line (as it currently is) to:
SSL_library_init();
If that's correct it might be a good idea to post something along those
lines to RT so that others can easily follow what's needed. If you have a
recommendation on which of the fixes is best, it wouldn't hurt to specify
your preference, too. Number 2) looks a little simplistic to me, and I
wonder if it offers the milage of 1) and/or 3) .... but I'm not in a
position to test.
I think Gisle Aas is still active, n'est-ce pas ??
He might still be able to upload a patched version to that namespace if
Joshua can't be bothered doing it.
Cheers,
Rob
|