首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >从源头上构建基于CentOS的Riak

从源头上构建基于CentOS的Riak
EN

Stack Overflow用户
提问于 2016-04-09 07:34:11
回答 1查看 115关注 0票数 1

我试图在CentOS 7上从源代码构建Riak2.1.3,但是Uncaught error in rebar_core的构建失败了。

步骤顺序如下:

  1. 用kerl安装Basho版本的Erlang:

$ ./kerl build git git://github.com/basho/otp.git OTP_R16B02_basho8 R16B02-basho8 $ ./kerl install R16B02-basho8 ~/erlang/R16B02-basho8 $ . ~/erlang/R16B02-basho8/activate

  1. 克隆里亚克吉特回购和建设

$ git clone https://github.com/basho/riak.git $ cd riak $ git checkout riak-2.1.3 $ make rel

对于这个过程,我得到了错误:

[juriy@dbvm riak]$ make rel 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,[]}]}}

我还试图从源代码构建Erlang,结果也是一样。以下是命令的确切列表:

wget http://s3.amazonaws.com/downloads.basho.com/erlang/otp_src_R16B02-basho8.tar.gz tar zxvf otp_src_R16B02-basho8.tar.gz cd OTP_R16B02_basho8 ./otp_build autoconf ./configure && make && sudo make install

EN

回答 1

Stack Overflow用户

发布于 2016-04-09 15:22:21

页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/36514052

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档