Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
帮助通告 需要特别注意 问题 需要进一步的信息
Projects
None yet
Development

No branches or pull requests

1 participant