Skip to content
New issue

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

Create symlink for the mod_wsgi.so in Python 3.8 #5445

Closed
kushaldas opened this issue Aug 12, 2020 · 1 comment
Closed

Create symlink for the mod_wsgi.so in Python 3.8 #5445

kushaldas opened this issue Aug 12, 2020 · 1 comment

Comments

@kushaldas
Copy link
Contributor

In Python 3.8 on Ubuntu Focal when the mod_wsgi configuration gets generated, it points to

/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

@conorsch
Copy link
Contributor

See further details in #5443. Turns out a symlink is not required, so closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants