[rabbitmq-discuss] RabbitMQ and Erlang --enable-native-libs

Matthias Radestock matthias at rabbitmq.com
Wed Mar 21 11:12:54 GMT 2012


Elias,

On -10/01/37 20:59, Elias Levy wrote:
> FYI for any others that may be thinking of trying this, RabbitMQ will
> not start up if you compile Erlang R15B with the --enable-native-libs
> option.  It exits with the error:
>
> The code server called the unloaded module `alarm_handler'

I am unable to reproduce this. I built R15B like this:

$ cd ~/src/otp_src_R15B
$ make clean
$ ./configure --enable-native-libs
$ make
(there is a bunch of stuff that gets compiled with +native, so the 
option is definitely taking effect)
$ sudo make install

I then did a clean build of rabbit 2.7.1 and ran the test suite. All 
works fine. I also tried the "binary" generic unix package we released 
for 2.7.1 and that works fine too.


Please post the steps to reproduce the error.


Regards,

Matthias.


More information about the rabbitmq-discuss mailing list