[Koha-devel] Problems with 1.3.0

Chris Cormack chris at katipo.co.nz
Thu Sep 26 17:07:07 CEST 2002


On Fri, Sep 27, 2002 at 05:57:36PM -0600, Tom Schutter said:
> There seems to be a problem with the 1.3.0 tarball on SourceForge.
> 
> I have done a virgin install on a new machine.
> 
> If I click on Acquisitions and I get an Internal Server Error.
> 
> The following is appended to /var/log/apache/koha-error_log:
> 
> Can't locate MARC/Record.pm in @INC (@INC contains: 
> /var/www/koha/intranet/modules /usr/local/lib/perl/5.6.1 
> /usr/local/share/perl/5.6.1 /usr/lib/perl5 /usr/share/perl5 
> /usr/lib/perl/5.6.1 /usr/share/perl/5.6.1 /usr/local/lib/site_perl .) 
> at /var/www/koha/intranet/modules/C4/Biblio.pm line 100.


Ahh heres the problem.

MARC::Record isnt installed. Im not up with how the installer.pl works for
1.3.0, did you install using installer.pl?
If so and it didnt prompt you to install MARC::Record, it should have.

What you can do is
perl -MCPAN -e 'install MARC::Record'

And then it should be working (or at least you will get a different error :-))

Hope this helps

Chris

-- 
Chris Cormack                                                     Programmer
025 500 789                                        Katipo Communications Ltd
chris at katipo.co.nz                                          www.katipo.co.nz




More information about the Koha-devel mailing list