[Koha] C4 @INC

Derek Dresser Derek.Dresser at gouldacademy.org
Tue Sep 9 05:53:10 NZST 2003


Quoting Greg Lambert/Amigos <lambert at amigos.org>:

> I'm doing a "fresh install" with Pre3 and am having a brainlock:
> 
> Would someone please remind me how to update the C4 directory in @INC?  I'm
> running the bulkmarcimport.pl file and am getting the "can't locate C4
> /Context.pm in @INC..."  error.
> 
> I remember updating the @INC file to include the C4 directory, but can't
> remember exactly what I did....


When I first tried to run it on the command line, it complained that the modules
it was looking for were not found in @INC.  To fix that, I added the following
line to the top of the script.

use lib '/usr/local/koha/intranet/modules/';

you'll need to use whatever directory the C4 directory was installed in.  Try
locate /C4/ to find the right directory.

after that, I simply ran it like
./bulkmarcimport MICROLIF.001

MICROLIF.001 is the name of the stuff that I exported from Winnebago in USMARC
format.

It took close to a half hour to import all 8000 records.

> 
> Thanks!
> -Greg
> 
> Greg Lambert, JD, MLIS
> Project Manager
> Amigos Library Services, Inc.
> 5000 Gulf FWY
> Building 9 - Univ. Business Park
> Houston, Texas 77023-4600
> 713/923-2373 x225 office
> 877/707-1577 toll-free
> 713/923-2192 fax
> 281/433-9145 cell
> lambert at amigos.org
> http://www.amigos.org
> 
> 
> 
> 
> 
> _______________________________________________
> Koha mailing list
> Koha at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
> 
> 


-- 
Derek Dresser
http://network.gouldacademy.org/
Gould Academy
Bethel, ME 04217
(207)824-7700

"Nothing endures but change"
       --Heraclitus


-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/





More information about the Koha mailing list