I'm trying to build OpenWSMan on a Debian distro, and the configure command fails due to the absence of the 'libxml-2.0' package. The Synaptic Package Manager shows that I have a package called 'libxml2' installed. This package includes the file /usr/lib/libxml2.so.2.6.32. Is this 'libxml2' the same package as 'libxml-2.0'? If so, what do I need to get configure to recognize this? If not, where can I get a copy of 'libxml-2.0' for Debian?
Gilbert Pilz SOA/WS Technologist Oracle Corporation
answer
So the answer is that (on Debian anyway) you need to install the 'libxml2-dev' package.
- gp