技術(shù)文檔
最近用香港云服務(wù)器安裝 CentOS7 下編譯安裝PHP8.1報(bào)錯(cuò),關(guān)鍵字:error:BROTIL libs and/or directories were notfound where specified
錯(cuò)誤原因,缺少依賴,
brotli brotli-devel
復(fù)制代碼解決方案:1、下載epel安裝源:wget http://download-ib01.fedoraproject.org/pub/epel/7/x86_64/
復(fù)制代碼2、安裝epel源rpm -Uvh epel-release*rpm
復(fù)制代碼3、安裝brotli brotli-devel依賴yum -y install brotli brotli-devel
復(fù)制代碼
標(biāo)簽: