2014-07-11 16 views
6

Sto cercando di installare MySQL tramite homebrew e continuo a ricevere un errore:homebrew mysql

brew install mysql 
==> Installing mysql dependency: openssl 
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/openssl-1.0 

curl: (35) Server aborted the SSL handshake 
Error: Failed to download resource "openssl" 
Download failed: https://downloads.sf.net/project/machomebrew/Bottles/openssl-1.0.1h.mavericks.bottle.tar.gz 
Warning: Bottle installation failed: building from source. 
Error: /usr/local/opt/makedepend not present or broken 
Please reinstall makedepend. Sorry :(

Quale potrebbe essere il problema?

Grazie in anticipo.

+1

Si è verificato lo stesso errore quando ho provato a installare python3 –

risposta

19

cercare di fare:

brew install makedepend 
0

cercare di fare: brew update

mi ha aiutato con la dipendenza SSL.