In the beginning, I read something like:
http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_tarball#Test_to_make_sure_the_SAX_Parser_is_setup_correctly
It was less clear and flushed out, but that was it.
sudo update-perl-sax-parsers --remove XML::LibXML::SAX::Parser
sudo update-perl-sax-parsers --priority 100 --add XML::LibXML::SAX::Parser
sudo update-perl-sax-parsers --update
So, there are few questions:
1) Is this still an issue?
2) If so, how do we solve it best?
3) If not, why is it no longer an issue?