Re: [cx-oracle-users] libclntsh.so and setup.py
Brought to you by:
atuining
From: Mark H. <mh...@pi...> - 2012-02-09 23:52:34
|
On 2/9/12 3:15 PM, Aurélien Vallée wrote: > Not a matter of taste, it's a matter of "standard expected way", or "weird uncommon way". Using LD_LIBRARY_PATH would not change a lot to people using the current behavior (just add $ORACLE_HOME/lib to your LD_LIBRARY_PATH) and would help a lot those trying to manage uniform python packages. I think part of the problem is that cx_Oracle needs to find the OCI include files as well as the libraries. Create a patch for the configure script and submit it to Anthony... we'll all benefit from your work! Just make sure it doesn't break existing users if you can help it. Good Luck! |