I previously noted that I could not start my local Radicale-DecSync server and that switching from t...
I previously noted that I could not start my local Radicale-DecSync server and that switching from the AUR package to the PyPi package resolved the issue.
https://thenewleafjournal.com/leaf/radicale-decsync-aur-issues/
However, I ran into the following error today when I tried to launch the local server:
[2023-06-11 15:56:14 -0400] [2661] [CRITICAL] An exception occurred during server startup: Failed to load storage module 'radicale_storage_decsync': libcrypt.so.1: cannot open shared object file: No such file or directory
Solution from AUR libdecsync package: Install libxcrypt-compat
pacman -S libxcrypt-compat
#linux #decsync #pacman #pypi