Python2.4安装文档
#rpm -e python --nodeps
#tar -zxvf Python-2.4.2.tgz
#./configure
#make
#make install
#vi /etc/profile
Python_mod安装文档
#rpm -e python --nodeps
#tar -zxvf Python-2.4.2.tgz
#./configure
#make
#make install
#vi /etc/profile
引用
export PYTHONHOME=/usr/local
export PYTHONPATH=/usr/local/lib/python2.4
export PATH=$PATH:$PYTHONHOME
export PYTHONPATH=/usr/local/lib/python2.4
export PATH=$PATH:$PYTHONHOME
Python_mod安装文档
wget http://mesh.dl.sourceforge.net/sourceforge/modauthmysql/mod_auth_mysql-2.9.0.tar.gz
tar xzfv mod_auth_mysql-2.9.0.tar.gz
cd mod_auth_mysql-2.9.0
/usr/local/apache/bin/apxs -c -I/usr/local/mysql/include -L/usr/local/mysql/lib -lmysqlclient -lm -lz mod_auth_mysql.c
/usr/local/apache/bin/apxs -i mod_auth_mysql.la
vi /usr/local/apache/conf/httpd.conf
tar xzfv mod_auth_mysql-2.9.0.tar.gz
cd mod_auth_mysql-2.9.0
/usr/local/apache/bin/apxs -c -I/usr/local/mysql/include -L/usr/local/mysql/lib -lmysqlclient -lm -lz mod_auth_mysql.c
/usr/local/apache/bin/apxs -i mod_auth_mysql.la
vi /usr/local/apache/conf/httpd.conf