Home
The Toolkit for Online Communities
15903 Community Members, 0 members online, 2401 visitors today
Log In Register

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

OpenACS Home : Forums : OpenACS Development : Response to ns_xml.so problem - Please Help! : One Message

+
Posted by Vinod Kurup on
This does seem to be a bug in the way that debian has packaged libxml2-dev. The compiler is looking for header files in /usr/include/libxml, but they are instead in /usr/include/libxml2/libxml. So, you can link the directories (as mentioned above) or add the following to the Makefile
CFLAGS  = -I/usr/include/libxml2