Created
August 29, 2011 14:31
-
-
Save fabianoalmeida/1178513 to your computer and use it in GitHub Desktop.
Installing a gem whose need the environment - Oracle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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