> On Mon, Aug 09, 2004 at 09:06:44AM -0700, Matthew Thomas wrote: > > I tried reinstalling Digest::SHA1 from CPAN, but it said that the > > module was up to date. I'm using SA 2.64, which I usually > upgrade via > > CPAN, also.
> Two options IMO: > > 1) "force install Digest::SHA1" > 2) go through @INC and delete all Digest::SHA1-related files, then > "install Digest::SHA1". 1) didn't work. While looking into @INC, I saw that sa-learn had a line: use lib '/usr/lib/perl5/site_perl/5.8.1' Which I changed to: use lib '/usr/local/lib/perl5/site_perl/5.8.4' And this fixed the problem. I don't know if that was The Right Thing to do, but it worked. Thanks, Matt
