asdf-vm/asdf-ruby

Instructions out of date for RHEL 8/9

Open

#409 建立於 2024年8月26日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Shell (157 fork)github user discovery
help wanted

倉庫指標

Star
 (736 star)
PR 合併指標
 (平均合併 7分鐘) (30 天內合併 1 個 PR)

描述

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 https://github.com/rvm/rvm/issues/5288#issuecomment-1387705721

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

https://github.com/rvm/rvm/issues/2998#issuecomment-330061538

Also, the GCC version is out of date.

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

https://github.com/rbenv/ruby-build/issues/2437

貢獻者指南