[rabbitmq-discuss] RabbitMQ install issue on Centos 5.5

Not Drew Stevens not.drew.stevens at gmail.com
Mon Mar 28 23:23:58 BST 2011



On 3/28/11 12:09 PM, Matthias Radestock wrote:
> Drew,
>
> On 28/03/11 19:59, Not Drew Stevens wrote:
>> In all three cases, (repos, rpms and source compile) I installed Erlang
>> version R14B02.
>
> I didn't realise there were repos/rpms for the latest erlang. Where
> did you find them?

Looks like I was wrong about this part of the post.  I was using the
R14B rpms from
(http://repos.fedorapeople.org/repos/peter/erlang/epel-erlang.repo)
>
>> [...]
>> Maybe I'll try to install a previous version of Erlang to see if that
>> makes a difference.
>
> That is certainly worth a try. I recommend R13B04 - the last in the
> R13 series - in case this problem was introduced in R14.
>
>
I was successful with the R13B04 release (from source) followed by repo
install of rabbitmq-server.

Thanks for the encouragement.

What's interesting, is that when compiled R14B, I got the following
error that did not occur when compiling R14B02 the first time:
(NOTE: I started from a fresh OS install for all of these tests)
....
erlc -W  +debug_info +inline -o../ebin hipe_rtl.erl
pthread/ethr_event.c:92: Fatal error in wait__(): Function not
implemented (38)
make[3]: *** [../ebin/hipe_rtl.beam] Aborted
....

and R14B01 produced something similar but different:
....
erlc -W  +debug_info +inline -o../ebin hipe_rtl.erl
pthread/ethr_event.c:92: Fatal error in wait__(): Function not
implemented (38)
../include/internal/pthread/ethr_event.h:86: Fatal error in
ethr_event_set(): Function not implemented (38)
make[3]: *** [../ebin/hipe_rtl.beam] Aborted

then when I recompiled R14B02 one more time, I did get the error.
....
erlc -W  +debug_info +inline -o../ebin hipe_rtl.erl
pthread/ethr_event.c:98: Fatal error in wait__(): Function not
implemented (38)
make[3]: *** [../ebin/hipe_rtl.beam] Aborted
....

I'm not sure what I did differently the first time I compiled R14B02,
but I know I'm not crazy because I still have the terminal log for the
one time it worked. Not sure what was different.





More information about the rabbitmq-discuss mailing list