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 A3570D616 for ; Sat, 3 Nov 2012 18:59:12 +0000 (UTC) Received: (qmail 81411 invoked by uid 500); 3 Nov 2012 18:59:12 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 81363 invoked by uid 500); 3 Nov 2012 18:59:12 -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 81354 invoked by uid 99); 3 Nov 2012 18:59:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Nov 2012 18:59:12 +0000 Date: Sat, 3 Nov 2012 18:59:12 +0000 (UTC) From: "Noah Slater (JIRA)" To: dev@couchdb.apache.org Message-ID: <70691893.65006.1351969152133.JavaMail.jiratomcat@arcas> In-Reply-To: <1395937871.49335.1351664591901.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (COUCHDB-1582) OpenSSL Deprecation of SSLv2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13490076#comment-13490076 ] Noah Slater commented on COUCHDB-1582: -------------------------------------- Can someone clarify how the build system should work. My current guess is: 1. Check for presence of curl 2. If curl exists, build against it and enable tests 3. If curl does not exist, warn about it, don't build, and don't enable tests But there should be no error condition. > OpenSSL Deprecation 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