Installed, just not linked

前端 未结 10 1252
谎友^
谎友^ 2020-12-13 05:49

Note: I\'m not so good at using shell.

I was trying to install Valgrind using brew on Yosemite.

brew install --HEAD valgrind<

10条回答
  •  抹茶落季
    2020-12-13 05:51

    Looks like a permission issue. I would try doing this

    chmod 755 /usr/local/lib/pkgconfig
    

    This should make that available, then try

    brew link valgrind
    

    If that doesn't work I would try doing a check on it

    brew doctor
    

提交回复
热议问题