Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/88.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby on rails postgres gem未能安装mac osx sierra_Ruby On Rails_Ruby_Postgresql_Rubygems_Ruby 2.3.1 - Fatal编程技术网

Ruby on rails postgres gem未能安装mac osx sierra

Ruby on rails postgres gem未能安装mac osx sierra,ruby-on-rails,ruby,postgresql,rubygems,ruby-2.3.1,Ruby On Rails,Ruby,Postgresql,Rubygems,Ruby 2.3.1,这一次我不知道我在运行osx sierra,但有一段时间很好,然后突然当我尝试进行捆绑更新时 我尝试了谷歌的一切,完全重新安装了自制软件和postgres,但什么都没有,非常感谢您的帮助 我认为设置博士后的位置可能是错误的 Using config values from /usr/pgsql-9.5.4/bin/pg_config sh: /usr/pgsql-9.5.4/bin/pg_config: No such file or directory sh: /usr/

这一次我不知道我在运行osx sierra,但有一段时间很好,然后突然当我尝试进行捆绑更新时

我尝试了谷歌的一切,完全重新安装了自制软件和postgres,但什么都没有,非常感谢您的帮助

我认为设置博士后的位置可能是错误的

   Using config values from /usr/pgsql-9.5.4/bin/pg_config
    sh: /usr/pgsql-9.5.4/bin/pg_config: No such file or directory
    sh: /usr/pgsql-9.5.4/bin/pg_config: No such file or directory
我在这里改变了一些东西,但不知道我做了什么,也不知道如何找回它

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

    current directory:
    /Users/raycove/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/pg-0.19.0/ext
    /Users/raycove/.rbenv/versions/2.3.1/bin/ruby -r
    ./siteconf20160930-43553-1i5ubpk.rb extconf.rb
    --with-pg-config=/usr/pgsql-9.5.4/bin/pg_config
    Using config values from /usr/pgsql-9.5.4/bin/pg_config
    sh: /usr/pgsql-9.5.4/bin/pg_config: No such file or directory
    sh: /usr/pgsql-9.5.4/bin/pg_config: No such file or directory
    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... yes
    checking for PQconnectionUsedPassword()... yes
    checking for PQisthreadsafe()... yes
    checking for PQprepare()... yes
    checking for PQexecParams()... yes
    checking for PQescapeString()... yes
    checking for PQescapeStringConn()... yes
    checking for PQescapeLiteral()... yes
    checking for PQescapeIdentifier()... yes
    checking for PQgetCancel()... yes
    checking for lo_create()... yes
    checking for pg_encoding_to_char()... yes
    checking for pg_char_to_encoding()... yes
    checking for PQsetClientEncoding()... yes
    checking for PQlibVersion()... yes
    checking for PQping()... yes
    checking for PQsetSingleRowMode()... yes
    checking for PQconninfo()... yes
    checking for PQsslAttribute()... yes
    checking for rb_encdb_alias()... yes
    checking for rb_enc_alias()... yes
    checking for rb_thread_call_without_gvl()... yes
    checking for rb_thread_call_with_gvl()... yes
    checking for rb_thread_fd_select()... yes
    checking for rb_w32_wrap_io_handle()... no
    checking for rb_str_modify_expand()... yes
    checking for rb_hash_dup()... yes
    checking for PGRES_COPY_BOTH in libpq-fe.h... yes
    checking for PGRES_SINGLE_TUPLE in libpq-fe.h... yes
    checking for PG_DIAG_TABLE_NAME in libpq-fe.h... yes
    checking for struct pgNotify.extra in libpq-fe.h... yes
    checking for unistd.h... yes
    checking for inttypes.h... yes
    checking for ruby/st.h... yes
    checking for C99 variable length arrays... yes
    creating extconf.h
    creating Makefile

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

    /Users/raycove/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/extensions/x86_64-darwin-16/2.3.0-static/pg-0.19.0/mkmf.log

    current directory:
    /Users/raycove/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/pg-0.19.0/ext
    make "DESTDIR=" clean

    current directory:
    /Users/raycove/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/pg-0.19.0/ext
    make "DESTDIR="
    compiling gvl_wrappers.c
    compiling pg.c
    compiling pg_binary_decoder.c
    compiling pg_binary_encoder.c
    compiling pg_coder.c
    compiling pg_connection.c
    compiling pg_copy_coder.c
    compiling pg_errors.c
    compiling pg_result.c
    compiling pg_text_decoder.c
    compiling pg_text_encoder.c
    compiling pg_type_map.c
    compiling pg_type_map_all_strings.c
    compiling pg_type_map_by_class.c
    compiling pg_type_map_by_column.c
    compiling pg_type_map_by_mri_type.c
    compiling pg_type_map_by_oid.c
    compiling pg_type_map_in_ruby.c
    compiling util.c
    linking shared-object pg_ext.bundle
    ld: file not found: dynamic_lookup
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    make: *** [pg_ext.bundle] Error 1

    make failed, exit code 2

    Gem files will remain installed in
    /Users/raycove/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/pg-0.19.0 for
    inspection.
    Results logged to
    /Users/raycove/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/extensions/x86_64-darwin-16/2.3.0-static/pg-0.19.0/gem_make.out

    An error occurred while installing pg (0.19.0), and Bundler cannot
    continue.
    Make sure that `gem install pg -v '0.19.0'` succeeds before bundling.
有帮助吗?勾选这个: