You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to run gl_tail on OS X 10.9 with ruby 2.0.0p451 (2014-02-24 revision 45167) [universal.x86_64-darwin13]
$ ./gl_tail
Rubygems and/or bundler missing.
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/specification.rb:2007:in `raise_if_conflicts': Unable to activate gltail-0.1.8, because net-ssh-2.9.1 conflicts with net-ssh (= 1.1.4) (Gem::LoadError)
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/specification.rb:1176:in `activate'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems.rb:186:in `rescue in try_activate'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems.rb:183:in `try_activate'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:132:in `rescue in require'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:144:in `require'
from /Users/anders/gltail/lib/gl_tail.rb:28:in `<top (required)>'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from ./gl_tail:77:in `<main>'
The text was updated successfully, but these errors were encountered:
I had the same problem... You need the bundler gem gem install bundler (maybe with sudo depending on your system). Then go into the gltail directory and run bundle install. Then you will need to invoke gltail from where the config file resides in (which it will ask you to generate if you don't have one).
I'm unable to run gl_tail on OS X 10.9 with ruby 2.0.0p451 (2014-02-24 revision 45167) [universal.x86_64-darwin13]
The text was updated successfully, but these errors were encountered: