質問編集履歴
1
エラーの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,35 +14,27 @@
|
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
-
```
|
18
17
|
|
19
|
-
エラーメッセージ
|
20
|
-
|
21
|
-
```
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
### 該当のソースコード
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
```ここに言語名を入力
|
30
|
-
|
31
|
-
ソースコード
|
32
|
-
|
33
|
-
```
|
34
18
|
|
35
19
|
|
36
20
|
|
37
21
|
### 試したこと
|
38
22
|
|
23
|
+
gemfileにgem 'mysql2'と追記し、
|
39
24
|
|
25
|
+
$ bundle config --local build.mysql2 "--with-cppflags=-I/usr/local/opt/openssl/include"
|
40
26
|
|
41
|
-
|
27
|
+
の後に$ bundle installを実行したのですが
|
42
28
|
|
29
|
+
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
|
43
30
|
|
31
|
+
An error occurred while installing mysql2 (0.5.3), and Bundler cannot continue.
|
44
32
|
|
33
|
+
Make sure that `gem install mysql2 -v '0.5.3' --source 'https://rubygems.org/'` succeeds before bundling.
|
34
|
+
|
35
|
+
とエラーが出ました。どうしたらいいですか?
|
36
|
+
|
45
|
-
#
|
37
|
+
# 補足情報(FW/ツールのバージョンなど)
|
46
38
|
|
47
39
|
|
48
40
|
|