adding a note about Perl 5.10 to installation docs
authorJoshua Ferraro <jmf@liblime.com>
Wed, 9 Jul 2008 01:09:45 +0000 (20:09 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 9 Jul 2008 01:09:45 +0000 (20:09 -0500)
Use Perl 5.8 (a library Koha depends on,
MARC::File::XML may not work with Perl 5.10, see:
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2309),

INSTALL
INSTALL.debian

diff --git a/INSTALL b/INSTALL
index 2233c68..b1cf951 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -16,7 +16,10 @@ how to customise CPAN-installed modules, the same things should work
 for you with Koha.  If not, don't worry.  If you want to customise the
 installation more than described below, run "man ExtUtils::MakeMaker"
 
-You need to have a server running MySQL 5 or PostgreSQL 8.2.5, Zebra
+You need to have a server running Perl 5.8 (a library Koha depends on,
+MARC::File::XML may not work with Perl 5.10, see:
+http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2309),
+MySQL 5 or PostgreSQL 8.2.5, Zebra
 2.0.22 or greater and a webserver (preferably Apache2) before installing
 Koha.
  
index c0d205d..c6e2003 100644 (file)
@@ -23,6 +23,10 @@ as indicated or by running the command directly as root.
 
 See http://www.debian.org/releases/etch/debian-installer/
 
+WARNING: use Perl 5.8 (a library Koha depends on,
+MARC::File::XML may not work with Perl 5.10, see:
+http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2309),
+
 1.2 Set up your locale
 
 Your locale should be set to UTF-8, as should Apache2 and MySQL 5.