Error while installing riak on ubuntu 12.04

2015-07-08 Thread Gopi Krishna
Hi, I am trying to install riak1.4.7 on my ubuntu 12.04 machine. I have installed otp_src_R15BO1 version. erl shell is coming fine but when i try to install riak. The below command is thrwoing me the error: make rel fatal: No names found, cannot describe anything. ./rebar get-deps Uncaught

Re: Error while installing riak on ubuntu 12.04

2015-07-08 Thread Fred Dushin
Generally this means you built a version of Erlang that did not end up building the crypto application. This usually happens if the configure script does not find the OpenSSL header files and libraries. You probably need to install one of the openssl-dev packages on whatever flavor of Linux