Trying to build a uWSGI binary for use only Python. Without unnecessary plugins.

[uwsgi]
inherit = base

# Necessary:
threading = true
ini = true

# I think it is unnecessary:
xml = false
yaml = false
json = false
sqlite3 = false
zeromq = false
snmp = false
spooler = false
ssl = false
udp = false
multicast = false
async = false
ldap = false
sendfile = false

# ?
embedded = true
minterpreters = true
pcre = auto
routing = auto
ipv6 = false



What else can I turn off?
What kind of setup do you suggest?

Why does not compile?

*** uWSGI compiling embedded plugins ***
[gcc -pthread] plugins/python/python_plugin.o
[gcc -pthread] plugins/python/pyutils.o
[gcc -pthread] plugins/python/pyloader.o
[gcc -pthread] plugins/python/wsgi_handlers.o
plugins/python/wsgi_handlers.c: In function 'uwsgi_request_wsgi':
plugins/python/wsgi_handlers.c:513:1: error: label 'end' defined but
not used [-Werror=unused-label]
cc1: all warnings being treated as errors



-- 
Łukasz Wróblewski
http://www.nri.pl/ - Nowoczesne Rozwiązania Internetowe
http://www.hostowisko.pl/ - Profesjonalny i tani hosting
http://www.katalog-polskich-firm.pl/ - Najlepszy darmowy katalog firm
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to