回答編集履歴
1
内容追記
test
CHANGED
@@ -3,3 +3,23 @@
|
|
3
3
|
|
4
4
|
|
5
5
|
`sudo yum install git` でgitをインストールしてください。
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
---
|
10
|
+
|
11
|
+
```Text
|
12
|
+
|
13
|
+
/tmp/ruby-build.20200427085831.17156.neMvlB/ruby-2.7.1/lib/rubygems/core_ext/kernel_require.rb:92:in `require': cannot load such file -- openssl (LoadError)
|
14
|
+
|
15
|
+
```
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
この一行がエラーの原因となります。OpenSSLライブラリがインストールされていません。
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
[https://github.com/rbenv/ruby-build/wiki#centos](https://github.com/rbenv/ruby-build/wiki#centos)
|
24
|
+
|
25
|
+
上記にある依存ライブラリをインストールした上で、ビルドし直してください。
|