站长用的是centos操作系统,所以deb不能使用,rpm也一样不能使用,因为官网的rpm是针对opensuse的. 我们下载tar.bz2的包.
tar -jxvf *****.tar.bz2
cd 到解压出来的目录.
./configure
make
make install
其间遇到的错误大多也很好解决,不懂再问我吧.
站长用的是centos操作系统,所以deb不能使用,rpm也一样不能使用,因为官网的rpm是针对opensuse的. 我们下载tar.bz2的包.
tar -jxvf *****.tar.bz2
cd 到解压出来的目录.
./configure
make
make install
其间遇到的错误大多也很好解决,不懂再问我吧.
报错: ``` nginx: [emerg] dlopen() "/opt/nginx/modules/ngx_http_brotli_filter_module.so" failed (libbrotlienc.so.1: cannot open shared object file: No su...
报错如下: ``` nginx: [emerg] module "/opt/nginx/modules/ngx_http_brotli_filter_module.so" version 1028001 instead of 1026002 in /opt/nginx/conf/nginx.conf...
成为第一个评论的人吧!