ACINQ / phoenixd

https://phoenix.acinq.co/server
Apache License 2.0
100 stars 14 forks source link

phoenixd 0.3.2 doesn't work in Fedora 40 #89

Closed ktecho closed 1 month ago

ktecho commented 1 month ago

When trying to use phoenixd in Fedora 40, I get this message:

./phoenixd: error while loading shared libraries: [libcrypt.so](https://libcrypt.so/).1: cannot open shared object file: No such file or directory

It works without problems in Ubuntu 24.04.

sstone commented 1 month ago

This seems to be specific to Fedora (see https://fedoraproject.org/wiki/Changes/FullyRemoveDeprecatedAndUnsafeFunctionsFromLibcrypt), the fix is to install the libxcrypt-compat package:

sudo dnf install libxcrypt-compat