25
11
Trying to install MySQL via Homebrew. The install seems to work fine but i get an error:
"Error: The linking step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link mysql'"
Naturally, after this I ran:
brew link mysql
Which spat out:
Error: Could not symlink file: /usr/local/Cellar/mysql/5.5.20/include/typelib.h
/usr/local/include is not writable. You should change its permissions.
So I ran it with sudo
and got a "cowardly refusing to brew link mysql".
When I do I'm getting this error .. chown: /usr/local/include: No such file or directory .. – Srikanth Jeeva – 2014-09-09T20:50:51.793
There is no directory named like include. I get errors with another directory, so I run it for /usr/local and works fine. – José Castro – 2014-11-13T22:36:04.560