How can i recompile the python 2.7 with enable shared option
Posted
by
user31
on Server Fault
See other posts from Server Fault
or by user31
Published on 2012-11-23T01:43:29Z
Indexed on
2012/11/23
5:01 UTC
Read the original article
Hit count: 446
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.
© Server Fault or respective owner