We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: