Paul Gear a écrit:
Hi all,
I'm wondering if any of you can share your experiences with installing the latest testing version of Koha on Red Hat 8.0. I've been trying all morning and it's been an interesting experience to say the least!
Here's what i've found so far:
- - Installing Net::Z3950 required Event 0.86, which failed testing. I've presently worked around this by doing: perl -MCPAN -e shell force install Event I googled for a resolution for this and found that it's necessary to edit Makefile.PL and yazwrap/Makefile.PL to include: 'DEFINES' => '-D_GNU_SOURCE',
This problems occurs at least twice a week, i'll add a message during installation !
- - The main librarian page wouldn't load by default, with a permission denied error. This seems to be due to the top level koha directory not being readable by group apache. I ran: cd /opt/koha # my installation directory chgrp -R apache . find . -type d | xargs chmod g+s # to make sure any other files created get the right permissions
it's fixed in CVS iirc (thx to Ambrose)
Premature end of script headers: marcimport.pl, referer: http://enoch.gear.dyndns.org:82/cgi-bin/koha/acqui.simple/addbooks.pl HTML::Template->new() : Cannot open included file /opt/koha/opac/htdocs/opac-tmpl/default/en/acqui.simple/marcimport.tmpl : file not found..., referer: http://enoch.gear.dyndns.org:82/cgi-bin/koha/acqui.simple/addbooks.pl * I can't recall what happened here, but i think it resulted in an empty page with just '<html>' generated. I'm not familiar with the perl CGI template module, so i'm not sure where to proceed from here.
probably the same problem as the previous one.
Premature end of script headers: z3950servers.pl, referer: http://enoch.gear.dyndns.org:82/cgi-bin/koha/admin-home.pl Bareword "C4Connect" not allowed while "strict subs" in use at /opt/koha/intranet/cgi-bin/admin/z3950servers.pl line 176., referer: http://enoch.gear.dyndns.org:82/cgi-bin/koha/admin-home.pl Bareword "C4Connect" not allowed while "strict subs" in use at /opt/koha/intranet/cgi-bin/admin/z3950servers.pl line 245., referer: http://enoch.gear.dyndns.org:82/cgi-bin/koha/admin-home.pl * Changing the C4Connect bareword to &C4Connect in admin-home.pl fixed this.
Could some perl-geek explain this one ? -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)