Skip to content

Commit eedb944

Browse files
author
Joshua Ferraro
committed
updating INSTALL and INSTALL.debian
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
1 parent e02347e commit eedb944

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

INSTALL

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Koha - award-winning open-source Integrated Library System
1+
Koha 3 - the next-generation release of the award-winning Koha open-source
2+
integrated library system.
23

34
Koha is the first open-source Integrated Library System. Developed initially in
45
New Zealand by Katipo Communications, Ltd and first deployed in January of 2000
@@ -9,7 +10,7 @@ more about the Koha project at http://koha.org.
910
INSTALLATION
1011
============
1112

12-
Koha 3.0 comes with a new installer, based on MakeMaker, the tool that
13+
Koha 3 comes with a new installer, based on MakeMaker, the tool that
1314
is usually used to install CPAN modules. This means that if you know
1415
how to customise CPAN-installed modules, the same things should work
1516
for you with Koha. If not, don't worry. If you want to customise the

INSTALL.debian

+17-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Run the following command to update your system:
6262

6363
Note: for more information about Git, please see the Koha Git Usage Guide:
6464

65-
http://wiki.koha.org/doku.php?id=en:development:git_usage
65+
http://wiki.koha.org/doku.php?id=en:development:git_usage
6666

6767
1.3.2 Option B: Download Koha from koha.org
6868

@@ -146,7 +146,22 @@ When the configuration is completed CPAN will install the Perl modules.
146146

147147
mysql> quit
148148

149-
2.3 Create test database in order to install DBD::mysql
149+
2.3 Test your SAX Parser and correct where necessary
150+
151+
You must be sure you're using the XML::LibXML SAX parser, not Expat or PurePerl, both of which have outstanding bugs with pre-composed characters. You can test your SAX parser by running:
152+
153+
$ misc/sax_parser_print.pl
154+
155+
You should see something like::
156+
157+
XML::LibXML::SAX::Parser=HASH(0x81fe220)
158+
159+
If you're using PurePerl or Expat, you'll need to edit your
160+
ini file, typically located at:
161+
162+
/etc/perl/XML/SAX/ParserDetails.ini
163+
164+
2.4 Create test database in order to install DBD::mysql
150165

151166
In order to handle UTF-8 correctly, Koha requires at least version 4.004
152167
of the DBD::mysql Perl module. However, Debian Etch has a stable package

0 commit comments

Comments
 (0)