Re: [cx-oracle-users] undefined symbol: __cmpdi2
Brought to you by:
atuining
From: inkbottle <ink...@gm...> - 2005-11-09 07:21:53
|
google is your friend. http://mail.zope.org/pipermail/zope-db/2003-September/002117.html http://sourceware.org/ml/binutils/2001-06/msg00670.html and others. Perhaps you can get some ideas from these. Lionel Roubeyrie wrote: >hi all, >I have installed cx_Oracle-4.1 on a RedHat 7.1 server supporting Oracle9i. >The compile and install processes seem ok, but when I try to import with >python2.4.2 -v: >import cx_Oracle >dlopen("/home/xair/partage/python2.4/lib/python2.4/site-packages/cx_Oracle.so", >2); >Traceback (most recent call last): > File "<stdin>", line 1, in ? >ImportError: /home/oracle9/app/oracle/product/9.0.1/lib/libclntsh.so.9.0: >undefined symbol: __cmpdi2 > >Do you have an idea? >Thanks > > > |