On Fri, Dec 20, 2002 at 04:13:49PM -0500, Michael Hooten wrote:

> I have added RedHat linux as a boot alternative to Win 2k. Of course,
> the stability of linux is superb but I am not yet accustomed to
> compiling every single thing I need that is not pre-installed.

Have you tried Red Hat's package manager, rpm?

> As far as perl, I would like to permanently add /usr/local/lib/perl to
> @INC without specifically having to unshift or push this path onto @INC
> from every script that references a package contained beneath
> /usr/local/lbi/perl. What is the easiest way to accomplish this?

export PERL5LIB=/usr/local/lib/perl

Add that, or something equivalent to an appropriate startup script for
your shell.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to