cx_Oracle-5.0 Problem

Brandon Taylor btaylordesign at gmail.com
Thu Feb 12 14:24:05 EST 2009


On Feb 12, 9:31 am, redbaron <ivanov.ma... at gmail.com> wrote:
> > 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

We are getting a "command not found" error for the ldd command in OS X
10.5.6

Please advise.



More information about the Python-list mailing list