perl - Mail::DKIM fails `make test` on EC2 instance -
i'm installing mail::dkim module part of spamassassin installation. while running make test
, fails @ public_key.t test. instance running amazon linux. couldn't find pointers on module homepage except generic information dns , openssl.
if run, host -ta messiah.edu
, returns ip address so, dns working fine.
openssl version openssl 1.0.1k-fips 8 jan 2015.
any pointers help, thank you.
edit:
test failure logs: # failed test 'public key exists' # @ t/public_key.t line 18. # looks failed 1 test of 5. t/public_key.t ............... dubious, test returned 1 (wstat 256, 0x100)
looks public key needed test not available. contacted maintainer , fixed in next version. version failing 0.41 , fixed version 0.42
link bug: https://rt.cpan.org/public/bug/display.html?id=122629
Comments
Post a Comment