質問編集履歴
1
表示されない部分がありましたので更新致しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,9 +6,8 @@
|
|
6
6
|
|
7
7
|
### 発生している問題・エラーメッセージ
|
8
8
|
|
9
|
+
現在のError状況
|
9
10
|
```
|
10
|
-
The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
|
11
|
-
Fetching gem metadata from https://rubygems.org/............
|
12
11
|
Using rake 13.0.1
|
13
12
|
Using concurrent-ruby 1.1.6
|
14
13
|
Using i18n 1.8.2
|
@@ -220,7 +219,22 @@
|
|
220
219
|
|
221
220
|
### 試したこと
|
222
221
|
|
223
|
-
始めにbundle installした際のError内容
|
222
|
+
始めにbundle installした際のError内容に
|
223
|
+
|
224
224
|
```
|
225
|
+
No pg_config... trying anyway. If building fails, please try again with
|
226
|
+
--with-pg-config=/path/to/pg_config
|
227
|
+
checking for libpq-fe.h... no
|
228
|
+
Can't find the 'libpq-fe.h header
|
229
|
+
```
|
225
230
|
|
231
|
+
と表記がありましたので、
|
232
|
+
$ bundle config build.pg --with-pg-config=/usr/pgsql-9.3/bin/pg_config
|
233
|
+
$ bundle install
|
234
|
+
を実行した結果現在のError状況となっております。
|
235
|
+
|
236
|
+
###補足情報(FW/ツールのバージョンなど)
|
237
|
+
|
238
|
+
初心者なのでいただいたご回答の専門用語がわからず、お返事が遅くなるか伺う可能性がございます。
|
226
|
-
|
239
|
+
申し訳ございません。
|
240
|
+
宜しければご教授お願い致します。
|