-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing gem net-ssh. #2
Comments
I'm having the same problem on Ubuntu 9.10. Any thoughts? |
Had the very same issue, solved by doing this: sudo gem uninstall net-ssh then do: sudo gem install net-ssh -v 1.1.4 |
mklebel's solution does not work for me. net-ssh installs well but, either with net-ssh 1.1 or 2.1 (Debian "lenny"), glTail crashes: % ./bin/gl_tail config.yaml |
Could you try installing rvm and managing the gems that way? |
Fudge: I'm not a rubyist and I hesitate to install a lot of complicated Ruby-specifc things just to test a program. |
When you're done, remove the rvm line from .bashrc, and you should be pretty much back to where you were. |
gem install rvm apparently went fine but that's all: % rvm-install |
Gah.... Sorry then. What OS/distribution is this on? Rubygems under Debian derivates is notoriously difficult to get running correctly. |
running ubuntu 10.04 here, finally got it working, had same problems as above. having a list of gems installed and paths helped: 1st i uninstalled other versions of net-ssh: (like mentioned above) then installed net-ssh 1.1.4: then i wound up having to install libopenssl-ruby1.8, used synaptic package manager for that :P which helped! :D but wasn't enough. once i did this last command though, all was working, thanks for the code Fudge! sudo gem install net-ssh-gateway hope it helps others =] |
After installing everything mentioned by the application, I fixed it by only doing I didn't use any specific version for anything, all the latest. |
I'm using Ubuntu 9.04 and all seems to install without error. When I try and run gl_tail it quits and informs me I need to install net-ssh with:
sudo gem install -y net-ssh -r
I've done that a few times and it installs each time but still no such luck running gl_tail.
RubyGems Environment:
The text was updated successfully, but these errors were encountered: