From 1569b14171e54e5b6e4e9f00450abdce39355044 Mon Sep 17 00:00:00 2001 From: Ruchit Date: Sat, 9 Sep 2023 18:26:59 +0530 Subject: [PATCH] setup: fedora: Install libxcrypt-compat Fixes perl: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory on fedora rawhide --- setup/fedora.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/fedora.sh b/setup/fedora.sh index cb3d0e74..f50d47ec 100755 --- a/setup/fedora.sh +++ b/setup/fedora.sh @@ -48,7 +48,8 @@ sudo dnf install \ schedtool \ lzip \ vboot-utils \ - vim + vim \ + libxcrypt-compat # The package libncurses5 is not available, so we need to hack our way by symlinking the required library. sudo ln -s /usr/lib/libncurses.so.6 /usr/lib/libncurses.so.5