Created
December 10, 2012 12:00
-
-
Save color2life/4250207 to your computer and use it in GitHub Desktop.
Brew install error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Whatever I try to install its give me error | |
$ brew install mysql | |
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/mysql-5.5.28.mountainlion.bottle.tar.gz | |
curl: (35) Unknown SSL protocol error in connection to downloads.sf.net:443 | |
Error: Download failed: https://downloads.sf.net/project/machomebrew/Bottles/mysql-5.5.28.mountainlion.bottle.tar.gz | |
$ brew install jpeg | |
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/jpeg-8d.mountainlion.bottle.tar.gz | |
curl: (35) Unknown SSL protocol error in connection to downloads.sf.net:443 | |
Error: Download failed: https://downloads.sf.net/project/machomebrew/Bottles/jpeg-8d.mountainlion.bottle.tar.gz |
Solution:
Install wget
$ brew install wget
then run
$ install mysql
if it gives error manually download the file to brew cache folder
/Library/Caches/Homebrew/
$ wget https://downloads.sf.net/project/machomebrew/Bottles/mysql-5.5.28.mountainlion.bottle.tar.gz /Library/Caches/Homebrew/
then runt he mysql install again it will load the file from cache folder.
$ brew install mysql
:)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mac Lion Mountain OS X 10.8.2