<br><div class="gmail_quote">On Wed, Nov 4, 2009 at 12:24 AM, Marcus Irven <span dir="ltr">&lt;<a href="mailto:marcus@marcusirven.com">marcus@marcusirven.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;">
I&#39;ve installed rabbitmq 1.6.0 via yum on two CentOS servers (one on slicehost and the other on EC2) and I&#39;m running rabbitmq as a service.  On both servers I get an error when trying to run rabbitmqctl:<div><br></div>

<blockquote style="border: medium none ; margin: 0pt 0pt 0pt 40px; padding: 0px;">{&quot;init terminating in do_boot&quot;,{undef,[{rabbit_control,start,[]},{init,start_it,1},{init,start_em,1}]}}<br><br>
Crash dump was written to: erl_crash.dump</blockquote><div><div><br></div><div>Any help is appreciated.</div><br></div></blockquote><div><br>The error means that rabbit_control:start() is a function that could not be found by the Erlang runtime (it&#39;s undefined). I&#39;m not sure how things are installed for you (combined Erlang and Rabbit or just Rabbit making use of a centrally installed Erlang). You could check the Erlang path settings in the rabbitmqctl script to see if the Rabbit folders are included correctly.<br>
<br>Robby<br><br></div></div>