Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbol not found: _SSL_load_error_strings on yosemite #7

Open
edoardoc opened this issue Jun 5, 2015 · 2 comments
Open

Symbol not found: _SSL_load_error_strings on yosemite #7

edoardoc opened this issue Jun 5, 2015 · 2 comments

Comments

@edoardoc
Copy link

edoardoc commented Jun 5, 2015

Hello,

after installing it goes:

(develop) ~/web clock
dyld: lazy symbol binding failed: Symbol not found: _SSL_load_error_strings
  Referenced from: /usr/local/lib/ruby/gems/2.1.0/gems/rugged-0.22.2/lib/rugged/rugged.bundle
  Expected in: flat namespace

dyld: Symbol not found: _SSL_load_error_strings
  Referenced from: /usr/local/lib/ruby/gems/2.1.0/gems/rugged-0.22.2/lib/rugged/rugged.bundle
  Expected in: flat namespace

Trace/BPT trap: 5

any idea?
running yosemite

@swanandp
Copy link

👍 I have this issue as well.

@Cocophotos
Copy link

Hi everyone,

I find a solution, you need to install libssh2 with homebrew : brew install libssh2.
libssh2 is required by libgit2 if you want to use the SSH transport (and so it's required by rugged too). If you clone your git repo using SSH, you definitely need it.

It fixed the problem.

Regards,

Corentin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants