I am attempting to install Nmap::Parser, but it fails on the dependency XML::Twig. So I tried to install XML::Twig and got an unspecified error which I have do not know how to rectify. The OS in question is Ubuntu 8.10 server. I installed Nmap::Parser on Ubuntu 8.10 desktop and did not get any errors.
#perl -MCPAN -e 'install Nmap::Parser'
...
Warning: Prerequisite 'XML::Twig => 3.16' for 'A/AP/APERSAUD/Nmap-Parser-1.19.tar.gz' failed when p
+rocessing 'M/MI/MIROD/XML-Twig-3.32.tar.gz' with 'make => NO'. Continuing, but chances to succeed
+are limited.
...
So I try to install XML::Twig
#perl -MCPAN -e 'install XML::Twig'
CPAN: Storable loaded ok (v2.18)
Going to read /root/.cpan/Metadata
Database was generated on Mon, 30 Mar 2009 22:27:06 GMT
CPAN: YAML loaded ok (v0.66)
Going to read /root/.cpan/build/
............................................................................DONE
Found 2 old builds, restored the state of 2
Running install for module 'XML::Twig'
Running make for M/MI/MIROD/XML-Twig-3.32.tar.gz
Has already been unwrapped into directory /root/.cpan/build/XML-Twig-3.32-wqRAjM
Could not make: Unknown error
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Any help is appreciated!