Ruby 2.2.1 install failed - 'rdoc' #2167
Replies: 8 comments 1 reply
-
Might be related to #728 but I'm not sure. Try disabling the doc building step like here #156 (comment)
|
Beta Was this translation helpful? Give feedback.
-
@mislav It works. Thanks |
Beta Was this translation helpful? Give feedback.
-
Can you enlight me were to put that? ATM I do:
|
Beta Was this translation helpful? Give feedback.
-
# Abort script when any command fails.
# Useful to avoid having to chain all commands on one line with `&&`.
set -e
echo 'gem: --no-document' > /usr/local/etc/gemrc
mkdir -p /src
git clone https://github.com/sstephenson/ruby-build.git /src/ruby-build
/src/ruby-build/install.sh
rm -rf /src/ruby-build
RUBY_CONFIGURE_OPTS=--disable-install-doc ruby-build 2.2.3 /usr/local |
Beta Was this translation helpful? Give feedback.
-
Same issue in an instance in amazon lightsail. Solved by action stated within #729 (comment) |
Beta Was this translation helpful? Give feedback.
-
@mislav Thanks! |
Beta Was this translation helpful? Give feedback.
-
Thank you @mislav ! |
Beta Was this translation helpful? Give feedback.
-
I tried to install Ruby 2.2.1 and got the following error:
Is there any known solution?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions