On 28 October 2011 12:25, Simon MacMullen <[email protected]> wrote:

> On 27/10/11 23:31, Raymond Barlow wrote:
>
>> After a day of pain, I finally managed to get rabbitmq installed, via
>> homebrew, on my mac (lion).
>>
>
> What was painful installing on homebrew? Not that we do the packaging, but
> if there's anything we can help make easier that would be cool.
>
> It was actually the Erlang install that was the problem. I had to change
the recipe, in the install step:
    # Don't use optimizations. Fixes build on Lion/Xcode 4.2
    ENV.remove_from_cflags /-O./
    ENV.append_to_cflags '-O0'

So, not actually a rabbit problem :)


>  Now, I'm having trouble with starting the server. It hangs (I guess
>> trying to resolve the hostname). If I ctrl-c during the hang, the broker
>> seems to start anyway.
>>
>> So, I thought I'd add NODENAME=localhost to
>> /etc/rabbitmq/rabbitmq-env.**conf (as suggested in other posts).
>> But, even after I have created this file, and put the above in it,
>> rabbitmq-server still fails connect (just hangs).
>>
>
> I think you need:
>
> RABBITMQ_NODENAME=rabbit@**localhost
>

Yep, I pretty sure I tried that too, still hung. I'll give it another go
next time I'm at home. (weirdly it works fine when I'm at work with the same
machine).

Cheers,
Raymond




> Cheers, Simon
>
> --
> Simon MacMullen
> RabbitMQ, VMware
>
> ______________________________**_________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss@lists.**rabbitmq.com<[email protected]>
> https://lists.rabbitmq.com/**cgi-bin/mailman/listinfo/**rabbitmq-discuss<https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss>
>
> --
> You received this message because you are subscribed to the Google Groups
> "rabbitmq-discuss" group.
> To post to this group, send email to 
> rabbitmq-discuss@googlegroups.**com<[email protected]>
> .
> To unsubscribe from this group, send email to
> rabbitmq-discuss+unsubscribe@**googlegroups.com<rabbitmq-discuss%[email protected]>
> .
> For more options, visit this group at http://groups.google.com/**
> group/rabbitmq-discuss?hl=en<http://groups.google.com/group/rabbitmq-discuss?hl=en>
> .
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"rabbitmq-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rabbitmq-discuss?hl=en.

Reply via email to