[issue13493] Import error with embedded python on AIX 6.1

python_hu report at bugs.python.org
Tue Nov 29 09:02:24 CET 2011


python_hu <nari_hu at 163.com> added the comment:

Sorry,it just a common behave of xlC_r,we can ignore it.

So i sucess build libpython2.7.so using --enable-shared:

./configure --enable-shared --with-gcc="xlc_r -q64" --with-cxx="xlC_r -q64" --disable-ipv6 AR="ar -X64"

I make install python2.7.2,but when i run python2.7,it crashed. why  python2.7 can not load libpython2.7.so? libpython2.7.so has been installed at /usr/local/lib

informations:


# ls
2to3                  idle                  python2.5-config
autoconf              ifnames               python2.5-config-bak
autoheader            m4                    python2.6
autom4te              oraenv                python2.6-config
autoreconf            pydoc                 python2.7
autoscan              python                python2.7-config
autoupdate            python-config         smtpd.py
coraenv               python-config-bak     tclsh8.4
dbhome                python2.5             wish8.4
# python2.7
exec():509-036 can not load program python2.7 because of
        0509-150 can not load sub module libpython2.7.so
        0509-022 can not load  libpython2.7.so
        0509-026 system erro: file or dir do noe exists;
#

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13493>
_______________________________________


More information about the Python-bugs-list mailing list