3.8.13 package for RHEL 8 won't start on Erlang 22.0 #2856
Replies: 3 comments 6 replies
-
Latest RabbitMQ releases require Erlang/OTP 22.3 or later. This has been the documented case since Our team produces zero dependency Erlang RPMs that go up to We do not expect to support Erlang 22 for three more years, in fact, support for it will be dropped as soon as Erlang 24 goes GA this May or June. So our team only supports two most recent major Erlang versions and it has been the case for a few years. Please also be aware of the fact that Bintray the service goes away on May 1st. So perhaps you should consider installing packages from GitHub (an easy option with RPMs) or PackageCloud. |
Beta Was this translation helpful? Give feedback.
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
@assen-totin seems like there is an issue with FIPS mode on RHEL 8. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The BinTray repository says it is owned by you:
https://bintray.com/rabbitmq/rpm/rabbitmq-server/3.8.13-1
The RHEL-8 package for 3.8.13 is broken - server refuses to start with
The likely reason is here:
https://github.com/rabbitmq/credentials-obfuscation/blob/master/ChangeLog.md#changes-between-230-and-240-february-18-2021
RHEL-8 only ships Erlang 22.0:
This needs some attention as the Erlang package in RHEL-8 is not (yet) modular, hence no update of the major or minor version is expected during the lifecycle of the product - and next major RHEL version is still 3 years away.
Beta Was this translation helpful? Give feedback.
All reactions