Hi, I am using koha 2.2.9 on debian etch.. Tried to run the scripts under scripts/misc folder. But I am gettin the following error Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at fines2.pl line 28. BEGIN failed--compilation aborted at fines2.pl line 28. Please tell me a solution regards Gilesh M P Lecturer CSE Govt College of Engineering Parassinikkadavu PO Kannur, Kerala - 670 563 Mob:09495663242,09387062397
Gilesh -- You need to set and export 2 variables in your shell session, like: PERL5LIB=/usr/koha/ KOHA_CONF=/usr/koha/etc/koha-conf.xml export PERL5LIB; export KOHA_CONF; The paths associated with those variables can vary by installation, but should be found in your apache configuration file. PERL5LIB should be the directory that contains the "C4" directory. KOHA_CONF should be the basic XML config. --Joe Atzberger, LibLime On Mon, Jun 30, 2008 at 7:18 AM, gilesh m p <gileshmp@rediffmail.com> wrote:
Hi,
I am using koha 2.2.9 on debian etch.. Tried to run the scripts under scripts/misc folder. But I am gettin the following error
Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at fines2.pl line 28. BEGIN failed--compilation aborted at fines2.pl line 28.
Please tell me a solution
regards Gilesh M P Lecturer CSE Govt College of Engineering Parassinikkadavu PO Kannur, Kerala - 670 563 Mob:09495663242,09387062397
participants (2)
-
gilesh m p -
Joe Atzberger