Introduction:
How to install mod_python.so CentOS 6We gonna use the svn trunk source code because the last stable version at http://archive.apache.org/dist/httpd/modpython/ doesn't compile (see ref. 3).
Steps:
Install dependences:yum install gcc
yum install httpd-devel
yum install python-devel
yum install flex
yum install svn
Download source code with svn:
svn co https://svn.apache.org/repos/asf/quetzalcoatl/mod_python/trunkcd trunk
Configure and install:
./configure
make
make install
No comments:
Post a Comment