From dev-return-19687-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Fri Jan 11 22:38:14 2008 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 49199 invoked from network); 11 Jan 2008 22:38:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jan 2008 22:38:14 -0000 Received: (qmail 67386 invoked by uid 500); 11 Jan 2008 22:38:03 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 67342 invoked by uid 500); 11 Jan 2008 22:38:03 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 67331 invoked by uid 99); 11 Jan 2008 22:38:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 14:38:03 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chip@force-elite.com designates 72.232.80.58 as permitted sender) Received: from [72.232.80.58] (HELO constant.northnitch.com) (72.232.80.58) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 22:37:38 +0000 Received: from localhost (localhost.layeredtech.com [127.0.0.1]) by constant.northnitch.com (Postfix) with ESMTP id BDA5C5C56; Fri, 11 Jan 2008 16:37:40 -0600 (CST) Received: from constant.northnitch.com ([127.0.0.1]) by localhost (constant.northnitch.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 67373-01; Fri, 11 Jan 2008 16:37:40 -0600 (CST) Received: from BlueWater.local (unknown [64.172.17.3]) by constant.northnitch.com (Postfix) with ESMTP id C41935C6A; Fri, 11 Jan 2008 16:37:39 -0600 (CST) Message-ID: <4787EFB3.9000804@force-elite.com> Date: Fri, 11 Jan 2008 14:37:39 -0800 From: Paul Querna User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: dev@httpd.apache.org CC: dev@apr.apache.org Subject: Re: Hard to build httpd & APR on OS X Leopard References: <7DE7D25E-8BF5-4D36-AB78-BB325270A734@Sun.COM> In-Reply-To: <7DE7D25E-8BF5-4D36-AB78-BB325270A734@Sun.COM> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at constant.northnitch.com X-Virus-Checked: Checked by ClamAV on apache.org Tim Bray wrote: > Disclosure: My autotools expertise is not that great. In fact, since > I've been in Ruby & Java mostly the last few years, I may be missing > something obvious at the ld or gcc level. This is all with a fresh > 2.2.6 tarball downloaded earlier this week. This note to both dev@httpd > & dev@apr because the problem seems to be in the crack between them. .... > Hokay... I suspect it's most likely that's I'm just ignorant of > something obvious that Everybody Knows. If so, what is it? > > It does seem like it shouldn't be this hard. -Tim As far as I know, this is all fixed in 2.2.8, which is currently being voted on to be released. Pre-release version is available from: http://httpd.apache.org/dev/dist/ The root cause is that Apple bundles a modified APR to support Sendfile on Leopard, but we didn't get the patches until after Leopard came out. APR 1.2.12, released on November 27, 2007, fixes these and a few other issues on Leopard: http://apr.apache.org/ httpd 2.2.8, is the first version of httpd to bundle the upgraded APR.