18 Feb
2010
18 Feb
'10
12:44 p.m.
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