in reply to Re^4: perl module XML::CanonicalizeXML won't install - issue with make / libxml
in thread perl module XML::CanonicalizeXML won't install - issue with make / libxml

This seems to be a known bug in XML::Sig. Maybe the patch attached to the RT ticket works for you?

To apply the change manually, do the following:

cpan look XML::Sig patch < /file/where/you/saved/the.patch perl Makefile.PL make make test make install

If you don't have the patch program, manually edit lib/XML/Sig.pm instead.

Replies are listed 'Best First'.
Re^6: perl module XML::CanonicalizeXML won't install - issue with make / libxml
by MattP (Novice) on Apr 03, 2017 at 20:55 UTC

    Aha - I didn't have the patch program but a manual change to the file and running your list of commands from perl Makefile.PL onwards has worked and it has installed correctly - thank you very much for finding that!

    Matt