compilation aborted at /usr/local/koha/intranet/scripts/misc/rebuildnonmarc.pl line 10
Hi everyone from NZ and France, this is my first post on the koha-devel ML i just install the 2.2.0 and i was thinking all installation was OK... of course it is not so simple ;-) i'm librarian so i know some things in UNIMARC and such but perl don't really speak to my brain !! i was changing some parameters in Koha intranet the links in Koha nonMARC and UNIMARC and i get this response when i make this in the Universal.txt who is a UNIMARC file in a root console #/usr/local/koha/intranet/scripts/misc/rebuildnonmarc.pl -c UNIMARC Universal.txt i get this Can't locate C4/Context.pm in @INC (@INC contains: usr/local/koha/intranet/modules/ /usr/lib/perl5/5.8.5/i386-linux-thre ad-multi /usr/lib/perl5/5.8.5 /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5 /usr /lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/ perl5/vendor_perl/5.8.4/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl/5.8.3/i386-l inux-thread-multi /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi /usr/lib/per l5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/ perl5/vendor_perl .) at /usr/local/koha/intranet/scripts/misc/rebuildnonmarc.pl line 10. BEGIN failed--compilation aborted at /usr/local/koha/intranet/scripts/misc/rebuildnonmarc.pl line 10. i think it is a simple pb but can someone explain it to me ? thanx long life to koha -- Michaël Reichhard Geek Librarian testing Koha in professionnal purpose
BibSud92.org a écrit :
Hi everyone from NZ and France,
this is my first post on the koha-devel ML
i just install the 2.2.0 and i was thinking all installation was OK... of course it is not so simple ;-)
i'm librarian so i know some things in UNIMARC and such but perl don't really speak to my brain !!
i was changing some parameters in Koha intranet the links in Koha nonMARC and UNIMARC and i get this response when i make this in the Universal.txt who is a UNIMARC file in a root console #/usr/local/koha/intranet/scripts/misc/rebuildnonmarc.pl -c UNIMARC Universal.txt Can't locate C4/Context.pm in @INC (@INC contains: usr/local/koha/intranet/modules/ /usr/lib/perl5/5.8.5/i386-linux-thre ad-multi /usr/lib/perl5/5.8.5
Quite simple question (remember the answer, it's useful everywhere) You must tell Perl where he will find Koha packages. On bash (default shell for most linux distros) : export PERL5LIB=/path/to/your/koha/directory -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
participants (2)
-
BibSud92.org -
Paul POULAIN