我尝试使用以下命令安装Fluentd:
$ brew install "http://toolbelt.treasuredata.com/brew/td-agent.rb"
发生了一些错误。这是错误日志:
/usr/local/Cellar/td-agent/1.1.17/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:298:in `to_specs': Could not find 'fluentd' (>= 0) among 7 total gem(s) (Gem::LoadError)
from /usr/local/Cellar/td-agent/1.1.17/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:309:in `to_spec'
from /usr/local/Cellar/td-agent/1.1.17/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_gem.rb:53:in `gem'
from /usr/local/Cellar/td-agent/1.1.17/bin/fluentd:22:in `<top (required)>'
from /usr/local/bin/td-agent:5:in `load'
from /usr/local/bin/td-agent:5:in `<main>'
我的红宝石环境是:
ruby 1.9.3p392
2.2.2
我希望Fluentd能够工作。
提前致谢。
答案 0 :(得分:0)
我终于解决了这个问题。
我正在使用 RVM ,这很有问题。
以下是官方精通页面的说明:
如果您使用的是RVM,请将其禁用。如果无法从td-agent公式加载fluentd,RVM将导致错误。
我禁用了rvm然后流利的作品。
由于