Installing pecl and pear on OS X 10.11 El Capitan, macOS 10.12 Sierra, macOS 10.13 High Sierra (< 10.13.3)

前端 未结 9 1822
孤城傲影
孤城傲影 2020-12-02 09:38

So it looks like the new \'System Integrity Protection\' lockdown of /usr (among other directories) makes pear and pecl a non-starter. Has anyone found a workaround short of

9条回答
  •  -上瘾入骨i
    2020-12-02 10:14

    When brew is used and not linked, use:

    brew install php@5.6
    brew unlink php@5.6
    
    $(brew --prefix php@5.6)/bin/pecl
    $(brew --prefix php@5.6)/bin/pear
    

提交回复
热议问题