in reply to perl module XML::CanonicalizeXML won't install - issue with make / libxml
fatal error: libxml/parser.h: No such file or directory
"This module requires these other modules and libraries:
libxml2
libxml2 development headers"
So using Debian package management (the names will likely be the same/similar for SUSE):apt-get install libxml2 libxml2-dev. After that:
cpanm XML::CanonicalizeXML --> Working on XML::CanonicalizeXML Fetching http://www.cpan.org/authors/id/S/SJ/SJZASADA/XML-Canonicalize +XML-0.05.tgz ... OK Configuring XML-CanonicalizeXML-0.05 ... OK Building and testing XML-CanonicalizeXML-0.05 ... OK Successfully installed XML-CanonicalizeXML-0.05 1 distribution installed
Update: show working install
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perl module XML::CanonicalizeXML won't install - issue with make / libxml
by MattP (Novice) on Apr 03, 2017 at 15:06 UTC | |
by marto (Cardinal) on Apr 03, 2017 at 15:10 UTC | |
by MattP (Novice) on Apr 03, 2017 at 17:20 UTC | |
by Corion (Patriarch) on Apr 03, 2017 at 17:25 UTC | |
by MattP (Novice) on Apr 03, 2017 at 20:55 UTC |