Hi all, I'm trying to install mod_proxy_htnl in apache2.2.11 on Solaris 9 but I'm getting the following error:
# /usr/local/apache2/bin/apxs -c -I /usr/include/libxml2 -i -a mod_proxy_html.c /usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic -DSOLARIS2=9 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -g -O2 -pthreads -I/usr/local/apache2/include -I/usr/local/apache2/include -I/usr/local/apache2/include -I/usr/include/libxml2 -c -o mod_proxy_html.lo mod_proxy_html.c && touch mod_proxy_html.slo mod_proxy_html.c: In function `proxy_html_filter': mod_proxy_html.c:802: error: `XML_PARSE_RECOVER' undeclared (first use in this function) mod_proxy_html.c:802: error: (Each undeclared identifier is reported only once mod_proxy_html.c:802: error: for each function it appears in.) mod_proxy_html.c:802: error: `XML_PARSE_NONET' undeclared (first use in this function) mod_proxy_html.c:803: error: `XML_PARSE_NOBLANKS' undeclared (first use in this function) mod_proxy_html.c:803: error: `XML_PARSE_NOERROR' undeclared (first use in this function) mod_proxy_html.c:803: error: `XML_PARSE_NOWARNING' undeclared (first use in this function) apxs:Error: Command failed with rc=65536 I have tried with mod_proxy_html version 2.5.1. Is this problem with the module or apache? Thanks for any help. Igor
