------------------------------------------------
On Wed, 06 Aug 2003 11:58:53 -0800, [EMAIL PROTECTED] wrote:

> Depending on what I'm installing or runing I'm getting this message,
> for example running test MD5 gives:
> Can't locate object method "new" via package "MD5" (perhaps you forgot
> to load "MD5"?) at /usr/lib/perl5/5.6.1/CPAN.pm line 4212.
> 
> Or in my maillog when SpamAssassin tries to load Razor2 I get:
> razor2 check skipped: Can't locate object method "new" via package
> "Razor2::Cleint::Agent" (perhaps you forgot to load
> "Razor2::Client::Agent"?) at
> /usr/lib/perl5/5.6.1/Mail/SpamAssassin/Dns.pm line 382
> 
> What has gone wrong with my perl and how do I fix it?
> I'm running RedHat 7.3 with perl 5.6.1
> 

Well it looks like some module files are missing (or were never installed) so I will 
start at the beginning... Do you have the MD5 module installed?  Do you have the 
Razor2::Client::Agent module installed? (Please copy and paste don't retype error 
messages)

In what directories are they installed, and is that directory available in @INC?

http://danconia.org

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to