Installazione di macOS 10.12.4 beta 2 interrompe OpenSSH installato tramite homebrew

2
  • ssh: OpenSSH_7.4p1, LibreSSL 2.4.5 (installato tramite homebrew)
  • Versione del sistema: macOS 10.12.4 (16E154a)

Errore:

me@mymac:~$ ssh [email protected]
dyld: lazy symbol binding failed: Symbol not found: _arc4random_buf
  Referenced from: /usr/local/bin/ssh
  Expected in: /usr/local/opt/libressl/lib/libcrypto.38.dylib

dyld: Symbol not found: _arc4random_buf
  Referenced from: /usr/local/bin/ssh
  Expected in: /usr/local/opt/libressl/lib/libcrypto.38.dylib

Abort trap: 6

Qualche consiglio su come risolvere questo problema? Questo rompe anche i miei git push (usando ssh, ovviamente)

    
posta soelu 13.02.2017 - 21:42
fonte

1 risposta

3

brew reinstall openssh

Risolto il problema completamente

    
risposta data 14.02.2017 - 06:40
fonte

Leggi altre domande sui tag