Skip to content

Instantly share code, notes, and snippets.

@gilderlan
Created October 24, 2011 11:02
Show Gist options
  • Save gilderlan/1308774 to your computer and use it in GitHub Desktop.
Save gilderlan/1308774 to your computer and use it in GitHub Desktop.
variáveis de ambiente para instalar o ruby-oci8
LD_LIBRARY_PATH='/opt/oracle/instantclient_11_2'
export LD_LIBRARY_PATH
PATH=$PATH:'/opt/oracle/instantclient_11_2'
SQLPATH='/opt/oracle/instantclient_11_2'
export SQLPATH
TNS_ADMIN='/opt/oracle/instantclient_11_2'
export TNS_ADMIN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
OSZAR »