How can i recompile the python 2.7 with enable shared option
- by user31
I installed 2.7 with yum.
But i didn't used enable shared option so i am not to run mod_wsgi with djnago.
Now i want to recompile with enable shared option. Is there any esay way to do that
Although mod_wsgi will still work when compiled against a version of
Python which only provides a static library, you are highly encouraged
to ensure that your Python installation has been configured and
compiled with the '--enable-shared' option to enable the production
and use of a shared library for Python.
http://code.google.com/p/modwsgi/wiki/InstallationIssues