You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -146,7 +146,22 @@ When the configuration is completed CPAN will install the Perl modules.
146
146
147
147
mysql> quit
148
148
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
150
165
151
166
In order to handle UTF-8 correctly, Koha requires at least version 4.004
152
167
of the DBD::mysql Perl module. However, Debian Etch has a stable package
0 commit comments