Trying to setup Rails environment on OS X. When I run rvm reinstall all --force, I get an error message:
"Darwin libraries validation not yet implemented"
Not one mention of that error message in Google. I’m curious what it means.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This message is because Linux bianry ruby is verified with
ldd, the same check for OSX can be implemented usingotool -Lhere: https://github.com/wayneeseguin/rvm/blob/master/scripts/external#L307You can find more information about binary rubies reading: