LoginSignup
1
0

configure: error: cannot run /bin/bash tool/config.sub, 今日のdocker error(16)

Last updated at Posted at 2021-08-06

実は、エラー出たの今日じゃないんです。
約1週間前です。

技術書「Rubyソースコード完全解説」 と 「docker で ruby」構築
https://qiita.com/kaizen_nagoya/items/a00fec16fb43e6e9071d

bash
checking for ruby... false
configure: error: cannot run /bin/bash tool/config.sub

configure: error: cannot run /bin/bash tool/config.sub on ubuntu:trusty #22
https://github.com/rubyomr-preview/rubyomr-preview/issues/22

wuzzzzaah/rubyインストール
https://gist.github.com/wuzzzzaah/0a7835a1182c3c23124a

bash
# apt update; apt -y upgrade;
# apt -y install build-essential git curl zlib1g-dev libssl-dev libreadline-dev libyaml-dev libxml2-dev libxslt-dev sqlite3 libsqlite3-dev nodejs 
# git clone git://github.com/sstephenson/rbenv.git .rbenv

# echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
# echo 'eval "$(rbenv init -)"' >> ~/.bashrc
# exec $SHELL
bash: rbenv: command not found
# mkdir -p ~/.rbenv/plugins

Reference

今日のDocker error:docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
https://qiita.com/kaizen_nagoya/items/bea99f4c1c0cb746029d

Error一覧 error(0)
https://qiita.com/kaizen_nagoya/items/48b6cbc8d68eae2c42b8

<この記事は個人の過去の経験に基づく個人の感想です。現在所属する組織、業務とは関係がありません。>
This article is an individual impression based on the individual's experience. It has nothing to do with the organization or business to which I currently belong.

文書履歴(document history)

ver. 0.01 初稿  20240504

最後までおよみいただきありがとうございました。

いいね 💚、フォローをお願いします。

Thank you very much for reading to the last sentence.

Please press the like icon 💚 and follow me for your happy life.

1
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
1
0