Issue building cx_Oracle - libclntsh.so.11.1 => not found

前端 未结 4 862
别那么骄傲
别那么骄傲 2020-12-29 21:42

I\'m trying to build cx_Oracle for a Python 2.7.2 and Oracle 11g installation but the built cx_Oracle.so cannot find libclntsh.so.11.1 so importing cx_Oracle in Python fails

4条回答
  •  悲哀的现实
    2020-12-29 22:04

    Many oracle products install oraenv. It will set, among other environment variables, LD_LIBRARY_PATH, so consider running . oraenv instead of setting your environment manually.

提交回复
热议问题