Contributed by: akira on 2017年 1月23日(月) 17:55 JST
Last modified on
redmineで
venderファイルインストール中のエラー
bundle install --path vendor/bundle --without development test rmagick An error occurred while installing pg (0.19.0), and Bundler cannot continue.
Make sure that `gem install pg -v '0.19.0'` succeeds before bundling.
例えば、macportsでpostgresqlをインストールしたら。
bundle config build.pg --with-pg-config=/opt/local/lib/postgresql96/bin/pg_config
このコマンドを実行すると、インクルードの環境変数を設定してくれる。