2013-04-10 32 views
2

当我尝试在OS X Lion上安装最新版本的Postgres gem时,会发生这种情况。在os上安装pg 0.15.1时出错x

$ gem install pg 
Upgraded http://rubygems.org/ to HTTPS 
Fetching: pg-0.15.1.gem (100%) 
Building native extensions. This could take a while... 
ERROR: Error installing pg: 
    ERROR: Failed to build gem native extension. 

    /.rvm/rubies/ruby-2.0.0-p0/bin/ruby extconf.rb 
checking for pg_config... yes 
Using config values from /Applications/Postgres.app/Contents/MacOS/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... 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 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 PGRES_COPY_BOTH in libpq-fe.h... no 
checking for PGRES_SINGLE_TUPLE in libpq-fe.h... no 
checking for struct pgNotify.extra in libpq-fe.h... yes 
checking for unistd.h... yes 
checking for ruby/st.h... yes 
creating extconf.h 
creating Makefile 

make 
compiling gvl_wrappers.c 
compiling pg.c 
pg.c: In function ‘pg_s_library_version’: 
pg.c:273: warning: implicit declaration of function ‘PQlibVersion’ 
pg.c: In function ‘Init_pg_ext’: 
pg.c:384: error: ‘PQPING_OK’ undeclared (first use in this function) 
pg.c:384: error: (Each undeclared identifier is reported only once 
pg.c:384: error: for each function it appears in.) 
pg.c:386: error: ‘PQPING_REJECT’ undeclared (first use in this function) 
pg.c:388: error: ‘PQPING_NO_RESPONSE’ undeclared (first use in this function) 
pg.c:390: error: ‘PQPING_NO_ATTEMPT’ undeclared (first use in this function) 
make: *** [pg.o] Error 1 


Gem files will remain installed in /.rvm/gems/[email protected]/gems/pg-0.15.1 for inspection. 
Results logged to /.rvm/gems/[email protected]/gems/pg-0.15.1/ext/gem_make.out 

我该如何解决这个问题?

+0

你怎么安装PostgreSQL?我似乎想起使用安装程序后遇到麻烦的人。您可能想尝试重新安装自制软件。 – Tim 2013-04-10 00:29:10

+0

我使用postgresapp.com上的安装程序 – marcamillion 2013-04-10 01:24:37

+0

可能的重复[尝试在本地安装rails for ruby​​的postgresql](http://stackoverflow.com/questions/14702253/trying-to-setup-postgresql-for-ruby-on -rails-本地) – 2013-04-10 12:16:30

回答

2

尝试做

brew install postgresql

做安装PG的,然后尝试重新运行包看看是否能工程