Activity log for bug #1005425

Date Who What changed Old value New value Message
2012-05-28 07:42:42 Gerben bug added bug
2012-05-28 16:18:22 Aditya V summary Library not found where extected (by libapache2-mod-proxy-html) Library not found where expected (by libapache2-mod-proxy-html)
2012-05-28 16:19:45 Aditya V bug added subscriber kroq-gar78
2012-05-28 16:27:04 Aron Xu marked as duplicate 987502
2012-05-28 16:27:43 Aron Xu removed duplicate marker 987502
2012-05-28 16:28:20 Aron Xu affects libxml2 (Ubuntu) mod-proxy-html (Ubuntu)
2012-05-28 20:04:48 Launchpad Janitor mod-proxy-html (Ubuntu): status New Confirmed
2012-05-29 00:35:47 Aditya V mod-proxy-html (Ubuntu): status Confirmed In Progress
2012-05-29 00:35:49 Aditya V mod-proxy-html (Ubuntu): assignee kroq-gar78 (kroq-gar78)
2012-05-29 02:16:29 Aditya V summary Library not found where expected (by libapache2-mod-proxy-html) Library not found where expected
2012-05-29 03:27:41 Aditya V summary Library not found where expected Not looking in multiarch-friendly path
2012-05-29 03:42:17 Launchpad Janitor branch linked lp:~kroq-gar78/ubuntu/precise/mod-proxy-html/fix-1005425
2012-05-29 03:43:16 Launchpad Janitor branch linked lp:~kroq-gar78/ubuntu/quantal/mod-proxy-html/fix-1005425
2012-05-29 03:45:56 Aditya V attachment added Fix path to use multiarch-friendly in 'postinst' script https://bugs.launchpad.net/ubuntu/+source/mod-proxy-html/+bug/1005425/+attachment/3167359/+files/mod-proxy-html_1005425.patch
2012-05-29 03:47:18 Aditya V attachment added Fix path to use multiarch-friendly in 'postinst' script (no typo) https://bugs.launchpad.net/ubuntu/+source/mod-proxy-html/+bug/1005425/+attachment/3167360/+files/mod-proxy-html_1005425.patch
2012-05-29 03:47:31 Aditya V attachment removed Fix path to use multiarch-friendly in 'postinst' script https://bugs.launchpad.net/ubuntu/+source/mod-proxy-html/+bug/1005425/+attachment/3167359/+files/mod-proxy-html_1005425.patch
2012-05-29 03:47:55 Aditya V branch unlinked lp:~kroq-gar78/ubuntu/precise/mod-proxy-html/fix-1005425
2012-05-29 03:47:57 Aditya V branch unlinked lp:~kroq-gar78/ubuntu/quantal/mod-proxy-html/fix-1005425
2012-05-29 03:49:56 Aditya V summary Not looking in multiarch-friendly path [SRU] Not looking for library in multiarch-friendly path
2012-05-29 03:50:22 Launchpad Janitor branch linked lp:~kroq-gar78/ubuntu/quantal/mod-proxy-html/fix-1005425
2012-05-29 03:50:26 Launchpad Janitor branch linked lp:~kroq-gar78/ubuntu/precise/mod-proxy-html/fix-1005425
2012-05-29 04:01:00 Aditya V description See also package libapache2-mod-proxy-html , file/link /etc/apache2/mods-enabled/proxy_html.load # lsb_release -rd Description: Ubuntu 12.04 LTS Release: 12.04 (64 bit) # apt-cache policy libxml2 libxml2: Installed: 2.7.8.dfsg-5.1ubuntu4.1 Candidate: 2.7.8.dfsg-5.1ubuntu4.1 Version table: *** 2.7.8.dfsg-5.1ubuntu4.1 0 500 http://de.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages 500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages 100 /var/lib/dpkg/status 2.7.8.dfsg-5.1ubuntu4 0 500 http://de.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages # apt-cache policy libapache2-mod-proxy-html: libapache2-mod-proxy-html: Installed: 3.0.1-1 Candidate: 3.0.1-1 Version table: *** 3.0.1-1 0 500 http://de.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages 100 /var/lib/dpkg/status Expected: I expected apache to start including module proxy_html.load. What happened: apache2 failed to start and showed an error message # service 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] proxy_html.load tries to load libxml2 (LoadFile /usr/lib/libxml2.so.2), but libxml2 only provides under /usr/lib/x86_64-linux-gnu (under 10.04 64 bit things are available under /usr/lib) ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: libxml2 2.7.8.dfsg-5.1ubuntu4.1 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 Date: Mon May 28 09:25:26 2012 InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release amd64 (20120424.1) ProcEnviron: LANGUAGE=en_US:en TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: libxml2 UpgradeStatus: No upgrade log present (probably fresh install) SRU Request for Precise ##### SRU Justification ##### [Impact] [Development Fix] [Stable Fix] Edit the file /etc/apache2/mods-enabled/proxy_html.load to include the right path using the following sed command: sed -i "s/\/usr\/lib\/libxml2.so.2/\/usr\/lib\/`dpkg-architecture -qDEB_HOST_GNU_TYPE`\/libxml2.so.2/g" /etc/apache2/mods-available/proxy_html.load [Test Case] 1) Install the packages 'apache2', 'libxml2', and 'libapache2-mod-proxy-html' 2) Run the command 'sudo service apache2 start' With the version in Precise, it will error out with: 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. [Regression Potential] Little as Apache doesn't run currently anyway. libxml2 2.7.8.dfsg-5.1ubuntu4.1 running on Ubuntu 12.04 LTS ------------ORIGINAL REPORT------------ See also package libapache2-mod-proxy-html , file/link /etc/apache2/mods-enabled/proxy_html.load # lsb_release -rd Description: Ubuntu 12.04 LTS Release: 12.04 (64 bit) # apt-cache policy libxml2 libxml2:   Installed: 2.7.8.dfsg-5.1ubuntu4.1   Candidate: 2.7.8.dfsg-5.1ubuntu4.1   Version table:  *** 2.7.8.dfsg-5.1ubuntu4.1 0         500 http://de.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages         500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages         100 /var/lib/dpkg/status      2.7.8.dfsg-5.1ubuntu4 0         500 http://de.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages # apt-cache policy libapache2-mod-proxy-html: libapache2-mod-proxy-html:   Installed: 3.0.1-1   Candidate: 3.0.1-1   Version table:  *** 3.0.1-1 0         500 http://de.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages         100 /var/lib/dpkg/status Expected: I expected apache to start including module proxy_html.load. What happened: apache2 failed to start and showed an error message # service 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] proxy_html.load tries to load libxml2 (LoadFile /usr/lib/libxml2.so.2), but libxml2 only provides under /usr/lib/x86_64-linux-gnu (under 10.04 64 bit things are available under /usr/lib) ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: libxml2 2.7.8.dfsg-5.1ubuntu4.1 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 Date: Mon May 28 09:25:26 2012 InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release amd64 (20120424.1) ProcEnviron:  LANGUAGE=en_US:en  TERM=xterm  PATH=(custom, no user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: libxml2 UpgradeStatus: No upgrade log present (probably fresh install)
2012-05-29 04:17:18 Ubuntu Foundations Team Bug Bot tags amd64 apport-bug precise amd64 apport-bug patch precise
2012-05-29 04:17:26 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Review Team
2012-05-29 04:28:01 Aditya V description SRU Request for Precise ##### SRU Justification ##### [Impact] [Development Fix] [Stable Fix] Edit the file /etc/apache2/mods-enabled/proxy_html.load to include the right path using the following sed command: sed -i "s/\/usr\/lib\/libxml2.so.2/\/usr\/lib\/`dpkg-architecture -qDEB_HOST_GNU_TYPE`\/libxml2.so.2/g" /etc/apache2/mods-available/proxy_html.load [Test Case] 1) Install the packages 'apache2', 'libxml2', and 'libapache2-mod-proxy-html' 2) Run the command 'sudo service apache2 start' With the version in Precise, it will error out with: 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. [Regression Potential] Little as Apache doesn't run currently anyway. libxml2 2.7.8.dfsg-5.1ubuntu4.1 running on Ubuntu 12.04 LTS ------------ORIGINAL REPORT------------ See also package libapache2-mod-proxy-html , file/link /etc/apache2/mods-enabled/proxy_html.load # lsb_release -rd Description: Ubuntu 12.04 LTS Release: 12.04 (64 bit) # apt-cache policy libxml2 libxml2:   Installed: 2.7.8.dfsg-5.1ubuntu4.1   Candidate: 2.7.8.dfsg-5.1ubuntu4.1   Version table:  *** 2.7.8.dfsg-5.1ubuntu4.1 0         500 http://de.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages         500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages         100 /var/lib/dpkg/status      2.7.8.dfsg-5.1ubuntu4 0         500 http://de.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages # apt-cache policy libapache2-mod-proxy-html: libapache2-mod-proxy-html:   Installed: 3.0.1-1   Candidate: 3.0.1-1   Version table:  *** 3.0.1-1 0         500 http://de.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages         100 /var/lib/dpkg/status Expected: I expected apache to start including module proxy_html.load. What happened: apache2 failed to start and showed an error message # service 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] proxy_html.load tries to load libxml2 (LoadFile /usr/lib/libxml2.so.2), but libxml2 only provides under /usr/lib/x86_64-linux-gnu (under 10.04 64 bit things are available under /usr/lib) ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: libxml2 2.7.8.dfsg-5.1ubuntu4.1 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 Date: Mon May 28 09:25:26 2012 InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release amd64 (20120424.1) ProcEnviron:  LANGUAGE=en_US:en  TERM=xterm  PATH=(custom, no user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: libxml2 UpgradeStatus: No upgrade log present (probably fresh install) SRU Request for Precise ##### SRU Justification ##### [Impact] [Development Fix] I added the sed command mentioned below into the debian/postinst script so that the path is corrected at installation. Editing the file (debian/conf/proxy_html.load) itself won't be of any use because the path differs by architecture. [Stable Fix] Edit the file /etc/apache2/mods-enabled/proxy_html.load to include the right path using the following sed command: sed -i "s/\/usr\/lib\/libxml2.so.2/\/usr\/lib\/`dpkg-architecture -qDEB_HOST_GNU_TYPE`\/libxml2.so.2/g" /etc/apache2/mods-available/proxy_html.load [Test Case] 1) Install the packages 'apache2', 'libxml2', and 'libapache2-mod-proxy-html' 2) Run the command 'sudo service apache2 start' With the version in Precise, it will error out with: 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. [Regression Potential] Little as Apache doesn't run currently anyway. libxml2 2.7.8.dfsg-5.1ubuntu4.1 running on Ubuntu 12.04 LTS ------------ORIGINAL REPORT------------ See also package libapache2-mod-proxy-html , file/link /etc/apache2/mods-enabled/proxy_html.load # lsb_release -rd Description: Ubuntu 12.04 LTS Release: 12.04 (64 bit) # apt-cache policy libxml2 libxml2:   Installed: 2.7.8.dfsg-5.1ubuntu4.1   Candidate: 2.7.8.dfsg-5.1ubuntu4.1   Version table:  *** 2.7.8.dfsg-5.1ubuntu4.1 0         500 http://de.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages         500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages         100 /var/lib/dpkg/status      2.7.8.dfsg-5.1ubuntu4 0         500 http://de.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages # apt-cache policy libapache2-mod-proxy-html: libapache2-mod-proxy-html:   Installed: 3.0.1-1   Candidate: 3.0.1-1   Version table:  *** 3.0.1-1 0         500 http://de.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages         100 /var/lib/dpkg/status Expected: I expected apache to start including module proxy_html.load. What happened: apache2 failed to start and showed an error message # service 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] proxy_html.load tries to load libxml2 (LoadFile /usr/lib/libxml2.so.2), but libxml2 only provides under /usr/lib/x86_64-linux-gnu (under 10.04 64 bit things are available under /usr/lib) ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: libxml2 2.7.8.dfsg-5.1ubuntu4.1 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 Date: Mon May 28 09:25:26 2012 InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release amd64 (20120424.1) ProcEnviron:  LANGUAGE=en_US:en  TERM=xterm  PATH=(custom, no user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: libxml2 UpgradeStatus: No upgrade log present (probably fresh install)
2012-05-29 04:28:24 Aditya V description SRU Request for Precise ##### SRU Justification ##### [Impact] [Development Fix] I added the sed command mentioned below into the debian/postinst script so that the path is corrected at installation. Editing the file (debian/conf/proxy_html.load) itself won't be of any use because the path differs by architecture. [Stable Fix] Edit the file /etc/apache2/mods-enabled/proxy_html.load to include the right path using the following sed command: sed -i "s/\/usr\/lib\/libxml2.so.2/\/usr\/lib\/`dpkg-architecture -qDEB_HOST_GNU_TYPE`\/libxml2.so.2/g" /etc/apache2/mods-available/proxy_html.load [Test Case] 1) Install the packages 'apache2', 'libxml2', and 'libapache2-mod-proxy-html' 2) Run the command 'sudo service apache2 start' With the version in Precise, it will error out with: 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. [Regression Potential] Little as Apache doesn't run currently anyway. libxml2 2.7.8.dfsg-5.1ubuntu4.1 running on Ubuntu 12.04 LTS ------------ORIGINAL REPORT------------ See also package libapache2-mod-proxy-html , file/link /etc/apache2/mods-enabled/proxy_html.load # lsb_release -rd Description: Ubuntu 12.04 LTS Release: 12.04 (64 bit) # apt-cache policy libxml2 libxml2:   Installed: 2.7.8.dfsg-5.1ubuntu4.1   Candidate: 2.7.8.dfsg-5.1ubuntu4.1   Version table:  *** 2.7.8.dfsg-5.1ubuntu4.1 0         500 http://de.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages         500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages         100 /var/lib/dpkg/status      2.7.8.dfsg-5.1ubuntu4 0         500 http://de.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages # apt-cache policy libapache2-mod-proxy-html: libapache2-mod-proxy-html:   Installed: 3.0.1-1   Candidate: 3.0.1-1   Version table:  *** 3.0.1-1 0         500 http://de.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages         100 /var/lib/dpkg/status Expected: I expected apache to start including module proxy_html.load. What happened: apache2 failed to start and showed an error message # service 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] proxy_html.load tries to load libxml2 (LoadFile /usr/lib/libxml2.so.2), but libxml2 only provides under /usr/lib/x86_64-linux-gnu (under 10.04 64 bit things are available under /usr/lib) ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: libxml2 2.7.8.dfsg-5.1ubuntu4.1 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 Date: Mon May 28 09:25:26 2012 InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release amd64 (20120424.1) ProcEnviron:  LANGUAGE=en_US:en  TERM=xterm  PATH=(custom, no user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: libxml2 UpgradeStatus: No upgrade log present (probably fresh install) SRU Request for Precise ##### SRU Justification ##### [Impact] [Development Fix] I added the sed command mentioned below into the debian/postinst script so that the path is corrected at installation. Editing the file (debian/conf/proxy_html.load) itself won't be of any use because the path differs by architecture. [Stable Fix] Edit the file /etc/apache2/mods-enabled/proxy_html.load to include the right path using the following sed command: sed -i "s/\/usr\/lib\/libxml2.so.2/\/usr\/lib\/`dpkg-architecture -qDEB_HOST_GNU_TYPE`\/libxml2.so.2/g" /etc/apache2/mods-available/proxy_html.load [Test Case] 1) Install the packages 'apache2', 'libxml2', and 'libapache2-mod-proxy-html' 2) Run the command 'sudo service apache2 start' With the version in Precise, it will error out with: 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. [Regression Potential] Little, as Apache doesn't run currently anyway libxml2 2.7.8.dfsg-5.1ubuntu4.1 running on Ubuntu 12.04 LTS ------------ORIGINAL REPORT------------ See also package libapache2-mod-proxy-html , file/link /etc/apache2/mods-enabled/proxy_html.load # lsb_release -rd Description: Ubuntu 12.04 LTS Release: 12.04 (64 bit) # apt-cache policy libxml2 libxml2:   Installed: 2.7.8.dfsg-5.1ubuntu4.1   Candidate: 2.7.8.dfsg-5.1ubuntu4.1   Version table:  *** 2.7.8.dfsg-5.1ubuntu4.1 0         500 http://de.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages         500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages         100 /var/lib/dpkg/status      2.7.8.dfsg-5.1ubuntu4 0         500 http://de.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages # apt-cache policy libapache2-mod-proxy-html: libapache2-mod-proxy-html:   Installed: 3.0.1-1   Candidate: 3.0.1-1   Version table:  *** 3.0.1-1 0         500 http://de.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages         100 /var/lib/dpkg/status Expected: I expected apache to start including module proxy_html.load. What happened: apache2 failed to start and showed an error message # service 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] proxy_html.load tries to load libxml2 (LoadFile /usr/lib/libxml2.so.2), but libxml2 only provides under /usr/lib/x86_64-linux-gnu (under 10.04 64 bit things are available under /usr/lib) ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: libxml2 2.7.8.dfsg-5.1ubuntu4.1 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 Date: Mon May 28 09:25:26 2012 InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release amd64 (20120424.1) ProcEnviron:  LANGUAGE=en_US:en  TERM=xterm  PATH=(custom, no user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: libxml2 UpgradeStatus: No upgrade log present (probably fresh install)
2012-05-30 21:38:35 Aditya V tags amd64 apport-bug patch precise amd64 apport-bug precise
2012-05-31 01:27:22 Aditya V description SRU Request for Precise ##### SRU Justification ##### [Impact] [Development Fix] I added the sed command mentioned below into the debian/postinst script so that the path is corrected at installation. Editing the file (debian/conf/proxy_html.load) itself won't be of any use because the path differs by architecture. [Stable Fix] Edit the file /etc/apache2/mods-enabled/proxy_html.load to include the right path using the following sed command: sed -i "s/\/usr\/lib\/libxml2.so.2/\/usr\/lib\/`dpkg-architecture -qDEB_HOST_GNU_TYPE`\/libxml2.so.2/g" /etc/apache2/mods-available/proxy_html.load [Test Case] 1) Install the packages 'apache2', 'libxml2', and 'libapache2-mod-proxy-html' 2) Run the command 'sudo service apache2 start' With the version in Precise, it will error out with: 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. [Regression Potential] Little, as Apache doesn't run currently anyway libxml2 2.7.8.dfsg-5.1ubuntu4.1 running on Ubuntu 12.04 LTS ------------ORIGINAL REPORT------------ See also package libapache2-mod-proxy-html , file/link /etc/apache2/mods-enabled/proxy_html.load # lsb_release -rd Description: Ubuntu 12.04 LTS Release: 12.04 (64 bit) # apt-cache policy libxml2 libxml2:   Installed: 2.7.8.dfsg-5.1ubuntu4.1   Candidate: 2.7.8.dfsg-5.1ubuntu4.1   Version table:  *** 2.7.8.dfsg-5.1ubuntu4.1 0         500 http://de.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages         500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages         100 /var/lib/dpkg/status      2.7.8.dfsg-5.1ubuntu4 0         500 http://de.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages # apt-cache policy libapache2-mod-proxy-html: libapache2-mod-proxy-html:   Installed: 3.0.1-1   Candidate: 3.0.1-1   Version table:  *** 3.0.1-1 0         500 http://de.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages         100 /var/lib/dpkg/status Expected: I expected apache to start including module proxy_html.load. What happened: apache2 failed to start and showed an error message # service 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] proxy_html.load tries to load libxml2 (LoadFile /usr/lib/libxml2.so.2), but libxml2 only provides under /usr/lib/x86_64-linux-gnu (under 10.04 64 bit things are available under /usr/lib) ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: libxml2 2.7.8.dfsg-5.1ubuntu4.1 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 Date: Mon May 28 09:25:26 2012 InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release amd64 (20120424.1) ProcEnviron:  LANGUAGE=en_US:en  TERM=xterm  PATH=(custom, no user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: libxml2 UpgradeStatus: No upgrade log present (probably fresh install) SRU Request for Precise ##### SRU Justification ##### [Impact] [Development Fix] I added the sed command mentioned below into the debian/postinst script so that the path is corrected at installation. Editing the file (debian/conf/proxy_html.load) itself won't be of any use because the path differs by architecture. [Stable Fix] Edit the file /etc/apache2/mods-enabled/proxy_html.load to include the right path using the following sed command: sed -i "s/\/usr\/lib\/libxml2.so.2/\/usr\/lib\/`uname -i`-linux-gnu\/libxml2.so.2/g" /etc/apache2/mods-available/proxy_html.load [Test Case] 1) Install the packages 'apache2', 'libxml2', and 'libapache2-mod-proxy-html' 2) Run the command 'sudo service apache2 start' With the version in Precise, it will error out with: 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. [Regression Potential] Little, as Apache doesn't run currently anyway libxml2 2.7.8.dfsg-5.1ubuntu4.1 running on Ubuntu 12.04 LTS ------------ORIGINAL REPORT------------ See also package libapache2-mod-proxy-html , file/link /etc/apache2/mods-enabled/proxy_html.load # lsb_release -rd Description: Ubuntu 12.04 LTS Release: 12.04 (64 bit) # apt-cache policy libxml2 libxml2:   Installed: 2.7.8.dfsg-5.1ubuntu4.1   Candidate: 2.7.8.dfsg-5.1ubuntu4.1   Version table:  *** 2.7.8.dfsg-5.1ubuntu4.1 0         500 http://de.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages         500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages         100 /var/lib/dpkg/status      2.7.8.dfsg-5.1ubuntu4 0         500 http://de.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages # apt-cache policy libapache2-mod-proxy-html: libapache2-mod-proxy-html:   Installed: 3.0.1-1   Candidate: 3.0.1-1   Version table:  *** 3.0.1-1 0         500 http://de.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages         100 /var/lib/dpkg/status Expected: I expected apache to start including module proxy_html.load. What happened: apache2 failed to start and showed an error message # service 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] proxy_html.load tries to load libxml2 (LoadFile /usr/lib/libxml2.so.2), but libxml2 only provides under /usr/lib/x86_64-linux-gnu (under 10.04 64 bit things are available under /usr/lib) ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: libxml2 2.7.8.dfsg-5.1ubuntu4.1 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 Date: Mon May 28 09:25:26 2012 InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release amd64 (20120424.1) ProcEnviron:  LANGUAGE=en_US:en  TERM=xterm  PATH=(custom, no user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: libxml2 UpgradeStatus: No upgrade log present (probably fresh install)
2012-05-31 01:36:13 Aditya V attachment added Fix path to use multiarch-friendly in 'postinst' script https://bugs.launchpad.net/ubuntu/+source/mod-proxy-html/+bug/1005425/+attachment/3169684/+files/mod-proxy-html_1005425.patch
2012-05-31 01:36:25 Aditya V attachment removed Fix path to use multiarch-friendly in 'postinst' script (no typo) https://bugs.launchpad.net/ubuntu/+source/mod-proxy-html/+bug/1005425/+attachment/3167360/+files/mod-proxy-html_1005425.patch
2012-06-08 12:59:53 Aditya V description SRU Request for Precise ##### SRU Justification ##### [Impact] [Development Fix] I added the sed command mentioned below into the debian/postinst script so that the path is corrected at installation. Editing the file (debian/conf/proxy_html.load) itself won't be of any use because the path differs by architecture. [Stable Fix] Edit the file /etc/apache2/mods-enabled/proxy_html.load to include the right path using the following sed command: sed -i "s/\/usr\/lib\/libxml2.so.2/\/usr\/lib\/`uname -i`-linux-gnu\/libxml2.so.2/g" /etc/apache2/mods-available/proxy_html.load [Test Case] 1) Install the packages 'apache2', 'libxml2', and 'libapache2-mod-proxy-html' 2) Run the command 'sudo service apache2 start' With the version in Precise, it will error out with: 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. [Regression Potential] Little, as Apache doesn't run currently anyway libxml2 2.7.8.dfsg-5.1ubuntu4.1 running on Ubuntu 12.04 LTS ------------ORIGINAL REPORT------------ See also package libapache2-mod-proxy-html , file/link /etc/apache2/mods-enabled/proxy_html.load # lsb_release -rd Description: Ubuntu 12.04 LTS Release: 12.04 (64 bit) # apt-cache policy libxml2 libxml2:   Installed: 2.7.8.dfsg-5.1ubuntu4.1   Candidate: 2.7.8.dfsg-5.1ubuntu4.1   Version table:  *** 2.7.8.dfsg-5.1ubuntu4.1 0         500 http://de.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages         500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages         100 /var/lib/dpkg/status      2.7.8.dfsg-5.1ubuntu4 0         500 http://de.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages # apt-cache policy libapache2-mod-proxy-html: libapache2-mod-proxy-html:   Installed: 3.0.1-1   Candidate: 3.0.1-1   Version table:  *** 3.0.1-1 0         500 http://de.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages         100 /var/lib/dpkg/status Expected: I expected apache to start including module proxy_html.load. What happened: apache2 failed to start and showed an error message # service 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] proxy_html.load tries to load libxml2 (LoadFile /usr/lib/libxml2.so.2), but libxml2 only provides under /usr/lib/x86_64-linux-gnu (under 10.04 64 bit things are available under /usr/lib) ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: libxml2 2.7.8.dfsg-5.1ubuntu4.1 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 Date: Mon May 28 09:25:26 2012 InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release amd64 (20120424.1) ProcEnviron:  LANGUAGE=en_US:en  TERM=xterm  PATH=(custom, no user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: libxml2 UpgradeStatus: No upgrade log present (probably fresh install) SRU Request for Precise ##### SRU Justification ##### [Impact] Site-forwarding is not possible, Precise cannot be used as a forwarding host to link to sites hosted within a private network. [Development Fix] I added the sed command mentioned below into the debian/postinst script so that the path is corrected at installation. Editing the file (debian/conf/proxy_html.load) itself won't be of any use because the path differs by architecture. [Stable Fix] Edit the file /etc/apache2/mods-enabled/proxy_html.load to include the right path using the following sed command: sed -i "s/\/usr\/lib\/libxml2.so.2/\/usr\/lib\/`uname -i`-linux-gnu\/libxml2.so.2/g" /etc/apache2/mods-available/proxy_html.load [Test Case] 1) Install the packages 'apache2', 'libxml2', and 'libapache2-mod-proxy-html' 2) Run the command 'sudo service apache2 start' With the version in Precise, it will error out with: 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. [Regression Potential] Little, as Apache doesn't run currently anyway libxml2 2.7.8.dfsg-5.1ubuntu4.1 running on Ubuntu 12.04 LTS ------------ORIGINAL REPORT------------ See also package libapache2-mod-proxy-html , file/link /etc/apache2/mods-enabled/proxy_html.load # lsb_release -rd Description: Ubuntu 12.04 LTS Release: 12.04 (64 bit) # apt-cache policy libxml2 libxml2:   Installed: 2.7.8.dfsg-5.1ubuntu4.1   Candidate: 2.7.8.dfsg-5.1ubuntu4.1   Version table:  *** 2.7.8.dfsg-5.1ubuntu4.1 0         500 http://de.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages         500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages         100 /var/lib/dpkg/status      2.7.8.dfsg-5.1ubuntu4 0         500 http://de.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages # apt-cache policy libapache2-mod-proxy-html: libapache2-mod-proxy-html:   Installed: 3.0.1-1   Candidate: 3.0.1-1   Version table:  *** 3.0.1-1 0         500 http://de.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages         100 /var/lib/dpkg/status Expected: I expected apache to start including module proxy_html.load. What happened: apache2 failed to start and showed an error message # service 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] proxy_html.load tries to load libxml2 (LoadFile /usr/lib/libxml2.so.2), but libxml2 only provides under /usr/lib/x86_64-linux-gnu (under 10.04 64 bit things are available under /usr/lib) ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: libxml2 2.7.8.dfsg-5.1ubuntu4.1 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 Date: Mon May 28 09:25:26 2012 InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release amd64 (20120424.1) ProcEnviron:  LANGUAGE=en_US:en  TERM=xterm  PATH=(custom, no user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: libxml2 UpgradeStatus: No upgrade log present (probably fresh install)
2012-06-12 16:48:54 Andrew Starr-Bochicchio bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674037
2012-06-12 16:48:54 Andrew Starr-Bochicchio bug task added mod-proxy-html (Debian)
2012-06-12 16:49:20 Andrew Starr-Bochicchio nominated for series Ubuntu Precise
2012-06-12 16:49:20 Andrew Starr-Bochicchio bug task added mod-proxy-html (Ubuntu Precise)
2012-06-12 16:49:44 Andrew Starr-Bochicchio mod-proxy-html (Ubuntu Precise): assignee kroq-gar78 (kroq-gar78)
2012-06-12 16:50:01 Andrew Starr-Bochicchio mod-proxy-html (Ubuntu Precise): status New Confirmed
2012-06-12 16:50:22 Andrew Starr-Bochicchio mod-proxy-html (Ubuntu): status In Progress Incomplete
2012-06-12 16:51:33 Andrew Starr-Bochicchio bug added subscriber Andrew Starr-Bochicchio
2012-06-12 17:49:31 Bug Watch Updater mod-proxy-html (Debian): status Unknown Fix Released
2012-06-13 20:34:24 Andrew Starr-Bochicchio mod-proxy-html (Ubuntu): status Incomplete Fix Released
2012-06-13 20:34:28 Andrew Starr-Bochicchio mod-proxy-html (Ubuntu): assignee kroq-gar78 (kroq-gar78)
2021-10-14 05:36:37 Steve Langasek mod-proxy-html (Ubuntu Precise): status Confirmed Won't Fix