Oliver Miehe

Results 3 comments of Oliver Miehe

thanks for the links, so as mentioned I could install 3.1 with no error :) but I also really need ruby in older versions. unfortunately the trick with setting `RUBY_CONFIGURE_OPTS=--with-openssl-dir=/opt/homebrew/opt/[email protected]...

I had the same problem in the last days. It was a problem of special characters in the filename, in my case (i'm from germany) an "ü". After fixing this,...

> This worked for me: > > ``` > rvm install 2.7.7 --with-openssl-dir=$HOME/.rvm/usr/include/ --force > ``` This worked for me thx.