幫助中心
這里有最新的使用文檔和教程
CentOS7 下編譯安裝PHP8.1報(bào)錯(cuò),關(guān)鍵字 error:BROTIL libs and/or directories were not found where specified如何解決
錯(cuò)誤原因,缺少依賴,
- brotli brotli-devel
解決方案:
1、下載epel安裝源:
- wget http://download-ib01.fedoraproject.org/pub/epel/7/x86_64/
2、安裝epel源
- rpm -Uvh epel-release*rpm
3、安裝brotli brotli-devel依賴
- yum -y install brotli brotli-devel