[cx-oracle-users] installation proplems
Brought to you by:
atuining
From: Christian K. <ckl...@no...> - 2010-07-07 13:57:17
|
Hi, i try to install cx_oracle on my new mac-book-pro. I have installed instantclient_10_2/ basic + sdk If i start easy_install cx_Oracle i get this error: yeti-ii:cx_Oracle-5.0.3 christian$ ../bin/python setup.py build running build running build_ext building 'cx_Oracle' extension creating build creating build/temp.macosx-10.4-x86_64-2.6-10g gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/christian/oracle/instantclient_10_2/sdk/include -I/Users/christian/local/include/python2.6 -c cx_Oracle.c -o build/temp.macosx-10.4-x86_64-2.6-10g/cx_Oracle.o -DBUILD_VERSION=5.0.3 In file included from /Users/christian/oracle/instantclient_10_2/sdk/include/oci.h:2681, from cx_Oracle.c:10: /Users/christian/oracle/instantclient_10_2/sdk/include/oci1.h:148: warning: function declaration isn’t a prototype In file included from /Users/christian/oracle/instantclient_10_2/sdk/include/ociap.h:230, from /Users/christian/oracle/instantclient_10_2/sdk/include/oci.h:2705, from cx_Oracle.c:10: /Users/christian/oracle/instantclient_10_2/sdk/include/nzt.h:676: warning: function declaration isn’t a prototype /Users/christian/oracle/instantclient_10_2/sdk/include/nzt.h:2667: warning: function declaration isn’t a prototype /Users/christian/oracle/instantclient_10_2/sdk/include/nzt.h:2676: warning: function declaration isn’t a prototype /Users/christian/oracle/instantclient_10_2/sdk/include/nzt.h:2686: warning: function declaration isn’t a prototype /Users/christian/oracle/instantclient_10_2/sdk/include/nzt.h:2695: warning: function declaration isn’t a prototype /Users/christian/oracle/instantclient_10_2/sdk/include/nzt.h:2704: warning: function declaration isn’t a prototype /Users/christian/oracle/instantclient_10_2/sdk/include/nzt.h:2713: warning: function declaration isn’t a prototype /Users/christian/oracle/instantclient_10_2/sdk/include/nzt.h:2721: warning: function declaration isn’t a prototype /Users/christian/oracle/instantclient_10_2/sdk/include/nzt.h:2731: warning: function declaration isn’t a prototype /Users/christian/oracle/instantclient_10_2/sdk/include/nzt.h:2738: warning: function declaration isn’t a prototype /Users/christian/oracle/instantclient_10_2/sdk/include/nzt.h:2746: warning: function declaration isn’t a prototype In file included from /Users/christian/oracle/instantclient_10_2/sdk/include/oci.h:2705, from cx_Oracle.c:10: /Users/christian/oracle/instantclient_10_2/sdk/include/ociap.h:10077: warning: function declaration isn’t a prototype /Users/christian/oracle/instantclient_10_2/sdk/include/ociap.h:10083: warning: function declaration isn’t a prototype creating build/lib.macosx-10.4-x86_64-2.6-10g gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.4-x86_64-2.6-10g/cx_Oracle.o -L/Users/christian/oracle/instantclient_10_2/lib -L/Users/christian/oracle/instantclient_10_2/ -lclntsh -o build/lib.macosx-10.4-x86_64-2.6-10g/cx_Oracle.so -shared-libgcc ld: warning: directory '/Users/christian/oracle/instantclient_10_2/lib' following -L not found ld: library not found for -lclntsh collect2: ld returned 1 exit status error: command 'gcc' failed with exit status 1 ideas? thanks christian |