views:

35

answers:

0

I make mod_wsgi is like following

$./configure --with-python=/Library/Frameworks/Python.framework/Versions/2.7/bin/python --with-apxs=/usr/local/apache2/bin/apxs

checking Apache version... 2.0.63

configure: creating ./config.status

config.status: creating Makefile

$sudo make $sudo make install

and then I copy file from /usr/local/apache2/modules/mod_wsgi.so to /Applications/MAMP/Library/modules/mod_wsgi.so

And then I add

LoadModule wsgi_module modules/mod_wsgi.so

in httpd.conf

I run the apache and I got error.

$ sudo /Applications/MAMP/Library/bin/apachectl start

Syntax error on line 287 of /Applications/MAMP/conf/apache/httpd.conf: Cannot load /Applications/MAMP/Library/modules/mod_wsgi.so into server: cannot create object file image or add library