Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.