make rel
fatal: No names found, cannot describe anything.
./rebar get-deps
/usr/bin/env: escript: No such file or directory
make: *** [deps] Error 127
This is the error I got when I tried to install riak from source. Can someone please help me?
make rel
fatal: No names found, cannot describe anything.
./rebar get-deps
/usr/bin/env: escript: No such file or directory
make: *** [deps] Error 127
This is the error I got when I tried to install riak from source. Can someone please help me?
My guess is you are missing erlang from your path or not installed.
escript ## Should return escript: Missing filename
Locate erlang look under /usr/local/bin or /opt/erlang/
echo $PATH
If it's not in your path then add it.