Your message dated Mon, 4 Jun 2012 18:04:28 +0800
with message-id
<CAMr=8w5UWnHnhJ1Kd202y4fvQdPhyJ32Jt8GFPrpDZg9=9d...@mail.gmail.com>
and subject line Mark as done
has caused the Debian Bug report #674037,
regarding libapache2-mod-proxy-html: Cannot load /usr/lib/libxml2.so.2 into
server
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
674037: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674037
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libapache2-mod-proxy-html
Version: 3.0.1-1
Severity: normal
Tags: patch
With the recent update in Sid of the new libxml2 2.7.8.dfsg-9 (see
Bug#643026) the file /usr/lib/libxml2.so.2 has been moved to
/usr/lib/x86_64-linux-gnu/libxml2.so.2 causing this error:
# service apache2 reload
apache2: Syntax error on line 210 of /etc/apache2/apache2.conf: Syntax error
on line 1 of /etc/apache2/mods-enabled/proxy_html.load: Cannot load
/usr/lib/libxml2.so.2 into server: /usr/lib/libxml2.so.2: cannot open shared
object file: No such file or directory
Action 'configtest' failed.
The Apache error log may have more information.
failed!
Of course line 210 is: "Include mods-enabled/*.load" and then the root
cause is that /etc/apache2/mods-available/proxy_html.load from
libapache2-mod-proxy-html is:
$ cat /etc/apache2/mods-available/proxy_html.load
LoadFile /usr/lib/libxml2.so.2
LoadModule proxy_html_module /usr/lib/apache2/modules/mod_proxy_html.so
Changing the /etc/apache2/mods-available/proxy_html.load file to these
contents works for me.
LoadFile /usr/lib/x86_64-linux-gnu/libxml2.so.2
LoadModule proxy_html_module /usr/lib/apache2/modules/mod_proxy_html.so
Thanks for maintaining libapache2-mod-proxy-html!
Bob
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libapache2-mod-proxy-html depends on:
ii apache2 2.2.22-5
ii apache2-mpm-prefork [apache2] 2.2.22-5
ii apache2.2-common 2.2.22-5
ii libc6 2.13-32
ii libxml2 2.7.8.dfsg-9
libapache2-mod-proxy-html recommends no packages.
libapache2-mod-proxy-html suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 3.0.1-1.1
--- End Message ---