您的位置:首页 > 编程语言 > PHP开发

[macOS] Cannot find libz when install php56

2017-01-11 14:39 357 查看
After upgraded to 10.12 and xcode8.2, when updating php with homebrew, i got these errors:

/usr/local/bin/phpize: line 61: /usr/local/Library/ENV/4.3/sed: No such file or directory


one way of solution you can find here, https://github.com/Homebrew/homebrew-php/issues/3352
but, for me, follow this step i resolve it. just run:

xcode-select --install


Have fun with macOS!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐