Bug 3210 - Problems with perl 5.8.3
Summary: Problems with perl 5.8.3
Status: RESOLVED INVALID
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: spamc/spamd (show other bugs)
Version: 2.63
Hardware: PC Linux
: P5 normal
Target Milestone: 3.0.0
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-24 01:28 UTC by Samuele Kaplun
Modified: 2004-03-29 12:32 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Samuele Kaplun 2004-03-24 01:28:03 UTC
I've upgraded my perl installation to version 5.8.3 
When I run spamd it eats my cpu resources repeating endlessly: 
Use of inherited AUTOLOAD for non-method Time::HiRes::time() is deprecated 
at /usr/lib/perl5/5.8.3/AutoLoader.pm line 116.
Comment 1 Theo Van Dinter 2004-03-29 21:32:22 UTC
from everything I've read when searching through Google, this error seems to happen when modules 
aren't installed correctly (which can happen sometimes if you upgrade perl and don't reinstall modules, 
specifically modules with XS components).

I'd recommend blowing away your current install and reinstalling the latest Time::HiRes from CPAN.

closing as INVALID since it's a perl issue, not an SA issue.