安装python时报错!!!

安装python时报错!!!

在RadHat Linux As3上安装Python2.5.2,make时报错:

libpython2.5.a(pwdmodule.o)(.text+0x275):./Modules/pwdmodule.c:167: warning: Using 'endpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
case $MAKEFLAGS in \
*-s*)  CC='cc -pthread' LDSHARED='cc -pthread -shared' OPT='-DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes' ./python -E ./setup.py -q build;; \
*)  CC='cc -pthread' LDSHARED='cc -pthread -shared' OPT='-DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes' ./python -E ./setup.py build;; \
esac
Incorrectly built binary which accesses errno or h_errno directly. Needs to be fixed.
/bin/sh: line 1: 25750 Segmentation fault      CC='cc -pthread' LDSHARED='cc -pthread -shared' OPT='-DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes' ./python -E ./setup.py build
make: *** [sharedmods] Error 139

不知道如何才能解决?本机上原有Python2.3,只是有人要求将其版本升到2.5.2,除了自己编译安装之外还有别的方法么?
请大家指教,谢谢!
找找有没有编译好的包下载啊。象ubuntu可以自动升级的,不需要编译啊。
google ActivePython
谢谢楼上的提供的信息,ActivePython的安装非常方便啊