Re: [cx-oracle-users] cx_Oracle, Solaris and Oracle 9 client0
Brought to you by:
atuining
From: Anthony T. <ant...@gm...> - 2005-12-20 14:47:04
|
You definitely need to have oci.h available and if its not present that means that OCI support was not installed. You'll have to ask them to install it for you then. On 12/20/05, Mikel Larreategi <mla...@co...> wrote: > Hi: > > I'm trying to build cx_Oracle in a Solaris system with Oracle client 9 > installed (both 32 and 64 bit versions according to the sysadmin). > > As I have no access at all to the machine (that's the way administration > works sometimes here) I can't exactly know what happens there, they just > sent me this installation traceback (cx_Oracle version 4.1.1):: > > bash-2.05$ /home1/zope/python/235/bin/python setup.py build > running build > running build_ext > building 'cx_Oracle' extension > creating build > creating build/temp.solaris-2.9-sun4u-2.3 > gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC > -I/oracle/9.2.0/rdbms/demo -I/oracle/9.2.0/rdbms/public > -I/oracle/9.2.0/network/public > -I/home1/zope/python/235/include/python2.3 -c cx_Oracle.c -o > build/temp.solaris-2.9-sun4u-2.3/cx_Oracle.o -DBUILD_TIME=3D"December 19, > 2005 16:13:41" > cx_Oracle.c:9: oci.h: No such file or directory > error: command 'gcc' failed with exit status 1 > bash-2.05$ > > The sysadmin tells me there is no 'oci.h' throughout the system, so I > don't know what can happen, as far as I am not familiar with Oracle > installations I don't know where to find the 'oci.h', or what should I > do to install it (is there a complete or reduced Oracle client > installation? Perhaps I'm telling nonsense...) > > Any hint will be appreciated. > > Thank you, > > -- > Mikel Larreategi > mla...@co... > > CodeSyntax > Azitaingo Industrialdea 3 K > E-20600 Eibar > Tel: (+34) 943 82 17 80 > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi= les > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > |