我正在尝试通过 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 :(
这可能是什么问题?
提前致谢。
最佳答案
试着做 :
brew install makedepend
关于mysql - Homebrew mysql安装错误,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/24699412/