Re: [cx-oracle-users] cx_Oracle 5.1 on OSX 10.6.7 with Instantclient 10.2 64bit
Brought to you by:
atuining
From: Mark H. <mh...@pi...> - 2011-04-25 21:23:15
|
On 4/25/11 12:49 PM, Chris Gould wrote: > Hi Chris - > I don't think cx_Oracle needs ORACLE_HOME set to run (just checked it and it runs fine without it set - only runtime requirement is that instantclient directory is in DYLD_LIBRARY_PATH). It only requires ORACLE_HOME to be set when building cx_Oracle from source code. That doesn't have to be the case. If you install the instantclient libs and headers into /lib and /include you shouldn't need to set any environment variables, including DYLD_LIBRARY_PATH. My recipes for setting things up this way are here... if there's anything that doesn't work, let me know and I'll update. http://stackoverflow.com/questions/684352/installing-oracle-instantclient-on-mac-os-x-without-setting-environment-variables http://stackoverflow.com/questions/764871/installing-oracle-instantclient-on-linux-without-setting-environment-variables |