0

Trying to setup Snorby for Snort with PostgreSQL on Mac OS X 10.10.2 (Yosemite)

  • Snort 2.9.7.2 GRE (Build 177)
  • PostgreSQL 9.4.1
  • ruby 1.9.3p551 (2014-11-13 revision 48407) [x86_64-darwin14.1.0]

Here is what happens when I attempt to install it. What’s wrong? Any ideas?

$ 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)
Giacomo1968
  • 58,727
drew1kun
  • 2,207

1 Answers1

0

Well I've added gem 'dm-postgres-adapter', DM_VERSION to the Gemfile but it didn't help. People on github say that original snorby isn't working with postgresql... Some say there are a few forks which are kinda postgres-compatible, but I didn't find them ((((

drew1kun
  • 2,207