[Koha] Installtion problem

Paul paul.a at aandc.org
Sun Oct 7 03:24:03 NZDT 2012


At 05:41 PM 10/6/2012 +0530, Vikas Salunkhe wrote:
[nip]
>but when i try to command ./misc/sax_parser_print.pl following errot is 
>comming
>
>lib at lib:~/koha-3.08.05$ ./misc/sax_parser_print.pl
>Koha wants something like:
>     XML::LibXML::SAX::Parser=HASH(0x81fe220)
>You have:
>     XML::LibXML::SAX=HASH(0x9e3d1c0)
>Looks bad, check INSTALL.* documentation.

$ sudo find / -name "ParserDetails.ini" [will find two locations, 
/etc/perl... and /usr/share...]
$ sudo vi /etc/perl/XML/SAX/ParserDetails.ini
Move the 4 line block:
     [XML::LibXML::SAX::Parser]
     http://xml.org/sax/features/namespaces=1
     + two blank lines
to the end of the file; verify line count = 16
:x
Verify that the /usr/share... copy has been updated identically.
$ ./misc/sax_parser_print.pl [must now report "Looks good."]

HTH - Paul 



More information about the Koha mailing list