TonyGen / mongodb-erlang

Fork of MongoDB driver for Erlang. mongodb now holds the master repository for this driver.
65 stars 16 forks source link

application:start(mongodb). {error,{not_started,bson}} #18

Open strobe opened 11 years ago

strobe commented 11 years ago

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}}