求助:安装Python2.5报错

求助:安装Python2.5报错

求助:安装Python2.5报错
Compiling /usr/local/lib/python2.5/test/test_complex.py ...
Compiling /usr/local/lib/python2.5/test/test_complex_args.py ...
make: *** [libinstall] 段错误


     # tar xjvf Python-2.5.tar.gx
       # cd Python-2.5
       # ./configure --with-apxs=/usr/local/apache/sbin/apxs
       # make;make install

我是执行:make install 时报的错误,在网上查了也没有找到什么原因,
请大家帮忙看看!! 谢谢。
use "make altinstall" instead of "make install"
or
run "make -i install" instead of "make install"

谢谢!!
make -i install 可以!!