On Tue, May 07, 2002 at 10:29:42AM -0700, Jim Scott wrote:
> Move these files like this.
> 
> cp -r /usr/lib/perl5/site_perl/5.6.1/Mail/
> /usr/lib/perl5/site_perl/5.005/Mail/
> cp -r /usr/lib/perl5/site_perl/5.6.1/auto/Mail/
> /usr/lib/perl5/site_perl/5.005/auto/Mail/
> 
> Then try again. I think you will find it works. If not do a search for the
> file it is looking for and move it to one of the locations in your path that
> it is looking in below.

Ugh.  Why use an RPM if you're just going to move the files around?
That defeats the whole point of a package management system.

Rebuilding the source RPM seems to be failing for some reason -- first
due to a missing pod2text on the Raq's perl installation, then for unknown
reasons.  I sent him a SA 2.20 RPM that I built on RH6.2 (perl 5.005_03)
which should install everything in the right places on the Raq I think.
It's the same version of perl as he is using, so ...


Alternately, one could edit /usr/bin/spam{d,assassin} and add

usr lib "/usr/lib/perl5/site_perl/5.6.1";

after the first line.  That'll tell perl to look in the new location for
libraries as well as the original directories.  But that's also going
around the idea of using RPM in the first place.  He might as well just
download the code via CPAN, modify the makefile enough to ignore pod2text,
and install it manually.  But again, no "management" for that package then.


-- 
Randomly Generated Tagline:
Must destroy mankind!  (His watch alarm goes off)  Ooh, lunchtime!
 
                -- Homer Simpson
                   Homer Goes To College

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to