I was trying to use RTF::HTMLConverter https://metacpan.org/module/RTF::HTMLConverter, however it also use XML::GDOME.https://metacpan.org/module/XML::GDOME
Cannot seem to install XML::GDOME and I am wondering if anyone has advice on how to get it installed. The exact errors. I am on ubuntu 11.10. sayth@sayth-TravelMate-5740G:~$ sudo cpanm XML::GDOME [sudo] password for sayth: --> Working on XML::GDOME Fetching http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/XML-GDOME-0.86.tar.gz... OK Configuring XML-GDOME-0.86 ... OK Building and testing XML-GDOME-0.86 ... FAIL ! Installing XML::GDOME failed. See /home/sayth/.cpanm/build.log for details. So investigating the log file I get. GDOME.xs:11:29: fatal error: libxml/xmlerror.h: No such file or directory compilation terminated. make: *** [GDOME.o] Error 1 So what I have done is install via synaptic is libxml++2.6-2 and libxml-perl. This didn't resolve the dependency however. also I installed libxml from CPAN, well it was already installed. sayth@sayth-TravelMate-5740G:~$ sudo cpanm XML::LibXML XML::LibXML is up to date. (1.88) Any ideas on how to resolve the dependency? Sayth