clockout icon indicating copy to clipboard operation
clockout copied to clipboard

Symbol not found: _SSL_load_error_strings on yosemite

Open edoardoc opened this issue 10 years ago • 2 comments

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

edoardoc avatar Jun 05 '15 18:06 edoardoc

:+1: I have this issue as well.

swanandp avatar Jun 15 '15 07:06 swanandp

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

Cocophotos avatar Jul 06 '15 17:07 Cocophotos