Skip to content

Build Failed with libyaml & psych on Almalinux 8.6 #2192

Answered by dxg
daBee asked this question in Build failures
Discussion options

You must be logged in to vote

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:

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.

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mislav
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mislav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants