Oracle Linux 9 slim container building Ruby 3.3.6 failing on phych #2499
-
|
I'm building inside of an Oracle Linux 9 Slim container and I'm getting the below. And upon checking the referenced log file I'm getting the below I'm following the instructions as best I can with my build script looking like this. Building software from source is not something I'm familiar with, so I suspect I'm missing something obvious. What am I missing here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi, "psych" is Ruby's confusingly-named YAML extension, and it requires libyaml. Try installing |
Beta Was this translation helpful? Give feedback.
Hi, "psych" is Ruby's confusingly-named YAML extension, and it requires libyaml.
Try installing
libyaml-devel: https://github.com/rbenv/ruby-build/wiki#fedora