
Issue #20321 has been updated by Justman10000 (Justin Nogossek). nobu (Nobuyoshi Nakada) wrote in #note-1:
What did you try to do at that time? And could you show more error logs around the line?
The commands: ```shell version=3.3 underVersion=3.3.0 wget https://cache.ruby-lang.org/pub/ruby/$version/ruby-$underVersion.tar.gz gunzip ruby-$underVersion.tar.gz tar xvf ruby-$underVersion.tar mv ruby-$underVersion /usr/local/ruby rm -r ruby-$underVersion.tar cd /usr/local/ruby bash configure --disable-install-rdoc --disable-install-capi --prefix=/usr/local --with-ext=psych make install ``` ---------------------------------------- Bug #20321: `require': cannot load such file https://bugs.ruby-lang.org/issues/20321#change-107113 * 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)