Oliver Benicke wrote at 2006-8-25 16:58 +0200: >I have installed cx_Oracle 4.2-1 on debian, but when I try to import the >module with > >//'import cx_Oracle' I have got an error: > >// > >Traceback (most recent call last): > File "./oracle.py", line 2, in ? > import cx_Oracle >ImportError: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required >by /root/cx_Oracle.so)
Looks like "cx_Oracle.so" was linked against a special "libc.so.6" version ("GLIBC_2.4") and your system has this version not installed. I would rebuild "cx_Oracle.so". This should get rid of this problem (but you may need some development packages for the build). -- Dieter _______________________________________________ DB-SIG maillist - DB-SIG@python.org http://mail.python.org/mailman/listinfo/db-sig