Oliver Benicke wrote:
> Hi,
> 
> 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)
> 
> I've installed cx_Oracle with:
> alien -d --keep-version cx_Oracle
> dpkg -i cx-oracle
> 
> Works cx_Oracle  with debian ?
> //Does anyone have any suggestions ?//
> 

I've used cx_Oracle on Debian before without a problem. Although I've 
always installed it from source [1].

I suspect that the problem is with trying to use a RPM on a Debian 
system. From the error messages it looks like the necessary libraries 
aren't in the same locations in the two different distributions.

[1] http://www.halfcooked.com/mt/archives/001014.html

Regards,
Andy
-- 
--------------------------------------------------------------------------------
 From the desk of Andrew J Todd esq - http://www.halfcooked.com/
_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
http://mail.python.org/mailman/listinfo/db-sig

Reply via email to