我们在编译安装的时候有时候会出现这个错误:
[root@fuwuqiweihu_com ~]# phpize
bash: phpize: command not found
这个错误是因为服务器上没有phpize这个命令,我们需要安装php-devel package:
Centos系统:
yum -y install php-devel
ubuntu系统:
apt-get install php5-dev
我们在编译安装的时候有时候会出现这个错误:
[root@fuwuqiweihu_com ~]# phpize
bash: phpize: command not found
这个错误是因为服务器上没有phpize这个命令,我们需要安装php-devel package:
Centos系统:
yum -y install php-devel
ubuntu系统:
apt-get install php5-dev
报错: ``` 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...
成为第一个评论的人吧!