the conf "REL_DIR"is not work in version3.9.11 #4433
-
I used the “ERL_DIR=/usr/erlang/bin/” in file rabbitmq-defaults of version3.7.14,now I use the 3.9.11,and echo “ERL_DIR=/usr/erlang24.2/bin/” to rabbitmq-defaults, but getting starting error : erl: command not found。I don‘t want to change the $PATH,How could I do |
Beta Was this translation helpful? Give feedback.
Answered by
michaelklishin
Apr 4, 2022
Replies: 1 comment 4 replies
-
You are supposed to modify Modify the |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
michaelklishin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are supposed to modify
rabbitmq-defaults
.Modify the
PATH
varaible,ERL_DIR
was never recommended by our team.