On Mon, Oct 28, 2002 at 01:56:38PM -0500, Skip Frizzell wrote:
> # spamassassin -t < sample-nonspam.txt > nonspam.out
> /usr/local/bin/perl: relocation error:
> /usr/local/lib/perl5/site_perl/5.6.1/i686-linux/auto/Digest/SHA1/SHA1.so: undefined
> symbol: Perl_safemalloc
> 
> Does anyone know what I did wrong and more importantly how I might go about fixing
> it. my first instict was to reinstall Perl_safemalloc, but I can't seem to figure
> out what it is part of.

I would be more likely to reinstall Digest::SHA1.  Basically it's a perl
library error (SHA1 is a compiled module not straight perl), and since
you said you upgraded to 5.8 as well, it looks like a library that the
module is wanting no longer exists.  Reinstalling will let you recompile
the module which should (I believe) fix the problem.

-- 
Randomly Generated Tagline:
The chat program is in public domain. This is not the GNU public license. If
 it breaks then you get to keep both pieces.
 (Copyright notice for the chat program)

Attachment: msg09571/pgp00000.pgp
Description: PGP signature

Reply via email to