Search code examples
rebarerl

"Uncaught error in rebar_core" when trying to build rebar


I have to add and remove nodes on riak. For this, I am trying to build rebar, following the steps in the following link: https://github.com/basho/rebar

I am getting the following the about erlang library missing, when I run the bootstrap command:

**Uncaught error in rebar_core: {error,{erl_interface,include,"code:lib_dir(erl_interface)is unable to find the erl_interface library."}}**   

I am using riak 1.2.1 version and erlang version R15B01. Can anybody help me out with this?


Solution

  • I was able to resolve this issue. The erl_interface_library was not accessible to rebar because of access restriction. Once this was resolved, things worked smoothly !