cx_Oracle-5.0 Problem

redbaron ivanov.maxim at gmail.com
Thu Feb 12 10:31:57 EST 2009


> ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.6/
> lib/python2.6/site-packages/cx_Oracle.so, 2): Symbol not found:
> ___divdi3

You didn't link cx_Oracle.so all libs which it use. run "ldd -r
cx_Oracle.so" and you'll have an idea about all missing symbols. The
names of missed symbols could give you an idea what else should
cx_Oracle.so should be linked with




More information about the Python-list mailing list