Guest User

Untitled

a guest
Apr 25th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1.  ~/code/web/pwr (master*) [1.8.6/pwr] % gem install do_postgres
  2. Building native extensions. This could take a while...
  3. ERROR: Error installing do_postgres:
  4. ERROR: Failed to build gem native extension.
  5.  
  6. /Users/teamon/.rvm/ruby-1.8.6-p383/bin/ruby extconf.rb
  7. extconf.rb:3: command not found: pg_config --includedir-server
  8. extconf.rb:10: command not found: pg_config --libdir
  9. extconf.rb:10: command not found: pg_config --includedir
  10. extconf.rb:10: command not found: pg_config --libdir
  11. checking for main() in -lpq... no
  12. checking for main() in -llibpq... no
  13. *** extconf.rb failed ***
  14. Could not create Makefile due to some reason, probably lack of
  15. necessary libraries and/or headers. Check the mkmf.log file for more
  16. details. You may need configuration options.
  17.  
  18. Provided configuration options:
  19. --with-opt-dir
  20. --without-opt-dir
  21. --with-opt-include
  22. --without-opt-include=${opt-dir}/include
  23. --with-opt-lib
  24. --without-opt-lib=${opt-dir}/lib
  25. --with-make-prog
  26. --without-make-prog
  27. --srcdir=.
  28. --curdir
  29. --ruby=/Users/teamon/.rvm/ruby-1.8.6-p383/bin/ruby
  30. --with-pgsql-server-dir
  31. --without-pgsql-server-dir
  32. --with-pgsql-server-include
  33. --without-pgsql-server-include=${pgsql-server-dir}/include
  34. --with-pgsql-server-lib
  35. --without-pgsql-server-lib=${pgsql-server-dir}/lib
  36. --with-pgsql-client-dir
  37. --without-pgsql-client-dir
  38. --with-pgsql-client-include
  39. --without-pgsql-client-include=${pgsql-client-dir}/include
  40. --with-pgsql-client-lib
  41. --without-pgsql-client-lib=${pgsql-client-dir}/lib
  42. --with-pqlib
  43. --without-pqlib
  44. --with-libpqlib
  45. --without-libpqlib
  46. Could not find PostgreSQL build environment (libraries & headers): Makefile not created
  47.  
  48.  
  49. Gem files will remain installed in /Users/teamon/.rvm/gems/ruby/1.8.6%pwr/gems/do_postgres-0.10.0 for inspection.
  50. Results logged to /Users/teamon/.rvm/gems/ruby/1.8.6%pwr/gems/do_postgres-0.10.0/ext/do_postgres_ext/gem_make.out
  51. zsh: exit 1 gem install do_postgres
  52.  ~/code/web/pwr (master*) [1.8.6/pwr] %
Add Comment
Please, Sign In to add comment