-3

plone 安装程序抱怨 OSX Yosemite 上缺少 libz。brew 找不到它,即使在执行“tap homebrew/dups”之后也是如此。

4

1 回答 1

0

Try resetting your XCode command-line development environment:

sudo xcode-select -r

If that doesn't do it, reinstall XCode's command-line tools:

sudo xcode-select --install

Problems finding headers and libraries are common in upgraded XCode environments, but this should fix it.

于 2016-04-24T21:23:58.157 回答