无视界-个人小站
uwsgi提示libgcc_s.so.1 must be installed for pthread_cance

在Centos6.3 64bit上安装时遇上这个问题。找了很久才知道答案。。

DAEMON_OPTS=-s 127.0.0.1:9002 -L -C -M -p 6 -t 50 --limit-as 256 -R 10240 --vhost -d /var/log/uwsgi.log --pidfile /var/run/$NAME.pid --pythonpath

解决方案是:
把--limit-as 256改大。比如 --limit-as 1000即可