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
Updated by usa (Usaku NAKAMURA) about 7 years ago
- Related to Bug #13402: [PATCH] fix --with-gmp (broken by r57490) added
Updated by stefsava (Stefano Savanelli) about 7 years ago
- ruby -v changed from 2.4.2, 2.3.2 to 2.4.2, 2.3.5
Actions
Like0
Like0Like0