-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
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