-
When installing homebrew via the official script it fails when installing Ruby.
The error message is not helpful at all, it does not tell me what exactly went wrong so I don't have any idea on how to approach this. I've tried to install ruby via
My operating system is Manjaro Linux with the kernel Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 12 replies
-
Can you run |
Beta Was this translation helpful? Give feedback.
-
It appears Manjaro deprecates |
Beta Was this translation helpful? Give feedback.
-
I had the exact same problem running on Arch with 5.17.1-zen1-1-zen. Installing libxcrypt-compat as suggested by @teslamint solved the issue for me. |
Beta Was this translation helpful? Give feedback.
-
I had a this error. I cannot solve this. But my use Windows 10. I watch course Angela Yu and do what do you. Initially I get this: |
Beta Was this translation helpful? Give feedback.
-
Hi i am facing this issue please help me to resolve brew upgrade
Do not file an issue on GitHub about this; you will need to figure out for |
Beta Was this translation helpful? Give feedback.
-
Error: Failed to install Homebrew Portable Ruby and cannot find another Ruby 2.6.8! I have the same issue on a Xubuntu machine; neither apt nor snap have the libxcrypt. ruby -v returns: ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux-gnu] |
Beta Was this translation helpful? Give feedback.
-
Installing |
Beta Was this translation helpful? Give feedback.
It appears Manjaro deprecates
libcrypt.so.1
so portable ruby 2.6.8 complains about it.Install
libxcrypt-compat
will resolve the issue.Some backgrounds: https://bbs.archlinux.org/viewtopic.php?id=274160