2009
02-21
02-21
python2.6.1和mod_python的编译参数
- #python编译参数
- ./configure --prefix=/opt/python-2.6.1 \
- --enable-shared \
- --enable-profiling \
- --with-gcc \
- --with-pydebug \
- --with-system-ffi \
- --with-signal-module \
- --with-dec-threads \
- --with-threads \
- --with-thread \
- --with-pth \
- --with-doc-strings \
- --with-tsc \
- --with-pymalloc \
- --with-fpectl
- #python_mod编译参数
- ./configure --with-apxs=/opt/httpd-2.2.9 \
- --with-python=/opt/python-2.6.1