From 44c8042ce63b78b8e2a1e51ecd8233624f7bb43b Mon Sep 17 00:00:00 2001 From: Steve Morin Date: Sun, 31 Jul 2011 17:59:49 -0700 Subject: [PATCH] Completed the first entry for the FAQ about building basho_bench --- FAQ | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/FAQ b/FAQ index 8d68b5f8e..96fb4bd3d 100644 --- a/FAQ +++ b/FAQ @@ -3,7 +3,7 @@ Contributors: ------------------------------- -Steve Morin (California, USA) +Steve Morin (San Francisco, California, USA) Where to find the latest FAQ: ----------------------------- @@ -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