From a9ff492d088d66e082057248ef2030de8e33bf8c Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Sat, 30 Jan 2010 07:47:15 -0600 Subject: [PATCH] Added example/instructions on what to do to ParserDetails.ini for XML::LibXML::SAX::Parser Content-Type: text/plain; charset="utf-8" --- INSTALL.ubuntu | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/INSTALL.ubuntu b/INSTALL.ubuntu index 69e7b6a..2ca0dcf 100644 --- a/INSTALL.ubuntu +++ b/INSTALL.ubuntu @@ -154,6 +154,12 @@ When the configuration is completed CPAN will install the Perl modules. /etc/perl/XML/SAX/ParserDetails.ini + Example (in most cases, this example would be the correct entry to have at the bottom of the file): + [XML::LibXML::SAX::Parser] + http://xml.org/sax/features/namespaces = 1 + + The parser you are using should be at the bottom of the file, the last listed entry. Otherwise, you may get errors. + 2.4 Install DBD::mysql Perl module In order to handle UTF-8 correctly, Koha requires at least version 4.004 -- 1.5.6.5