Thanks for the immediate answer!
It seems that the old SA was under /usr/lib/perl5/vendor_perl/5.8.6/Mail/SpamAssassin/
while the new one under /usr/lib/perl5/site_perl/5.8.6/Mail/SpamAssassin/

rpm reported two packages spamassassin and perl-spamassassin.
I have deinstalled these using YAST (rpm reported dependencies, YAST too, but I am used to YAST more)

Currently I am reinstalling via perl -MCPAN and hope, that the situation will change to the better ;-)

Thx for the moment
Thomas


2006/6/10, Radoslaw Zielinski <[EMAIL PROTECTED]>:
Thomas Schlosser <[EMAIL PROTECTED]> [10-06-2006 15:38]:
[...]
> I updated it via perl -MCPAN - e shell -> force install Mail::SpamAssassin
> The output was too long to have a chance to see if any problems have been
> reportet.

New SA should have been installed somewhere around /usr/local (if your
perl is build with -Dvendorlib; probably is).  Locate and uninstall old
version of SA:

  find `perl -le 'map print,grep/\//,@INC'` | grep SpamAssassin

I guess the right way in your case would be 'rpm -qa|grep -i spamas' and
rpm -e the output.  You might have to reinstall using CPAN.pm afterwards.

--
Radosław Zieliński <[EMAIL PROTECTED]>



Reply via email to