[rabbitmq-discuss] rabbitmq-server and stomp on debian

Henry Baxter henry.baxter at gmail.com
Fri Jun 25 19:09:56 BST 2010


Here is some good documentation:
http://hg.rabbitmq.com/rabbitmq-stomp/file/default/README

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).


Henry

On Fri, Jun 25, 2010 at 11:01, Nick Richardson <nick at blitware.com> wrote:

> Hello,
>
> 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.
>
> Though outdated, this was the only tutorial I could find via Google:
> http://blog.ibd.com/scalable-deployment/deploying-rabbitmq-and-stomp-on-ubuntu/
>
> 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 :)
>
> After checking out the rabbitmq-stomp code, I am to change dir into
> /usr/lib/erlang/lib/rabbitmq-stomp and execute this:
>
> make RABBIT_SERVER_SOURCE_ROOT=../rabbitmq_server-1.x.x all
>
> 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:
>
> RabbitMQ1:/usr/lib/erlang/lib/rabbitmq-stomp# make
> RABBIT_SERVER_SOURCE_ROOT=/usr/lib/rabbitmq/lib/rabbitmq_server-1.8.0/
> Makefile:10: ../include.mk: No such file or directory
> make: *** No rule to make target `../include.mk'.  Stop.
>
> I should note that I can set RABBIT_SERVER_SOURCE_ROOT to anything and I'm
> met with the same error.
>
> I have used "locate" to find include.mk, but I don't have a file of that
> name on my system at all.
>
> 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?
>
> Thanks in advance for any help you can provide,
> -Nick
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20100625/30e52b98/attachment.htm>


More information about the rabbitmq-discuss mailing list