dingbat / clockout

Log your hours worked using Git
MIT License
63 stars 2 forks source link

Symbol not found: _SSL_load_error_strings on yosemite #7

Open edoardoc opened 9 years ago

edoardoc commented 9 years ago

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 commented 9 years ago

:+1: I have this issue as well.

Cocophotos commented 9 years ago

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