clockout
clockout copied to clipboard
Symbol not found: _SSL_load_error_strings on yosemite
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
:+1: I have this issue as well.
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