I am setting up couchbase but when I try to install the Couchbase PHP extension by running the command sudo pecl install couchbase
it fails with an error of ERROR: failed to mkdir /usr/local/Cellar/php/7.3.8/pecl/20180731

`sudo pecl install couchbase`给出错误`错误:失败了mkdir / usr / local / Cellar / php / 7.3.8 / pecl / 20180731`
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
- duandaiqin6080 2019-08-20 08:33关注
I solved this by uninstalling my HomeBrew-installed PHP-7.3 using
brew uninstall php@7.3
and then reinstalled it withbrew install php@7.3
. After that, the commandsudo pecl install couchbase
was no longer bringing the error as before. Thank you @AndreaManzi, I got this idea from the link you provided in your comment on this question.本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报