koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Koha-devel] PERL5LIB question


From: Nathan Gray
Subject: Re: [Koha-devel] PERL5LIB question
Date: Thu, 29 Nov 2007 09:20:40 -0500
User-agent: Mutt/1.5.17 (2007-11-01)

On Thu, Nov 29, 2007 at 01:32:25PM +0100, Ignacio Javier wrote:
> Just a doubt: where is supposed to point PERL5LIB, perl libraries directory,

PERL5LIB adds directories to the @INC array of paths to look for perl
modules.

You can find out what @INC contains on your system with:

  perl -e 'print join("\n", @INC, "")'

If Koha is not installed in one of those paths on your system, you
will need to find out where it is installed, and add it to the
PERL5LIB environment variable.

It is likely PERL5LIB will be different from distribution to
distribution and operating system to operating system, so there is not
one set answer.

-kolibrie

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]