Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

BUILD FAILED (macOS 11.4 using ruby-build 20210526) - MacBook Air (M1, 2020) - rbenv install 2.x.x

Tags:

ruby

rbenv

I am having issues with installing any other ruby version other than (2.7.2). Does anyone have any tips? Big Sur.

like image 980
John Avatar asked Sep 12 '25 07:09

John


1 Answers

I was having a problem installing ruby 2.6.7. Run it with this CFLAG CFLAGS="-Wno-error=implicit-function-declaration" rbenv install 2.6.7 helped.

like image 199
Caroline Salib Avatar answered Sep 14 '25 05:09

Caroline Salib