1. ホーム
  2. ruby-on-rails

[解決済み] pg (0.17.1) のインストール中にエラーが発生し、Bundler を続行できません。

2023-04-06 08:01:06

質問

私は今 Rails 4.0.2 をインストールして、新しいアプリを作成すると、バンドル ステージで

Installing pg (0.17.1) 
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
/Users/Dee/.rvm/rubies/ruby-2.0.0-p247/bin/ruby extconf.rb 
checking for pg_config... no
No pg_config... trying anyway. If building fails, please try again with
--with-pg-config=/path/to/pg_config
checking for libpq-fe.h... no
Can't find the 'libpq-fe.h header
*** 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.

どうすれば直るのでしょうか?

どのように解決するのですか?

私は Mavericks を実行している Mac を使用しています。私の解決策は、インストールすることでした Postgres .

そして、ターミナルでhomebrewを使って、この設定でインストールします。

gem install pg -- --with-pg-config=/Applications/Postgres.app/Contents/Versions/latest/bin/pg_config

注意: この回答は latest のシンボリックリンクを使用するように編集されています。

以前のバージョンを提案します。

gem install pg -- --with-pg-config=/Applications/Postgres.app/Contents/Versions/9.4/bin/pg_config