I had the same problem as you, guys. The cause was, that I had XML::Sax installed twice - once as a compiled binary via the Ubuntu/Debian packaging system apt and once installed via CPAN.
The problem was that perl used the CPAN module (located in /usr/local/share/perl/5.8.7/XML/) instead of the modified debian version (located in /usr/share/perl5/XML/SAX.pm) that is required for the binary installation of libxml-sax-perl and libxml-sax-expat-perl. RESOLUTION: Uninstall the XML::Sax installed via CPAN (e.g. by means of CPANPLUS). Good luck / bonne chance! -- Doesn't install https://launchpad.net/bugs/13917 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
