mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 01:12:27 -05:00
Debian 10 Buster: Vaultwarden 1.25 fails to start #1299
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MatthiasKuehneEllerhold on GitHub (Jun 10, 2022).
Subject of the issue
Running Vaultwarden 1.25 under Debian 10 fails because `GLIBC_2.29' not found.
Deployment environment
Steps to reproduce
" /usr/bin/vaultwarden: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /usr/bin/vaultwarden)"
Expected behaviour
Vaultwarden Service should start
Actual behaviour
Vaultwarden Services refuses to start with the error message above.
@BlackDex commented on GitHub (Jun 10, 2022):
I'm not sure how that binary is build. And it is not something done by the main project maintainers (as far as i know).
I suggest to see if you can contact the maintainer of that repo.
They need to use a different base for building the binary in this case.