Skip Menu |

This queue is for tickets about the Crypt-SSLeay CPAN distribution.

Report information
The Basics
Id: 77167
Status: resolved
Priority: 0/
Queue: Crypt-SSLeay

People
Owner: Nobody in particular
Requestors: DOHERTY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.58
Fixed in: 0.60



Subject: Test failures on perl-5.16.0-RC0
'make test' fails with "undefined symbol: SSLv2_client_method" errors, but using prove succeeds: http://sprunge.us/AAKS The system is 64-bit ubuntu 12.04 A potentially useful observation: <ilmari> libssl.so.1.0.0 does not export SSLv2_client_method, it's SSLv23_client_method <ilmari> it's finding the libraries just fine <ilmari> it's just trying to use a symbol which no longer exists
It looks like this is due to the library versions ubuntu 12.04 shipped with, not perl 5.16.0
I'm also seeing this.
One of the alpha releases fixes this - but you need to know that in order to specifically install that alpha. I'm surprised it has taken so long to get a new release since the issue is already fixed.
I can confirm - this issue is caused by changes in the openssl libs. If I install the development release: Show quoted text
cpan> install NANIS/Crypt-SSLeay-0.59_03.tar.gz
all tests pass. Please release a new version of Crypt::SSLeay! -- Mike
RT-Send-CC: nanis [...] cpan.org
Hello Mike: I am going to do some work on Crypt-SSLeay over next week. Please look for a new developer release on August 3rd. If all goes well with that, expect a new release on August 6th. Thank you for the report. -- Sinan On Wed Jul 18 06:50:51 2012, MICHIELB wrote: Show quoted text
> I can confirm - this issue is caused by changes in the openssl libs. > > If I install the development release:
> cpan> install NANIS/Crypt-SSLeay-0.59_03.tar.gz
> all tests pass. Please release a new version of Crypt::SSLeay! > -- > Mike
RT-Send-CC: nanis [...] cpan.org
I've uploaded 0.60 to CPAN and the module seems to be building OK: http://www.cpantesters.org/distro/C/Crypt-SSLeay.html#Crypt-SSLeay-0.60 Please let know if this fixed the immediate issue. For additional information, see http://blogs.perl.org/users/sinan_unur/2012/07/crypt-ssleay-060.html Thank you for your feedback and patience. -- Sinan