#---------------------------------------------------------------------------- # build_mod_python.txt - how to build the mod_python binaries # # Creation : 2007-03-16 hbfl # Last update: $Id$ # # !!! this is not a script but an step-by-step howto !!! #------------------------------------------------------------------------------ exit 1 ### download the source code from the internet, e.g. # http://httpd.apache.org/modules/python-download.cgi ### extract file in a temporary location tar -xzf mod_python-3-2.10.tgz Die Binaries wurden von Marc Oliver Ulfig zur Verfuegung gestellt darum ist der build hier nicht weiter beschrieben. ########################################## ### download the source code from the internet, e.g. # http://httpd.apache.org/modules/python-download.cgi tar -xzf mod_python-3-3.1.tgz cd mod_python-3-3.1 ./configure --host=i486-pc-linux-gnu \ --build=i486-pc-linux-gnu \ --target=i486-pc-linux-gnu \ --prefix=/usr \ --with-apxs=/usr/local/apache2/bin/apxs make make check make DESTDIR=/data/build/mod_python strip -R .note -R .comment /data/build/mod_python/usr/local/apache2/modules/*