22 Jan
2005
22 Jan
'05
12:08 a.m.
Hi! Thanks! This newer release looks and operates much better (and with less organisational issues for us)! /Tony Ottawa, Canada On Fri, Jan 21, 2005 at 07:11:20AM -0500, Stephen Hedges wrote:
Two possible fixes:
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";