Thanks, Galen. That did it. Cheers, Christopher Curry Assistant Technical Librarian / Assistant IT Officer American Philosophical Society 105 South Fifth Street Philadelphia, PA 19106-3386 Tel. (215) 599-4299 ccurry@amphilsoc.org <mailto:ccurry@amphilsoc.org> *For technical support, please use helpdesk@amphilsoc.org <mailto:helpdesk@amphilsoc.org>* Main Library number: (215)440-3400 APS website: http://www.amphilsoc.org Galen Charlton wrote:
Hi,
2009/5/29 Christopher Curry <ccurry@amphilsoc.org>:
7.2 Fast Index: $ misc/migration-tools/rebuild_zebra.pl -b -w
Unfortunately, there is no /misc directory on my server...does this mean that I missed something during installation?
No, the directory name can vary a bit depending on the installation mode you used when you installed Koha.
Context.pm does exist at /usr/share/koha3/lib/C4
Can someone tell me what @INC is referring to? It is not referenced in the rebuild_zebra.pl script.
@INC is referring to the path that the Perl interpreter uses to locate modules. You should set the PERL5LIB environment variable as follows:
export PERL5LIB=/usr/share/koha3/lib
You will also need to make sure that the KOHA_CONF environment variable is set:
export KOHA_CONF=/etc/koha/koha-conf.xml
Regards,
Galen