Other solution :<br><br>Clone source rabbitmq-server from github, build and install it (<a href="http://www.rabbitmq.com/install.html">http://www.rabbitmq.com/install.html</a>). It&#39;s worked fine for me :D.<br><br>Cuong<br>
<br><div class="gmail_quote">On Fri, Jul 24, 2009 at 8:23 AM, Paulo Suzart <span dir="ltr">&lt;<a href="mailto:paulosuzart@gmail.com">paulosuzart@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Wow! Bang! Right there Matthias.<br><br>RabbitMQ is up and runnig. Really thanks for that. Finally going deep in my studies. Hope have fun with rabbit.<br><br>Sincerely<br><br>Paulo Suzart<br><br><div class="gmail_quote">
<div class="im">2009/7/23 Matthias Radestock <span dir="ltr">&lt;<a href="mailto:matthias@lshift.net" target="_blank">matthias@lshift.net</a>&gt;</span><br>

</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Paulo,<div><div></div><div class="h5"><br>
<div><br>
Paulo Suzart wrote:<br>
&gt; Firstly thanks for helping. Here go the two logs.<br>
&gt;<br>
&gt; startup_err:<br>
&gt;<br>
&gt; Crash dump was written to: erl_crash.dump<br>
&gt; init terminating in do_boot ()<br>
&gt;<br>
&gt; startup_log:<br>
&gt;<br>
&gt; {&quot;init terminating in<br>
&gt; do_boot&quot;,{undef,[{rabbit_multi,start,[]},{init,start_it,1},{init,start_em,1}]}}<br>
<br>
</div>The error indicates that erlang could not find the RabbitMQ code<br>
modules. In a package-managed installation of RabbitMQ like yours one<br>
typical reason for that is a secondary installation of Erlang that is on<br>
the PATH before the package-managed one. To test that, run &#39;erl&#39; and<br>
inspect the output of evaluating<br>
  code:lib_dir().<br>
That will tell you where Erlang is looking for its libraries. If &#39;erl&#39;<br>
is the package-managed installation then this will usually point to<br>
&#39;/usr/lib/erlang/lib&#39;, and you will find a rabbitmq_server-&lt;vsn&gt;<br>
directory underneath that. I suspect in your case it will point<br>
elsewhere (and there is no rabbitmq_server subdir there). If so, remove<br>
your secondary Erlang installation and that should solve the problem.<br>
Alternatively you can also create a symlink in the reported library dir<br>
to /usr/lib/erlang/lib/rabbitmq_server-&lt;vsn&gt; (assuming that is where the<br>
package manager installed the RabbitMQ modules).<br>
<br>
There could be other reasons for the reported error, but the above<br>
scenario is the one people run into most frequently.<br>
<br>
<br>
Regards,<br>
<font color="#888888"><br>
Matthias.<br>
</font></div></div></blockquote></div><br>
<br>_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br></blockquote></div><br>