Hi colleagues: After importing marc record when I click Mange staged records, the following error occurred: Koha error The following fatal error has occurred: Can't locate Algorithm/CheckDigits.pm in @INC (@INC contains: /usr/share/koha/lib /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/lib/C4/Labels.pm line 25. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Labels.pm line 25. Compilation failed in require at /usr/share/koha/intranet/cgi-bin/tools/manage-marc-import.pl line 36. BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/tools/manage-marc-import.pl line 36. ApacheServer version: Apache/2.2.9 (Debian) Server built: Jul 14 2009 20:01:17 Koha3.00.00.107 Koha DB3.0000107 MySQLmysql Ver 14.12 Distrib 5.0.51a, for debian-linux-gnu (i486) using readline 5.2 OSLinux debianhostname 2.6.26-2-686 #1 SMP Fri Aug 14 01:27:18 UTC 2009 i686 GNU/Linux Perl5.010000 Even when I click MARC Import (managing batches) the same error occurred. Look forward to your kind solution or if there any solution previously mentioned kindly give me the source. Regards, Md. Zahid Hossain Shoeb
2009/9/7 Zahid Hossain Shoeb <zhshoeb@yahoo.com>:
Hi colleagues:
After importing marc record when I click Mange staged records, the following error occurred:
Koha error
The following fatal error has occurred:
Can't locate Algorithm/CheckDigits.pm in @INC (@INC contains: /usr/share/koha/lib /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/lib/C4/Labels.pm line 25. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Labels.pm line 25. Compilation failed in require at /usr/share/koha/intranet/cgi-bin/tools/manage-marc-import.pl line 36. BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/tools/manage-marc-import.pl line 36.
Hi Zahid You are missing a perl module Algorithm::CheckDigits If you are using debian lenny, or ubuntu jaunty you can type sudo apt-get install libalgorithm-checkdigits-perl To install the module otherwise sudo cpan Algorithm::CheckDigits Hope this helps Chris
Thanks Chris. However, the current problem is rebuilding Zebra. When I use the following command after importing CDS/ISIS data to marc library:/usr/share/koha/bin/migration_tools# ./rebuild_zebra.pl -b -r The following error occurred: 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 ./rebuild_zebra.pl line 5. BEGIN failed--compilation aborted at ./rebuild_zebra.pl line 5. Look forward again for the kind solution. Regards, Zahid Hossain Shoeb ________________________________ From: Chris Cormack <chris@bigballofwax.co.nz> To: Zahid Hossain Shoeb <zhshoeb@yahoo.com> Cc: koha@lists.katipo.co.nz Sent: Monday, September 7, 2009 12:12:09 AM Subject: Re: [Koha] Error while marc importing 2009/9/7 Zahid Hossain Shoeb <zhshoeb@yahoo.com>:
Hi colleagues:
After importing marc record when I click Mange staged records, the following error occurred:
Koha error
The following fatal error has occurred:
Can't locate Algorithm/CheckDigits.pm in @INC (@INC contains: /usr/share/koha/lib /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/lib/C4/Labels.pm line 25. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Labels.pm line 25. Compilation failed in require at /usr/share/koha/intranet/cgi-bin/tools/manage-marc-import.pl line 36. BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/tools/manage-marc-import.pl line 36.
Hi Zahid You are missing a perl module Algorithm::CheckDigits If you are using debian lenny, or ubuntu jaunty you can type sudo apt-get install libalgorithm-checkdigits-perl To install the module otherwise sudo cpan Algorithm::CheckDigits Hope this helps Chris
participants (2)
-
Chris Cormack -
Zahid Hossain Shoeb