variar / klogg

Really fast log explorer based on glogg project
https://klogg.filimonov.dev
GNU General Public License v3.0
2.38k stars 208 forks source link

libssl.so.1.1 missing in appimage #740

Open rejuce opened 2 weeks ago

rejuce commented 2 weeks ago

i tried to run the appimage from the latest release 22.06

grafik

but it seems libssl was not packaged and missing on my lubuntu 20.04 system

variar commented 1 week ago

I'm going to move appimage build from 18.04 to 20.04. This should solve missing libraries issue.

rejuce commented 1 week ago

or maybe set the --package system libray flag when you build the appimage

variar commented 1 week ago

Could you try appimage from 24.11.0.1631+?

Heath123 commented 6 days ago

This is also happening for me on Fedora 41

variar commented 1 day ago

I've added libssl to AppImage in 24.11.0.1681. However, ldd for klogg_crashpad_handler from appimage doesn't show dependency on libssl now, so I'm not sure if that is required.