要使用nginx_upload_module模块,在openresty上安装的时候,一直有问题,现总结如下。
openresty-1.9.7.5,nginx_upload_module-2.2.0
tar zxvf nginx_upload_module-2.2.0
cd nginx_upload_module-2.2.0
//再将补丁文件darvromaniak.txt,复制到nginx_upload_module解压的目录
patch ngx_http_upload_module.c davromaniak.txt
cd openresty-1.9.7.5
./configure --prefix=/usr/local/openresty/ --with-http_stub_status_module
--add-module=/usr/local/nginx_upload_module-2.2.0
make
报错:
![]()
现在估计是兼容性问题,但是我换了几个openresty的版本(包括最新版),都会出现问题