Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 51032 invoked from network); 5 Jan 2008 05:15:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jan 2008 05:15:27 -0000 Received: (qmail 67170 invoked by uid 500); 5 Jan 2008 05:15:09 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 67112 invoked by uid 500); 5 Jan 2008 05:15:09 -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 67099 invoked by uid 99); 5 Jan 2008 05:15:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2008 21:15:09 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.202.165.37] (HELO smtpauth13.prod.mesa1.secureserver.net) (64.202.165.37) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 05 Jan 2008 05:14:45 +0000 Received: (qmail 30451 invoked from network); 5 Jan 2008 05:14:49 -0000 Received: from unknown (67.162.45.134) by smtpauth13.prod.mesa1.secureserver.net (64.202.165.37) with ESMTP; 05 Jan 2008 05:14:49 -0000 Message-ID: <477F1248.4070301@rowe-clan.net> Date: Fri, 04 Jan 2008 23:14:48 -0600 From: "William A. Rowe, Jr." User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: testers@httpd.apache.org CC: dev@httpd.apache.org Subject: Re: Pre-release test tarballs of httpd 1.3.40, 2.0.62 and 2.2.7 available References: <20080105030058.GA21370@doctor.nl2k.ab.ca> <477F070B.9070800@rowe-clan.net> In-Reply-To: <477F070B.9070800@rowe-clan.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org William A. Rowe, Jr. wrote: > The Doctor wrote: >> >> libsslc ??? What the heck? >> >> libsslc.a is a proprietary code which very few OSes uses. > > Yup - and those that do, httpd will pick up --with-sslc. Your > config.log might be revealing. Don't bother with your config.log; $ap_ssltk_type of "openssl" wasn't introduced until rev 2.2.0, apparently in my last patch-merge I missed the ./buildconf to my ./configure, and never caught this locally. In fact, it appears all the 6 year old sslc work didn't land in the tree until the 2.1-dev branch and was never backported. Very sorry about this, the patch is at http://people.apache.org/~wrowe/fix-no-sslc-2.0.patch