I am trying to setup a cluster node in centos 7 for rabbitmq 3.7.0
After following the instruction from the docs, I can startup the rabbitmq-server by:
systemctl start rabbitmq-server
But, when running "rabbitmq-server -detached", the log said that rabbitmq required erlang>1.9.3, current version is 1.9.0.
I removed all erlang* packages from yum, and re-install erlang2.0.1 many times.
Unfornately, I was keep posted the same error message.
Please help to look into the problem, and give any suggestion.
Thanks.