2014-07-11 7 views
6

Ich versuche, MySQL über Homebrew zu installieren und ich erhalte eine Fehlermeldung:Homebrew mysql Installationsfehler

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 :(

Was ist das Problem hier sein könnte?

Vielen Dank im Voraus.

+1

Bekam denselben Fehler, wenn ich versuchte, python3 zu installieren –

Antwort

19

versuchen zu tun:

brew install makedepend 
0

Versuchen zu tun: brew update

Ich half mir mit SSL Abhängigkeit.