Skip to content

Instantly share code, notes, and snippets.

@gutchom
Last active November 5, 2015 08:22
Show Gist options
  • Save gutchom/0b93f8765cbe43f1ec23 to your computer and use it in GitHub Desktop.
Save gutchom/0b93f8765cbe43f1ec23 to your computer and use it in GitHub Desktop.
rails bundle installation error
$ bundle install --path vendor/bundle
/usr/local/Cellar/ruby/2.1.2_2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require': dlopen(/usr/local/Cellar/ruby/2.1.2_2/lib/ruby/2.1.0/x86_64-darwin13.0/openssl.bundle, 9): Symbol not found: _SSLv2_client_method (LoadError)
Referenced from: /usr/local/Cellar/ruby/2.1.2_2/lib/ruby/2.1.0/x86_64-darwin13.0/openssl.bundle
Expected in: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
in /usr/local/Cellar/ruby/2.1.2_2/lib/ruby/2.1.0/x86_64-darwin13.0/openssl.bundle - /usr/local/Cellar/ruby/2.1.2_2/lib/ruby/2.1.0/x86_64-darwin13.0/openssl.bundle
from /usr/local/Cellar/ruby/2.1.2_2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /usr/local/Cellar/ruby/2.1.2_2/lib/ruby/2.1.0/openssl.rb:17:in `<top (required)>'
from /usr/local/Cellar/ruby/2.1.2_2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /usr/local/Cellar/ruby/2.1.2_2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /usr/local/Cellar/ruby/2.1.2_2/lib/ruby/2.1.0/rubygems/security.rb:11:in `<top (required)>'
from /usr/local/Cellar/ruby/2.1.2_2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /usr/local/Cellar/ruby/2.1.2_2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /usr/local/Cellar/ruby/2.1.2_2/lib/ruby/2.1.0/rubygems/package.rb:43:in `<top (required)>'
from /usr/local/Cellar/ruby/2.1.2_2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /usr/local/Cellar/ruby/2.1.2_2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /usr/local/Cellar/ruby/2.1.2_2/lib/ruby/2.1.0/rubygems/dependency_installer.rb:3:in `<top (required)>'
from /usr/local/Cellar/ruby/2.1.2_2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /usr/local/Cellar/ruby/2.1.2_2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/installer.rb:2:in `<top (required)>'
from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/cli/install.rb:78:in `run'
from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/cli.rb:145:in `install'
from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/vendor/thor/command.rb:27:in `run'
from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/vendor/thor/invocation.rb:121:in `invoke_command'
from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/vendor/thor.rb:363:in `dispatch'
from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/vendor/thor/base.rb:440:in `start'
from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/cli.rb:9:in `start'
from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/bin/bundle:20:in `block in <top (required)>'
from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/friendly_errors.rb:5:in `with_friendly_errors'
from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/bin/bundle:18:in `<top (required)>'
from /usr/local/bin/bundle:23:in `load'
from /usr/local/bin/bundle:23:in `<main>'
@pentateu
Copy link

pentateu commented Nov 5, 2015

ever figured it out ?

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