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)