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

I want to install redcarpet gem in JRuby

I did

jruby -S gem install redcarpet

Fetching: redcarpet-2.3.0.gem (100%)
Building native extensions.  This could take a while...
ERROR:  Error installing redcarpet:
ERROR: Failed to build gem native extension.

NotImplementedError: C extension support is not enabled. Pass -Xcext.enabled=trueto     JRuby or set JRUBY_OPTS or modify .jrubyrc to enable.

I also try to set JRUBY_OPTS(using export) but it's not working

Please help me Thanks

....

share|improve this question
1  
Please help me any how can I manage this? – Raja D Jun 13 at 10:36

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.