in reply to Re: Warnings installing XML::CanonicalizeXML (Re: I am getting an error ...)
in thread XML::CanonicalizeXML install issue

output for xml2-config --cflags: -lxml2 -lz -lm -ldl

That suggests to me that you have not installed the headers.


🦛

Replies are listed 'Best First'.
Re^3: Warnings installing XML::CanonicalizeXML
by Anonymous Monk on Dec 21, 2022 at 09:06 UTC

    how do i install the headers?

      Depending on the OS sudo apt install libxml2-dev or libxml2-devel.