12月最新优惠优惠码: 65432465423

  • 宝塔面板CentOS7 下编译安装PHP8.1报错,关键字: error:BROTIL libs and/or directories were not found where specified

宝塔面板CentOS7 下编译安装PHP8.1报错,关键字: error:BROTIL libs and/or directories were not found where specified

2025-03-01 17:18:57 130 阅读

CentOS7 下编译安装PHP8.1报错,关键字:

error:BROTIL libs and/or directories were not  found where specified

baota.jpg

错误原因,缺少依赖,

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


本文地址:https://www.yinsuhost.com/89.html