[SOLVED] keepassxc needs a new build
When trying to start keepassXC , i got this error today
keepassxc: error while loading shared libraries: libbotan-3.so.5: cannot open shared object file: No such file or directory
Today was also an update of botan: botan 3.5.0-1 -> 3.6.0-1
I know i shouldn't do this, but i really need access to my passwords, so I tried setting a softlink via:
ln -s /usr/lib/libbotan-3.so /usr/lib/libbotan-3.so.5
But that just changed the error message to:
keepassxc: symbol lookup error: keepassxc: undefined symbol: _ZN5Botan13EC_PrivateKeyC2ERNS_21RandomNumberGeneratorERKNS_8EC_GroupERKNS_6BigIntEb
Unfortunatly i have no clue how to build keepassxc myself. So it would be nice to have a new build fitted to the new botan.