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.... 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@amigos.org http://www.amigos.org
Quoting Greg Lambert/Amigos <lambert@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@amigos.org http://www.amigos.org
_______________________________________________ Koha mailing list Koha@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/
Hi all, I'm very happy to see that a project like this exists. Here at the University of Arizona Library, we have a librarian who is going to Kabul, Afghanistan, to try to help them reopen (I think) their University Library. She needs a small economical system to 'bootstrap' their operation on no funds, and Koha looks like a wonderful contribution. My role in this has only been to do a test install for her, and provide some opensource software she can take with her on cd. We believe they have some sort of PC that can run Linux, and an internet connection, and someone who can install it. But of course she has questions I've been unable to answer. The 2 most pressing for her are, does Koha support using LC call numbers for the collection, and does it support cross-references, ie some sort of authority control? I haven't been able to find evidence of them. Has this been discussed before? The third thing she would like to add, which would be in the distant future, is farsi (Persian) language support. We have some programming staff here but her Afghanistan trip is not an official University project at this point. Sometimes things like this can grow, of course ... Thanks very much, Robert Grunloh Support Systems Analyst Sr. University of Arizona Library Tucson AZ
participants (3)
-
Derek Dresser -
Greg Lambert/Amigos -
rgrunloh@s4.library.arizona.edu