升级nginx,官方脚本报错
./configure: error: the HTTP rewrite module requires the PCRE library.You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with nginx by using --with-pcre=<path> option. 已经搞定了。。木有GCC编译器。。。
wget http://down.wdlinux.cn/in/pcre_ins.sh
sh pcre_ins.sh
执行完后,再升级nginx
就好用了
页:
[1]