Oracle client for mac os high sierra

broken image

I have also tried pointing to the directory containing libclntsh.dylib.12.1 with the environment variables DYLD_FALLBACK_LIBRARY_PATH and DYLD_LIBRARY_PATH but those have not worked as well.

broken image

I have tried putting a link to libclntsh.dylib.12.1 in ~/lib and /usr/lib but neither link worked. * removing ‘/Library/Frameworks/R.framework/Versions/3.4/Resources/library/ROracle’įor whatever reason can't be found and is preventing ROracle from being fully installed. Unable to load shared object '/Library/Frameworks/R.framework/Versions/3.4/Resources/library/ROracle/libs/ROracle.so':ĭlopen(/Library/Frameworks/R.framework/Versions/3.4/Resources/library/ROracle/libs/ROracle.so, 6): Library not loaded: from: /Library/Frameworks/R.framework/Versions/3.4/Resources/library/ROracle/libs/ROracle.so Unfortunately, I am getting the following error at the end of the ROracle install and have been having a difficult time figuring out what is going wrong: ** testing if installed package can be loadedĮrror: package or namespace load failed for ‘ROracle’ in dyn.load(file, DLLpath = DLLpath. The Oracle Instant Client is installed in /usr/local/oracle/instantclient12 I have installed Oracle Instant Client 12.1.0.2.0 and am now trying to install ROracle 1.3-1 for R with the following command: R CMD INSTALL -configure-args='-with-oci-lib=/usr/local/oracle/instantclient12 -with-oci-inc=/usr/local/oracle/instantclient12/sdk/include' ROracle_1.