質問編集履歴

4

追記

2018/07/08 23:33

投稿

makioo
makioo

スコア28

test CHANGED
File without changes
test CHANGED
@@ -69,3 +69,11 @@
69
69
  those kegs to fail to run properly once built. Run `brew link` on these:
70
70
 
71
71
  postgresql
72
+
73
+
74
+
75
+ `brew link postgresql`の結果
76
+
77
+ Error: Could not symlink include/ecpg_config.h
78
+
79
+ /usr/local/include is not writable.

3

追記

2018/07/08 23:33

投稿

makioo
makioo

スコア28

test CHANGED
File without changes
test CHANGED
File without changes

2

追記

2018/07/08 23:31

投稿

makioo
makioo

スコア28

test CHANGED
File without changes
test CHANGED
@@ -55,3 +55,17 @@
55
55
 
56
56
 
57
57
  参考にしたサイトはありません。brew search postgresqlで調べたら見つかったのでinstallしました。
58
+
59
+
60
+
61
+
62
+
63
+ `brew doctor`の結果
64
+
65
+ Warning: You have unlinked kegs in your Cellar
66
+
67
+ Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
68
+
69
+ those kegs to fail to run properly once built. Run `brew link` on these:
70
+
71
+ postgresql

1

追記の追加

2018/07/08 23:31

投稿

makioo
makioo

スコア28

test CHANGED
File without changes
test CHANGED
@@ -37,3 +37,21 @@
37
37
  言われたとうりにbrew postinstall postgresqlは実行しましたが特に変化は起きませんでした。
38
38
 
39
39
  errorの方の/usr/local/include探してみると存在していませんでした。対処法を教えてください。おねがいします
40
+
41
+
42
+
43
+
44
+
45
+ ###追記
46
+
47
+ macのバージョン
48
+
49
+ High Sierra 10.13.5
50
+
51
+
52
+
53
+ postgreのバージョン 10.4
54
+
55
+
56
+
57
+ 参考にしたサイトはありません。brew search postgresqlで調べたら見つかったのでinstallしました。