On Fri, Apr 29, 2005 at 05:21:43PM +0200, Florian Effenberger wrote:
> I'm absolutely no Perl expert, so I thought I'd ask here. ;-) Where can 
> I set PERL5LIB? Most libraries are installed in the default location, 
> but I have installed some libraries (e.g. a newer Net::DNS) in other 
> paths, via
> 
> perl Makefile.PL LIB=/usr/local/share/perlmods 
> PREFIX=/usr/local/share/perlmods
> 
> How can I tell SpamAssassin to use the Net::DNS installed in the above 
> location?

Well, if you're installing into that same space, there shouldn't be a problem.
("spamassassin" will already need to look there for its own modules)

If you're installing it into a different place and need modules from a
different place, you can do something like the following, depending on
your shell:

export PERL5LIB=/usr/local/share/perlmods

-- 
Randomly Generated Tagline:
"No pixels were harmed in the making of this game."     - WarCraft II

Attachment: pgpYz34dRJzmW.pgp
Description: PGP signature

Reply via email to