You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/04/06 22:38:44 UTC

[Bug 3247] Unable to locate object method "new" via package

http://bugzilla.spamassassin.org/show_bug.cgi?id=3247

felicity@kluge.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From felicity@kluge.net  2004-04-06 13:38 -------
> It gives this error to the stdout that started spamd:
> check skipped:  Can't locate object method "new" via package
> "Razor2::Client::Agent" at
> /usr/local/lib/perl5/site_perl/5.8.2/Mail/SpamAssassin/Dns.pm line 392, <GEN31>
> line XXXXXX.

This comes up occasionally.  So far it's always been due to issues with the Perl installation on the end 
machine.  Please see http://wiki.apache.org/spamassassin/RazorCantLocateNew for more information.

>It appears the line ( 392 ) in Dns.pm :
>my $rc = Razor2::Client::Agent->new('razor-check'); 
>
>should be
>my $rc = $Razor2::Client::Agent->new('razor-check');

That's not valid (Razor2::Client::Agent isn't a variable/object...)



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.