質問編集履歴

1

表示されない部分がありましたので更新致しました

2020/04/24 12:22

投稿

chizuru.
chizuru.

スコア2

test CHANGED
File without changes
test CHANGED
@@ -14,11 +14,9 @@
14
14
 
15
15
 
16
16
 
17
- ```
18
-
19
- 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`.
20
-
21
- Fetching gem metadata from https://rubygems.org/............
17
+ 現在のError状況
18
+
19
+ ```
22
20
 
23
21
  Using rake 13.0.1
24
22
 
@@ -442,10 +440,40 @@
442
440
 
443
441
 
444
442
 
445
- 始めにbundle installした際のError内容
443
+ 始めにbundle installした際のError内容
446
-
444
+
445
+
446
+
447
- ```
447
+ ```
448
+
448
-
449
+ No pg_config... trying anyway. If building fails, please try again with
450
+
449
-
451
+ --with-pg-config=/path/to/pg_config
452
+
450
-
453
+ checking for libpq-fe.h... no
454
+
455
+ Can't find the 'libpq-fe.h header
456
+
451
- ```
457
+ ```
458
+
459
+
460
+
461
+ と表記がありましたので、
462
+
463
+ $ bundle config build.pg --with-pg-config=/usr/pgsql-9.3/bin/pg_config
464
+
465
+ $ bundle install
466
+
467
+ を実行した結果現在のError状況となっております。
468
+
469
+
470
+
471
+ ###補足情報(FW/ツールのバージョンなど)
472
+
473
+
474
+
475
+ 初心者なのでいただいたご回答の専門用語がわからず、お返事が遅くなるか伺う可能性がございます。
476
+
477
+ 申し訳ございません。
478
+
479
+ 宜しければご教授お願い致します。