Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

psycopg2-binary and Python SSL library conflict makes mod_wsgi worker segfault #218

Closed
ph448 opened this issue Apr 16, 2019 · 0 comments · Fixed by #219
Closed

psycopg2-binary and Python SSL library conflict makes mod_wsgi worker segfault #218

ph448 opened this issue Apr 16, 2019 · 0 comments · Fixed by #219
Assignees

Comments

@ph448
Copy link
Contributor

ph448 commented Apr 16, 2019

psycopg2-binary includes a thread-safe(r) version of libssl, but the system Python doesn't and they clash. The psycopg2 author recommends installing from source and indeed, this seems to fix the issue on the MWS.
See also psycopg/psycopg2#543

@ph448 ph448 self-assigned this Apr 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant