after upgrade to OSX 10.11 (El Capitan), uwsgi fails to install. Any ideas
how to resolve this?
>: pip install uwsgi
Downloading/unpacking uwsgi
Downloading uwsgi-2.0.11.1.tar.gz (782kB): 782kB downloaded
Running setup.py egg_info for package uwsgi
Installing collected packages: uwsgi
Running setup.py install for uwsgi
core/socket.c:713:28: error: use of undeclared identifier 'SOL_TCP'
if (setsockopt(serverfd, SOL_TCP, TCP_FASTOPEN, (const
void *) &uwsgi.tcp_fast_open, sizeof(int)) < 0) {
^
1 error generated.
Complete output from command /Users/sean/Envs/test/bin/python -c
"import
setuptools;__file__='/Users/sean/Envs/test/build/uwsgi/setup.py';exec(compile(open(__file__).read().replace('\r\n',
'\n'), __file__, 'exec'))" install --record
/var/folders/8k/b4793zyx0p1gb_5j2h0yk4n40000gq/T/pip-dcXb53-record/install-record.txt
--single-version-externally-managed --install-headers
/Users/sean/Envs/test/bin/../include/site/python2.7:
running install
core/socket.c:713:28: error: use of undeclared identifier 'SOL_TCP'
if (setsockopt(serverfd, SOL_TCP, TCP_FASTOPEN, (const void
*) &uwsgi.tcp_fast_open, sizeof(int)) < 0) {
^
1 error generated.\
Thanks
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi