Stefan Leichter wrote:
pkg-config --libs libxml-2.0 Package libxml-2.0 was not found in the pkg-config search path.
I'm not really sure why your pkg-config doesn't know about libxml2, and I'm not sure why you have /usr/include/libxml/parser.h... maybe you added a symlink to /usr/include/libxml -> libxml2/libxml to solve a earlier compile problem? If so, maybe deleting it will solve the problem.
In anycase, does the following patch fix the problem?
Mike