compile python 3.3 with bz2 support

2012-12-20 Thread Isml
hi, everyone: I want to compile python 3.3 with bz2 support on RedHat 5.5 but fail to do that. Here is how I do it: 1. download bzip2 and compile it(make??make -f Makefile_libbz2_so??make install) 2.chang to python 3.3 source directory : ./configure --with-bz2=/usr/local/include

compile python 3.3 with bz2 support on RedHat 5.5

2012-12-20 Thread Isml
hi, everyone: I want to compile python 3.3 with bz2 support on RedHat 5.5 but fail to do that. Here is how I do it: 1??download bzip2 and compile it(make??make -f Makefile_libbz2_so??make install) 2??chang to python 3.3 source directory : ./configure --with-bz2=/usr/local/include

?????? compile python 3.3 with bz2 support

2012-12-23 Thread Isml
? -- ??: "Benjamin Kaplan"; : 2012??12??23??(??) 0:06 ??: "Python List"; : Re: compile python 3.3 with bz2 support On Dec 21, 2012 1:31 AM, "Isml" <76069...@qq.com> wrote: > > hi, everyone: >

?????? compile python 3.3 with bz2 support

2012-12-23 Thread Isml
uot;_bz2.cpython-33m_failed.so" has indicated that fact. And the reason why I faild to compile bz2.so is strangely the RedHat "SELinux". So the only thing I then do is disable it (setenforce 0), after that, everything is OK. Thanks for everyone. --