This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python_hu
Recipients amaury.forgeotdarc, python_hu
Date 2011-11-29.08:02:23
SpamBayes Score 5.8811436e-09
Marked as misclassified No
Message-id <1322553744.96.0.453186271729.issue13493@psf.upfronthosting.co.za>
In-reply-to
Content
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;
#
History
Date User Action Args
2011-11-29 08:02:25python_husetrecipients: + python_hu, amaury.forgeotdarc
2011-11-29 08:02:24python_husetmessageid: <1322553744.96.0.453186271729.issue13493@psf.upfronthosting.co.za>
2011-11-29 08:02:24python_hulinkissue13493 messages
2011-11-29 08:02:23python_hucreate