in reply to Re^2: Failure while installing "XML-LibXML-1.87"
in thread Failure while installing "XML-LibXML-1.87"
I suspect you can get a ready-made version from your distro:
apt-get install libxml-libxml-perl
One usually simply installs modules using something like
cpan XML::LibXML
This will install the required dependencies too.
|
|---|