Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: The following directories are not writable by your user: /usr/local/share/man/man8 #11

Open
program-spiritual opened this issue Feb 27, 2019 · 1 comment
Labels
帮助通告 需要特别注意 问题 需要进一步的信息

Comments

@program-spiritual
Copy link
Owner

sudo chown -R $(whoami) /usr/local/share/man/man8

@program-spiritual
Copy link
Owner Author

zlib is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.

For compilers to find zlib you may need to set:

  export LDFLAGS="-L/usr/local/opt/zlib/lib"
  export CPPFLAGS="-I/usr/local/opt/zlib/include"

@program-spiritual program-spiritual added 帮助通告 需要特别注意 问题 需要进一步的信息 labels Mar 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
帮助通告 需要特别注意 问题 需要进一步的信息
Projects
None yet
Development

No branches or pull requests

1 participant