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? -- http://mail.python.org/mailman/listinfo/python-list