[cx-oracle-users] [PATCH] Building cx_Oracle on Fedora 13 x86_64
Brought to you by:
atuining
From: Alex W. <aw...@re...> - 2010-08-31 16:13:34
|
Hi, In setup.py, there is a section to find the include directory. Right now the code looks like this: if not includeDirs: path = oracleHome.replace("lib", "include") if os.path.isdir(path): includeDirs.append(path) if not includeDirs: The problem is on x86_64 systems the path ends up being "/usr/include64/oracle/10.2.0/client" instead of "/usr/include/oracle/10.2.0/client" I have attached a small patch that will fix this problem. ---------------- Regards, Alex Wood -- Senior Software Engineer Red Hat 919.754.4445 |