<div>Here is some good documentation: <a href="http://hg.rabbitmq.com/rabbitmq-stomp/file/default/README">http://hg.rabbitmq.com/rabbitmq-stomp/file/default/README</a></div><div><br></div>I would suggest building the server and the adapter from source. After that it's just a matter of integrating it into your operating environment. On Debian, since you already have apt-get installed it, you can see how the package maintainers suggest things are layed out (do a `sudo which rabbitmqctl` then read that to see what they're up to, also the /etc/init.d/rabbitmq-server script).<div>
<br></div><div><br></div><div>Henry<div><br><div class="gmail_quote">On Fri, Jun 25, 2010 at 11:01, Nick Richardson <span dir="ltr"><<a href="mailto:nick@blitware.com">nick@blitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello,<div><br></div><div>I am attempting to install rabbitmq-server and the Stomp adapter on a Debian 5.0 machine, and I cannot seem to get Stomp to compile.</div><div><br></div><div>Though outdated, this was the only tutorial I could find via Google: <a href="http://blog.ibd.com/scalable-deployment/deploying-rabbitmq-and-stomp-on-ubuntu/" target="_blank">http://blog.ibd.com/scalable-deployment/deploying-rabbitmq-and-stomp-on-ubuntu/</a></div>
<div><br></div><div>Following its instructions, I have installed rabbitmq-server successfully via dpkg/apt-get. I then checked out the rabbitmq-stomp code into the folder /usr/lib/erlang/lib/ (again, as per instructions). This is where everything begins to fall apart :)</div>
<div><br></div><div>After checking out the rabbitmq-stomp code, I am to change dir into /usr/lib/erlang/lib/rabbitmq-stomp and execute this:</div><div><br></div><div>make RABBIT_SERVER_SOURCE_ROOT=../rabbitmq_server-1.x.x all</div>
<div><br></div><div>It seems the rabbitmq-server source code should be located in /usr/lib/erlang/lib/rabbitmq_server-x.x.x, buuut it's not. Instead, it has been placed in the directory /usr/lib/rabbitmq/lib/rabbitmq_server-1.8.0/. "No biggie, I will just specify that dir instead" I figured. However, I'm now met with this error:</div>
<div><br></div><div><div>RabbitMQ1:/usr/lib/erlang/lib/rabbitmq-stomp# make RABBIT_SERVER_SOURCE_ROOT=/usr/lib/rabbitmq/lib/rabbitmq_server-1.8.0/</div><div>Makefile:10: ../<a href="http://include.mk" target="_blank">include.mk</a>: No such file or directory</div>
<div>make: *** No rule to make target `../<a href="http://include.mk" target="_blank">include.mk</a>'. Stop.</div></div><div><br></div><div>I should note that I can set RABBIT_SERVER_SOURCE_ROOT to anything and I'm met with the same error.</div>
<div><br></div><div>I have used "locate" to find <a href="http://include.mk" target="_blank">include.mk</a>, but I don't have a file of that name on my system at all.</div><div><br></div><div>Has anyone else encountered this headache? My only goal here is to get rabbitmq-server running with the Stomp adapter on a Debian 5 system. How do I accomplish this?</div>
<div><br></div><div>Thanks in advance for any help you can provide,</div><div>-Nick</div>
<br>_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br></blockquote></div><br></div></div>