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