Re: [cx-oracle-users] [PATCH] Building cx_Oracle on Fedora 13 x86_64
Brought to you by:
atuining
From: Anthony T. <ant...@gm...> - 2010-08-31 17:11:51
|
Hi Alex, Thanks for the explanation of the problem and the supplied patch. Patch applied. Anthony On Tue, Aug 31, 2010 at 9:24 AM, Alex Wood <aw...@re...> wrote: > 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 > > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > > |