"grep MARC installer.pl" gives only: UPDATING DATABASE (MARC TABLES) Installing MARC::Record now... It looks like MARC::Record depends upon Test::More... Which depends upon Test::Harness... And clicking on Acquisitions now works! So it looks like the MARC::Record check needs to be added to installer.pl. On 2002-09-26 18:06 Chris Cormack wrote:
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@katipo.co.nz www.katipo.co.nz
-- Tom Schutter (mailto:tom@platte.com) Platte River Associates, Inc. (http://www.platte.com)