2009/11/22 Zico <mailzico@gmail.com>:
Hi, I have just installed Koha-3.0.4 in my Debian 5.0. I exactly followed the README instruction file of Koha-3.0.4. My koha is installed , but i cannot search there too. Here, i want to add that, i am using Zebra there.
I followed the below commands in my Koha-3.0.1 and it worked well. But, now, also after using these commands, i cannot activate my searching.:
export PERL5LIB=/usr/share/koha/lib export KOHA_CONF=/etc/koha/koha-conf.xml cd /usr/share/koha/bin/migration_tools/ zebraidx -c /etc/koha/zebradb/zebra-biblios.cfg -g iso2709 -d biblios init zebraidx -c /etc/koha/zebradb/zebra-authorities.cfg -g iso2709 -d authorities init ./rebuild_zebra.pl -b -w chmod -R 755 /usr/share/koha/ chmod -R 777 /var/lib/koha/zebradb/ chmod -R 777 /var/lock/koha/zebradb/
Did you follow the INSTALL.debian-lenny instructions, from a quick glance there is nothing what you pasted that actually starts the zebrasrv. Chris