我必须在riak上添加和删除节点.为此,我正在尝试按照以下链接中的步骤构建钢筋:https://github.com/basho/rebar
当我运行bootstrap命令时,我得到以下关于erlang库的信息:
**Uncaught error in rebar_core: {error,{erl_interface,include,"code:lib_dir(erl_interface)is unable to find the erl_interface library."}}**
Run Code Online (Sandbox Code Playgroud)
我使用riak 1.2.1版本和erlang版本R15B01.有人可以帮我解决这个问题吗?