[Koha-devel] PERL5LIB question

Nathan Gray kolibrie at graystudios.org
Thu Nov 29 15:20:40 CET 2007


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: </pipermail/koha-devel/attachments/20071129/cbb279f0/attachment-0002.pgp>


More information about the Koha-devel mailing list