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

Forum OpenACS Development: Response to nsxml compile error with Red Hat 7.2

OpenACS Home : Forums : OpenACS Development : Response to nsxml compile error with Red Hat 7.2 : One Message

+
Posted by Gaizka Villate on

I found a similar problem, and i fixed it adding a couple of lines at the end of the Makefile file.

LIBXMLHOME = /usr/include/libxml2/libxml

CFLAGS    += -I$(LIBXMLHOME)

I hope that helps!