Advertisement
Guest User

Untitled

a guest
Aug 27th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.63 KB | None | 0 0
  1. $ sudo bundle install --without development test
  2. Fetching gem metadata from http://rubygems.org/.......
  3. Using rake (0.9.2.2)
  4. Using i18n (0.6.0)
  5. Using multi_json (1.3.6)
  6. Using activesupport (3.2.6)
  7. Using builder (3.0.0)
  8. Using activemodel (3.2.6)
  9. Using erubis (2.7.0)
  10. Using journey (1.0.4)
  11. Using rack (1.4.1)
  12. Using rack-cache (1.2)
  13. Using rack-test (0.6.1)
  14. Using hike (1.2.1)
  15. Using tilt (1.3.3)
  16. Using sprockets (2.1.3)
  17. Using actionpack (3.2.6)
  18. Using mime-types (1.19)
  19. Using polyglot (0.3.3)
  20. Using treetop (1.4.10)
  21. Using mail (2.4.4)
  22. Using actionmailer (3.2.6)
  23. Using arel (3.0.2)
  24. Using tzinfo (0.3.33)
  25. Using activerecord (3.2.6)
  26. Using activeresource (3.2.6)
  27. Using bundler (1.1.5)
  28. Using coderay (1.0.7)
  29. Using fastercsv (1.5.5)
  30. Using json (1.7.5)
  31. Using mysql (2.8.1)
  32. Using net-ldap (0.3.1)
  33. Installing pg (0.14.0) with native extensions
  34. Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
  35.  
  36. /usr/bin/ruby1.8 extconf.rb
  37. checking for pg_config... no
  38. No pg_config... trying anyway. If building fails, please try again with
  39. --with-pg-config=/path/to/pg_config
  40. checking for libpq-fe.h... no
  41. Can't find the 'libpq-fe.h header
  42. *** extconf.rb failed ***
  43. Could not create Makefile due to some reason, probably lack of
  44. necessary libraries and/or headers. Check the mkmf.log file for more
  45. details. You may need configuration options.
  46.  
  47. Provided configuration options:
  48. --with-opt-dir
  49. --without-opt-dir
  50. --with-opt-include
  51. --without-opt-include=${opt-dir}/include
  52. --with-opt-lib
  53. --without-opt-lib=${opt-dir}/lib
  54. --with-make-prog
  55. --without-make-prog
  56. --srcdir=.
  57. --curdir
  58. --ruby=/usr/bin/ruby1.8
  59. --with-pg
  60. --without-pg
  61. --with-pg-dir
  62. --without-pg-dir
  63. --with-pg-include
  64. --without-pg-include=${pg-dir}/include
  65. --with-pg-lib
  66. --without-pg-lib=${pg-dir}/lib
  67. --with-pg-config
  68. --without-pg-config
  69. --with-pg_config
  70. --without-pg_config
  71.  
  72.  
  73. Gem files will remain installed in /var/lib/gems/1.8/gems/pg-0.14.0 for inspection.
  74. Results logged to /var/lib/gems/1.8/gems/pg-0.14.0/ext/gem_make.out
  75. An error occured while installing pg (0.14.0), and Bundler cannot continue.
  76. Make sure that `gem install pg -v '0.14.0'` succeeds before bundling.
  77.  
  78. sudo gem install pg -v '0.14.0'
  79. Building native extensions. This could take a while...
  80. ERROR: Error installing pg:
  81. ERROR: Failed to build gem native extension.
  82.  
  83. /usr/bin/ruby1.8 extconf.rb
  84. checking for pg_config... no
  85. No pg_config... trying anyway. If building fails, please try again with
  86. --with-pg-config=/path/to/pg_config
  87. checking for libpq-fe.h... no
  88. Can't find the 'libpq-fe.h header
  89. *** extconf.rb failed ***
  90. Could not create Makefile due to some reason, probably lack of
  91. necessary libraries and/or headers. Check the mkmf.log file for more
  92. details. You may need configuration options.
  93.  
  94. Provided configuration options:
  95. --with-opt-dir
  96. --without-opt-dir
  97. --with-opt-include
  98. --without-opt-include=${opt-dir}/include
  99. --with-opt-lib
  100. --without-opt-lib=${opt-dir}/lib
  101. --with-make-prog
  102. --without-make-prog
  103. --srcdir=.
  104. --curdir
  105. --ruby=/usr/bin/ruby1.8
  106. --with-pg
  107. --without-pg
  108. --with-pg-dir
  109. --without-pg-dir
  110. --with-pg-include
  111. --without-pg-include=${pg-dir}/include
  112. --with-pg-lib
  113. --without-pg-lib=${pg-dir}/lib
  114. --with-pg-config
  115. --without-pg-config
  116. --with-pg_config
  117. --without-pg_config
  118.  
  119.  
  120. Gem files will remain installed in /var/lib/gems/1.8/gems/pg-0.14.0 for inspection.
  121. Results logged to /var/lib/gems/1.8/gems/pg-0.14.0/ext/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement