Skip to content

Commit

Permalink
Completed the first entry for the FAQ about building basho_bench
Browse files Browse the repository at this point in the history
  • Loading branch information
smorin committed Aug 1, 2011
1 parent 223ec24 commit 44c8042
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions FAQ
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Contributors:
-------------------------------
Steve Morin (California, USA)
Steve Morin (San Francisco, California, USA)

Where to find the latest FAQ:
-----------------------------
Expand All @@ -14,12 +14,24 @@ CONTENTS
********

1) COMPILING and BUILDING
1.1) Build Error
1.1) Build Error - Uncaught error in rebar_core: {'EXIT', {undef, [{crypto,start,[]}

1) COMPILING and BUILDING

1.1) Build Error

Answer paragraph
1.1) Build Error - Uncaught error in rebar_core: {'EXIT', {undef, [{crypto,start,[]}

If you get the following error: "Your local Erlang install doesn't include the crypto application. Make sure you have the erlang-crypto and erlang-dev packages installed if you're on Debian, erlang-crypto and erlang-devel on Redhat/Fedora." quoting "seancribbs" The simple mac solution is sudo port install erlang +ssl
$ make all
./rebar get-deps
Uncaught error in rebar_core: {'EXIT',
{undef,
[{crypto,start,[]},
{rebar,run_aux,1},
{rebar,main,1},
{escript,run,2},
{escript,start,1},
{init,start_it,1},
{init,start_em,1}]}}
make: *** [deps] Error 1


0 comments on commit 44c8042

Please sign in to comment.