You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm experimenting with appimage-builder a bit. I built an example app with appimage-builder and I'm testing it on some older systems. My AppImage seems to run on Manjaro and on Fedora 22. I then tested on Ubuntu 13 and I'm getting this error:
/tmp/.mount_Fall-l8kxOCl/usr/bin/Fall: error while loading shared libraries: libQt6Core.so.6: cannot open shared object file: No such file or directory
I therefore tried to investigate why the library is not found, as it seems to be there:
Hello! I'm experimenting with appimage-builder a bit. I built an example app with appimage-builder and I'm testing it on some older systems. My AppImage seems to run on Manjaro and on Fedora 22. I then tested on Ubuntu 13 and I'm getting this error:
/tmp/.mount_Fall-l8kxOCl/usr/bin/Fall: error while loading shared libraries: libQt6Core.so.6: cannot open shared object file: No such file or directory
I therefore tried to investigate why the library is not found, as it seems to be there:
I tried to use LD_DEBUG=all, and this is what I see for that lib:
My understanding is that it is simply not found. I do not see errors like missing deps or something else. Moreover, the gui lib is instead found:
Any idea how to investigate further?
Thanks!
The text was updated successfully, but these errors were encountered: