You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Ed Young (JIRA)" <ji...@apache.org> on 2012/10/31 07:23:11 UTC

[jira] [Created] (COUCHDB-1582) OpenSSL Depreciation of SSLv2

Ed Young created COUCHDB-1582:
---------------------------------

             Summary: 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

Re: [jira] [Created] (COUCHDB-1582) OpenSSL Depreciation of SSLv2

Posted by Benoit Chesneau <bc...@gmail.com>.
On Oct 31, 2012 7:23 AM, "Ed Young (JIRA)" <ji...@apache.org> wrote:
>
> Ed Young created COUCHDB-1582:
> ---------------------------------
>
>              Summary: 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

looks like an issue in curl build rather than couchdb. How did you build it?

Re: [jira] [Commented] (COUCHDB-1582) OpenSSL Depreciation of SSLv2

Posted by Benoit Chesneau <bc...@gmail.com>.
On Sat, Nov 3, 2012 at 8:00 PM, Noah Slater <ns...@apache.org> wrote:

> I added a comment on the ticket. Can we try to keep comments on the tickets
> themselves and not on the mailing list, where we end up forking the
> discussion. Thanks! :)
>
>
In the past, answering by email was working. The answer was added as a
comment. Did we change something in our confiugration?


- benoit


> On 31 October 2012 09:41, Benoit Chesneau <bc...@gmail.com> wrote:
>
> > On Wed, Oct 31, 2012 at 10:39 AM, Robert Newson (JIRA) <jira@apache.org
> > >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
> > >
> >
>
>
>
> --
> NS
>

Re: [jira] [Commented] (COUCHDB-1582) OpenSSL Depreciation of SSLv2

Posted by Noah Slater <ns...@apache.org>.
I added a comment on the ticket. Can we try to keep comments on the tickets
themselves and not on the mailing list, where we end up forking the
discussion. Thanks! :)

On 31 October 2012 09:41, Benoit Chesneau <bc...@gmail.com> wrote:

> On Wed, Oct 31, 2012 at 10:39 AM, Robert Newson (JIRA) <jira@apache.org
> >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
> >
>



-- 
NS

Re: [jira] [Commented] (COUCHDB-1582) OpenSSL Depreciation of SSLv2

Posted by Benoit Chesneau <bc...@gmail.com>.
On Wed, Oct 31, 2012 at 10:39 AM, Robert Newson (JIRA) <ji...@apache.org>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
>

[jira] [Commented] (COUCHDB-1582) OpenSSL Deprecation of SSLv2

Posted by "Dave Cottlehuber (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COUCHDB-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13487680#comment-13487680 ] 

Dave Cottlehuber commented on COUCHDB-1582:
-------------------------------------------

It looks like you're not using the system's libcurl:

    /opt/bitnami/common/lib/libcurl.so

What's output of  `where curl curl-config; curl-config --version` ?

    /usr/bin/curl
    /usr/bin/curl-config
    libcurl 7.22.0

I've had no trouble building this on 12.04 amd64 just now, it's a reasonably clean box with just:

sudo apt-get install -y g++ erlang-base erlang-dev erlang-eunit erlang-nox libmozjs185-dev libicu-dev libcurl4-gnutls-dev libtool

And given curl is not a requirement for running couchdb anymore I'd suggest excluding that but it seems you can't. It's only needed for build-time tests unfortunately.

curl is auto-detected in configure.ac, it should be exposed to users via ./configure --without-curl or something like that.



                
> 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

[jira] [Assigned] (COUCHDB-1582) OpenSSL Deprecation of SSLv2

Posted by "Dave Cottlehuber (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Cottlehuber reassigned COUCHDB-1582:
-----------------------------------------

    Assignee: Dave Cottlehuber
    
> 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
>            Assignee: Dave Cottlehuber
>            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

[jira] [Commented] (COUCHDB-1582) OpenSSL Deprecation of SSLv2

Posted by "Noah Slater (JIRA)" <ji...@apache.org>.
    [ 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

[jira] [Commented] (COUCHDB-1582) OpenSSL Depreciation of SSLv2

Posted by "Robert Newson (JIRA)" <ji...@apache.org>.
    [ 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?
                
> 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

[jira] [Updated] (COUCHDB-1582) OpenSSL Deprecation of SSLv2

Posted by "Dave Cottlehuber (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Cottlehuber updated COUCHDB-1582:
--------------------------------------

    Summary: OpenSSL Deprecation of SSLv2  (was: OpenSSL Depreciation of SSLv2)
    
> 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

[jira] [Commented] (COUCHDB-1582) OpenSSL Deprecation of SSLv2

Posted by "Ed Young (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COUCHDB-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13487683#comment-13487683 ] 

Ed Young commented on COUCHDB-1582:
-----------------------------------

root@linux:~# where curl curl-config; curl-config --version
bash: where: command not found
libcurl 7.27.0

root@linux:/# find -name curl
./opt/bitnami/common/bin/curl
./opt/bitnami/common/include/curl
./usr/include/curl
root@linux:/# find -name curl-config
./opt/bitnami/common/bin/curl-config
./usr/bin/curl-config

I am using a Bitnami LAMP stack - http://bitnami.org/stack/lampstack


                
> 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