[rabbitmq-discuss] compiling rabbit-mq server on rhel 5 x86_64 - segmentation fault

Simon MacMullen simon at rabbitmq.com
Fri Aug 30 10:59:34 BST 2013


Well, xsltproc is segfaulting, but you probably knew that. 1.1.17 is 
really quite old - it predates the first line of code written for 
RabbitMQ! Not sure what advice I can give other than "upgrade xsltproc".

That's also an old version of Erlang BTW, see 
http://www.rabbitmq.com/install-rpm.html for tips on getting a newer one.

And of course you may not need to compile RabbitMQ; if you don't want to 
use the RPM you can install the binary tarball: 
http://www.rabbitmq.com/install-generic-unix.html

Cheers, Simon

On 30/08/2013 10:33AM, anirban wrote:
>
>
>
> erl -version
> Erlang (SMP,ASYNC_THREADS,HIPE) (BEAM) emulator version 5.6.5
>
>
> cloned from the latest in the repo:
>
> make:
> make-3.81-3.el5
>
> xslt:
> libxslt-devel-1.1.17-4.el5_8.3
> libxslt-1.1.17-4.el5_8.3
>
>
>
> Makefile:375: deps.mk: No such file or directory
> python codegen.py body ../rabbitmq-codegen//amqp-rabbitmq-0.9.1.json
> ../rabbitmq-codegen//credit_extension.json src/rabbit_framing_amqp_0_9_1.erl
> python codegen.py body ../rabbitmq-codegen//amqp-rabbitmq-0.8.json
> src/rabbit_framing_amqp_0_8.erl
> xsltproc --novalid --stringparam modulename "`basename
> src/rabbit_ctl_usage.erl .erl`" \
>                  docs/usage.xsl docs/rabbitmqctl.1.xml >
> src/rabbit_ctl_usage.erl.tmp
> /bin/sh: line 1: 10489 Segmentation fault      xsltproc --novalid
> --stringparam modulename "`basename src/rabbit_ctl_usage.erl .erl`"
> docs/usage.xsl docs/rabbitmqctl.1.xml > src/rabbit_ctl_usage.erl.tmp
> make: *** [src/rabbit_ctl_usage.erl] Error 139
>
> am I missing anything obvious ?
>
> -anirban
>
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>

-- 
Simon MacMullen
RabbitMQ, Pivotal


More information about the rabbitmq-discuss mailing list