mojaveアップデート後に configure: error: Cannot find libz
が出る問題。
通常ならxcode-select --install
で解決される。
が、
configure: error: Cannot find libz
brew upgrade
しても
configure: error: Cannot find libz
#解決法
$ installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
多分mojaveだけで起こるっぽい。
[参考]python and python@2 can build on Mac 10.14, but zlib is not found, which breaks pip