Hi.
I got mongodb-osx-x86_64-2.2.3 by 'brew install' (on OSX 10.8.2)
and I installed mongodb-erlang to /usr/local/lib/erlang/lib/mongodb-master (by make)
but if I try to start it I got this error:
Erlang R16B (erts-5.10.1) [source] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]
Eshell V5.10.1 (abort with ^G)
1> application:start(mongodb).
{error,{not_started,bson}}
Hi. I got mongodb-osx-x86_64-2.2.3 by 'brew install' (on OSX 10.8.2) and I installed mongodb-erlang to /usr/local/lib/erlang/lib/mongodb-master (by make)
but if I try to start it I got this error: Erlang R16B (erts-5.10.1) [source] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] Eshell V5.10.1 (abort with ^G) 1> application:start(mongodb). {error,{not_started,bson}}