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/ -- Best, Zico
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
did you use..... zebrasrv -f /etc/koha/koha-conf.xml that is necessaryto start zebra On Sat, Nov 21, 2009 at 11:17 PM, Chris Cormack <chris@bigballofwax.co.nz>wrote:
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
2009/11/22 Zico <mailzico@gmail.com>: 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 _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
-- Nitesh Rijal BE IT email: rijal.it@gmail.com url: http://niteshrijal.com.np facebook: http://facebook.com/openrijal twitter: http://twitter.com/openrijal +9779841458173
On Sun, Nov 22, 2009 at 1:17 PM, Chris Cormack <chris@bigballofwax.co.nz>wrote:
Did you follow the INSTALL.debian-lenny instructions, from a quick glance there is nothing what you pasted that actually starts the zebrasrv.
I cannot find "zebrasrv" there in my koha anywhere!. -- Best, Zico
zebrasrv is not packaged with Koha. It is supplied by IndexData: http://www.indexdata.com/zebra There are debian repositories provided by them if you are using a debian based Linux server. The Koha installer does check for zebrasrv, it should have mentioned where it found zebrasrv. When you run `perl Makefile.PL` it checks for zebrasrv and reports if/where it finds it. On Sun, 2009-11-22 at 14:47 +0600, Zico wrote:
On Sun, Nov 22, 2009 at 1:17 PM, Chris Cormack <chris@bigballofwax.co.nz> wrote: Did you follow the INSTALL.debian-lenny instructions, from a quick glance there is nothing what you pasted that actually starts the zebrasrv.
I cannot find "zebrasrv" there in my koha anywhere!.
-- Best, Zico _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
-- Michael Hafen Systems Analyst and Programmer Washington County School District Utah, USA for Koha checkout http://development.washk12.org/gitweb/ or git://development.washk12.org/koha
On Mon, Nov 23, 2009 at 9:31 PM, Michael Hafen <mdhafen@tech.washk12.org>wrote:
zebrasrv is not packaged with Koha. It is supplied by IndexData:
http://www.indexdata.com/zebra
There are debian repositories provided by them if you are using a debian based Linux server.
The Koha installer does check for zebrasrv, it should have mentioned where it found zebrasrv. When you run `perl Makefile.PL` it checks for zebrasrv and reports if/where it finds it.
Thanks a lot! I have configured it already. Actually, i downloaded this zebrasrv from external sources and it worked! Thank you all again. -- Best, Zico
participants (4)
-
Chris Cormack -
Michael Hafen -
nitesh rijal -
Zico