SpamAssasin - module not installed

Issue #113 resolved
Henrik Tilly created an issue

Output of:

spamassassin -D --lint 2>&1 | grep -i failed

Aug 29 20:38:21.355 [3049] dbg: diag: [...] module not installed: Digest::SHA1 ('require' failed)

Aug 29 20:38:21.356 [3049] dbg: diag: [...] module not installed: Net::CIDR::Lite ('require' failed)

Aug 29 20:38:21.357 [3049] dbg: diag: [...] module not installed: Razor2::Client::Agent ('require' failed)

Aug 29 20:38:21.358 [3049] dbg: diag: [...] module not installed: Encode::Detect::Detector ('require' failed)

Aug 29 20:38:21.358 [3049] dbg: diag: [...] module not installed: Net::Patricia ('require' failed)

Short term solution:

apt-get install build-essential

perl -MCPAN -e "install Digest::SHA1"

perl -MCPAN -e "install Razor2::Client::Agent"

perl -MCPAN -e "install Net::CIDR::Lite"

perl -MCPAN -e "install Encode::Detect::Detector"

perl -MCPAN -e "install Net::Patricia"

apt-get remove build-essential

Comments (4)

  1. Log in to comment