Python Oracle Interace on Solaris

Bill Scherer bill.scherer at verizonwireless.com
Mon Feb 20 07:46:27 EST 2006


Kenny wrote:

> Thanks... Im not sure if you would know how to solve this one, but when
> I ran my setup python scripts I got the error: library -lclntsh not
> found. In the instantclient folder the library exists... is this a
> matter of just copying the libraries to a different spot or just
> setting up the correct environment variables?
>
Not sure on Solaris... You might try exporting an LD_LIBRARY_PATH, or 
editing /etc/ld.so.conf and running ldconfig, if Solaris has such a thing.
I would caution against moving the library, it's probably already where 
it's expected to be. You have ORACLE_HOME set?



More information about the Python-list mailing list