-
-
Notifications
You must be signed in to change notification settings - Fork 566
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
TrenchBroom AppImage built on Ubuntu 14.04 complains about missing libpng12.so.0 on Arch Linux #177
Comments
I will test your AppImage on various systems later today. Is Xubuntu 14.04 the oldest machine your software builds on? Be aware that an AppImage can only run on distributions that are newer than or the same age as the system you used for building. |
I had another problem about the X11 library (which was included in the AppImage) when my libraries were in
I didn't script it, this is hand-made, just for testing… Once I get it working, I will script it. That said, I used the command-line interface (since I ran into many issues with the AppImageAssistant GUi).
I haven't tested but I already needed a CMake PPA for it to build there (I'm aware it's just a compile-time dependency though), I don't really care about very old distros (which are usually end-of-life). Also, right now, I'm lacking storage on this PC and thus can't have a Xubuntu 12.04 VM (but once it is scripted, it should be easy to migrate). |
Now you should test the AppImage on each of your target systems. |
Thanks, it works. 👍 |
I'm building an AppImage for TrenchBroom from a Xubuntu 14.04 64-bit virtual machine. It runs fine in the virtual machine, but on the host OS (Arch Linux 64-bit), it complains about a missing
libpng12.so.0
, even though it is packaged in the AppImage.I also tried to put the libraries in
usr/lib/
instead oflib/
inside of the AppDir, but in this case the AppImage segfaults on start on Arch Linux, and when run through GDB, complains about a missinglibX11.so.6
library. In that case, it however ran fine in the virtual machine.(Note: the AppImage I'm making is preliminary, it includes any library that's linked to the binary, including the libc.)
Here's the AppImage: TrenchBroom.AppImage.zip
The text was updated successfully, but these errors were encountered: