During the last step of sudo make install there were to directives that were printed... similar to this export KOHA_CONF=/usr/share/koha/etc/koha-conf.xml that is what you are looking at. Please review that. {there was also one that was printed for the export PERL5LIB} Thanks, Brendan -- --------------------------------------------------------------------------------------------------------------- Brendan A. Gallagher ByWater Solutions CEO, Director of Innovation Support and Consulting for Open Source Software Installation, Data Migration, Training, Customization, Hosting and Complete Support Packages Headquarters: Santa Barbara, CA - Office: West Haven, CT Phone # (888) 900-8944 http://bywatersolutions.com info@bywatersolutions.com 2010/3/2 Nouman Soomro <noumansoomro@rocketmail.com>
still show same problem
nouman@lumhs-b70715be2:~$ su Password: lumhs-b70715be2:/home/nouman# export KOHA_CONF=/path/to/your/koha-conf.xml lumhs-b70715be2:/home/nouman# export PERL5LIB=/path/to/koha lumhs-b70715be2:/home/nouman# lumhs-b70715be2:/home/nouman# /usr/share/koha/bin/migration_tools/ rebuild_zebra.pl –v –b –a Can't locate C4/Context.pm in @INC (@INC contains: /path/to/koha /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 /usr/share/koha/bin/migration_tools/ rebuild_zebra.pl line 5. BEGIN failed--compilation aborted at /usr/share/koha/bin/migration_tools/ rebuild_zebra.pl line 5.
------------------------------ *From:* Magnus Enger <magnus@enger.priv.no> *To:* Nouman Soomro <noumansoomro@rocketmail.com> *Cc:* "koha@lists.katipo.co.nz" <koha@lists.katipo.co.nz> *Sent:* Tue, March 2, 2010 12:23:05 AM *Subject:* Re: [Koha] catalogue search not working
2010/3/2 Nouman Soomro <noumansoomro@rocketmail.com>:
rebuild _zebra is not working as follow nouman@lumhs-b70715be2:~$
bash: /usr/share/koha/bin/migration_tools/rebuild_zebra: No such file or
/usr/share/koha/bin/migration_tools/rebuild_zebra –v –b –a directory
The script is called rebuild_zebra.pl, so you need to do this:
/usr/share/koha/bin/migration_tools/rebuild_zebra.pl –v –b –a
Do this to see what the options mean:
/usr/share/koha/bin/migration_tools/rebuild_zebra.pl --help
nouman@lumhs-b70715be2:~$ su /usr/share/koha/bin/migration_tools/rebuild_zebra –v –b –a Unknown id: /usr/share/koha/bin/migration_tools/rebuild_zebra
su is used to change your identity into that of another user on the system.
In order to change into a user called e.g. koha you need to do this:
su koha # you will then be asked for the password # you can now execute rebuild_zebra.pl as the user called koha /usr/share/koha/bin/migration_tools/rebuild_zebra.pl –v –b –a
Use sudo to execute a command as root:
sudo /usr/share/koha/bin/migration_tools/rebuild_zebra.pl –v –b –a # rebuild_zebra.pl will be executed as the user root
HTH Magnus libriotech.no
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha