29 Nov
2007
29 Nov
'07
3:20 p.m.
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