How to make ruby-build use native Fedora libraries? #2516
Replies: 1 comment
-
Hi, is there a problem with Linuxbrew libraries being used over your system ones? Does Ruby fail to compile as a result? If you want to skip brew packages being used, there is no environment variable like "RUBY_BUILD_SKIP_BREW". Instead, for every dependency you have to pass I see that you also tried to add |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On my machine I also have
brew
installed for various things.And I'm also using
asdf
(installed via brew) withasdf-ruby
which is making use ofruby-build
.When I'm installing Ruby it's using the homebrew references though instead of the Fedora ones.
It's documented in the README too:
But maybe it's too optimistic regarding that? 🤔
I'd prefer to have the Fedora ones though so I tried the following:
It doesn't seem to be enough just to export these though
What am I missing here? 🤔
Beta Was this translation helpful? Give feedback.
All reactions