Snorby 在 Mac OS X 10.10.2 (Yosemite) 中安装 PostgreSQL 时出现问题

Snorby 在 Mac OS X 10.10.2 (Yosemite) 中安装 PostgreSQL 时出现问题

尝试设置斯诺比为了呼噜PostgreSQL在 Mac OS X 10.10.2 (Yosemite) 上

  • Snort 2.9.7.2 GRE(内部版本 177)
  • PostgreSQL 9.4.1
  • ruby 1.9.3p551(2014-11-13 修订版 48407)[x86_64-darwin14.1.0]

这是我尝试安装时发生的情况。出了什么问题?有什么想法吗?

$ sudo gem install dm-postgres-adapter
Successfully installed dm-postgres-adapter-1.2.0
1 gem installed

$ sudo bundle exec rake snorby:setup
No time_zone specified in snorby_config.yml; detected time_zone:
America/Chicago
rake aborted!
*cannot load such file -- dm-postgres-adapter*
Tasks: TOP => snorby:setup => environment
(See full trace by running task with --trace)

答案1

好吧,我已经将 gem 添加'dm-postgres-adapter', DM_VERSION到 Gemfile 中,但它没有帮助。github 上的人们说原始的 snorby 不适用于 postgresql...有人说有几个分支与 postgres 有点兼容,但我没有找到它们 ((((

相关内容