gpt4 book ai didi

ruby-on-rails - libpq native 扩展在 ruby​​ on rails 上崩溃

转载 作者:行者123 更新时间:2023-11-29 12:25:58 27 4
gpt4 key购买 nike

我试图在我的 Mac 上安装 pg (postgreSQL gem) 并遇到这个错误

  Installing pg 0.18.1 with native extensions

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

current directory: /private/var/folders/h5/slvxw4xd0d30dxzxf8vg5c600000gp/T/bundler20160302-7420-1orffo8pg-0.18.1/gems/pg-0.18.1/ext
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -r ./siteconf20160302-7420-h4zq8h.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

To see why this extension failed to compile, please check the mkmf.log which can be found here:

/var/folders/h5/slvxw4xd0d30dxzxf8vg5c600000gp/T/bundler20160302-7420-1orffo8pg-0.18.1/extensions/universal-darwin-15/2.0.0/pg-0.18.1/mkmf.log

extconf failed, exit code 1

Gem files will remain installed in /var/folders/h5/slvxw4xd0d30dxzxf8vg5c600000gp/T/bundler20160302-7420-1orffo8pg-0.18.1/gems/pg-0.18.1 for inspection.
Results logged to /var/folders/h5/slvxw4xd0d30dxzxf8vg5c600000gp/T/bundler20160302-7420-1orffo8pg-0.18.1/extensions/universal-darwin-15/2.0.0/pg-0.18.1/gem_make.out

所以我检查我安装的所有包:

Mac OS X El Capitan v10.11.3

$ruby -v
-> ruby 2.0.0p645 (2015-04-13 revision 50299) [universal.x86_64-darwin15]
$rails -v
-> Rails 4.2.5.1
$brew -v
-> Homebrew 0.9.5 (git revision c9aee; last commit 2016-02-15)
$benv -v
-> rbenv 0.4.0
$postgres -V
-> postgres (PostgreSQL) 9.4.5
$xcode-select -p
/Applications/Xcode.app/Contents/Developer
$gcc --version
-> Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin15.3.0
Thread model: posix

我不想通过浏览器应用程序下载来安装 postgre,我想通过 brew 包安装它,所以有办法安装烦人的 libpq 吗?

最佳答案

在 Mac OSX 上,您不需要 libpq 让 postgres 与 ruby​​ 一起工作。

如果你用 Postgres.app 安装了 postgres,你可以通过简单地将 postgres.app 移到垃圾桶并从 ~/Library/Application Support/Postgres(仅当您要删除计算机上所有现有的 postgres 数据库时)

然后,使用自制软件,通过 brew install postgresql 安装 postgres。 pg gem 应该直接与 postgres Homebrew 安装一起使用。

关于ruby-on-rails - libpq native 扩展在 ruby​​ on rails 上崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37044249/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com