[cx-oracle-users] Need help building cx_Oracle on Mac OS X
Brought to you by:
atuining
From: Eric P. <er...@ac...> - 2010-04-27 20:40:15
|
Here's my setup: * Intel box * OSX 10.4.11 (deliberately; we're supporting users back to 10.4) * ActivePython 2.6 * Oracle Instant Client 10.2 (basic + sdk) * gcc 4.0.1 (build 5370) * cx_Oracle 5.0.3 When I run `python setup.py build` I get the usual warnings complaining about ppc, and then the build stops with this error message: lipo: can't open input file: /var/tmp//ccERwSTc.out (No such file or directory) Yes, there is a "//" in the error message, /var/tmp has open permissions, and the file doesn't exist, at least by the time I checked. Google found nothing. Anyone have any suggestions? Thanks, Eric |