zoukankan      html  css  js  c++  java
  • Error: You must `brew link pcre openresty-openssl` before homebrew/nginx/openresty can be installed

    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

  • 相关阅读:
    时间复杂度,空间复杂度
    冒泡排序,选择排序,插入排序
    redis集群
    redis进阶
    redis常识--基础
    mysql基本操作
    TCP/IP 的介绍
    OSI七层网络模型&TCP&UDP&三握四挥
    DNS
    局域网&广域网
  • 原文地址:https://www.cnblogs.com/xilanglang/p/6782828.html
Copyright © 2011-2022 走看看