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. BEGIN failed--compilation aborted at /var/www/koha/intranet/modules/C4/Biblio.pm line 100. Compilation failed in require at /var/www/koha/intranet/cgi-bin/loadmodules.pl line 26. BEGIN failed--compilation aborted at /var/www/koha/intranet/cgi-bin/loadmodules.pl line 26. [Fri Sep 27 17:47:17 2002] [error] [client 192.168.1.18] Premature end of script headers: /var/www/koha/intranet/cgi-bin/loadmodules.pl The same message occurs if the systempreferences/acquisitions is set to simple or normal. "find /var/www/koha -name MARC" returns nothing. "tar tvzf /tmp/koha-1.3.0.tar.gz | grep MARC/" returns nothing. # ls -l /tmp/koha-1.3.0.tar.gz -rw------- 1 tom develop 1958850 Sep 26 13:39 /tmp/koha-1.3.0.tar.gz The file size on http://sourceforge.net/project/showfiles.php?group_id=16466 is the same. Any ideas? -- Tom Schutter (mailto:tom@platte.com) Platte River Associates, Inc. (http://www.platte.com)
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
"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)
On Fri, Sep 27, 2002 at 06:16:16PM -0600, Tom Schutter said:
"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.
Cool, could you do me a favour please. At http://bugs.koha.org/ Could you whack in a bug report for it. Chris -- Chris Cormack Programmer 025 500 789 Katipo Communications Ltd chris@katipo.co.nz www.katipo.co.nz
participants (2)
-
Chris Cormack -
Tom Schutter