You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by Joan Touzet <wo...@apache.org> on 2017/01/02 22:11:06 UTC

Re: Make Release Issue for 2.0 on RHEL 7

Looks like you need to install a C++ compiler, such as g++.

Try: sudo yum groupinstall "Development Tools"

----- Original Message -----
> From: "angelo piersanti" <an...@verizon.com>
> To: dev@couchdb.apache.org
> Sent: Monday, January 2, 2017 4:57:35 PM
> Subject: Make Release Issue for 2.0 on RHEL 7
> 
> I am hitting the following error on Make Release for 2.0 on Red Hat
> Enterprise Linux Server release 7.2 (Maipo).  Any help would be
> appreciated.
> 
> ==> jiffy (compile)
> Compiled src/jiffy_utf8.erl
> Compiled src/jiffy.erl
> Compiling c_src/decoder.c
> Compiling c_src/encoder.c
> Compiling c_src/jiffy.c
> Compiling c_src/utf8.c
> Compiling c_src/util.c
> Compiling /root/apache-couchdb-2.0.0/src/jiffy/c_src/doubles.cc
> sh: line 0: exec: c++: not found
> ERROR: compile failed while processing
> /root/apache-couchdb-2.0.0/src/jiffy: rebar_abort
> make: *** [couch] Error 1
> 
>