On Mon, 15 Apr 2013 17:17:15 +0200, "Roberto De Ioris"
<[email protected]> wrote:
>You solve the issue (known by ages, but no-one was able to fix it with the
>result of dozens of broken packages on debian), by building the python
>support as a plugin:
>
>UWSGI_PROFILE=core make
>python uwsgiconfig.py --plugin plugins/python core
>
>then just remember to add --plugin = python to the configs/commandline

Do you mean that...
1. I don't need to recompile the Python interpreter with
"--enable-shared",
2. recompiling uWSGI per the above and running "python uwsgiconfig.py
--plugin plugins/python core" once is enough to work around that bug,
3. I should remember to launch uWSGI with "--plugin=python" because
it's no longer included in the uWSGI binary?

_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to