Hello, I'm installing Koha 3 on Ubuntu 8.10. When I try this: # ./misc/sax_parser_print.pl .instead of the expected "XML::LibXML::SAX::Parser=." I get "XML::SAX::Expat=.". Does it matter? A few days ago I made it through a Koha install this way and things seemed to work fine anyway. Will this lead to subtle errors if I don't fix it? I've read this post (http://www.nabble.com/XML::LibXML-problem-td19159082.html) but I still don't see the expected parser string. Before trying the script I've done all of these: # apt-get install libgdbm-dev # apt-get install libxml-libxml-perl # cpan XML::LibXSLT # cpan XML::LibXML # cpan XML::LibXML::SAX # cpan XML::LibXML::SAX::Parser ----------------------------------------------------------------- Andy Giesler University of Wisconsin-Madison