Public bug reported:

After installing and enabling proxy_html (libapache2-mod-proxy-html) on
a fresh 12.04 server install, we get the following error :

root@herbert:/etc/apache2# /etc/init.d/apache2 restart
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.
   ...fail!

libxml2 is installed, but as on amd64 architecture, the libxml2 file is in : 
/usr/lib/x86_64-linux-gnu/libxml2.so.2

The solution consists of changing in /etc/apache2/mods-available/proxy_html.load
LoadFile /usr/lib/libxml2.so.2
into :
LoadFile /usr/lib/x86_64-linux-gnu/libxml2.so.2

** Affects: mod-proxy-html (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/964397

Title:
  proxy_html is missing libxml2.so.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mod-proxy-html/+bug/964397/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to