Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 57790 invoked from network); 10 Dec 2008 10:47:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Dec 2008 10:47:42 -0000 Received: (qmail 10349 invoked by uid 500); 10 Dec 2008 10:47:53 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 10287 invoked by uid 500); 10 Dec 2008 10:47:53 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 10268 invoked by uid 99); 10 Dec 2008 10:47:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Dec 2008 02:47:53 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Dec 2008 10:46:30 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id EB027234C2B7; Wed, 10 Dec 2008 02:47:19 -0800 (PST) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 46372] Cannot configure apache 2.2.10 during installation X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: All X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: rainer.jung@kippdata.de X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20081210104719.EB027234C2B7@brutus.apache.org> Date: Wed, 10 Dec 2008 02:47:19 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=46372 Rainer Jung changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Rainer Jung 2008-12-10 02:47:19 PST --- Note that 2.2.11 is already in the stage of release vote. It is likely, that there will be a 2.2.11 release at the beginning of next week, which already contains the fix. You can fix yourself by adding the following patch to configure: --- configure 2008-10-11 15:07:36.000000000 +0200 +++ configure 2008-12-01 19:49:55.000000000 +0100 @@ -14593,10 +14593,10 @@ fi else - ap_ssltk_libs="-lssl -lcrypto" + ap_ssltk_libs="-lssl -lcrypto `$apr_config --libs`" fi else - ap_ssltk_libs="-lssl -lcrypto" + ap_ssltk_libs="-lssl -lcrypto `$apr_config --libs`" fi fi *** This bug has been marked as a duplicate of bug 46018 *** -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org