Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

homebrew mysql installation error

I am trying to install MySQL via homebrew and I keep getting an error:

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

What might be the problem here?

Thanks in advance.

like image 687
kyneticDude Avatar asked Jul 11 '14 13:07

kyneticDude


1 Answers

try to do :

brew install makedepend 
like image 121
olga Avatar answered Nov 14 '22 21:11

olga