Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 83671 invoked from network); 4 Jan 2006 12:19:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Jan 2006 12:19:34 -0000 Received: (qmail 78375 invoked by uid 500); 4 Jan 2006 12:19:30 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 78320 invoked by uid 500); 4 Jan 2006 12:19:30 -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 78309 invoked by uid 99); 4 Jan 2006 12:19:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2006 04:19:29 -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: local policy) Received: from [195.54.228.42] (HELO amnesiac.heapspace.net) (195.54.228.42) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2006 04:19:29 -0800 Received: from localhost (localhost [127.0.0.1]) by amnesiac.heapspace.net (Postfix) with ESMTP id 2CEF657BA for ; Wed, 4 Jan 2006 12:19:15 +0000 (GMT) Received: from amnesiac.heapspace.net ([127.0.0.1]) by localhost (amnesiac.heapspace.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 58257-01-2 for ; Wed, 4 Jan 2006 12:19:14 +0000 (GMT) Received: by amnesiac.heapspace.net (Postfix, from userid 1003) id B3C4257B0; Wed, 4 Jan 2006 12:19:14 +0000 (GMT) Date: Wed, 4 Jan 2006 12:19:14 +0000 From: Thom May To: dev@httpd.apache.org Subject: Re: A Bloat of Libraries Message-ID: <20060104121914.GQ99421@amnesiac.heapspace.net> References: <200601030637.13337.nick@webthing.com> <43BA95AE.5080309@turner.com> <200601032309.36544.nick@webthing.com> <20060104085401.GA27366@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20060104085401.GA27366@redhat.com> X-Operating-System: FreeBSD/4.11-STABLE (i386) User-Agent: Mutt/1.5.11 X-Virus-Scanned: by amavisd-new at heapspace.net X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N * Joe Orton (jorton@redhat.com) wrote : > On Tue, Jan 03, 2006 at 03:18:48PM -0800, Justin Erenkrantz wrote: > > --On January 3, 2006 11:09:34 PM +0000 Nick Kew wrote: > > > > >That is of course resolved by LoadFile /lib/libz.so, which is what I > > >contend should be standard practice. So when another module > > >relies on libz, there's no side effect that manifests mysteriously > > >according to whether and when mod_deflate is loaded. > > > > I strongly disagree. Forcing the user to manually track all of the library > > dependencies is insane. If someone wants to shoot themselves in the foot, > > fine - you can do it. But, we shouldn't force everyone to fit your > > preferred model because you want a few less libraries. > > Totally agreed. > Agreed here too. -Thom