Linux上安装rabbitmq遇到的一些问题
在安装elixir的时候erlang,安装了错误的包
错误记录如下:
1 | {"init terminating in do_boot",{'cannot get bootfile','no_dot_erlang.boot'}} |
此时的错误是在安装erlang的时候安装了错误的erlang,正确的需要安装的是esl-erlang
,详情如下:
The “esl-erlang” package is a file containg the complete installation: it includes the Erlang/OTP platform and all of its applications. The “erlang” package is a frontend to a number of smaller packages. Currently we support both “erlang” and “esl-erlang”. Note that the split packages have multiple advantages:
seamless replacement of the available packages,
other packages have dependencies on “erlang”, not “esl-erlang”,
if your disk-space is low, you can get rid of some unused parts; “erlang-base” needs only ~13MB of space.