On Tue, Jan 31, 2012 at 12:37 PM, Matj P. <matejuh / gmail.com> wrote: > Thanks for response. I tried to build Ruby 1.9.3 from source, but Im not > able to build it with working dynamic libraries. Do you have some > experience which flags have to be used to compile it succesfully? I > checked debian package sources but I didnt find any note about how > configure options are set to build libruby. IIRC, to build a shared library you need to configure with --enable-shared. See ./configure --help for a list of possible build options and the README in the root of the source directory for more build related information. HTH, Ammar