Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] keepassxc needs a new build  (Read 331 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] keepassxc needs a new build

When trying to start keepassXC ,  i got this error today

Code: [Select]
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:
Code: [Select]
ln -s /usr/lib/libbotan-3.so /usr/lib/libbotan-3.so.5

But that just changed the error message to:
Code: [Select]
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.


Re: keepassxc needs a new build

Reply #1
The rebuild is already in the queue on our build server.
Should be completed and on mirror servers in a few hours.

artist

Re: keepassxc needs a new build

Reply #2
If you need to use  keepassXC right now, you can downgrade both packages:
Code: [Select]
sudo pacman -U /var/cache/pacman/pkg/keepassxc-2.7.9-3-x86_64.pkg.tar.zst
sudo pacman -U /var/cache/pacman/pkg/botan-3.5.0-1-x86_64.pkg.tar.zst
That works for me

Re: keepassxc needs a new build

Reply #3
Updated, and tested, keepassxc is available now.

artist

Re: keepassxc needs a new build

Reply #4
Thank you both for the fast reply and reaction !! :)