installing a ruby gem with a native extension

Posted by ajstack on Stack Overflow See other posts from Stack Overflow or by ajstack
Published on 2010-04-29T22:10:37Z Indexed on 2010/04/29 22:17 UTC
Read the original article Hit count: 211

Filed under:
|

I want to install a ruby gem which tries to build a native extension. The gem in this case is nokogiri. If I do gem install nokogiri, the native extension dynamically links against libxml, libxslt libs. I want to statically link against those libs. How should I go about this?

© Stack Overflow or respective owner

Related posts about ruby

Related posts about gem