Thanks, >From my mail headers I think I am running 3.0.2 - also, spamc -V SpamAssassin Client version 3.0.2 I think what happened is that I did a yum update and it broke things. I tried to rename the 5.8.5 PerMsgStatus and spamd didn't load. I thinik I have some mix ups here. Should I uninstall SA and start from scratch? COuld you give me a few pointers on how to get rid of it gracefully? Thanks for your help! j Matt Kettler wrote: > Jeffrey Duncan wrote: Matt Kettler wrote: Jeffrey Duncan wrote:Okay, so I see that I have two versions of PerMsgStatus.pm (below)How do I remove one of them to get rid of the issues? Jeffrey Duncan wrote:Thanks, What do you mean resolve? Here is the output ... [EMAIL PROTECTED] log]# locate PerMsgStatus.pm /usr/lib/perl5/site_perl/5.8.6/Mail/SpamAssassin/PerMsgStatus.pm /usr/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/PerMsgStatus.pm /usr/src/redhat/BUILD/Mail-SpamAssassin-3.1.0/lib/Mail/SpamAssassin/PerMsgStatus.pm /usr/src/redhat/BUILD/Mail-SpamAssassin-3.1.0/blib/lib/Mail/SpamAssassin/PerMsgStatus.pm /downloads/qmailrocks/perlmods/rpms/newmods/Mail-SpamAssassin-3.1.0/lib/Mail/SpamAssassin/PerMsgStatus.pm /downloads/qmailrocks/perlmods/rpms/newmods/Mail-SpamAssassin-3.1.0/blib/lib/Mail/SpamAssassin/PerMsgStatus.pmI'd assume you installed an older version of SA while you were using perl 5.8.5. Later you upgraded to 5.8.6 and then installed 3.1.0 sometime afterward. The 3.1.0 installation did not see the outdated site_perl directory, thus never removed it. I'd suggest blowing away the old copy entirely with rm -rf: rm -rf /usr/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/ then try your SA. If that doesn't fix things, rm -rf both of them and re-install SA 3.1.0. While you're at it double-check for duplicate spamd and spamc scripts. That's less likely but it is possible that one is in /usr/bin and another is in /usr/local/bin.. |
- Re: Can't locate object method Jeffrey Duncan
- Re: Can't locate object method Matt Kettler
- Re: Can't locate object method Jeffrey Duncan
- Re: Can't locate object method Matt Kettler