-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Docker matrixdotorg/synapse:latest: libpython3.7m.so.1.0: cannot open shared object file #8038
Comments
Additional Information: matrixdotorg/synapse:v1.17.0 works perfectly. |
It seems to work here:
please can you give more information on how to reproduce this? |
@richvdh Thanks. Yes, your examples worked for me also. I'm using the following docker-compose.yml
|
I'm not that familiar with docker-compose, but does this mean you are building your own docker image?
I'd suggest you are adding a library that is linked against the wrong version of python. |
I don't know if it matters, but the synapse image was switched to debian in #7839 |
The build section is only triggerd by using I took this compose file from @clokep Hm...the error occurs inside the synapse container, not the synapse-db container...Even if I choose
it doesn't work. |
I'd suggest asking on #synapse:matrix.org if anyone is using docker compose with Synapse and have a working config. If so, it'd be great to update the one in our contrib directory. |
@clokep Talking on #synapse:matrix.org the problem seems to be this mount:
which seemed to work with the alpine image, but not the debian one. So I think this can be closed. Thank you all. |
@jaltek Glad you figured it out! Thanks for pointing out the issue in case someone else runs into this. 👍 |
Description
Tried to start the docker image matrixdotorg/synapse:latest via docker-compose and getting the following error:
Steps to reproduce
Version information
If not matrix.org:
Version: https://hub.docker.com/layers/matrixdotorg/synapse/latest/images/sha256-f66fa7b3bf5250d14d23c847d48cbabbe58c4d26217250dac2b0b90975a38731?context=explore
Install method: Docker
The text was updated successfully, but these errors were encountered: