[wellylug] I am just soooo faaar out of my depth......

David Antliff dave.antliff at paradise.net.nz
Thu Jun 24 21:59:36 NZST 2004


On Thu, 24 Jun 2004, Mark Signal wrote:

> does anyone have the foggiest what all this means..
> (I am trying build mod_proxy_html for an apache2 server to do reverse
> proxying)
>
> bah ...I'm going to bed
>
> Mark
>
> debian:~# apxs2 -c -I/usr/include/libxml2 -i mod_proxy_html.c
> /usr/bin/libtool --silent --mode=compile
> gcc -prefer-pic -pipe -I/usr/include/xmltok -I/usr/include/openssl -O2 -DAP_
> HAVE_DESIGNATED_INITIALIZER -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BS
> D_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -pipe -I/usr/include/xmltok -I/usr/inc
> lude/openssl -O2 -pthread -I/usr/include/apache2  -I/usr/include/apr-0   -I/
> usr/include/apr-0 -I/usr/include -I/usr/include/libxml2  -c -o
> mod_proxy_html.lo mod_proxy_html.c && touch mod_proxy_html.slo
> mod_proxy_html.c:37:31: libxml/HTMLparser.h: No such file or directory

It's a bunch of compiler errors. The first error is the pertinent one -
you're probably missing the libxml headers (gcc can't find
libxml/HTMLparser.h, probably because it doesn't exist on your system).
For debian, apt-get install libxml-dev or libxml2-dev depending on your
version of Gnome.

-- 
David.





More information about the wellylug mailing list