Re: [cx-oracle-users] Installing cx_Oracle on AIX without using "xlc_r"
Brought to you by:
atuining
From: Tamás G. <gt...@gt...> - 2013-11-27 06:35:04
|
> Date: Tue, 26 Nov 2013 21:13:11 -0200 > From: Ivanelson Nunes <iva...@gm...> > Subject: Re: [cx-oracle-users] Installing cx_Oracle on AIX without > using "xlc_r" > To: cx-...@li... > Message-ID: > <CAA...@ma...> > Content-Type: text/plain; charset="utf-8" > > In my AIX 6.1 I have not installed xlc/xlc_r. I think the xlc is purchased > separately. > > I get the Python-2.7.5 RPM's for the Perzl [1]. > > And've tried installing cx_Oracle and I can not. > > I have also tried via gcc (export CC = gcc). > > Any tips please? > > [1] http://www.perzl.org/aix/ > > @ivanelson > []s > > You HAVE to use the same compiler and flags as what with your Python has been compiled. Download the python srpm, and spec files, and see what has to be used/modified to compile it with your compiler. Then you can use python setup.py to have cx_Oracle been compiled. Tamás Gulácsi |