- Download instantclient-basic-macos.x64-11.2.0.4.0.zip and instantclient-sdk-macos.x64-11.2.0.4.0.zip from http://www.oracle.com/technetwork/topics/intel-macsoft-096467.html to ~/
cd ~unzip instantclient-basic-macos.x64-11.2.0.4.0.zipunzip instantclient-sdk-macos.x64-11.2.0.4.0.zipcd instantclient_11_2ln -s libclntsh.dylib.11.1 libclntsh.dylibcd ~wget https://github.com/vrogier/ocilib/releases/download/v4.2.1/ocilib-4.2.1-gnu.tar.gztar -zxvf ocilib-4.2.1-gnu.tar.gzcd ocilib-4.2.1./configure --with-oracle-headers-path=/Users/{USER}/instantclient_11_2/sdk/include --with-oracle-lib-path=/Users/{USER}/instantclient_11_2makechmod a+x config/install-shsudo make install- Done
Last active
April 13, 2019 00:39
-
-
Save tsekityam/456f3cf85962fbe2046e2b1eb7c2ade0 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you!