Homebrew Symlink Error

前端 未结 5 934
小鲜肉
小鲜肉 2021-01-29 23:57

I am trying to install memcached using:

brew install memcached

This ends in error about homebrew not being able to create a symlink:

         


        
5条回答
  •  既然无缘
    2021-01-30 00:45

    Thanks for updating your own question this helped me a lot. I fixed this issue by making all locations in /usr/local writable to group as I am already in the admin group.

    To do this just use the following command

    sudo chmod -R g+w /usr/local
    

提交回复
热议问题