1
votes

I installed Erlang R14B using the --enable-darwin-64bit option and set the bin directory in my PATH. When I run rabbitmq-server script from the 2.1.1 release I receive the following message:

{"init terminating in do_boot",{undef,[{rabbit_plugin_activator,start,[]},{init,start_it,1},{init,start_em,1}]}}

Crash dump was written to: erl_crash.dump init terminating in do_boot ()

I am unable to decipher any useful information in the dump file.

2

2 Answers

1
votes

brew install rabbitmq

Seriously, checkout Homebrew

also, to make it run, you can also use

cd scripts/

./rabbitmqctl start_app
0
votes

Instead of using the "Source code and tools (tar.gz)" rabbitmq-server from the RabbitMQ site use the "Packaged for generic Unix systems" rabbitmq-server.