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 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. Best regards, Jim
-- http://mail.python.org/mailman/listinfo/python-list