RPM dependency on erlang #5079
-
I have a question about using dnf to install rabbitmq. It seems that the dependencies on the rabbitmq-server only specifies erlang >= 23.2. However in the erlang repo there is already an 25.x release which isn't supported for that version of rabbitmq-server according to [1]. With the last system upgrade we run into an issue with an incompatible erlang release. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Erlang 25 is supported by RabbitMQ 3.10 and latest 3.9 and 3.8 patch releases run on it. You should be able to pin Erlang to a specific version if you really have to. |
Beta Was this translation helpful? Give feedback.
Erlang 25 is supported by RabbitMQ 3.10 and latest 3.9 and 3.8 patch releases run on it. You should be able to pin Erlang to a specific version if you really have to.