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/">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&#39;s not. �Instead, it has been placed in the directory /usr/lib/rabbitmq/lib/rabbitmq_server-1.8.0/. �&quot;No biggie, I will just specify that dir instead&quot; I figured. �However, I&#39;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">include.mk</a>: No such file or directory</div>

<div>make: *** No rule to make target `../<a href="http://include.mk">include.mk</a>&#39;. �Stop.</div></div><div><br></div><div>I should note that I can set RABBIT_SERVER_SOURCE_ROOT to anything and I&#39;m met with the same error.</div>

<div><br></div><div>I have used &quot;locate&quot; to find <a href="http://include.mk">include.mk</a>, but I don&#39;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>