Compilation errors when using erlang 25 #4867
-
Hi, when I compiled rabbitmq-server-3.10.1 with erlang 25, the following error occurred.
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Please use Discussions for questions. |
Beta Was this translation helpful? Give feedback.
-
Erlang 25 no longer can load modules compiled on Erlang 21 or older. Elixir 1.10.x was compiled on 21. |
Beta Was this translation helpful? Give feedback.
-
@michaelklishin |
Beta Was this translation helpful? Give feedback.
-
my question is: when you say recompile so and so with v25, does that mean one has to down load some version of the software that has to be recompiled. I am using the downloaded windows installer for both elixir and erlang so whatever they download is what is there. how do I recompile in erl 25 from the download.... :( |
Beta Was this translation helpful? Give feedback.
Erlang 25 no longer can load modules compiled on Erlang 21 or older. Elixir 1.10.x was compiled on 21.
We had to switch our pipelines to use Elixir 1.13.x even though we do not really have any reasons to depend on it, and then compile from source to never depend on what version Elixir maintainers pick at any point in the future.