[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Re: Apache 2.0.50-8 upgrade breaks WebDAV (?)



I built 2.0.50-9 from the debian source packages and installed the results... not only do WebDAV and subversion work, but I'm not getting the php4 segfault problems that are now present in the i386 builds of -9 build (which have been mentioned elsewhere).

That is to say, my build of apache2-mpm-prefork 2.0.50-9 (built with gcc version 3.3.4 (Debian 1:3.3.4-9) and related versions of tools) works with dav, subversion, and php4 without apparent issue (all installed from the most current unstable branch on alioth).  The one problem that does persist is that 2 or 3 child processes will continue running on '/etc/init.d/apache2 stop'

In order to get 2.0.50-9 to function on my pIII machine, I have to disable php4 or apache2 will segfault each time any page content is almost-served.  I think dav works, but I haven't spent much time on that today to check it all over.

As for what change is relevant, given that my local build works really has me puzzled.  I am in no way familiar with either of the apache build environments, so I wouldn't be able to provide much in the way of insight at the moment.  But it's only Wednesday.

Keeping an eye on it...
thanks for the feedback
-dh





On Wed, 2004-08-18 at 20:27, Tim Olsen wrote:
I also have the same problem.  Don't bother with 2.0.50-9.  it's still 
broken in that version.

 >My interest in now piqued.  As I'm not on top of debian development, 
where can I find a diff between 2.0.50-7 and -8 ?

I made one.  here it is:

diff -urN apache2_2.0.50-7/apache2-2.0.50/debian/changelog 
apache2_2.0.50-8/apache2-2.0.50/debian/changelog
--- apache2_2.0.50-7/apache2-2.0.50/debian/changelog    2004-08-18 
23:05:48.716555026 -0400
+++ apache2_2.0.50-8/apache2-2.0.50/debian/changelog    2004-08-18 
23:04:59.006900328 -0400
@@ -1,3 +1,9 @@
+apache2 (2.0.50-8) unstable; urgency=low
+
+  * Ensure we link against the correct version of DB42
+
+ -- Thom May <thom@debian.org>  Mon,  9 Aug 2004 14:37:38 +0100
+
  apache2 (2.0.50-7) unstable; urgency=high

    * Fix up linking of apr-util (Closes: #262009)
diff -urN apache2_2.0.50-7/apache2-2.0.50/debian/rules 
apache2_2.0.50-8/apache2-2.0.50/debian/rules
--- apache2_2.0.50-7/apache2-2.0.50/debian/rules        2004-08-18 
23:05:48.677560788 -0400
+++ apache2_2.0.50-8/apache2-2.0.50/debian/rules        2004-08-18 
23:04:59.013899294 -0400
@@ -24,7 +24,7 @@
  export DH_OPTIONS

  AP2_COMMON_CONFARGS = --enable-layout=Debian --enable-so \
-                      --with-program-name=apache2 --with-dbm=db4 \
+                      --with-program-name=apache2 --with-dbm=db42 \
                        --enable-logio --enable-userdir=shared \
                       --enable-ssl=shared --enable-deflate=shared \
                       --with-ldap=yes --with-ldap-include=/usr/include \


It's a one line change.  any idea why it breaks things?

-Tim

Reply to: