Re: Help/Advice installing cx_oracle on El Capitan

Chris Gould <[email protected]> Wed, 21 Oct 2015 22:39:34 +0100
Newsgroups gmane.comp.python.db.cx-oracle
Message-ID <CA+UgK-HP-m4qF=hwAn-EbCS36VK05Obm3-i4XFQrgqFred-VpA@mail.gmail.com>
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 <shai-9mtU2oJkgntWk0Htik3J/[email protected]> 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-oracle-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/cx-oracle-users
>

------------------------------------------------------------------------------

_______________________________________________
cx-oracle-users mailing list
cx-oracle-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/cx-oracle-users