Re: [cx-oracle-users] Help/Advice installing cx_oracle on El Capitan
Brought to you by:
atuining
From: Chris G. <chr...@to...> - 2015-10-21 21:40:00
|
You shouldn't need ORACLE_HOME (Oracle actually discourage setting that with Instantclient). But your DYLD_LIBRARY_PATH should point to the actual top-level directory of your instantclient (ie ending with /instantclient_11_2 in your example). Also you need to create a symlink in the instantclient_11_2 directory for libclntsh.dylib.11.1 (or equivalent) ln -s libclntsh.dylib.11.1 libclntsh.dylib On 21 October 2015 at 18:48, Shai Berger <sh...@pl...> wrote: > Hi Greg, > > It seems to me like your "pip install" command is picking some previously > installed cx-oracle on your system, rather than building a new one. That is > probably why you're getting cx-oracle 5.2 and not the latest version, and > that > is why your installation output does not seem to include compilation. > > HTH, > Shai. > > > ------------------------------------------------------------------------------ > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > |