Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 94861 invoked by uid 500); 19 May 2003 14:03:45 -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: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 94782 invoked from network); 19 May 2003 14:03:44 -0000 Message-ID: <3EC8E488.6030103@attglobal.net> Date: Mon, 19 May 2003 10:04:56 -0400 From: Jeff Trawick Reply-To: trawick@attglobal.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: Building mod_deflate against libz.a (static) References: <5.2.0.9.2.20030519082112.0458e9f0@pop3.rowe-clan.net> In-Reply-To: <5.2.0.9.2.20030519082112.0458e9f0@pop3.rowe-clan.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N William A. Rowe, Jr. wrote: > Attached is a trivial patch that looks at the contents of zlib_base/lib > to make this determination. It then adds the libz.a to the objects list > to build mod_deflate, provided we don't recognize the shlib extension. > This is not 100% portable behavior, but very useful on the majority of > platforms which support it. Which part of your patch prevents this from happening on the platforms that don't support it? (ISTR static linking of zlib with mod_deflate not doing the right thing on HP-UX.) Does it break normal users to do it the portable way?