Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to start sasl before starting emongo #13

Open
marianoguerra opened this issue May 20, 2010 · 2 comments
Open

Need to start sasl before starting emongo #13

marianoguerra opened this issue May 20, 2010 · 2 comments

Comments

@marianoguerra
Copy link

maybe this is a documentation bug, if I try to start emongo like this:

1> application:start(emongo).
{error,{not_started,sasl}}

if I start the shell with this options:

erl -pa emongo/ebin -sasl errlog_type error -eval "application:start(sasl)"

then:

1> application:start(emongo).
ok

I think it should be in the REAME (or maybe there is something I'm missing)

@bleeppurple
Copy link

sasl's fairly common in otp applications...

for anyone wanting a quick start from console you can do this before starting emongo

application:start(sasl).

@sinkovsky
Copy link

Is it really a dependency, cause for example it produces too much output when I do eunit testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants