Skip to content

Instantly share code, notes, and snippets.

@netizer
Created April 16, 2014 15:29
Show Gist options
  • Save netizer/10894192 to your computer and use it in GitHub Desktop.
Save netizer/10894192 to your computer and use it in GitHub Desktop.
Ruby installation problem (checking for uuid_export() in -luuid... no)
brew install ossp-uuid
bundle config build.uuid4r --with-opt-include=/usr/local/opt/ossp-uuid/include --with-opt-lib=/usr/local/opt/ossp-uuid/lib
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment