I am both an Erlang and CB newbie but having a lot of fun learning Erlang. When I try to make CB which I cloned from github I am getting:
Uncaught error in rebar_core: {'EXIT',
{undef,
[{crypto,start,[],[]},
{rebar,run_aux,2,
[{file,"src/rebar.erl"},{line,165}]},
{rebar,main,1,
[{file,"src/rebar.erl"},{line,58}]},
{escript,run,2,
[{file,"escript.erl"},{line,752}]},
{escript,start,1,
[{file,"escript.erl"},{line,276}]},
{init,start_it,1,[]},
{init,start_em,1,[]}]}}
=ERROR REPORT==== 14-Feb-2015::13:07:26 ===
Unable to load crypto library. Failed with error:
"load, Library load-call unsuccessful."
OpenSSL might not be installed on this system.
make: *** [all] Error 1
I do have OpenSSL installed. My system is a MacbookAir with Macports -> erlang @17.4_0+hipe+ssl, and rebar @2.5.1_0 and openssl @1.0.1k_0
Any help will be greatly appreciated. Thank you,