Forum OpenACS Development: Response to ns_xml.so problem - Please Help!

Collapse
Posted by Pat Colgan on
I'm also having trouble getting nsxml to compile. I'm following Vinod's Brief Installation manual for debian woody 2.2.19pre17.

When I try to make, I get this error:

nx_xml.c:40: libxml/parser.h: No such file or directory
nx_xml.c:41: libxml/xmlmemory.h: No such file or directory

This is my first debian install, so it could be something basic about how I've set up the system, or some package I've neglected to install. I did use apt-get to install libxml2 2.4.6-1 and libxml2-dev 2.4.6.-1. Libxml1 1.8.16-1 was installed by default somewhere along the line.

I'm using the version of nsxml that Vinod points to at http://acs-misc.sourceforge.net/dl/nsxml.tgz

If I try 'find . -name "xmlmemory.h" it's found here: ./usr/include/libxml2/libxml/xmlmemory.h
Same goes for parser.h I tried Yon's idea of adding CFLAGS, but it didn't seem to help.

Any thoughts?