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



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to