when I try to run follow command it show the error given below how can I resolve this problem $ misc/migration-tools/rebuild_zebra.pl -b -w bash: misc/migration-tools/rebuild_zebra.pl: No such file or directory
Nouman Soomro wrote:
when I try to run follow command it show the error given below how can I resolve this problem
$ misc/migration-tools/rebuild_zebra.pl -b -w bash: misc/migration-tools/rebuild_zebra.pl: No such file or directory
It has moved. Change to the Koha install directory for starters, probably this: $ cd /usr/share/koha Now where is that script? $ find . -name rebuild_zebra.pl ./bin/migration_tools/rebuild_zebra.pl Found it. Execute it. $ perl ./bin/migration-tools/rebuild_zebra.pl -b -w HTH cheers rickw -- _________________________________ Rick Welykochy || Praxis Services There are 10 sorts of people. Those who understand binary and those who don't.
G'morning, On Thu, Feb 18, 2010 at 5:15 AM, Rick Welykochy <rick@praxis.com.au> wrote:
Nouman Soomro wrote:
when I try to run follow command it show the error given below how can I resolve this problem
$ misc/migration-tools/rebuild_zebra.pl -b -w bash: misc/migration-tools/rebuild_zebra.pl: No such file or directory
It has moved.
Change to the Koha install directory for starters, probably this:
$ cd /usr/share/koha
Now where is that script?
$ find . -name rebuild_zebra.pl ./bin/migration_tools/rebuild_zebra.pl
Found it. Execute it.
$ perl ./bin/migration-tools/rebuild_zebra.pl -b -w
additionally, you must execute it as your kohauser, whichever that is. Kind Regards, Chris
Hi Nouman Am 18.02.2010 10:54, schrieb Nouman Soomro:
when I try to run follow command it show the error given below how can I resolve this problem
$ misc/migration-tools/rebuild_zebra.pl -b -w bash: misc/migration-tools/rebuild_zebra.pl: No such file or directory
The location of rebuild_zebra.pl depends on how you installed koha. I get it with: /usr/share/koha/bin/migration_tools/rebuild_zebra.pl cu Beda
participants (4)
-
Beda Szukics -
Chris Nighswonger -
Nouman Soomro -
Rick Welykochy