Skip to content

Instantly share code, notes, and snippets.

@gerep
Created November 9, 2017 19:27
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 gerep/de04522d3a58e4936816f53ab6db41f2 to your computer and use it in GitHub Desktop.
Save gerep/de04522d3a58e4936816f53ab6db41f2 to your computer and use it in GitHub Desktop.
/usr/lib/pkgconfig/oci8.pc
prefix=/opt/oracle/instantclient
libdir=${prefix}
includedir=${prefix}/sdk/include/
Name: OCI
Description: Oracle database engine
Version: 11.2
Libs: -L${libdir} -lclntsh
Libs.private:
Cflags: -I${includedir}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment