Message148546
| 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:25 | python_hu | set | recipients:
+ python_hu, amaury.forgeotdarc |
| 2011年11月29日 08:02:24 | python_hu | set | messageid: <1322553744.96.0.453186271729.issue13493@psf.upfronthosting.co.za> |
| 2011年11月29日 08:02:24 | python_hu | link | issue13493 messages |
| 2011年11月29日 08:02:23 | python_hu | create |
|