[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Koha-devel] request bulkmarcimport assistance
From: |
Bruffey, Mark |
Subject: |
RE: [Koha-devel] request bulkmarcimport assistance |
Date: |
Wed Feb 2 09:13:29 2005 |
Thanks for your assistance Stephen. The routine ran fine, but, since I
have two installs I am trying to keep separate, I need a way to
designate where the data will go. It appears that the data path defaults
to /var/lib/mysql/variablename. I need to designate two separate data
paths, preferably not as a subdir of /var/lib/mysql, and have my two
instances of KOHA be able to find the right set of data. Is this
possible? If so, what do I need to do to implement this change? Sincere
thanks, Mark
-----Original Message-----
From: Stephen Hedges [mailto:address@hidden
Sent: Saturday, January 29, 2005 8:08 AM
To: Bruffey, Mark
Cc: address@hidden
Subject: Re: [Koha-devel] request bulkmarcimport assistance
Mark, could it be that your perl can't find the Koha C4 directory?
(Although that usually produces a different error.) Try this:
Before you run "./bulkmarcimport.pl", export the directory where C4
resides: # export PERL5LIB=/usr/local/koha/intranet/modules
(that's the normal directory for most installs, change it if yours is
different.)
Or if you use bulkmarcimport a lot, add this line to the list of "use"
statements at the beginning of the script: use lib
"/usr/local/koha/intranet/modules";
Stephen
Bruffey, Mark said:
> I'm getting the following error when attempting to run
> bulkmarcimport.pl:
>
> BEGIN failed--compilation aborted at ./bulkmarcimport.pl line 10.
>
> It seems like I had a similar problem when I imported records some
> months ago, but, of course, I do not appear to have documented the
> solution to it . . . .
>
> Sincere thanks for any assistance.
>
> Mark
>
> L. Mark Bruffey
> Director Library Services
> Central Baptist Theological Seminary
> 900 Forestview Lane N
> Plymouth MN 55441
> 763 417 8264
>
> address@hidden <mailto:address@hidden>
>
> Central Seminary www.centralseminary.edu
> <http://www.centralseminary.edu> Fourth Baptist Church
> www.fourthbaptist.org <http://www.fourthbaptist.org>
> WCTS Radio AM 1030 Online www.centralseminary.edu/wcts
> <http://www.centralseminary.edu/wcts>
--
Stephen Hedges
Skemotah Solutions, USA
www.skemotah.com -- address@hidden
- RE: [Koha-devel] request bulkmarcimport assistance,
Bruffey, Mark <=
- RE: [Koha-devel] request bulkmarcimport assistance, Bruffey, Mark, 2005/02/02
- RE: [Koha-devel] request bulkmarcimport assistance, Bruffey, Mark, 2005/02/02
- RE: [Koha-devel] request bulkmarcimport assistance, Bruffey, Mark, 2005/02/02
- RE: [Koha-devel] request bulkmarcimport assistance, Bruffey, Mark, 2005/02/03