zoukankan      html  css  js  c++  java
  • [ASK] brew install nginx

    ..........

    ..........

    Error: Permission denied - /usr/local/etc/openssl

    ..........

    ..........

    Cannot create directory /usr/local/etc/openssl: Permission denied

    created directory `/usr/local/Cellar/openssl/1.0.2h_1/bin'

    created directory `/usr/local/Cellar/openssl/1.0.2h_1/lib'

    created directory `/usr/local/Cellar/openssl/1.0.2h_1/lib/engines'

    created directory `/usr/local/Cellar/openssl/1.0.2h_1/lib/pkgconfig'

    created directory `/usr/local/Cellar/openssl/1.0.2h_1/include'

    created directory `/usr/local/Cellar/openssl/1.0.2h_1/include/openssl'

    make: *** [install_sw] Error 13

    READ THIS: https://git.io/brew-troubleshooting

    ..........

    --------------------------------------------------

    按照提示还就真去那个网址看了一下,也没有所得。

    猜测就是应为没有权限,所以准备用sudo试试,结果蹦出了如下这样的提示!!!

    Error: Cowardly refusing to 'sudo brew install'

    You can use brew with sudo, but only if the brew executable is owned by root.

    However, this is both not recommended and completely unsupported so do so at

    your own risk.

    唉,人家既然不建议咱们就别这么干了吧,忽然想到还有这么一招。

    sudo chown -R <username>:<group> /usr/local/etc/openssl/

    按照提示一步步操作,没有问题了。

     

     

     

  • 相关阅读:
    php 换行 PHP_EOL
    removeAttribute与removeAttributeNode的区别
    百度地图api 常用 例子
    nth-child()伪类选择器
    c++ 11 lambda表达式
    mysql sql时间戳格式化语句
    Apache Forbidden 403错误提示
    MySQL中查询所有数据库占用磁盘空间大小
    luaj使用 方法签名规则 Cocos2dxLuaJavaBridge
    nginx代理配置备份
  • 原文地址:https://www.cnblogs.com/wangnan1979/p/5549442.html
Copyright © 2011-2022 走看看