Om my. Well that is embarrasing...<div><br></div><div>In my defense the installation instruction don't mention rabbit actually has to be compiled at all: <a href="http://www.rabbitmq.com/install.html#install-generic-unix">http://www.rabbitmq.com/install.html#install-generic-unix</a></div>
<div>It says:</div><div><br></div><div>1. Install erlang</div><div>2. unpack rabbitmq tarball and place with other erlang libs</div><div>3. Customize script/rabbitmq-server environment variables</div><div><br></div><div>Not actually knowing erlang at all I had no idea this was a even a compiled language at all. It seems that a step 2.5 "run a make command in the rabbitmq-server_version directory", would have saved me a headache.</div>
<div><br></div><div>Anyway, thanks very much for the head slapper there. I probably should have known.</div><div>-Alex<br>
<br><br><div class="gmail_quote">On Mon, Oct 19, 2009 at 6:31 PM, Ari Lerner <span dir="ltr"><<a href="mailto:arilerner@mac.com">arilerner@mac.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Did you make rabbit?<br>
<br>
cd rabbitmq-server && make ?<br>
<br>
Ari<br>
<br>
On Oct 19, 2009, at 6:24 PM, Squeegy wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I seem to have quite an adventure getting rabbitmq-server running on my snow<br>
leopard machine.<br>
<br>
Macports failed to install erlang, due to some bizarre compilation errors,<br>
so I installed it from source. It also failed to install rabbitmq-server,<br>
so I tried to install it manually. I it appears to have install erlangs<br>
libs to /usr/local/lib/erlang/lib/, so that it where I put the<br>
rabbitmq-server-1.7.0 directory. But when I run the server, it's not happy:<br>
<br>
---<br>
$ /usr/local/lib/erlang/lib/rabbitmq-server-1.7.0/scripts/rabbitmq-server<br>
{"init terminating in<br>
do_boot",{undef,[{rabbit,start,[]},{init,start_it,1},{init,start_em,1}]}}<br>
<br>
Crash dump was written to: erl_crash.dump<br>
init terminating in do_boot ()<br>
---<br>
<br>
The crash log is no less than 12,000 lines and I have no idea what to make<br>
of it. I can run "erl" just fine, and I get the erlang prompt (I think):<br>
<br>
---<br>
$ erl<br>
Erlang R13B02 (erts-5.7.3) [source] [smp:2:2] [rq:2] [async-threads:0]<br>
[kernel-poll:false]<br>
<br>
Eshell V5.7.3 (abort with ^G)<br>
1><br>
---<br>
<br>
So I have no idea what is going on here. I have put the crashdump up here:<br>
<a href="http://gist.github.com/213893" target="_blank">http://gist.github.com/213893</a><br>
<br>
In case someone smarter than I can make heads or tails of it. I would<br>
really appreciate any tips here and what noobie mistake I made here.<br>
<br>
Thank you to anyone who can help me out.<br>
-- <br>
View this message in context: <a href="http://www.nabble.com/Can%27t-run-rabbitmq-server...-Install-issue--tp25967988p25967988.html" target="_blank">http://www.nabble.com/Can%27t-run-rabbitmq-server...-Install-issue--tp25967988p25967988.html</a><br>
Sent from the RabbitMQ mailing list archive at Nabble.com.<br>
<br>
<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com" target="_blank">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>
</blockquote>
<br>
</blockquote></div><br></div>