-
Notifications
You must be signed in to change notification settings - Fork 64
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
ffmpeg: error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory #417
Comments
Hey! thanks That is strange, are you building the image yourself or using mwader/static-ffmpeg:latest? no modifications to the Dockerfile? if possible can you give examples of step to reproduce? |
Hey. which results in the above error. Cheers Svyatko |
Can you share your compose config? wondering if it ends up running some other or older image Does this work?
|
You were spot on. the compose was using a previous image where i had issues with fontconfig. I will close the issue |
👍 no problem! |
Hiya.
Thanks for the amazing work that went in to this project. - monumental !!
Building and running form the latest Master when starting the container i get shared library error
ffmpeg | ffmpeg: error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory
going over the Dockerfile i cant see anything pointing at it being shared.
Any clues would be appreciated
svyatko
The text was updated successfully, but these errors were encountered: