Closed aubri61 closed 1 year ago
CFLAGS="-Wno-error=implicit-function-declaration" RUBY_CONFIGURE_OPTS='--with-readline-dir=/usr/local/opt/readline/' arch -x86_64 rbenv install 2.7.6
this solved my problem
this seems to install intel -x86 version ruby.. any other solutions?
Hi, I was installing ruby 2.7.6 on rbenv but the error came out. So I installed frum and tried this code
RUBY_CFLAGS='-DUSE_FFI_CLOSURE_ALLOC -Wno-error=implicit-function-declaration' frum install 2.7.6 --with-openssl-dir=$(brew --prefix openssl@1.0) --enable-shared
And then this error came out
So I tried to fix typo as openssol@1.1 but it said
error: Version already installed at "/Users/jueon/.frum/versions/2.7.6"
so i deleted 2.7.6 dir and re installed it but the same error came out
RUBY_CFLAGS='-DUSE_FFI_CLOSURE_ALLOC -Wno-error=implicit-function-declaration' frum install 2.7.6 --with-openssl-dir=$(brew --prefix openssl@1.1) --enable-shared
and when i try
frum install 2.7.6 --with-openssl-dir=
brew --prefix openssl@1.1``this error came out. can you help me out please? :(
and my mac is 13.0 ventura