I have been trying to get Airavata installed on a couple of different versions
of CentOS, 6.4 and 6.7. I am getting stuck at the RabbitMQ installation. I get
an error that my version of Erlang is too old.
Error: Package: rabbitmq-server-3.6.6-1.el6.noarch
(/rabbitmq-server-3.6.6-1.el6.noarch)
Requires: erlang >= R16B-03
Installed: erlang-R14B-04.3.el6.x86_64 (@epel)
erlang = R14B-04.3.el6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
I tried installing version R16B-03 and it seemed to install ok but I am still
getting the same error. I am not sure how to direct the RabbitMQ installation
to see the more recent version of Erlang.
I have been using the installation instructions at
https://www.rabbitmq.com/install-rpm.html which Eroma suggested I try for
earlier versions of CentOS. These instructions direct me to install RabbitMQ
using the RPM package manager, but it's not clear where RabbitMQ would end up
being installed if the install were actually successful.
Would I be better of just getting a version of CentOS 7?
Jeff