I am trying to install mod_proxy_html work. Using the following command $ /usr/local/apache/bin/apxs -c -I /usr/local/apache/include/libxml2/ -i mod_proxy_html.c I end up with the following errors -------- mod_proxy_html.c: In function `proxy_html_filter': mod_proxy_html.c:802: `XML_PARSE_RECOVER' undeclared (first use in this function) mod_proxy_html.c:802: (Each undeclared identifier is reported only once mod_proxy_html.c:802: for each function it appears in.) mod_proxy_html.c:802: `XML_PARSE_NONET' undeclared (first use in this function) mod_proxy_html.c:803: `XML_PARSE_NOBLANKS' undeclared (first use in this function) mod_proxy_html.c:803: `XML_PARSE_NOERROR' undeclared (first use in this function) mod_proxy_html.c:803: `XML_PARSE_NOWARNING' undeclared (first use in this function) apxs:Error: Command failed with rc=65536 -------- I googled around a bit and stumbled across this page on webservertalk.com forums http://tinyurl.com/bpebc Has anyone else come across this error. And has anyone successfully used the work around suggested. I did try that but end up with another error. If any one wants to have a look will post it. regards Akash