On Fri, Sep 24, 2010 at 11:24 AM, Mark Jarecki wrote: > Hi there, > > I'm trying to install Riak 0.12 on OS X 10.6.4 using Erlang R13B04. > > When I go into the Riak folder and type: > > make rel > > I get: > > make: hg: Command not found > ./rebar get-deps > Uncaught error in rebar_core: {'EXIT', > {undef, > [{crypto,start,[]}, > {rebar_core,run,1}, > {rebar,main,1}, > {escript,run,2}, > {escript,start,1}, > {init,start_it,1}, > {init,start_em,1}]}} > > =ERROR REPORT==== 24-Sep-2010::19:22:42 === > Error in process <0.30.0> with exit value: > {badarg,[{erlang,system_info,[build_type]},{crypto,on_load,0},{code_ > server,'-handle_on_load/4-fun-0-',1}]} > > make: *** [deps] Error 1 > > > Any ideas on how to fix the error?
It looks like you don't have Mercurial (hg) installed. You can get it from http://mercurial.selenic.com/downloads or Homebrew, MacPorts, 'easy_install mercurial', etc. _______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com