Re: Compiling cx_Oracle and LD_LIBRARY_PATH

2006-01-21 Thread Gerhard Häring
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Cole wrote: > I can compile and install cx_Oracle fine by following the manta: > export ORACLE_HOME=... > python setup.py install > export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH > python > import cx_Oracle > > > My issue is the

Compiling cx_Oracle and LD_LIBRARY_PATH

2006-01-21 Thread Brian Cole
I can compile and install cx_Oracle fine by following the manta: export ORACLE_HOME=... python setup.py install export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH python >>> import cx_Oracle My issue is the LD_LIBRARY_PATH. Is there a way to compile cx_Oracle, or any Python extension for tha