View All Posts. MiCHiLU.com powered by Django ;-)

[Linux]: Fedora 7 で mod_wsgi をビルドするメモ

httpd-devel と python-devel-2.5 が必要。

$ ls /usr/sbin/apxs
/usr/sbin/apxs
$ rpm -qf /usr/sbin/apxs
httpd-devel-2.2.4-4

$ ls /usr/lib/python2.5/config/Makefile
/usr/lib/python2.5/config/Makefile
$ rpm -qf /usr/lib/python2.5/config/Makefile
python-devel-2.5-12.fc7

$ svn co -r 255 http://modwsgi.googlecode.com/svn/trunk/ modwsgi
$ cd modwsgi
$ ./configure
$ make
$ ls .libs/mod_wsgi.so
.libs/mod_wsgi.so

$ sudo cp .libs/mod_wsgi.so /etc/httpd/modules/.
Sun, 3 Jun 2007 10:54:51 +0900 source edit
Creative Commons License
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.1 Japan License.
View All Posts. MiCHiLU.com powered by Django ;-)