Build Failed with libyaml & psych on Almalinux 8.6 #2192
-
I am using
Is there a way around this? Any insight appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Hi, per our suggested build environment, you should install |
Beta Was this translation helpful? Give feedback.
-
Added both. Buuuuut, still issues. I'm actually migrating from |
Beta Was this translation helpful? Give feedback.
-
Ya it's reporting the same issue about
|
Beta Was this translation helpful? Give feedback.
-
For anyone struggling to install AlmaLinux 8: dnf config-manager --set-enabled powertools AlmaLinux 9: dnf config-manager --set-enabled crb Then: dnf install libyaml-devel after which Ruby 3.2 compiles successfully. |
Beta Was this translation helpful? Give feedback.
For anyone struggling to install
libyaml-devel
in AlmaLinux 8 or 9,libyaml-devel
is part of their CodeReady Builder/PowerTools repo which has to be enabled:AlmaLinux 8:
AlmaLinux 9:
Then:
after which Ruby 3.2 compiles successfully.