0
0

AWS のLinux内にRubyをインストール

Posted at

解決したいこと

AWS のLinux内にRubyをインストールをしたい

rubyのインストール時のエラーが発生し(ここは一旦解決)、
LinuxにSSH接続でログイン後、rubyのダウンロード中にSSH接続がpipe outしてしまうところで止まっています...

解決方法を教えて下さい。

試したこと

エラーの部分は、
tmpファイル内の容量不足だったので、容量増強でエラー解消

使用したコマンド
TMPDIR="${PWD}/tmp" rbenv install 3.1.2

SSH接続のpipe out部分

[ec2-user@ip-10-0-0-6 ~]{PWD}/tmp" rbenv install 3.1.2
==> Downloading ruby-3.1.2.tar.gz...
-> curl -q -fL -o ruby-3.1.2.tar.gz https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.2.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 19.6M 100 19.6M 0 0 84.0M 0 --:--:-- --:--:-- --:--:-- 84.1M
==> Installing ruby-3.1.2...
-> ./configure "--prefix=$HOME/.rbenv/versions/3.1.2" --enable-shared --with-ext=openssl,psych,+
-> make -j 1
client_loop: send disconnect: Broken pipe
katayamaisao@katayamaisaonoMacBook-Pro .ssh %

一歩進んで二歩下がっている...ぐぬぬ...

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0