Looks like you need to install a C++ compiler, such as g++. Try: sudo yum groupinstall "Development Tools"
----- Original Message ----- > From: "angelo piersanti" <[email protected]> > To: [email protected] > 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 > >
