Hide Forgot
Description of problem: Gevent uwsgi plugin doesn't load. Version-Release number of selected component (if applicable): [root@4a9a171410dd /]# rpm -qa | grep uwsgi uwsgi-2.0.12-2.el7.x86_64 uwsgi-plugin-gevent-2.0.12-2.el7.x86_64 uwsgi-plugin-common-2.0.12-2.el7.x86_64 Steps to Reproduce: uwsgi --plugin gevent -s /tmp/uwsgi.sock Actual results: !!! UNABLE to load uWSGI plugin: /usr/lib64/uwsgi/gevent_plugin.so: undefined symbol: up !!! Expected results: no errors Additional info:
This is caused because the gevent plugin needs the python plugin to work, so this should work: uwsgi --plugin python --plugin gevent -s /tmp/uwsgi.sock Can you test that? I believe the gevent subpackage should depend on the python subpackage though, I'll handle that.
I pushed a new version to testing, now if you pull the gevent plugin package it will pull the python package, however loading the plugins at run time is still left up to the user. You can test it by enabling updates-testing, follow https://fedoraproject.org/wiki/QA:Update_feedback_guidelines if you want.
uwsgi-2.0.14-1.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-82f3151d61
uwsgi-2.0.14-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.