문제

I am trying to use gacutil on my mac. When I do I get the error:

gac directories could not be created, possibly permission issues.

So how do I get the permission, considering this is my computer?! There are two users on the computer, geoff and admin. I tried:

sudo gacutil -i mysql.data.dll

then gave the admin's password, but I got

Sorry, try again.

which I did to no avail. So how can I get this to work?

도움이 되었습니까?

해결책 2

It turns out that the problem was nothing to do with gacutil or sudo, but somehow my username did not match my account name. After posting on another part of the exchange I found the problem and its answer: https://apple.stackexchange.com/questions/76068/whoami-is-not-who-i-am

다른 팁

sudo requires the password of the current user, not the admin password.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top