On Feb 12, 9:31 am, redbaron <ivanov.ma...@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. -- http://mail.python.org/mailman/listinfo/python-list