Joshua Ferraro wrote:
Yea, you'll need to use the new zebra-ctl.sh ... and we've dropped support for zebraqueue daemon, and switched to rebuild_zebra.pl with the -z option run from cron (check the INSTALL file for details). I bet if you restart Zebra you'll be good to go. You can test by running zebrasrv directly:
zebrasrv -c /root/koha-dev/etc/koha-conf.xml
BTW: It's probably best to run Koha as a non-root user. I'd suggest creating a 'koha' user and installing Koha as that user, running zebra as that user, etc.
Cheers,
Josh
On Mon, Aug 11, 2008 at 9:21 PM, Brendan Gallagher <gallabr@biblio.org> wrote:
I made the changes to my installation directories --> I now reinstalled into /home/koha/koha-dev and made the changes to apache2, zebra-server/queue (created symlink to the new zebra-ctl.sh), but have not had a chance to re-index yet... Did export KOHA_CONF and PERL5LIB... I did run the following script and recieved errors: koha@Biblio-Koha:~$ zebrasrv -c /home/koha/koha-dev/etc/koha-conf.xml 13:13:47-12/08 [log] zebra_start 2.0.32 /home/koha/koha-dev/etc/koha-conf.xml 13:13:47-12/08 [fatal] /home/koha/koha-dev/etc/koha-conf.xml:2 missing colon after '<yazgfs>' 13:13:47-12/08 [fatal] Failed to read config `/home/koha/koha-dev/etc/koha-conf.xml' Thanks, Brendan