Skip to content

Instantly share code, notes, and snippets.

@mustmodify
Created June 17, 2014 15:37
Show Gist options
  • Save mustmodify/4bebb87948c68cb2ea24 to your computer and use it in GitHub Desktop.
Save mustmodify/4bebb87948c68cb2ea24 to your computer and use it in GitHub Desktop.
An exception occurred running bin/rails:
Missing or uninitialized constant: OpenSSL::Digest::OPENSSL_VERSION_NUMBER (NameError)
Backtrace:
Module(Class)#const_missing at kernel/common/module.rb:652
{ } in Object(Class)#__script__ at /home/production
/api.medycation.com/shared
/bundle/rbx/2.1/gems
/rubysl-openssl-2.1.0/lib
/openssl/digest.rb:25
{ } in Object(Module)#__script__ at /home/production
/api.medycation.com/shared
/bundle/rbx/2.1/gems
/rubysl-openssl-2.1.0/lib
/openssl/digest.rb:22
Object#__script__ at /home/production
/api.medycation.com/shared
/bundle/rbx/2.1/gems
/rubysl-openssl-2.1.0/lib
/openssl/digest.rb:21
Rubinius::CodeLoader.require at kernel/common/code_loader.rb:243
Kernel(Object)#require at kernel/common/kernel.rb:705
Object#__script__ at /home/production
/api.medycation.com/shared
/bundle/rbx/2.1/gems
/rubysl-openssl-2.1.0/lib/rubysl
/openssl.rb:23
Rubinius::CodeLoader.require at kernel/common/code_loader.rb:243
Kernel(Object)#require at kernel/common/kernel.rb:705
Object#__script__ at /home/production
/api.medycation.com/shared
/bundle/rbx/2.1/gems
/rubysl-openssl-2.1.0/lib
/openssl.rb:1
Rubinius::CodeLoader.require at kernel/common/code_loader.rb:243
Kernel(Object)#require at kernel/common/kernel.rb:705
Object#__script__ at /home/production
/api.medycation.com/shared
/bundle/rbx/2.1/gems
/activesupport-4.0.2/lib
/active_support
/key_generator.rb:2
Rubinius::CodeLoader.require at kernel/common/code_loader.rb:243
Kernel(Object)#require at kernel/common/kernel.rb:705
Object#__script__ at /home/production
/api.medycation.com/shared
/bundle/rbx/2.1/gems
/railties-4.0.2/lib/rails
/application.rb:3
Rubinius::CodeLoader.require at kernel/common/code_loader.rb:243
Kernel(Object)#require at kernel/common/kernel.rb:705
Object#__script__ at /home/production
/api.medycation.com/shared
/bundle/rbx/2.1/gems
/railties-4.0.2/lib/rails.rb:9
Rubinius::CodeLoader.require at kernel/common/code_loader.rb:243
Kernel(Object)#require at kernel/common/kernel.rb:705
Object#__script__ at /home/production
/api.medycation.com/shared
/bundle/rbx/2.1/gems
/railties-4.0.2/lib/rails
/all.rb:1
Rubinius::CodeLoader.require at kernel/common/code_loader.rb:243
Kernel(Object)#require at kernel/common/kernel.rb:705
Object#__script__ at config/application.rb:3
Rubinius::CodeLoader.require at kernel/common/code_loader.rb:243
Kernel(Object)#require at kernel/common/kernel.rb:705
Object#__script__ at /home/production
/api.medycation.com/shared
/bundle/rbx/2.1/gems
/railties-4.0.2/lib/rails
/commands.rb:60
Rubinius::CodeLoader.require at kernel/common/code_loader.rb:243
Kernel(Object)#require at kernel/common/kernel.rb:705
Object#__script__ at bin/rails:4
Rubinius::CodeLoader#load_script at kernel/delta
/code_loader.rb:66
Rubinius::CodeLoader.load_script at kernel/delta
/code_loader.rb:152
Rubinius::Loader#script at kernel/loader.rb:649
Rubinius::Loader#main at kernel/loader.rb:825
@mustmodify
Copy link
Author

For posterity, I resolved this issue by updating OpenSSL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment