https://bugs.documentfoundation.org/show_bug.cgi?id=162845
--- Comment #6 from Julien Nabet <serval2...@yahoo.fr> --- I noticed this line on strace: 12554 6458 15:06:56.084181 openat(AT_FDCWD, "/usr/lib/libreoffice/program/../program/libargon2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory On Debian, I got this description: apt-cache show libargon2-1 Package: libargon2-1 Source: argon2 (0~20190702+dfsg-4) Version: 0~20190702+dfsg-4+b1 Installed-Size: 58 Maintainer: Debian Security Tools <team+pkg-secur...@tracker.debian.org> Architecture: amd64 Depends: libc6 (>= 2.34) Breaks: cryptsetup-initramfs (<< 2:2.6.1-2) Description-en: memory-hard hashing function - runtime library Argon2 is a password-hashing function that can be used to hash passwords for credential storage, key derivation, or other applications. . There are two main versions of Argon2: Argon2i and Argon2d. Argon2i is the safest against side-channel attacks, while Argon2d provides the highest resistance against GPU cracking attacks. . Argon2i and Argon2d are parametrized by: * A time cost, which defines the amount of computation realized and therefore the execution time, given in number of iterations * A memory cost, which defines the memory usage, given in kibibytes * A parallelism degree, which defines the number of parallel threads . This package includes the dynamic library against which programs are linked. For the test, could you install this lib if you don't already have it and give it a try? (I must recognize I don't know why LO would need it) -- You are receiving this mail because: You are the assignee for the bug.