1

我尝试使用以下命令安装 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 工作。

提前致谢。

4

1 回答 1

0

我终于解决了这个问题。

我正在使用RVM,这是个问题。

以下是来自官方流利页面的注释:

如果您使用的是 RVM,请禁用它。RVM 将导致无法从 td-agent 公式加载 fluentd 的错误。

我禁用了 rvm,然后 fluentd 工作。

谢谢

于 2014-03-22T07:26:11.220 回答