Reputation: 662
I'm trying to install few things but i'm running into this error:
openssl/load.rb:15 warning: already initialized constant OPENSSL_VERSION_NUMBER
LoadError: no such file to load -- krypt/ossl
require at org/jruby/RubyKernel.java:1047
I have openssl installed but not sure why I'm facing this issue. Any help would be appreciated.
Upvotes: 1
Views: 1259
Reputation: 4202
Upgrading to jruby-openssl 0.9.6 solved this problem for me.
Upvotes: 1