
Issue #20321 has been updated by Justman10000 (Justin Nogossek). kjtsanaktsidis (KJ Tsanaktsidis) wrote in #note-6:
V=1 make the ruby build system print out all the commands it is running.
Can you attach the complete output of all of the commands you used to build Ruby please?
```shell wget http://ftp.ruby-lang.org/pub/ruby/3.3/ruby-3.3.0.zip unzip ruby-3.3.0.zip mv ruby-3.3.0 /usr/local/ruby cd /usr/local/ruby bash configure make V=1 install ``` ---------------------------------------- Bug #20321: `require': cannot load such file https://bugs.ruby-lang.org/issues/20321#change-107156 * Author: Justman10000 (Justin Nogossek) * Status: Feedback * Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN ---------------------------------------- Hi, have this, when i would compile Ruby:
internal:<RUBY_PATH>/lib/rubygems/core_ext/kernel_require.rb:9:in `require': cannot load such file -- monitor (LoadError)