On 26 Apr 2011 10:05, "Tom Hanstra" <[email protected]> wrote: > > What exactly are the C4 modules? Both rebuild_nozebra.pl and > rebuild_zebra.pl call for C4 modules, so it seems that neither will work > until I resolve these perl modules. > > I'll work on my Zebra setup, but it seems like I also have to resolve > these errors.
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. You can do this lots of ways, the INSTALL file lists a few, but its probably easiest to run export PERL5LIB=/path/to/where/the/C4/dir export KOHA_CONF=/path/to/ Check your koha-httpd.conf for the values you need Chris > > Thanks, > Tom > > On 04/25/2011 05:25 PM, Galen Charlton wrote: > > Hi, > > > > On Apr 25, 2011, at 3:57 PM, Tom Hanstra wrote: > > > >> 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. > >> > > NoZebra mode is deprecated in 3.4.0 and is not necessarily well-supported before then. > > > > > >> 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. > >> > >> No Result found! > >> > >> No results match your search for “kw,wrdl: * ” > >> > > Maybe run rebuild_nozebra.pl? But ultimately, the real answer is to go ahead and finish getting Zebra up and running. > > > > Regards, > > > > Galen > > -- > > Galen Charlton > > VP, Data Services > > Equinox Software, Inc. / Your Library's Guide to Open Source > > email: [email protected] > > direct: +1 352-215-7548 > > skype: gmcharlt > > web: http://www.esilibrary.com/ > > > > > > -- > > > ----------------------------------------------------------------------------- > Tom Hanstra Systems Administrator > Hesburgh Libraries of Notre Dame Phone: (574)631-4686 > 213 Hesburgh Library Email: [email protected] > Notre Dame, IN 46556 > > Any idiot can face a crisis, it is this day-to-day living that wears > you out. > Anton Chekhov > ----------------------------------------------------------------------------- > > _______________________________________________ > Koha mailing list http://koha-community.org > [email protected] > http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

