- To: Michael Lake <mikel@xxxxxxxxxxxxxxxxx>
- Subject: Re: [SLUG] How to add /usr/local/lib/perl/5.6.1/ to the perl @INC array in Debian
- From: Rick Welykochy <rick@xxxxxxxxxxxxx>
- Date: Sun, 03 Jul 2005 13:53:39 +1000
- Cc: slug@xxxxxxxxxxx
- User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.5) Gecko/20041217
Michael Lake wrote:
Hi all
I have a server with some CPAN modules in /usr/local/lib/perl/5.6.1/
perl is now 5.8 and is not finding the scripts in 5.6 An upgrade
occurred weeks ago so I dont know why this has occurrred just today or
maybe yesterday.
I probably need to add /usr/local/lib/perl/5.6.1/ to the @INC array
Does anyone know where this is set in Debian? I know that you can add
directories to the INC array via the -I command line invoking perl
but what scripts starts perl in Debian to add this so that all scripts
starting with /usr/bin/perl end up with the new @INC. I looked for env
vars also but didnt find it it anywhere.
PERL5LIB <-- set this environment variable to what you need
(both in the shell and in Apache)
See httpd.conf for how to do it in Apache. (the keyword is PerlSetEnv)
cheers
rickw
--
_________________________________
Rick Welykochy || Praxis Services
Puritanism- The haunting fear that someone, somewhere, may be happy.
-- H.L. Mencken