Build failed ruby-build 20211227-3-gcdc215e Mac OS X 10.9.5 #1908
-
note: I realise there is a legacy system inovlved, however I have hit the same error on two systems, the other a much more recent one Initially, I started with
failed as it relies on homebrew and it is not upgradable for this system. So I then went to update ruby-build: This time openssl 1.1.1l Failed
I find it relevant that on OS X 10.13.6, running
launching
ruby-build.20220113124112.65442.log Interestingly without upgrading ruby-build, openssl would install. With the upgrade (manually, or with homebrew) it would not. This may not be a ruby-build direct issue, but sounds like a dependency matter. How can one step through each build step, possibly manually? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This gets more disconcerting... On 10.13.6 However, that does not change the behaviour of 'rbenv' installation process which ignores the
leading to the same failure
Can ruby-build be directed to use the homebrew installed version of openssl and get on with the process? |
Beta Was this translation helpful? Give feedback.
This gets more disconcerting... On 10.13.6
brew install [email protected]
installs 1.1.1m (one step past the 'l' version)However, that does not change the behaviour of 'rbenv' installation process which ignores the
usr/local/Cellar
directory used by homebrew.leading to the same failure