Actions
Bug #13899
closedRuby 2.4.2 and 2.3.5 cannot link with libgmp nor jemalloc
Description
The released package of Ruby 2.4.2 and 2.3.5 cannot link with libgmp nor jemalloc.
Then, I provide the fixes.
for Ruby 2.4.2:
a. Override configure
file in your package by configure-2.4.2
, and run configure
.
b. Or, apply the patch configure-2.4.2.diff
, and run configure
.
for Ruby 2.3.5:
a. Override configure
file in your package by configure-2.3.5
, and run configure
.
b. Or, apply the patch configure-2.3.5.diff
, and run configure
.
Files
Actions
Like0
Like0Like0