Subject: | undefined symbol: SSLv3_client_method |
Test suite fails on Debian/stretch systems, probably because openssl is now lacking a function:
...
Output from '/usr/bin/make test':
"/opt/perl-5.25.12/bin/perl5.25.12" -MExtUtils::Command::MM -e 'cp_nonempty' -- TCLink.bs blib/arch/auto/Net/TCLink/TCLink.bs 644
PERL_DL_NONLAZY=1 "/opt/perl-5.25.12/bin/perl5.25.12" "-Iblib/lib" "-Iblib/arch" test.pl
1..2
Can't load 'blib/arch/auto/Net/TCLink/TCLink.so' for module Net::TCLink: blib/arch/auto/Net/TCLink/TCLink.so: undefined symbol: SSLv3_client_method at /opt/perl-5.25.12/lib/5.25.12/x86_64-linux/DynaLoader.pm line 193.
Compilation failed in require at test.pl line 11.
BEGIN failed--compilation aborted at test.pl line 11.
not ok 1
Makefile:1022: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 2
...