Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions out of date for RHEL 8/9 #409

Open
mcandre opened this issue Aug 26, 2024 · 0 comments
Open

Instructions out of date for RHEL 8/9 #409

mcandre opened this issue Aug 26, 2024 · 0 comments

Comments

@mcandre
Copy link

mcandre commented Aug 26, 2024

When I try to install Ruby on RHEL (8/9) with ASDF, then yum and dnf note that there is no longer a package called libyaml-devel.

In recent versions of RHEL, the package is hidden by default. RHEL users will need to explicitly enable some package groups:

# RHEL 8 based distros:
dnf config-manager --set-enabled powertools

# RHEL 9 based distros:
dnf config-manager --set-enabled crb

dnf install libyaml-devel

Per rvm/rvm#5288 (comment)

For comparison, RVM uses Ruby's built-in libyaml implementation:

rvm/rvm#2998 (comment)

Also, the GCC version is out of date.

This issue appears to be specific to the underlying rbenv/ruby-build system:

rbenv/ruby-build#2437

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant