Public bug reported:

proxy_html.load looks for libxml.so.2 in /usr/lib, but it's not there -
it's in /usr/lib/x86_64-linux-gnu/libxml.so.2.


root@webserver:/var/log/apache2# /etc/init.d/apache2 start
 * Starting web server apache2                                                  
               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 'start' failed.
The Apache error log may have more information.
                                                                                
        [fail]
root@webserver:/var/log/apache2# locate libxml2.so.2
/usr/lib/x86_64-linux-gnu/libxml2.so.2
/usr/lib/x86_64-linux-gnu/libxml2.so.2.7.8
root@webserver:/var/log/apache2# ln -s /usr/lib/x86_64-linux-gnu/libxml2.so.2 
/usr/lib/libxml2.so.2
root@webserver:/var/log/apache2# /etc/init.d/apache2 start
 * Starting web server apache2                                                  
                 apache2: Could not reliably determine the server's fully 
qualified domain name, using 127.0.1.1 for ServerName
                                                                                
          [ OK ]
root@webserver:/var/log/apache2#

** 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/1018136

Title:
  libxml.so.2 not symlinked into /usr/lib

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

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

Reply via email to