2025年 4月4日(金) 13:39 JST

MacOS Sierra ruby gem

  • 2017年 1月23日(月) 17:55 JST
  • 投稿者:
  • 表示回数 105

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
このコマンドを実行すると、インクルードの環境変数を設定してくれる。