質問編集履歴

6

追記

2020/03/25 05:36

投稿

chocolate_pie
chocolate_pie

スコア26

test CHANGED
File without changes
test CHANGED
@@ -24,6 +24,8 @@
24
24
 
25
25
  [nokogiri1.6.8がbundleできない(インストールはできる)](https://teratail.com/questions/39554)
26
26
 
27
+ [bundle install時の nokogiriエラー備忘録](https://qiita.com/E-46/items/b1dc5807f8604952bf93)
28
+
27
29
  ### 発生している問題・エラーメッセージ
28
30
 
29
31
 

5

バージョン追加

2020/03/25 05:36

投稿

chocolate_pie
chocolate_pie

スコア26

test CHANGED
File without changes
test CHANGED
@@ -228,4 +228,4 @@
228
228
 
229
229
  linuxのrubyバージョン 2.5.7 同じ
230
230
 
231
- そこはクリアしていました
231
+ そこはクリアしていました

4

追記

2020/03/25 02:35

投稿

chocolate_pie
chocolate_pie

スコア26

test CHANGED
File without changes
test CHANGED
@@ -223,3 +223,9 @@
223
223
 
224
224
 
225
225
  rubyやrailsのバージョンが関係あるのでしょうか?
226
+
227
+ →gemファイルのrubyバージョン 2.5.7
228
+
229
+ linuxのrubyバージョン 2.5.7 同じ
230
+
231
+ そこはクリアしていました。

3

追記

2020/03/25 02:34

投稿

chocolate_pie
chocolate_pie

スコア26

test CHANGED
File without changes
test CHANGED
@@ -1,9 +1,15 @@
1
1
  ### 前提・実現したいこと
2
2
 
3
+ いつもお世話になっています。
4
+
5
+
6
+
3
- bundle installしようとしたらnokogiriで引っかかって実行できません。
7
+ railsでbundle installしようとしたらnokogiriで引っかかって実行できません。
4
8
 
5
9
  何個も記事を参照して試したのですがうまくいきません。
6
10
 
11
+ 半日以上経っても解決していません…助けてください(泣)
12
+
7
13
 
8
14
 
9
15
  【参考記事】
@@ -176,9 +182,15 @@
176
182
 
177
183
  ④gem install nokogiri -v '1.10.3' --source 'https://rubygems.org/実行→変わらず
178
184
 
185
+ ⑤変わらず
186
+
187
+ ```
188
+
179
- $ bundle config build.nokogiri --use-system-libraries
189
+ $ bundle config build.nokogiri --use-system-libraries
180
-
190
+
181
- $ bundle install→変わらず
191
+ $ bundle install
192
+
193
+ ```
182
194
 
183
195
  ⑥位置を変更したため注意されてしまいました(?)
184
196
 

2

追加

2020/03/25 01:41

投稿

chocolate_pie
chocolate_pie

スコア26

test CHANGED
File without changes
test CHANGED
@@ -16,6 +16,8 @@
16
16
 
17
17
  [nokogiriエラーが出ます。](https://teratail.com/questions/184332)
18
18
 
19
+ [nokogiri1.6.8がbundleできない(インストールはできる)](https://teratail.com/questions/39554)
20
+
19
21
  ### 発生している問題・エラーメッセージ
20
22
 
21
23
 
@@ -178,6 +180,16 @@
178
180
 
179
181
  $ bundle install→変わらず
180
182
 
183
+ ⑥位置を変更したため注意されてしまいました(?)
184
+
185
+ ```
186
+
187
+ vagrant@vagrant:/vagrant/Web_Attendance$ sudo bundle config build.nokogiri --with-xml2-config=/usr/local/opt/libxml2/bin/xml2-config --with-xslt-config=/usr/local/opt/libxslt/bin/xslt-config
188
+
189
+ You are replacing the current global value of build.nokogiri, which is currently "--use-system-libraries"
190
+
191
+ ```
192
+
181
193
 
182
194
 
183
195
  ### 補足情報(FW/ツールのバージョンなど)

1

追加

2020/03/25 01:37

投稿

chocolate_pie
chocolate_pie

スコア26

test CHANGED
File without changes
test CHANGED
@@ -174,6 +174,10 @@
174
174
 
175
175
  ④gem install nokogiri -v '1.10.3' --source 'https://rubygems.org/実行→変わらず
176
176
 
177
+ ⑤$ bundle config build.nokogiri --use-system-libraries
178
+
179
+ $ bundle install→変わらず
180
+
177
181
 
178
182
 
179
183
  ### 補足情報(FW/ツールのバージョンなど)