From 7a893b840f164742d8d666632f5edbeae622ecd3 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 31 May 2023 18:18:17 +0200 Subject: [PATCH] Added mention of ldd to FAQ --- docs/guide/faq.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/guide/faq.md b/docs/guide/faq.md index 621920c3ae..74d9c2a175 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -47,6 +47,16 @@ resolve this: * archlinux: `pacman -S libxcrypt-compat` * CentOS/RedHat: `dnf install libxcrypt-compat` +There have also been reports of an error being generated at installation time +despite `libcrypt.so.1` being installed when a differnt `ldd` (eg: Homebrew) +shadows the system one. In that case try the installation again after giving +the default one higher priority in the `PATH: + +``` +export PATH="/usr/bin:$PATH" +curl -sSf https://rye-up.com/get | bash +``` + ## TKinter Support TKinter uses TCL behind the scenes. Unfortunately this also means that some runtime