We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Python 3.8 on Ubuntu Focal when the mod_wsgi configuration gets generated, it points to
Focal
/opt/venvs/securedrop-app-code/lib/python3.8/site-packages/mod_wsgi/server/mod_wsgi-py38.so
But, the real shared library path is
/opt/venvs/securedrop-app-code/lib/python3.8/site-packages/mod_wsgi/server/mod_wsgi-py38.cpython-38-x86_64-linux-gnu.so
We should make sure that Apache/mod_wsgi should be able to find the correct shared library and load it.
This is part of the #4768 EPIC
The text was updated successfully, but these errors were encountered:
See further details in #5443. Turns out a symlink is not required, so closing.
Sorry, something went wrong.
No branches or pull requests
In Python 3.8 on Ubuntu
Focal
when the mod_wsgi configuration gets generated, it points toBut, the real shared library path is
We should make sure that Apache/mod_wsgi should be able to find the correct shared library and load it.
This is part of the #4768 EPIC
The text was updated successfully, but these errors were encountered: