Re: [cx-oracle-users] installation proplems
Brought to you by:
atuining
From: Christian K. <ckl...@no...> - 2010-07-09 09:36:13
|
Hi again, my osx version is 10.6.4. and i have 2.66 intel core processor. If i remove the clntsh from libs i can build cx_Oracle. But when i try to import cx_Oracle i run into this error. any ideas... yeti-ii:fernlehrgang christian$ ../bin/python Python 2.6.5 (r265:79063, Jun 22 2010, 15:40:32) [GCC 4.2.1 (Apple Inc. build 5646)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import cx_Oracle Traceback (most recent call last): File "<stdin>", line 1, in <module> File "build/bdist.macosx-10.4-x86_64/egg/cx_Oracle.py", line 7, in <module> File "build/bdist.macosx-10.4-x86_64/egg/cx_Oracle.py", line 6, in __bootstrap__ ImportError: dlopen(/Users/christian/.python-eggs/cx_Oracle-5.0.3-py2.6-macosx-10.4-x86_64.egg-tmp/cx_Oracle.so, 2): Symbol not found: _OCIAttrGet Referenced from: /Users/christian/.python-eggs/cx_Oracle-5.0.3-py2.6-macosx-10.4-x86_64.egg-tmp/cx_Oracle.so Expected in: dynamic lookup >>> > On 7/7/10 6:44 AM, Christian Klinger wrote: >> Hi, >> >> i try to install cx_oracle on my new mac-book-pro. > > what version of OSX? > >> >> I have installed instantclient_10_2/ basic + sdk > > I was able to get everything built quite easily if I > installed the instantclient into /usr/{include,lib,bin} > > I documented the steps here: > > http://stackoverflow.com/questions/684352/installing-oracle-instantclient-on-mac-os-x-without-setting-environment-variables > > HTH! > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first |