It's a relatively common error for new users of Ruby on Linux to not have openssl compiled into their Ruby. We've got a gem that requires 'openssl' and every once in a while it blows up on somebody with a LoadError on 'openssl'. The fix is usually to point them at https://rvm.beginrescueend.com/packages/openssl/
Is there any way to convert this from a run-time error into an install error? We can't add a dependency in the gemspec because openssl isn't a gem.