basho / riak

Riak is a decentralized datastore from Basho Technologies.
http://docs.basho.com
Apache License 2.0
3.93k stars 534 forks source link

Getting error while make locked-deps. Please help me. #970

Open bjayac opened 5 years ago

bjayac commented 5 years ago

[was@ip-172-31-29-230 riak]$ make locked-deps 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: *** [Makefile:50: locked-deps] Error 1

martincox commented 5 years ago

I think this might be an issue with your OTP build not being built with SSL support. The error is with trying to start crypto. Did you compile OTP? If so, what version of OTP and Riak?

bjayac commented 5 years ago

Hi

PAckage Name: tar -xzf otp_src_R16B02-basho10.tar.gz

export ERL_TOP=pwd

./otp_build autoconf

CFLAGS="-DOPENSSL_NO_EC=1"

./configure --prefix=/usr

make

make install

On Sat, 11 May 2019, 2:45 pm Martin Cox, notifications@github.com wrote:

I think this might be an issue with your OTP build not being built with SSL support. The error is with trying to start crypto. Did you compile OTP? If so, what version?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/basho/riak/issues/970#issuecomment-491494565, or mute the thread https://github.com/notifications/unsubscribe-auth/AI2HAMROHMX5ORZNQAA63DDPU2FD3ANCNFSM4HL2RXKQ .

martincox commented 5 years ago

If you open a shell erl and do crypto:start(), what do you get back?

What OS are you running?

bjayac commented 5 years ago

Yes, its starting and using Redhat 8 release

On Tue, 14 May 2019, 12:16 pm Martin Cox, notifications@github.com wrote:

If you open a shell erl and do crypto:start(), what do you get back?

What OS are you running?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/basho/riak/issues/970?email_source=notifications&email_token=AI2HAMQEMKR2H5YF5YQGBDLPVJN4TA5CNFSM4HL2RXK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVKN3NA#issuecomment-492101044, or mute the thread https://github.com/notifications/unsubscribe-auth/AI2HAMXYB3FHVO2I3WVYESLPVJN4TANCNFSM4HL2RXKQ .