By compiling of the mod_proxy_html (version 2.5.2) for apache2.0.50(on
LINUX) with the command  "apxs -c -I/usr/include/libxml2 -i
mod_proxy_html.c", I get the follow error:


[EMAIL PROTECTED] tmp]# /opt/apache2/bin/apxs -c -I/usr/include/libxml2 -i
mod_proxy_html.c /opt/apache2/build/libtool --silent --mode=compile gcc
-prefer-pic -O2 -pipe -mcpu=i586 -march=i686
-DAP_HAVE_DESIGNATED_INITIALIZER -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -pthread -I/opt/apache2/include
-I/opt/apache2/include -I/opt/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: `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

Can anybody help me to fix this problem.
Thanks,
Sharath

Reply via email to