[pkg-uWSGI-devel] Bug#1109812: Bookworm uwsgi-plugin-python3 2.0.21-5.1 , filename of module incompatible with uwsgi 2.0.21-5.1
VisionOK
visionok at disroot.org
Thu Jul 24 08:08:36 BST 2025
Package: uwsgi-plugin-python3
Version: 2.0.21-5.1
when loading python module in uwsgi, uwsgi expects to find it in:
/usr/lib/uwsgi/plugins/python_plugin.so
But uwsgi-plugin-python3 only provides:
/usr/lib/uwsgi/plugins/python3_plugin.so
which is a symlink to
/etc/alternatives/uwsgi-plugin-python3
To make loading python module work I had to manually create another symlink with the
name that uwsgi expects:
python_plugin.so -> /etc/alternatives/uwsgi-plugin-python3
Fix either uwsgi-plugin-python3 or uwsgi so they both provide and refer to the same file.
thanks
--
VisionOK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-uwsgi-devel/attachments/20250724/f66eb64e/attachment.htm>
More information about the pkg-uWSGI-devel
mailing list