1

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.

jww
  • 97,681
  • 90
  • 411
  • 885
Prasad Shinde
  • 652
  • 2
  • 8
  • 21
  • maybe [this](http://stackoverflow.com/questions/14498513/already-initialized-constant-in-jruby-openssl) will help. – zishe Jun 13 '14 at 04:26

2 Answers2

3

Just remove this gem gem 'jruby-openssl'

user2508615
  • 213
  • 2
  • 16
1

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

Stuart Nelson
  • 4,202
  • 2
  • 23
  • 26