[rabbitmq-discuss] STOMP for 1.5.3
Darien Kindlund
darien at kindlund.com
Wed Feb 25 04:43:08 GMT 2009
Okay, a couple of things: When using the pre-built debian dir, 'make
run' won't work all the way. Specifically, the make will succeed, but
then this error message will occur during the 'run' part:
make[1]: Entering directory `/usr/lib/erlang/lib/rabbitmq_server-1.5.3'
make[1]: *** No rule to make target `run'. Stop.
make[1]: Leaving directory `/usr/lib/erlang/lib/rabbitmq_server-1.5.3'
make: *** [start_server] Error 2
...which isn't a bad thing, since the stomp module did get built
successfully and works just fine. It may be worth documenting this in
the README.
Also, the README still mentions '/etc/default/rabbitmq' instead of
'/etc/rabbitmq/rabbitmq.conf'. I assume that's a minor typo.
FYI,
-- Darien
On Tue, Feb 24, 2009 at 7:35 PM, Darien Kindlund <darien at kindlund.com> wrote:
> Oops; yeah, I forgot to compile. I'll point it to the debian pre-built dir.
>
> Thanks,
> -- Darien
>
> On Feb 24, 2009, at 6:32 PM, Matthias Radestock <matthias at lshift.net> wrote:
>
>> Darien,
>>
>> Darien Kindlund wrote:
>>>
>>> Hrm, I'm getting the following errors when compiling the STOMP
>>> adapter. I'm using the v1.5.3 Debian package to install, but I also
>>> downloaded/extracted the v1.5.3 source .tar.gz and created a
>>> corresponding 'rabbitmq-server' symlink, as shown below.
>>
>> From the README ...
>> <quote>
>> To build the plugin, you should have the RabbitMQ broker source code
>> *compiled* in "../rabbitmq-server".
>> </quote>
>>
>> i.e. you'll need need to compile the server code.
>>
>> Or, alternatively, just point the symlink at the server dir installed by
>> the debian package (i.e. /usr/lib/erlang/lib/rabbitmq_server-<vsn>).
>>
>>
>> Matthias.
>
More information about the rabbitmq-discuss
mailing list