Skip to content

Instantly share code, notes, and snippets.

@wbond
Created March 11, 2013 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wbond/5131621 to your computer and use it in GitHub Desktop.
Save wbond/5131621 to your computer and use it in GitHub Desktop.
Install uwsgi via pip on Ubuntu 12.04 with custom Python 3.3 install. For some reason this requires special LDFLAGS. Error messages included: `posixmodule.c:5932: undefined reference to 'openpty'` `posixmodule.c:5992: undefined reference to 'forkpty'`
LDFLAGS="-Xlinker --no-as-needed" pip install uwsgi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment