You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Matt Rossiter <mr...@verio.net> on 2005/11/14 20:09:43 UTC

Problems with DomainKeys

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
/usr/local/lib/perl5/site_perl/5.8.7/i386-freebsd
/usr/local/lib/perl5/site_perl/5.8.7
/usr/local/lib/perl5/5.8.7/i386-freebsd /usr/local/lib/perl5/5.8.7
/usr/local/lib/perl5/site_perl) at
/usr/local/lib/perl5/site_perl/5.8.7/Mail/DomainKeys/Key/Public.pm line
130.

[26996] warn: BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/5.8.7/Mail/DomainKeys/Key/Public.pm line
130.

[26996] warn: Compilation failed in require at
/usr/local/lib/perl5/site_perl/5.8.7/Mail/DomainKeys/Signature.pm line
153.

[26996] warn: BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/5.8.7/Mail/DomainKeys/Signature.pm line
153.

[26996] warn: Compilation failed in require at
/usr/local/lib/perl5/site_perl/5.8.7/Mail/DomainKeys/Message.pm line 14.

[26996] warn: BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/5.8.7/Mail/DomainKeys/Message.pm line 14.

[26996] warn: Compilation failed in require at
/usr/local/lib/perl5/site_perl/5.8.7/Mail/SpamAssassin/Plugin/DomainKeys
.pm line 42.

[26996] warn: BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/5.8.7/Mail/SpamAssassin/Plugin/DomainKeys
.pm line 42.

[26996] warn: Compilation failed in require at (eval 64) line 1.

[26996] warn: plugin: failed to create instance of plugin
Mail::SpamAssassin::Plugin::DomainKeys: Can't locate object method "new"
via package "Mail::SpamAssassin::Plugin::DomainKeys" at (eval 66) line
1.

 

 

I tried disabling the DomainKeys plugin in v310.pre, but I'm still
having a problem.

 

########################################################################
###

# experimental plugins

 

# DomainKeys - perform DomainKeys verification

#

# External modules required for use, see INSTALL for more information.

#

#loadplugin Mail::SpamAssassin::Plugin::DomainKeys

 

Can somebody help?

 

Thanks.

 

Matt


Re: Problems with DomainKeys

Posted by Chris Stone <cs...@axint.net>.
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