[us...@httpd] Re: xml2enc does not appear to be functional with mod-proxy-html 3.1.2

2009-10-29 Thread Martin Gerdes
I think I now know what is going wrong in principle: ldd -r /usr/lib/apache2/modules/mod_xml2enc.so undefined symbol: ap_filter_flush (/usr/lib/apache2/modules/mod_xml2enc.so) undefined symbol: apr_bucket_type_eos (/usr/lib/apache2/modules/mod_xml2enc.so) undefined symbol: apr_bucket_type_flush

Re: [us...@httpd] Re: xml2enc does not appear to be functional with mod-proxy-html 3.1.2

2009-10-29 Thread Nick Kew
On 29 Oct 2009, at 08:53, Martin Gerdes wrote: I think I now know what is going wrong in principle: There's nothing wrong with that: the symbols are resolved when you LoadFile libxml2.so (just as the ap_ and apr_ symbols are resolved by the apache core and apr being loaded). If I understand