ubuntu: Error installing pg解决办法

来源:互联网 发布:西门子仿真软件 编辑:程序博客网 时间:2024/06/05 03:57
This could take a while...
ERROR:  Error installing pg:
ERROR: Failed to build gem native extension.


    current directory: /home/liu/.rvm/gems/ruby-2.3.0/gems/pg-0.21.0/ext
/home/liu/.rvm/rubies/ruby-2.3.0/bin/ruby -r ./siteconf20170716-21248-1miib9y.rb extconf.rb --with-pg-config=/Applications/Postgres.app/Contents/Versions/9.4/bin/pg_config
Using config values from /Applications/Postgres.app/Contents/Versions/9.4/bin/pg_config
sh: 1: /Applications/Postgres.app/Contents/Versions/9.4/bin/pg_config: not found
sh: 1: /Applications/Postgres.app/Contents/Versions/9.4/bin/pg_config: not found
checking for libpq-fe.h... no
Can't find the 'libpq-fe.h header
*** 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=/home/liu/.rvm/rubies/ruby-2.3.0/bin/$(RUBY_BASE_NAME)
--with-pg
--without-pg
--enable-windows-cross
--disable-windows-cross
--with-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}/lib


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


  /home/liu/.rvm/gems/ruby-2.3.0/extensions/x86_64-linux/2.3.0/pg-0.21.0/mkmf.log


extconf failed, exit code 1


Gem files will remain installed in /home/liu/.rvm/gems/ruby-2.3.0/gems/pg-0.21.0 for inspection.

Results logged to /home/liu/.rvm/gems/ruby-2.3.0/extensions/x86_64-linux/2.3.0/pg-0.21.0/gem_make.out

=================解决==========================

sudo apt-get install libpq-dev
gem install pg