How do you get RabbitMQ to run on Snow Leopard 64-bit?
I installed Erlang R14B u开发者_运维技巧sing 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.
brew install rabbitmq
Seriously, checkout Homebrew
also, to make it run, you can also use
cd scripts/
./rabbitmqctl start_app
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.
精彩评论