Re: [cx-oracle-users] cx_oracle module AIX6.1 Oracle 11.2(64bit)
Brought to you by:
atuining
From: inkblotter <ink...@gm...> - 2010-12-14 02:36:21
|
I have built many version of cx_Oracle on AIX 6.1, most recently with xlC_r 10 compiler, against Oracle 10 and 11.2. All 64-bit. It takes a fair amount of finesse to build it, and depends on how you build python as well. I recommend the latest version of cx_Oracle source code. I have built cx_Oracle against python 3.2 as well as against python 2.4--2.7, 64 bit on many different platforms. On AIX you cannot expect to simply type 'python setup.py build', and expect it to work. So please be specific: oslevel -s, xlC_r -qversion, python -V and the error you are encountering and I will try to help. If you have problems you cannot resolve please raise those issues on this mailing list. BTW , it doesn't matter that you have no 32-bit libs. That complaint is proably specious. It may mean that your python was built 32-bit and that would be a problem. file `which python` and ldd `which python` might give some clues. On 12/13/2010 04:19 PM, Zane Ally wrote: > Hi > Please advise if source is available for cx_oracle to be compiled on > AIX6.1 running Oracle 11.2 64bit. > Have some problems compiling this on the system above on a IBM Power7 > Server. > Is this the issue with Oracle11.2 not having 32bit libraries? > I do not see any lib32 libraries in my Oracle 11.2 Enterprise Edition > install on AIX6.1 > Please assist > Thanks > Zane > > > ------------------------------------------------------------------------------ > Lotusphere 2011 > Register now for Lotusphere 2011 and learn how > to connect the dots, take your collaborative environment > to the next level, and enter the era of Social Business. > http://p.sf.net/sfu/lotusphere-d2d > > > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > |