2
checking for libpq-fe.h... *** extconf.rb failed ***
似乎是這個問題,從這個尾巴是:缺少PG頭(要安裝的Postgres寶石與釀造Rails)的
ERROR: Error installing pg:
ERROR: Failed to build gem native extension.
/Users/elephanttrip/.rvm/rubies/ruby-1.9.2-p320/bin/ruby extconf.rb
checking for pg_config... yes
Using config values from /usr/local/bin/pg_config
checking for libpq-fe.h... *** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
我的步驟來重現這個對山獅的Mac OS是:
brew install postgresql
env ARCHFLAGS="-arch x86_64" gem install pg
我試着通過我的電腦查明不同的pg_config。 Brew的地窖裏有一個,Brew的那個到/user/local
,另一個可能來自之前的下載。他們都沒有工作。
UPDATE
只是試圖安裝沒有配置選項。並得到了一個笑:
ruby extconf.rb --without-pg-config
checking for pg_config... yes
您是否在'brew unlink'中創建並卸載了所有版本? – gmaliar
是的,我做到了。我開始認爲這可能是一個rvm問題。 – Trip