pkg2appimage
pkg2appimage copied to clipboard
Handle the case with subdirs in usr/lib64.
I've seen it on Centos 7-based appimage builds, when there are /usr/lib64/pulseaudio, /usr/lib64/samba and such, and those paths are not in LD_LIBRARY_PATH of appimage. As suggested, moving all those libraries from subdirs of usr/lib64 into usr/lib64 itself, and delete those subdirs.
I have tested it only on Centos 7-based appimage build.
Please review, thanks!
Thanks, I think we should generalize this a bit to also work on 32-bit and on Debian/Ubuntu-style filesystem hierarchies.
Unfortunately, I have no clue what is the directory structure on Debian/Ubuntu inside /usr/lib64 and whether it is the case for them.
Hi, I haven't checked this for a while, is this still actual? Could I just close it?
HI @crayxt it looks like no one has looked deeper into this so far. So let's keep it open as a reminder.
@probonopd Hi, I am just doing housekeeping on Github issues I raised. I closed several. If any of them is still actual, let's keep them open. Thanks!
Thanks for checking, very mindful of you.