Re: [cx-oracle-users] Installing cx_Oracle on AIX without using "xlc_r"
Brought to you by:
atuining
From: Kristian B. <kr...@ti...> - 2013-11-27 07:46:54
|
On 27.11.2013 05:14, Ivanelson Nunes wrote: > I decided to reinstall gcc. I installed version 4.8.2. After that I tried again to install cx_Oracle. > >> unable to execute ./Modules/ld_so_aix: No such file or directory >> error: command './Modules/ld_so_aix' failed with exit status 1 The perzl python binaries have been compiled with xlc, so you won't be able to compile python extensions without xlc, if you use it. I adapted perzl rpm spec to work with gcc: https://gist.github.com/kriberg/6351551 You can use that to compile python and then compile cx_Oracle. Your mileage may vary, as perzl is much more competent at making srpms for AIX than me. -- [Kristian Berg] |