Subject: | undefined symbol: EVP_MD_size (0.03_0019) |
The test suite seems to fail on some systems --- this here is seen on a Ubuntu 18.04 system:
...
# Failed test 'use DBD::SQLcipher;'
# at t/01_compile.t line 17.
# Tried to use 'DBD::SQLcipher'.
# Error: Can't load '/home/cpansand/.cpan/build/2018112005/DBD-SQLcipher-0.03_0019-1/blib/arch/auto/DBD/SQLcipher/SQLcipher.so' for module DBD::SQLcipher: /home/cpansand/.cpan/build/2018112005/DBD-SQLcipher-0.03_0019-1/blib/arch/auto/DBD/SQLcipher/SQLcipher.so: undefined symbol: EVP_MD_size at /opt/perl-5.28.0/lib/5.28.0/x86_64-linux/DynaLoader.pm line 193.
# # Compilation failed in require at t/01_compile.t line 17.
# BEGIN failed--compilation aborted at t/01_compile.t line 17.
...