运行
gem install pg -v '0.15.1'
给出错误:
构建原生扩展。这可能需要一段时间...错误:错误 安装pg:错误:无法构建gem原生扩展。
/home/askar/.rvm/rubies/ruby-1.9.3-p429/bin/ruby extconf.rb checking for pg_config... no No pg_config... trying anyway. If
建筑失败,请再试一次 --with -pg-config = / path / to / pg_config检查libpq-fe.h ...否找不到'libpq-fe.h头 * extconf.rb失败* 由于某些原因无法创建Makefile,可能缺少必要的库和/或标头。校验 mkmf.log文件以获取更多详细信息。您可能需要配置 选项。
提供配置选项: - 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 = / home / askar / .rvm / rubies / ruby-1.9.3-p429 / bin / ruby --with-pg --with-pg --with-pg-dir --without-pg-dir --with-pg-include --without-pg-include = $ {pg-dir} / include --with-pg-lib --without-pg-lib = $ {pg-dir} / lib --with-pg-config --without-pg-config --with-pg_config --without-pg_config
Gem文件将保持安装状态 /home/askar/.rvm/gems/ruby-1.9.3-p429/gems/pg-0.15.1进行检查。 记录结果 /home/askar/.rvm/gems/ruby-1.9.3-p429/gems/pg-0.15.1/ext/gem_make.out
我正在使用
答案 0 :(得分:13)
您需要为pg
gem安装本机扩展程序。
sudo apt-get install libpq-dev