You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Fay, Michael" <Mi...@pepperdine.edu> on 2006/01/17 02:15:58 UTC

[users@httpd] mod_proxy_html problem

I have searched the archives and haven't seen anything on this problem so...

 

I'm trying to compile mod_proxy_html on Solaris 9 with apache 2 apxs. I'm
getting the following error:

 

/home/mfay % sudo /usr/local/apache2/bin/apxs -c -I/usr/include/libxml2 -i
mod_proxy_html.c

/usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic
-I/usr/local/include -DAP_HAVE_DESIGNATED_INITIALIZER -DSOLARIS2=9
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -pthreads
-I/usr/local/apache2/include  -I/usr/local/apache2/include
-I/usr/local/apache2/include -I/usr/local/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'm not sure what the problem is. I did make sure libxml2 is properly
installed and in the appropriate path...

Any help would be appreciated. 

 

Michael Fay

Pepperdine University