2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

An error occurred while installing pg (1.5.3), and Bundler cannot continue.

Posted at

経緯

bundle installを行ったところ、エラーが発生しました。

bundle install
Fetching gem metadata from https://rubygems.org/..........
Resolving dependencies.....
Using rake 13.0.6
Using racc 1.7.1
Using rack 2.2.7
(省略)
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
(省略)

Gem files will remain installed in

An error occurred while installing pg (1.5.3), and Bundler cannot continue.

In Gemfile:
  pg

表示の通りpgをインストールしましたが、上手くいきませんでした。

$ gem install pg 

結果

下記を行ったところ、解決しました。

$ brew install postgresql
2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?