Rubymine pg安装错误

时间:2016-06-16 23:43:39

标签: ruby-on-rails ruby postgresql rubymine pg

我一直在尝试使用Rubymine进行小型铁轨项目,并且非常希望调试工作正常。 该项目是一个rails API,使用在我的Mac上使用El Capitan运行的Postgres。 我遇到的问题是Rubymine抱怨'在SDK中找不到Rails'

我认为解决方法是从Rubymine菜单运行bundle install。 但是,在安装pg时始终无法使用

....
Using hashie 3.4.3
Using multi_json 1.11.2
Using multi_xml 0.5.5
Using newrelic_rpm 3.14.2.312    
Installing pg 0.18.4 with native extensions


Gem::Ext::BuildError: ERROR: Failed to build gem native extension.


    /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -r ./siteconf20160617-92261-aw26bh.rb extconf.rb
checking for pg_config... yes
Using config values from /usr/local/bin/pg_config
checking for libpq-fe.h... yes
checking for libpq/libpq-fs.h... yes
checking for pg_config_manual.h... yes
checking for PQconnectdb() in -lpq... no
checking for PQconnectdb() in -llibpq... no
checking for PQconnectdb() in -lms/libpq... no
Can't find the PostgreSQL client library (libpq)
*** 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=/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
    --with-pg
    --without-pg
    --enable-windows-cross
    --disable-windows-cross
    --with-pg-config
    --without-pg-config
    --with-pg_config
    --without-pg_config
    --with-pg-dir
    --without-pg-dir
    --with-pg-include
    --without-pg-include=${pg-dir}/include
    --with-pg-lib
    --without-pg-lib=${pg-dir}/
    --with-pqlib
    --without-pqlib
    --with-libpqlib
    --without-libpqlib
    --with-ms/libpqlib
    --without-ms/libpqlib

extconf failed, exit code 1

...
Using faraday 0.9.2
Using hashie-forbidden_attributes 0.1.1
Using httparty 0.13.7
An error occurred while installing pg (0.18.4), and Bundler cannot continue.
Make sure that `gem install pg -v '0.18.4'` succeeds before bundling.

我在堆栈溢出上尝试了很多其他解决方案,包括: Bundler::GemNotFound: Could not find rake-10.3.2 in any of the sources An error occurred while installing pg (0.17.1), and Bundler cannot continue

并在我的机器上安装了postgres(我认为)使用app和brew。

非常感谢任何有关此工作的想法!

1 个答案:

答案 0 :(得分:0)

我不认为错误与RubyMine有关;我认为这与系统有关。

也就是说,如果你在命令行上执行gem install pg,我怀疑你会得到同样的错误。

我使用rvm它就可以了。它安装必要的系统库。 (也就是说,其他人不时遇到困难。)

如果您对使用rvm感兴趣,可以使用google"安装rvm"获取安装说明的链接。

也就是说,您应该确保为您的项目配置RubyMine,以便在命令行中使用您使用的相同Ruby。这样,您将在两种环境中获得一致的结果。

另外。仅供参考,您可以通过电子邮件support@jetbrains.com发送RubyMine问题。