|
Posted by Andreas Höhmann on February 8, 2005, 7:39 pm
Please log in for more thread options
Gros Loup schrieb:
> Hello
>
> As part of SpamAssassin re-compilation, I need Digest::SHA1 module
> available inside PERL.
> I could find it on CPAN and I put it on an appropriate directory
> (Digest/SHA1.pm under appropriate sub-directory of /usr/lib/perl5).
> But I then get an error "unable to load object used by thus module" when
> trying to load this module. This error is raised when executing the
> line use Digest::SHA1.
>
> Any hint ?
cpan install Digest::SHA1
Should finished without any Error :)
>
> -> I use Fedora Core 3/Perl is 5.8.5/Spam Assassin is 3.0.2.
>
> Gros Loup from Grenoble, France
|