variar / klogg

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

Depends to openssl-1.1 #719

Closed rahmanuh closed 3 weeks ago

rahmanuh commented 3 weeks ago

Fedora 40 does not include openssl-1.1. This makes klogg does not work with the following error:

/tmp/.mount_kloggnZU7uW/usr/bin/klogg_crashpad_handler: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Maybe the way forward is to update klogg to be compatible with newer version of openssl, i.e openssl-3?

rahmanuh commented 3 weeks ago

Well, turned out I can run klogg with the newest one :) https://github.com/variar/klogg/releases/tag/continuous-linux

Closing this.