Heroku用のRails3アプリを作成したいと思います。彼らはデータベースとしてPostgresを使用しているので、私はMacPorts経由でpostgres9.0をインストールしました。今、私はpostgres gemが必要であり、パフォーマンス上の理由からpggemが必要であるというコンセンサスがあります。ただし、rvmでgem installを使用してpgをインストールしようとすると、発生するエラーに完全に困惑しています。
私はすべてのpostgresディレクトリを見つける場所を指定することで非常に明確にしていますが、それでもインストールを完了できません。
$ env ARCHFLAGS='-arch x86_64' gem install pg -- \
--with-pg-config=/opt/local/var/db/postgresql90/defaultdb/postgresql.conf \
--with-pg-include=/opt/local/include/postgresql90/ \
--with-pg-lib=/opt/local/lib/postgresql90/
Using config values from /opt/local/var/db/postgresql90/defaultdb/postgresql.conf
*** 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.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/Users/guy/.rvm/ruby-1.9.2-p136/bin/ruby
--with-pg
--without-pg
--with-pg-dir
--without-pg-dir
--with-pg-include=${pg-dir}/include
--with-pg-lib=${pg-dir}/lib
--with-pg-config
extconf.rb:24:in ``': Exec format error - /opt/local/var/db/postgresql90/defaultdb/postgresql.conf --includedir (Errno::ENOEXEC)
from extconf.rb:24:in `<main>'
誰かアイデアがありますか?私は困惑しています。男