Prasad Shinde
Prasad Shinde

Reputation: 662

LoadError: no such file to load -- krypt/ossl

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

Answers (2)

Stuart Nelson
Stuart Nelson

Reputation: 4202

Upgrading to jruby-openssl 0.9.6 solved this problem for me.

Upvotes: 1

user2508615
user2508615

Reputation: 220

Just remove this gem gem 'jruby-openssl'

Upvotes: 3

Related Questions