BUILD FAILED (Ubuntu 24.04 on x86_64 using ruby-build 20250326 #2519
Replies: 1 comment
-
Hi, for every operating system Ruby has some dependencies that need to be installed beforehand, otherwise compilation will fail. The failure in the psych extension means that you need to install |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to intalling on Win 11 wsl ubuntu
When I run rbenv install 3.3.5
I got this error
==> Downloading ruby-3.3.5.tar.gz...
-> curl -q -fL -o ruby-3.3.5.tar.gz https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.5.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 21.1M 100 21.1M 0 0 12.1M 0 0:00:01 0:00:01 --:--:-- 12.1M
==> Installing ruby-3.3.5...
-> ./configure "--prefix=$HOME/.rbenv/versions/3.3.5" --enable-shared --with-ext=openssl,psych,+
-> make -j 16
*** Following extensions are not compiled:
psych:
Could not be configured. It will not be installed.
Check /tmp/ruby-build.20250408153358.47717.KIZTt1/ruby-3.3.5/ext/psych/mkmf.log for more details.
BUILD FAILED (Ubuntu 24.04 on x86_64 using ruby-build 20250326)
Beta Was this translation helpful? Give feedback.
All reactions