我昨晚安装了优胜美地测试版,现在我的postgres宝石出现了问题:
$ rails s
/Users/julio/GIT_REPOS/maztaplan2/vendor/bundle/gems/pg-0.17.1/lib/pg.rb:4:in `require': dlopen(/Users/julio/GIT_REPOS/maztaplan2/vendor/bundle/extensions/x86_64-darwin-13/2.0.0/pg-0.17.1/pg_ext.bundle, 9): Library not loaded: /usr/local/lib/libpq.5.6.dylib (LoadError)
我尝试用gem update system
更新我的宝石,但它说没有更新内容。我也做了bundle update
而没有任何改变。
答案 0 :(得分:0)
我找到了这个。
cd / usr / local / var / postgres
mkdir pg_tblspc pg_twophase pg_stat_tmp
它对我有用。