Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 86816 invoked from network); 15 Nov 2009 09:07:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Nov 2009 09:07:50 -0000 Received: (qmail 47928 invoked by uid 500); 15 Nov 2009 09:07:49 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 47849 invoked by uid 500); 15 Nov 2009 09:07:48 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 47836 invoked by uid 99); 15 Nov 2009 09:07:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Nov 2009 09:07:48 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [72.167.82.81] (HELO p3plsmtpa01-01.prod.phx3.secureserver.net) (72.167.82.81) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 15 Nov 2009 09:07:38 +0000 Received: (qmail 15277 invoked from network); 15 Nov 2009 09:07:16 -0000 Received: from unknown (76.252.112.72) by p3plsmtpa01-01.prod.phx3.secureserver.net (72.167.82.81) with ESMTP; 15 Nov 2009 09:07:16 -0000 Message-ID: <4AFFC498.3030109@rowe-clan.net> Date: Sun, 15 Nov 2009 03:06:32 -0600 From: "William A. Rowe Jr." User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: one remaining mpms-shared quirk References: <4AFF550A.1090204@rowe-clan.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Jeff Trawick wrote: > > I get different results with "--with-mpm=worker --enable-mpms-shared"... > > checking which MPM to use by default... worker > configure: error: MPM yes does not support dynamic loading. > configure failed > > The --enable-mpms-shared option handling doesn't deal with "yes"; it > expects "all" or a list of space-delimited MPMs. I'll change it to > build the default MPM (--with-mpm) as shared when no argument is > passed on the --enable-mpms-shared option. (and I guess > "no"/--disable... should do nothing, if it doesn't already) Sorry - yes, I used --with-mpm=worker --enable-mpms-shared=all sorry I wasn't more explicit