<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Chris or others,<br>
<br>
Did I miss something in the install?  I tried adding things to the
environment as suggested, but where things are choking are with the
perl include locations:<br>
<br>
./bin/migration_tools/rebuild_nozebra.pl<br>
Can't locate C4/Context.pm in @INC (@INC contains:
/shared/perl/5.10.1/lib/5.10.1/x86_64-linux-thread-multi
/shared/perl/5.10.1/lib/5.10.1
/shared/perl/5.10.1/lib/site_perl/5.10.1/x86_64-linux-thread-multi
/shared/perl/5.10.1/lib/site_perl/5.10.1 .) at
./bin/migration_tools/rebuild_nozebra.pl line 3.<br>
BEGIN failed--compilation aborted at
./bin/migration_tools/rebuild_nozebra.pl line 3.<br>
<br>
I can see that it is not looking in /shared/koha/soft/lib for the
proper location for C4, but how do I best update the software so that
the @INC path is properly set up?<br>
<br>
Thanks,<br>
Tom<br>
<br>
On 04/25/2011 08:38 PM, Chris Cormack wrote:
<blockquote
 cite="mid:BANLkTin=hjuP+nch0KE=uYRraCN-v1srbg@mail.gmail.com"
 type="cite">
  <p><br>
On 26 Apr 2011 10:05, "Tom Hanstra" &lt;<a moz-do-not-send="true"
 href="mailto:tom@nd.edu">tom@nd.edu</a>&gt; wrote:<br>
&gt;<br>
&gt; What exactly are the C4 modules?  Both <a moz-do-not-send="true"
 href="http://rebuild_nozebra.pl">rebuild_nozebra.pl</a> and<br>
&gt; <a moz-do-not-send="true" href="http://rebuild_zebra.pl">rebuild_zebra.pl</a>
call for C4 modules, so it seems that neither will work<br>
&gt; until I resolve these perl modules.<br>
&gt;<br>
&gt; I'll work on my Zebra setup, but it seems like I also have to
resolve<br>
&gt; these errors.</p>
  <p>The C4 modules are what everything in Koha uses, so they will be
there. If you are getting an error it will be because you haven't
defined the path to the modules on the command line.</p>
  <p>You can do this lots of ways, the INSTALL file lists a few, but
its probably easiest to run<br>
export PERL5LIB=/path/to/where/the/C4/dir<br>
export KOHA_CONF=/path/to/</p>
  <p>Check your koha-httpd.conf for the values you need</p>
  <p>Chris<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Tom<br>
&gt;<br>
&gt; On 04/25/2011 05:25 PM, Galen Charlton wrote:<br>
&gt; &gt; Hi,<br>
&gt; &gt;<br>
&gt; &gt; On Apr 25, 2011, at 3:57 PM, Tom Hanstra wrote:<br>
&gt; &gt;<br>
&gt; &gt;&gt; OK, I have loaded some data from another database into my
local Koha.  I don't have Zebra up and going yet, but I thought I could
get a jump start by changing the parameters so that it would not use
Zebra.<br>
&gt; &gt;&gt;<br>
&gt; &gt; NoZebra mode is deprecated in 3.4.0 and is not necessarily
well-supported before then.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;&gt; But, there must be some other data rebuild or step I've
missed.  I know that there are records out there because there are some
pre-created lists which produce results.  But every search I do results
in no records found, including a basic wildcard search.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; No Result found!<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; No results match your search for “kw,wrdl: * ”<br>
&gt; &gt;&gt;<br>
&gt; &gt; Maybe run <a moz-do-not-send="true"
 href="http://rebuild_nozebra.pl">rebuild_nozebra.pl</a>?  But
ultimately, the real answer is to go ahead and finish getting Zebra up
and running.<br>
&gt; &gt;<br>
&gt; &gt; Regards,<br>
&gt; &gt;<br>
&gt; &gt; Galen<br>
&gt; &gt; --<br>
&gt; &gt; Galen Charlton<br>
&gt; &gt; VP, Data Services<br>
&gt; &gt; Equinox Software, Inc. / Your Library's Guide to Open Source<br>
&gt; &gt; email:  <a moz-do-not-send="true"
 href="mailto:gmc@esilibrary.com">gmc@esilibrary.com</a><br>
&gt; &gt; direct: +1 352-215-7548<br>
&gt; &gt; skype:  gmcharlt<br>
&gt; &gt; web:    <a moz-do-not-send="true"
 href="http://www.esilibrary.com/">http://www.esilibrary.com/</a><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt;<br>
&gt; --<br>
&gt;<br>
&gt;<br>
&gt;
-----------------------------------------------------------------------------<br>
&gt;      Tom Hanstra                              Systems Administrator<br>
&gt;      Hesburgh Libraries of Notre Dame         Phone: (574)631-4686<br>
&gt;      213 Hesburgh Library                     Email: <a
 moz-do-not-send="true" href="mailto:tom@nd.edu">tom@nd.edu</a><br>
&gt;      Notre Dame, IN  46556<br>
&gt;<br>
&gt;    Any idiot can face a crisis, it is this day-to-day living that
wears<br>
&gt;    you out.<br>
&gt;                                                         Anton
Chekhov<br>
&gt;
-----------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Koha mailing list  <a moz-do-not-send="true"
 href="http://koha-community.org">http://koha-community.org</a><br>
&gt; <a moz-do-not-send="true" href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
&gt; <a moz-do-not-send="true"
 href="http://lists.katipo.co.nz/mailman/listinfo/koha">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
  </p>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 


-----------------------------------------------------------------------------
     Tom Hanstra                              Systems Administrator
     Hesburgh Libraries of Notre Dame         Phone: (574)631-4686
     213 Hesburgh Library                     Email: <a
 moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:tom@nd.edu">tom@nd.edu</a>
     Notre Dame, IN  46556

   Any idiot can face a crisis, it is this day-to-day living that wears 
   you out.
                                                        Anton Chekhov
-----------------------------------------------------------------------------
</pre>
<br>
<pre class="moz-signature" cols="72">-- 


-----------------------------------------------------------------------------
     Tom Hanstra                              Systems Administrator
     Hesburgh Libraries of Notre Dame         Phone: (574)631-4686
     213 Hesburgh Library                     Email: <a class="moz-txt-link-abbreviated" href="mailto:tom@nd.edu">tom@nd.edu</a>
     Notre Dame, IN  46556

   Any idiot can face a crisis, it is this day-to-day living that wears 
   you out.
                                                        Anton Chekhov
-----------------------------------------------------------------------------
</pre>
</body>
</html>