R: [Koha] File Charset.pm not found
If I understand well, you need to install on a windows platform a perl module you downoladed from cpan. Download nmake unzip it place it in your perl directory. Then follow the instructions on the install read me replacing "make" with "nmake". It usually works fine. Let me know eventually. Michele ________________________________ Da: koha-bounces@lists.katipo.co.nz per conto di arnab Inviato: mer 27/12/2006 10.17 A: koha@lists.katipo.co.nz Oggetto: Re: [Koha] File Charset.pm not found Hi Chris, I've installed the MARC module. I'm using Perl 5.8.8 on windows platform. Now when I'm going to install MARC::Charset it is telling to first install DB_File module. I've downloaded DB_File-1.814 but when going to install it is giving error. When giving the command "perl Makefile.pl" it is showing C:\usr\DB_File-1.814>perl Makefile.pl Parsing config.in... Looks Good. Note (probably harmless): No library found for -llibdb Note (probably harmless): No library found for oldnames.lib Note (probably harmless): No library found for kernel32.lib Note (probably harmless): No library found for user32.lib Note (probably harmless): No library found for gdi32.lib Note (probably harmless): No library found for winspool.lib Note (probably harmless): No library found for comdlg32.lib Note (probably harmless): No library found for advapi32.lib Note (probably harmless): No library found for shell32.lib Note (probably harmless): No library found for ole32.lib Note (probably harmless): No library found for oleaut32.lib Note (probably harmless): No library found for netapi32.lib Note (probably harmless): No library found for uuid.lib Note (probably harmless): No library found for ws2_32.lib Note (probably harmless): No library found for mpr.lib Note (probably harmless): No library found for winmm.lib Note (probably harmless): No library found for version.lib Note (probably harmless): No library found for odbc32.lib Note (probably harmless): No library found for odbccp32.lib Note (probably harmless): No library found for msvcrt.lib Writing Makefile for DB_File C:\usr\DB_File-1.814> Could you please tell what to do next. With Regards Arnab Chris Cormack wrote:
arnab wrote:
Dear All,
Yesterday when I was running the script "bulkmarcimport.pl" it was running without giving errors. But today when I'm using the script "bulkmarcimport.pl" it is giving the error
C:\usr\koha227\scripts\misc\migration_tools>bulkmarcimport.pl -h -file t.mrc Can't locate MARC/Charset.pm in @INC (@INC contains: c:\usr\koha227\intranet\mod ules C:/usr/site/lib C:/usr/lib .) at C:\usr\koha227\scripts\misc\migration_tool s\bulkmarcimport.pl line 14. BEGIN failed--compilation aborted at C:\usr\koha227\scripts\misc\migration_tools \bulkmarcimport.pl line 14.
Luckily that error tells you everything you need to know. You are missing a perl module, specifically MARC::Charset You need to install that
Chris _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- View this message in context: http://www.nabble.com/File-Charset.pm-not-found-tf2884852.html#a8060749 Sent from the Koha - Discuss mailing list archive at Nabble.com. _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (1)
-
Lori Michele