https://bugs.kde.org/show_bug.cgi?id=401377

--- Comment #12 from caulier.gil...@gmail.com ---
It sound like the libssl_conf.so shared lib cannot be found.

At least, i'm sure that the bundle do not have the .so inside. The system based
.so must be used instead.

Before to run the AppImage can you try to force to load libssl_conf.so from the
system using this command line :

export LD_PRELOAD=$LD_PRELOAD:/usr/lib64/libssl_conf.so


Note : here i use /usr/lib64/... path to load the .so, but it can be at another
place, this depend of the Linux used. 

If it do not work, try these pathes :

/usr/lib/...
/lib/x86_64-linux-gnu/

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to