自制mysql安装错误

kyn*_*ude 6 mysql terminal homebrew command-line

我试图通过自制软件安装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 :(
Run Code Online (Sandbox Code Playgroud)

这可能是什么问题?

提前致谢.

小智 19

试着做 :

brew install makedepend 
Run Code Online (Sandbox Code Playgroud)