Created
March 11, 2013 03:02
-
-
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'`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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