[Koha] zebra indexing issues

Galen Charlton galen.charlton at liblime.com
Sat May 30 06:53:40 NZST 2009


Hi,

2009/5/29 Christopher Curry <ccurry at 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
-- 
Galen Charlton
VP, Research & Development, LibLime
galen.charlton at liblime.com
p: 1-888-564-2457 x709
skype: gmcharlt


More information about the Koha mailing list