/usr/share/koha$ bin/migration_tools/rebuild_zebra.pl -b -w Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at bin/migration_tools/rebuild_zebra.pl line 5. BEGIN failed--compilation aborted at bin/migration_tools/rebuild_zebra.pl line 5.
2010/2/18 Nouman Soomro <noumansoomro@rocketmail.com>
/usr/share/koha$ bin/migration_tools/rebuild_zebra.pl -b -w
Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at bin/migration_tools/rebuild_zebra.pl line 5. BEGIN failed--compilation aborted at bin/migration_tools/rebuild_zebra.plline 5.
export KOHA_CONF=/etc/koha/koha-conf.xml export PERL5LIB=/usr/share/koha/lib then run bin/migration_tools/rebuild_zebra.pl -b -w Regards, Koustubha Kale
Looks like you need to include the path to your C4 directory. C4 is where all the perl modules for Koha are stored. Assuming yours is in /usr/share/koha, you would run it like so: perl -I /usr/share/koha/ /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -w Cheers, Cindy -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Cindy Murdock Ames IT Services Director Meadville Public Library | CCFLS http://meadvillelibrary.org | http://ccfls.org Nouman Soomro wrote:
/usr/share/koha$ bin/migration_tools/rebuild_zebra.pl -b -w
Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at bin/migration_tools/rebuild_zebra.pl line 5. BEGIN failed--compilation aborted at bin/migration_tools/rebuild_zebra.pl line 5.
------------------------------------------------------------------------
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Cindy Murdock Ames -
Koustubha Kale -
Nouman Soomro