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