[OPEN-ILS-DEV] Missing Object method

Mike Rylander mrylander at gmail.com
Mon May 28 16:56:31 EDT 2007


On 5/28/07, Don Hamilton <dhamilton at wlu.ca> wrote:
>
> Hi all.
>
> As I mentioned last week, we have Evergreen running to the point where we 1)
> get no startup errors and 2) can do a (very fast!) search on an empty
> database and get an empty results screen with no errors logged.
>
> Now I'm trying to follow the 'load the Gutenberg catalog' example (Thanks,
> Dan!).. I get as far as the marc2bre step and get "Can't locate object
> method "ignore_errors" via package "MARC::Charset" at marc2bre.pl line 27.".

The most likely cause for this is an old version of MARC::Charset.
What is the output of the command

$ perl -MMARC::Charset -e 'print "$MARC::Charset::VERSION\n";'

On a related note, there is a fairly important fix to the code table
compiler for M::Cs in version 0.97, so I would suggest upgrading to
that, if you're not already there.

--miker

>
> I assume this means we missed something in the perl library install (but am
> just guessing, really).
>
>
> Where do I go from here?... wait... that's way too open... you might tell me
> where to go...
>
> How do I proceed with fixing this?
>
> Thanks
>
> don
>
>
>


-- 
Mike Rylander


More information about the Open-ils-dev mailing list