Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crowjdh/40912e696cd275195c4b0253f40acc4b to your computer and use it in GitHub Desktop.
Save crowjdh/40912e696cd275195c4b0253f40acc4b to your computer and use it in GitHub Desktop.

Symptom:

# sqlplus
sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory

Solution:

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/oracle/12.1/client64/lib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment