From john+gltail at o-rourke.org Wed Aug 11 09:58:01 2010 From: john+gltail at o-rourke.org (John ORourke) Date: Wed, 11 Aug 2010 14:58:01 +0100 Subject: [gltail] patch request: net-ssh installed but not recognised Message-ID: Hello gltail list, I found quite a few people around the web asking why gltail keeps saying net-ssh isn't available, even though it's correctly installed. I did some digging and found that gltail is catching a LoadError exception, and saying net-ssh needs installing, but when I removed the 'rescue' block I found out the real message - 'openssl' not found. On my Ubuntu system I just needed to install the ruby interface to openssl with: apt-get install libopenssl-ruby Can I recommend the error message is patched to say: sudo apt-get install libopenssl-ruby sudo gem install net-ssh -v 1.1.4 -r Now gltail runs perfectly, and it's fantastic. hope this helps someone, John -------------- next part -------------- An HTML attachment was scrubbed... URL: