Closed arohr closed 5 years ago
When compiling ruby it should be configured with the option --enable-shared here. Some gems with C-extensions need the shared library.
--enable-shared
http://www.linuxfromscratch.org/blfs/view/cvs/general/ruby.html
I added it at https://github.com/ruby/snap.ruby/commit/b105e421c0c0df9d23152165f4bab2d961cbe7c9 . The latest versions are provided with its option.
When compiling ruby it should be configured with the option
--enable-shared
here. Some gems with C-extensions need the shared library.http://www.linuxfromscratch.org/blfs/view/cvs/general/ruby.html