<div dir="ltr">On Tue, Jul 15, 2008 at 5:49 PM, Paul Yachnes &lt;<a href="mailto:yach@cox.net">yach@cox.net</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Chris Nighswonger wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">
On Thu, Jul 10, 2008 at 7:38 PM, john smith &lt;<a href="mailto:smith_me@live.com" target="_blank">smith_me@live.com</a> &lt;mailto:<a href="mailto:smith_me@live.com" target="_blank">smith_me@live.com</a>&gt;&gt; wrote:<br>

<br>
 &nbsp; &nbsp;Hi to all<br>
 &nbsp; &nbsp;I have koha 3 RC1 on UBUNTU 8.04 all Debian.Package are ok and<br>
 &nbsp; &nbsp;Perl Modules are too ok after i finish install koha and go to<br></div>
 &nbsp; &nbsp;(<a href="http://127.0.1.1:8080" target="_blank">127.0.1.1:8080</a> &lt;<a href="http://127.0.1.1:8080" target="_blank">http://127.0.1.1:8080</a>&gt;) and go to add record and<div class="Ih2E3d"><br>
 &nbsp; &nbsp;import record from z39.50<br>
 &nbsp; &nbsp;and complete all bibliographic record data and save it all of that<br>
 &nbsp; &nbsp;ok ........<br>
 &nbsp; &nbsp;but when search about it the search result is no result im working<br>
 &nbsp; &nbsp;with zebra<br>
 &nbsp; &nbsp;please if any body solve this problem help me<br>
<br>
<br>
try running:<br>
rebuild_zebra.pl -a -b -z<br>
<br>
this script is found in misc/migration_tools<br>
</div></blockquote>
When I run it, I get this error:<br>
<br>
Can&#39;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 rebuild_zebra.pl line 5.<br>

BEGIN failed--compilation aborted at rebuild_zebra.pl line 5.<br><font color="#888888">
<br>
<br>
</font></blockquote></div><br>You&#39;ll need to set the following env vars:<br><br>export KOHA_CONF=/path/to/koha-conf.xml<br><br>export PERL5LIB=/path/to/C4<br><br>filling in the correct paths for your installation, of course. These paths are displayed in the notes right after running &#39;make&#39;<br>
<br>Kind Regards,<br><br clear="all"><br>-- <br>Chris Nighswonger<br><br>LibLime<br><a href="http://www.liblime.com">www.liblime.com</a><br><a href="mailto:chris.nighswonger@liblime.com">chris.nighswonger@liblime.com</a>
</div>