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@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
participants (1)
-
Paul