From dev-return-23640-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Wed Oct 31 09:41:51 2012 Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 86BEFD207 for ; Wed, 31 Oct 2012 09:41:51 +0000 (UTC) Received: (qmail 73132 invoked by uid 500); 31 Oct 2012 09:41:50 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 73044 invoked by uid 500); 31 Oct 2012 09:41:50 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 73030 invoked by uid 99); 31 Oct 2012 09:41:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2012 09:41:50 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bchesneau@gmail.com designates 209.85.210.180 as permitted sender) Received: from [209.85.210.180] (HELO mail-ia0-f180.google.com) (209.85.210.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2012 09:41:45 +0000 Received: by mail-ia0-f180.google.com with SMTP id f6so841587iag.11 for ; Wed, 31 Oct 2012 02:41:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=dMVtOyXL7lIS03fa6j4KyU7lMsVqHgDBvhiKf+IC1nw=; b=AAGPvxF1ioOHoNIAEtZBSASnmHpPByW8wVZFTgWiD3AosuXWHmwD5hTAbhVwmDDc4L uq2w4JN/b+C+c+p01wTY6ptMoeJ0pj2NEFZ7grfSxWCBkSchWWcH9GyP5af70Pkcj3b5 DQ9bHW3Wbm4nc3vDu32cQ6L/Wopdx5qxB1A5EOCGZQPIC3byrXiV6jshbj9XgFbxmuSy q5aj1X0pJ6L8THZplODgFrYq0CdRbt+ztwPHtai7D1xspwDXSZ/11XDULagVs+CzyMyP 2lFT29aXn6cHGpKuIqV5kgymuMNxAqUntA35A8RUHXk5/5Stt2ejghPwR7I/QeD/YQwF MhGw== MIME-Version: 1.0 Received: by 10.50.197.169 with SMTP id iv9mr833233igc.32.1351676485022; Wed, 31 Oct 2012 02:41:25 -0700 (PDT) Received: by 10.64.77.196 with HTTP; Wed, 31 Oct 2012 02:41:25 -0700 (PDT) In-Reply-To: <63524434.49682.1351676352329.JavaMail.jiratomcat@arcas> References: <1395937871.49335.1351664591901.JavaMail.jiratomcat@arcas> <63524434.49682.1351676352329.JavaMail.jiratomcat@arcas> Date: Wed, 31 Oct 2012 10:41:25 +0100 Message-ID: Subject: Re: [jira] [Commented] (COUCHDB-1582) OpenSSL Depreciation of SSLv2 From: Benoit Chesneau To: "dev@couchdb.apache.org" Content-Type: multipart/alternative; boundary=14dae93404c5bdb4e804cd57b4c7 X-Virus-Checked: Checked by ClamAV on apache.org --14dae93404c5bdb4e804cd57b4c7 Content-Type: text/plain; charset=ISO-8859-1 On Wed, Oct 31, 2012 at 10:39 AM, Robert Newson (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/COUCHDB-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13487637#comment-13487637] > > Robert Newson commented on COUCHDB-1582: > ---------------------------------------- > > I thought we dropped libcurl as a dependency already? > as an option. Is it still needed for tests. > > > OpenSSL Depreciation of SSLv2 > > ----------------------------- > > > > Key: COUCHDB-1582 > > URL: https://issues.apache.org/jira/browse/COUCHDB-1582 > > Project: CouchDB > > Issue Type: Bug > > Components: Infrastructure > > Affects Versions: 1.2 > > Environment: Ubuntu 12.04 and CouchDB 1.2 - might be ok with 2.0 > Beta but not tested. > > Reporter: Ed Young > > Priority: Critical > > > > /opt/bitnami/common/lib/libcurl.so: undefined reference to > `SSLv2_client_method' > > collect2: ld returned 1 exit status > > make[4]: *** [couchjs] Error 1 > > make[4]: Leaving directory > `/data/couchdb_source/couchdb/src/couchdb/priv' > > make[3]: *** [all-recursive] Error 1 > > make[3]: Leaving directory `/data/couchdb_source/couchdb/src/couchdb' > > make[2]: *** [all-recursive] Error 1 > > make[2]: Leaving directory `/data/couchdb_source/couchdb/src' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/data/couchdb_source/couchdb' > > make: *** [all] Error 2 > > Support for SSLv2 was removed as of OpenSSL 1.x.x (RFC 6176) which ships > with Ubuntu 12.04. > > Potential solutions: > > 1. Patch installation; > > 2. Degrade OpenSSL version. > > -- > This message is automatically generated by JIRA. > If you think it was sent incorrectly, please contact your JIRA > administrators > For more information on JIRA, see: http://www.atlassian.com/software/jira > --14dae93404c5bdb4e804cd57b4c7--