Hi Jim,
Jim Qiu wrote:
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,
Hi Jim,
Jim Qiu wrote:
[...]
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've didn't read your complete mail... In addition to the steps I've
described in my other mail, you need to
> 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
Hi all,
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