1
我已經看過this的帖子。它似乎沒有解決我的問題。下面是我得到的,當我嘗試運行brew install nginx --with-passenger
錯誤:您必須在安裝nginx之前創建鏈接pcre'
Error: You must `brew link pcre' before nginx can be installed
於是,我又試圖cd /usr/local
,其次是ls -l
。所有的文件都是我的。所以我沒有看到需要撥打sudo chown $(whoami) /usr/local/<sub-foldername>
然後我嘗試了brew link pcre
,但我又收到了一個錯誤。 Error: Could not symlink bin/pcregrep
我不確定現在該做什麼。有任何想法嗎?