방금 Snow Leopard에서 Lion으로 업그레이드하여 Homebrew를 설치하려고합니다. 그러나 설치 후 brew doctor
설치 지침에 따라 실행 하고 / usr / local 디렉토리를 쓸 수 없다는 일련의 오류가 표시됩니다. 예를 들면 다음과 같습니다.
Error: /usr/local/share isn't writable.
This can happen if you "sudo make install" software that isn't managed
by Homebrew.
If a brew tries to write a file to this directory, the install will
fail during the link step.
You should probably `chown` /usr/local/share
나는 많은 디렉토리에 대해 이것을 얻는다 :
You should probably `chown` /usr/local/include
You should probably `chown` /usr/local/share
You should probably `chown` /usr/local/share/man
이 디렉토리에 대한 쓰기 권한이있는 Unix 그룹의 일부인 것처럼이 오류가 발생하는 이유를 알 수 없습니다.
Mini:~ felciano$ ls -ld /usr/local/share
drwxrwxr-x 4 root admin 136 May 13 15:53 /usr/local/share
Mini:~ felciano$ whoami
felciano
Mini:~ felciano$ dscl . -read /Groups/admin GroupMembership
GroupMembership: root felciano
Mini:~ felciano$
내가 무엇을 놓치고 있습니까?
/usr/local
속 해야하는지 알 수 없습니다 . 또한 불만이 있는 위치에 글을 쓸 수 있습니다. 다른 아이디어가 있습니까? brew doctor