Replies: 1 comment 2 replies
-
A duplicate of #131. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
When doing a routine upgrade of a Rocky9 server with RabbitMQ server, upgrade of Erlang fails due to a missing dependency:
Apparently, the updated Erlang has been compiled against OpenSSL 3.4, but the current version in Rocky 9 is still OpenSSL 3.2, and the upgrade fails due to unmet dependencies.
Reproduction steps
Expected behavior
Erlang should be compiled against the correct OpenSSL version, matghing that of the upstream distribution.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions