From: Nikita Vasilyev Date: 2010-03-12T07:49:32+09:00 Subject: Re: Can't install gems with native extensions Eric Christopherson wrote: > Is it possible you have Jruby installed anyway? Yes. ��� which jruby /usr/local/bin/jruby I just removed it, but it doesn't help ��� rm -rf /usr/local/bin/jruby ��� jruby -bash: jruby: command not found ��� gem install rdiscount ... same error ... > Try `which gem` or `gem env` to find out. ��� which gem /usr/local/bin/gem ��� gem env RubyGems Environment: - RUBYGEMS VERSION: 1.3.6 - RUBY VERSION: 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin9.7.0] - INSTALLATION DIRECTORY: /usr/local/lib/ruby/gems/1.8 - RUBY EXECUTABLE: /usr/local/bin/ruby - EXECUTABLE DIRECTORY: /usr/local/bin - RUBYGEMS PLATFORMS: - ruby - x86-darwin-9 - GEM PATHS: - /usr/local/lib/ruby/gems/1.8 - /Users/nikitavasilev/.gem/ruby/1.8 - GEM CONFIGURATION: - :update_sources => true - :verbose => true - :benchmark => false - :backtrace => false - :bulk_threshold => 1000 - :sources => ["http://gems.rubyforge.org/", "http://gems.github.com", "http://gemcutter.org/"] - REMOTE SOURCES: - http://gems.rubyforge.org/ - http://gems.github.com - http://gemcutter.org/ Can't see problem here. -- Posted via http://www.ruby-forum.com/.