Skip to content

Instantly share code, notes, and snippets.

@afshinator
Last active August 29, 2015 14:01
Show Gist options
  • Save afshinator/10e78189eebdc410abd4 to your computer and use it in GitHub Desktop.
Save afshinator/10e78189eebdc410abd4 to your computer and use it in GitHub Desktop.
OdinOnMac-Mavericks10.9.2
## 1st problem:
Bundle install failed with message about Capybara not being able to install.
Had to use homebrew to install Qt. Take a look at:
https://github.com/thoughtbot/capybara-webkit/wiki/Installing-Qt-and-compiling-capybara-webkit
## 2nd problem: postrgres
This error:
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
/Users/afshinator/.rvm/rubies/ruby-2.0.0-p451/bin/ruby extconf.rb
checking for pg_config... no
No pg_config... trying anyway. If building fails, please try again with
--with-pg-config=/path/to/pg_config
checking for libpq-fe.h... no
Can't find the 'libpq-fe.h header
*** extconf.rb failed ***
fixed with: http://stackoverflow.com/questions/19625487/impossible-to-install-pg-gem-on-my-mac-with-mavericks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment