On 10 September 2015 at 14:33, Shing Hing Man <[email protected]> wrote:

> Hi,
>
>  I have followed  the instructions on :
> http://docs.basho.com/riak/latest/ops/building/installing/from-source/
>
> curl -O 
> http://s3.amazonaws.com/downloads.basho.com/riak/2.1/2.1.1/riak-2.1.1.tar.gz
> tar zxvf riak-2.1.1.tar.gzcd riak-2.1.1
> make locked-deps
> make rel
>
> But when I do  "make locked-deps", I get the following error.
>
>
> shing@cauchy:~/Downloads/riak/riak-2.1.1> make locked-deps
> fatal: Not a git repository (or any parent up to mount point /home)
> Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
> Using rebar.config.lock file to fetch dependencies
> ./rebar -C rebar.config.lock get-deps
> Uncaught error in rebar_core: {'EXIT',
> {undef,
> [{crypto,start,[],[]},
> {rebar,run_aux,2,
> [{file,"src/rebar.erl"},{line,212}]},
> {rebar,main,1,
> [{file,"src/rebar.erl"},{line,58}]},
> {escript,run,2,
> [{file,"escript.erl"},{line,747}]},
> {escript,start,1,
> [{file,"escript.erl"},{line,277}]},
> {init,start_it,1,[]},
> {init,start_em,1,[]}]}}
> make: *** [locked-deps] Error 1
> shing@cauchy:~/Downloads/riak/riak-2.1.1>
>
>
> I have installed the Basho version of Erlang.
> shing@cauchy:~/Downloads/riak/riak-2.1.1> erl
> Erlang R16B02_basho8 (erts-5.10.3) [source] [64-bit] [smp:8:8]
> [async-threads:10] [hipe] [kernel-poll:false]
>
> Eshell V5.10.3  (abort with ^G)
> 1>
>
> Thanks in advance for any assistance !
>
> Shing
>

Hi Shing,

The error you observed may occur when the Erlang crypto module tries to use
ciphers that aren't available in the openssl library. We provide a
workaround for this for Red Hat / CentOS in our documentation [0]. Other
Linux distributions may also be affected.

Regards,

Magnus

[0]:
http://docs.basho.com/riak/latest/ops/building/installing/erlang/#Installing-on-RHEL-CentOS


-- 
Magnus Kessler
Client Services Engineer @ Basho

Registered Office - 8 Lincoln’s Inn Fields London WC2A 3BP Reg 07970431
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to