We have the eventmachine-1.0.0.beta2.gem under vendor/cache and run bundle install under Red Hat Enterprise 5. Everything seems going well except that the library refused to work with SSL. It turns out its native extension was compiled with the WITHOU_SSL flag, rather than the WITH_SSL flag, even though we have the openssl package it depends on.
So we try to rebuild/install this gem, but I couldn't find out where the native extension binary (the .so file) goes. It is not in /usr/local/lib/ruby. Where is the native extension shared library go if the gem is vendor/cached?