source install of python2.7 and rpm install of cx_Oracle collision

Daniel Fetchinson fetchinson at googlemail.com
Wed Jul 21 06:02:09 EDT 2010


>  I make installed python 2.7 from source, and also installed the RPM version
> of cx_Oracle for python 2.7.
>
>  But  ldd tells me :
>         #ldd cx_Oracle.so
>           libpython2.7.so.1.0 => not found
>
> I find out that only libpython2.7.a generated when I install python2.7, who
> can tell me what I need to do ?  I want a libpython2.7.so.1.0 generated when
>
>
> I install python.
>
> I am not familiar with GCC and .so .a stuff.

In this case I'd recommend removing the source install of python 2.7,
install it from rpm, followed by installing cx_Oracle from rpm.

HTH,
Daniel



-- 
Psss, psss, put it down! - http://www.cafepress.com/putitdown



More information about the Python-list mailing list