On Sat, Jan 04, 2003 at 07:31:40PM +0100, Denis Ducamp wrote: > are loaded from /usr/lib/perl5/site_perl first. Looking at the spamassassin > installed script show it uses that directory : > $ grep 'use lib' ~/saCVSusr/bin/spamassassin > use lib '/usr/lib/perl5/site_perl'; # substituted at 'make' time > > So this line isn't substituted at make time, even after a fresh > "cvs co spamassassin"
You're assuming it's "use lib". As with all things perl, TIMTOWTDI. Look at the spamassassin script for the section titled "BEGIN". I have a feeling the problem is that you're using '~' which doesn't translate to $HOME in most places. Try replacing ~ with $HOME when you install. -- Randomly Generated Tagline: Weaseling out of things is important to learn. It's what separates us from the animals. Except the weasel. -- Homer Simpson Boy-Scoutz n the Hood
msg11630/pgp00000.pgp
Description: PGP signature