On Mon, November 14, 2005 12:09 pm, Matt Rossiter wrote:
> I am running FreeBSD 5.4 with the latest version of SpamAssassin 3.1.0.
> I'm also using Mimedefang 2.54.  Spamassassin was installed from a
> recently updated version of /usr/ports/mail/p5-Mail-SpamAssassin/.
>
> I am having a hard time figuring out how to fix this problem when I run
> 'spamassassin -lint'
>
> www# spamassassin --lint
>
> [26996] warn: plugin: failed to parse plugin (from @INC): Can't locate
> Crypt/OpenSSL/RSA.pm in @INC (@INC contains: lib

Try installing Crypt::OpenSSL::RSA. You should be able to do that with:

perl -MCPAN -e 'install Crypt::OpenSSL::RSA'


-Chris

Reply via email to