Build failed for 2.6.6 on macOS 13.0 #2080
-
Hey All 👋, Wondering if someone might be able to help me figure how install v2.6.6 on macOS 13.0. I'm on an Intel Mac, have openssl1.1 installed via Homebrew and passed Anything stand out in the build Log? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Newest Xcode Command Line Tools is known to give people problems. I've received the same error as you (although on an M1 machine) and the solution was to either pass Note that your macOS version is very new and that the Ruby version you're trying to compile is very old and unsupported (EOL). You should try to migrate your project to Ruby 3.0 or newer. |
Beta Was this translation helpful? Give feedback.
Newest Xcode Command Line Tools is known to give people problems. I've received the same error as you (although on an M1 machine) and the solution was to either pass
--enable-shared
(although, it should be enabled by default) via RUBY_CONFIGURE_OPTS or to downgrade Xcode Command Line Tools https://bugs.ruby-lang.org/issues/18912Note that your macOS version is very new and that the Ruby version you're trying to compile is very old and unsupported (EOL). You should try to migrate your project to Ruby 3.0 or newer.