On 7/05/2010 10:38 p.m., bariki.kamara@out.ac.tz wrote:
I am not Chris, but hopefully I can be of some assistance. I have not tried this on 9.04, but in 9.10, you have to rearrange the prefix numbering on the file names in the folder /var/lib/libxml-sax-perl/ParserDetails.d/ so that the file for the SAX parser you want has the highest prefix, and therefor highest priority. Specifically for you, it looks like you need to give the XML::LibXML::SAX::Parser file a greater prefix than XML::LibXML::SAX. Once you have done this you can run the following command to regenerate the appropriate files:
sudo update-perl-sax-parsers--update
If you got the prefix ordering correct, this should allow the test to pass. Hi Braedon,
Thanx for the assistance, but when I go to that directory you mentioned above and list the files contained in that directory, I got the following result;
kohaadmin@library:/var/lib/libxml-sax-perl/ParserDetails.d$ ls 10-XML::SAX::PurePerl 50-XML::SAX::Expat
Only two files available in that directory, file [XML::LibXML::SAX::Parser], which is needed by my Koha system is not included in that directory.
Due to that reason I failed to fix my problem. Can you assist on that.
Thanx for your cooperation. Regards, Bariki G. Kamara
Hi, Looks like you just don't have them installed. The following command should fix that: sudo aptitude install libxml-sax-writer-perl You will probably have to follow the original steps after installing them - in my experience installation doesn't set the priorities correctly. Braedon