Windows 上的 PostgreSQL 和 Ruby 问题
当我尝试时
gem安装pg
我收到此错误
C:/Ruby192/bin/ruby.exe extconf.rb 正在检查 pg_config...是的 使用 C:\Program Files\PostgreSQL\9.0\bin/pg_config.exe 中的配置值 * extconf.rb 失败 * 由于某种原因无法创建 Makefile,可能缺少 必要的库和/或标头。检查 mkmf.log 文件了解更多信息 细节。您可能需要配置选项。
提供的配置选项: --with-opt-dir --没有选择目录 --with-opt-include --without-opt-include=${opt-dir}/include --with-opt-lib --without-opt-lib=${opt-dir}/lib --with-make-prog --没有 make-prog --srcdir=. --curdir --ruby=C:/Ruby192/bin/ruby --with-pg --没有-pg --with-pg-dir --没有-pg-dir --with-pg-include --without-pg-include=${pg-dir}/include --with-pg-lib --without-pg-lib=${pg-dir}/lib --with-pg-config --没有-pg-config --with-pg_config --没有-pg_config extconf.rb:13:in `': 没有这样的文件或目录 - C:\Program Files\PostgreSQL\9.0\bin/pg_config.exe --includedir (Errno::ENOENT) 来自 extconf.rb:13:in
'
有什么建议吗?
When I try
gem install pg
I get this error
C:/Ruby192/bin/ruby.exe extconf.rb
checking for pg_config... yes
Using config values from C:\Program Files\PostgreSQL\9.0\bin/pg_config.exe
* 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=C:/Ruby192/bin/ruby
--with-pg
--without-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
extconf.rb:13:in `': No such file or directory - C:\Program Files\PostgreSQL\9.0\bin/pg_config.exe --includedir (Errno::ENOENT)
'
from extconf.rb:13:in
Any advice?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经在此处提供了此问题的答案。
I've already provided an answer to this problem here.