i solved the problem be adding the following definition to the mod_proxy_html.c file:
#define XML_PARSE_NOWARNING 64
#define XML_PARSE_NOERROR 32
#define XML_PARSE_NOBLANKS 256
#define XML_PARSE_NONET 2048
#define XML_PARSE_RECOVER 1
icvanstra,
thanks for your reply
do you remember where the slash or extra character was needed
i tried adding a slash to the end of the libxml2 path
went from:
apxs -c -I/usr/include/libxml2 -i mod_proxy_html.c
to:
apxs -c -I/usr/include/libxml2/ -i mod_proxy_html.c
unfortunetly this did no...
when trying to compile mod_proxy_html.c, i receive complaints about XML_PARSE functions. from what i can find, these functions were in a xmlparse.h file which went AWOL from the expat package a couple of years ago. has anyone successfully installed mod_proxy_html? below are package version i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.