Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 819 invoked from network); 26 Nov 2005 22:25:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Nov 2005 22:25:11 -0000 Received: (qmail 29001 invoked by uid 500); 26 Nov 2005 22:25:09 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 28911 invoked by uid 500); 26 Nov 2005 22:25:08 -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 28896 invoked by uid 99); 26 Nov 2005 22:25:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Nov 2005 14:25:08 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of chip@force-elite.com designates 216.255.199.145 as permitted sender) Received: from [216.255.199.145] (HELO utopia.in.force-elite.com) (216.255.199.145) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Nov 2005 14:26:39 -0800 X-AuthUser: chip@force-elite.com Received: from [127.0.0.1] (127.0.0.1:33137) by localhost with [XMail 1.17 (Linux/Ix86) ESMTP Server] id for from ; Sat, 26 Nov 2005 14:24:45 -0800 Message-ID: <4388E0AD.3020007@force-elite.com> Date: Sat, 26 Nov 2005 14:24:45 -0800 From: Paul Querna User-Agent: Thunderbird 1.6a1 (Macintosh/20051022) MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: plenty of mod_mbox cores on ajax References: <43876E63.7080301@slive.ca> <20051126170135.GE10832@bulix.org> <4388DD2F.1070707@slive.ca> In-Reply-To: <4388DD2F.1070707@slive.ca> X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Joshua Slive wrote: > Maxime Petazzoni wrote: >> * Joshua Slive [2005-11-25 15:04:51]: >> >> >>> I hadn't checked in a while, but I now see we have lots of >>> httpd-cores related to mod_mbox on ajax. Most of them look like this: >>> >>> #0 mbox_mime_decode_body (p=0x600000000042e508, cte=CTE_NONE, >>> body=0x0, len=0) at mod_mbox_mime.c:290 >> >> >> [snip] >> >> How about now ? > > Looks good so far. > > Can someone give me instructions on how to compile mod_mbox for 2.1/2.2? > I'm trying to push ajax up to 2.1.10, but I can't get it to work with > "configure > --with-apxs=/usr/local/apache-install/www.apache.org/2.1.10/bin/apxs;make" What doesn't work? I have run mod_mbox on 2.1 & 2.3-dev on my dev machine just fine. -Paul