I have installed uwsgi via pip and am trying to use the stats_pusher_statsd plugin. It does not seem available by default, so I had to download the source for my version and execute uwsgi --build-plugin to build it.
# uwsgi --build-plugin stats_pusher_statsd *** uWSGI building and linking plugin from stats_pusher_statsd *** [gcc -pthread] stats_pusher_statsd_plugin.so build time: 0 seconds *** stats_pusher_statsd plugin built and available in stats_pusher_statsd_plugin.so *** My question is, is there a way to build/install this plugin during the pip install? If not, what is the *right* way to build uwsgi with this plugin? thanks! Jay
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
