-
-
Notifications
You must be signed in to change notification settings - Fork 558
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
Videomass AppImage libtiff5 issue #3128
Comments
Hello @jeanslack. Thanks for making an AppImage. This seems to be an issue with the contents of the AppImage, not with appimage.github.io which this repository is about. It appears that the Python inside the AppImage can't find the Inspecting the AppImage, that library seems not to be bundled at all. The only libtiff library that is bundled seems to be version 6.
So it seems like something in the AppImage is requiring Let's see what needs
So it is Let's see what else this library needs:
All of those need to be bundled inside the AppImage, unless one can safely assume that all target systems (Linux distributions) ship them by default. It seems like the AppImage is missing some libraries from which one cannot assume that all target systems (Linux distributions) ship them by default. The overall conceptual issue here is that https://github.com/jeanslack/Videomass/blob/master/develop/tools/AppImage_build.sh takes https://github.com/niess/python-appimage/ (good, as it comes with the dependency libraries that it needs) but then uses Also, there are specific deployment tools for Python applications which can maybe take the manual work out of this. Hope this helps. Closing here, since not an |
Thank you very much @probonopd |
Thank you for your support and development of AppImage.
I've had a problem lately running the Videomass AppImage on some recent Linux distributions getting
ImportError: libtiff.so.5: cannot open shared object file: No such file or directory
.This issue has already been reported here: jeanslack/Videomass#186.
Attempting to fix it by installing the
libtiff5
lib was unsuccessful. Is there a workaround to fix this problem?My recipe reference: https://github.com/jeanslack/Videomass/blob/master/develop/tools/AppImage_build.sh
AppRun: https://github.com/jeanslack/Videomass/blob/master/develop/tools/AppRun
The text was updated successfully, but these errors were encountered: