<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks, Galen. That did it.<br>
<div class="moz-signature"><span
style="font-size: 12px; font-family: Arial;">
<p>Cheers,</p>
<p>Christopher Curry<br>
Assistant Technical Librarian / Assistant IT Officer</p>
<p>American Philosophical Society<br>
105 South Fifth Street<br>
Philadelphia, PA 19106-3386<br>
Tel. (215) 599-4299</p>
<p><a href="mailto:ccurry@amphilsoc.org">ccurry@amphilsoc.org</a></p>
<p><strong>For technical support, please use <a
href="mailto:helpdesk@amphilsoc.org"><span style="">helpdesk@amphilsoc.org</span></a></strong><br>
Main Library number: (215)440-3400<br>
APS website: <a href="http://www.amphilsoc.org">http://www.amphilsoc.org</a>
</p>
</span>
</div>
<br>
<br>
Galen Charlton wrote:
<blockquote
cite="mid:4659947d0905291153m69b4e6a2ve368f6390c0b4591@mail.gmail.com"
type="cite">
<pre wrap="">Hi,
2009/5/29 Christopher Curry <a class="moz-txt-link-rfc2396E" href="mailto:ccurry@amphilsoc.org"><ccurry@amphilsoc.org></a>:
</pre>
<blockquote type="cite">
<pre wrap="">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?
</pre>
</blockquote>
<pre wrap=""><!---->
No, the directory name can vary a bit depending on the installation
mode you used when you installed Koha.
</pre>
<blockquote type="cite">
<pre wrap="">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.
</pre>
</blockquote>
<pre wrap=""><!---->
@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
</pre>
</blockquote>
</body>
</html>