I have been tearing my hair out over this.

I have Fedora Core 1, running on a old Celeron with 256Mb of RAM.

I have tried installing spamassassin-tools both from src.rpm to no avail.

I have succeeded in installing perl-Mail-Spamassassin and spamassassin (version 2.63-1)

BUT when I try to install spamassassin-tools (v 2.63-1) I get a dependency failure on perl(Digest::SHA1).

But Digest::SHA1 *is* installed. "cpan install Digest::SHA1" states that this module is up to date.

slocate -i Digest | grep perl | grep SHA1 reveals "Digest/SHA1" in at least three places of the perl module dir "vendor_perl", "site_perl" and I think even at the perl5/5.8.1 dir level.

So what can I do. Is rpm not finding it. Is there some kind of environment var I need. Maybe a path issue, I am not sure. But it is bugging the hell out of me. The Spamassassin INSTALL file states that Digest::SHA1 is nice but not a requirement, UNFORTUNATELY there are OTHER programs I am attempting to install that NEED "spamassassin-tools".

Is there a way via cpan to *maybe* uninstall the Digest::SHA1 and reinstall it??? I am not in the mood to uninstall perl.

Any and all help is greatly appreciated.


In reply to Digest::SHA1 and spamassassin-tools-2.63 by nink

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.