[Koha] Barcode generation errors

Joe Atzberger ohiocore at gmail.com
Wed Apr 23 09:06:50 NZST 2008


On Tue, Apr 22, 2008 at 4:18 PM, Thomas Green <thomas.green at jstor.org>
wrote:

>  Here are the contents of @INC:
>
> /etc/perl
> /usr/local/lib/perl/5.8.8
> */usr/local/share/perl/5.8.8 *
> /usr/lib/perl5
> /usr/share/perl5
> /usr/lib/perl/5.8
> /usr/share/perl/5.8
> /usr/local/lib/site_perl
>

 And here is the location of the module
>
> */usr/local/share/perl/5.8.8**/*PDF/API2/Basic/PDF/Utils.pm*
> *
>

So your @INC is ok.  The problem is that Koha is looking for
PDF/API2/PDF/Utils.pm not PDF/API2/*Basic*/PDF/Utils.pm.  I do not know
whether this represents a substantive difference in versions, or just a new
convention for the module.  You could look for usage statements to the
former and try replacing them with calls to the latter.  Or you could try
upgrading to a newer version of Koha where barcodes have already been
reworked (and still are).

--Joe Atzberger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.katipo.co.nz/pipermail/koha/attachments/20080422/91ffa5a0/attachment.htm 


More information about the Koha mailing list