Skip to content

Instantly share code, notes, and snippets.

@tamoot
Created May 24, 2012 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tamoot/2780966 to your computer and use it in GitHub Desktop.
Save tamoot/2780966 to your computer and use it in GitHub Desktop.
Windows + JRuby環境にfluentdを入れてみて3秒で挫折したメモ
ruby.bat -S gem install fluentd --no-ri --no-rdoc
Fetching: msgpack-0.4.7.gem (100%)
Building native extensions. This could take a while...
WARNING: JRuby does not support native extensions or the `mkmf' library.
Check wiki.jruby.org for alternatives.
extconf.rb:3: undefined method `<<' for nil:NilClass (NoMethodError)
ERROR: Error installing fluentd:
ERROR: Failed to build gem native extension.
はい、3秒で終わり┌(┌ ^o^)┐
流行に乗れないなぁ・・・
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment