Closed mislav closed 12 months ago
Using --with-ext=+ only has the indended effect (compiling all extensions that would normally get compiled) on Ruby 2.5+. On older versions, it causes none of the default extensions to get compiled, resulting in a defunct installation.
--with-ext=+
Fixes #2315 Followup to https://github.com/rbenv/ruby-build/pull/2296
Using
--with-ext=+
only has the indended effect (compiling all extensions that would normally get compiled) on Ruby 2.5+. On older versions, it causes none of the default extensions to get compiled, resulting in a defunct installation.Fixes #2315 Followup to https://github.com/rbenv/ruby-build/pull/2296