您的位置:首页 > 运维架构 > Nginx

Error: You must `brew link pcre openresty-openssl` before homebrew/nginx/openresty can be installed

2017-04-28 18:20 701 查看
xilanglangdeMacBook-Pro:pcre xinshaofeng$ brew link pcre

Linking /usr/local/Cellar/pcre/8.40...

Error: Could not symlink bin/pcre-config

Target /usr/local/bin/pcre-config

is a symlink belonging to pcre. You can unlink it:

brew unlink pcre

To force the link and overwrite all conflicting files:

brew link --overwrite pcre

To list all files that would be deleted:

brew link --overwrite --dry-run pcre

xilanglangdeMacBook-Pro:pcre xinshaofeng$ brew link --overwrite pcre

Linking /usr/local/Cellar/pcre/8.40... 261 symlinks created

xilanglangdeMacBook-Pro:pcre xinshaofeng$ brew link openresty-openssl

Linking /usr/local/Cellar/openresty-openssl/1.0.2k... 89 symlinks created

xilanglangdeMacBook-Pro:pcre xinshaofeng$ brew install homebrew/nginx/openresty
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐