Re: [cx-oracle-users] libclntsh.so and setup.py
Brought to you by:
atuining
From: Ivanelson N. <iva...@gm...> - 2012-02-09 12:08:31
|
It really is very annoying to install cx_Oracle! Lately whenever I go I will install thisscript and have been successful. http://stackoverflow.com/a/8354852 Bye 2012/2/9 Aurélien Vallée <val...@gm...> > Hello, > > Just a question, why does cx_Oracle lookup for libclntsh.so in > $ORACLE_HOME and fail if not found? > I have my libclntsh.so installed in /usr/local/lib, which means i > basically need to > > export ORACLE_HOME=/usr/local > pip install cx_Oracle > export ORACLE_HOME=/usr/local/share/oracle11 > > Every time I need to install cx_Oracle - which is a pain since i need to > deploy a alot of python applications needing cx_Oracle in virtualens. > > -- > Aurélien Vallée > +33 6 47 41 70 37 > > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > > |