emqx/emqx-auth-mongo

make error

Closed this issue · 3 comments

I encountered that problem and to be honest I still found it hard to get over it(Compiler emq-auth-mongo plug-in)

This problem is:
make[3]: rebar: Command not found
Makefile:13: recipe for target 'deps' failed
make[3]: *** [deps] Error 127
make[3]: Leaving directory '/home/emqtt/emq-auth-mongo/deps/goldrush'
../../erlang.mk:288: recipe for target 'deps' failed
make[2]: *** [deps] Error 2
make[2]: Leaving directory '/home/emqtt/emq-auth-mongo/deps/lager'
../../erlang.mk:288: recipe for target 'deps' failed
make[1]: *** [deps] Error 2
make[1]: Leaving directory '/home/emqtt/emq-auth-mongo/deps/emqttd'
erlang.mk:288: recipe for target 'deps' failed
make: *** [deps] Error 2

Thanks for give me help!

Please install rebar:

On Ubuntu:

sudo apt-get install rebar

On CentOS:

sudo yum install rebar

It's work!Thank you very much!

I can confirm