如何让 RabbitMQ 在 Snow Leopard 64 位上运行?

发布于 2024-09-30 16:52:03 字数 316 浏览 10 评论 0原文

我使用 --enable-darwin-64bit 选项安装了 Erlang R14B,并在我的 PATH 中设置了 bin 目录。当我从 2.1.1 版本运行rabbitmq-server 脚本时,我收到以下消息:

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

故障转储已写入:erl_crash.dump init 终止于 do_boot ()

我无法破译转储文件中的任何有用信息。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

べ繥欢鉨o。 2024-10-07 16:52:04

真的,请查看 Homebrew

,要使其运行,您还可以使用

cd 脚本/

./rabbitmqctl start_app

brew install rabbitmq

Seriously, checkout Homebrew

also, to make it run, you can also use

cd scripts/

./rabbitmqctl start_app
注定孤独终老 2024-10-07 16:52:04

不要使用 RabbitMQ 站点中的“源代码和工具 (tar.gz)”rabbitmq-server,而是使用“针对通用 Unix 系统打包的”rabbitmq-server。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文