Skip to content

Instantly share code, notes, and snippets.

@fabianoalmeida
Created August 29, 2011 14:31
Show Gist options
  • Save fabianoalmeida/1178513 to your computer and use it in GitHub Desktop.
Save fabianoalmeida/1178513 to your computer and use it in GitHub Desktop.
Installing a gem whose need the environment - Oracle
# Linux
env LD_LIBRARY_PATH=$LD_LIBRARY_PATH ARCHFLAGS="-arch i386" gem install ruby-oci8
# Mac
env DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH ARCHFLAGS="-arch x86_64" gem install ruby-oci8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment