补充一下:
ngx_openresty-1.9.7.1
centos 6.5
make 错误:
objs/addon/src/ngx_http_lua_regex.o: In function `ngx_http_lua_regex_free_study_data':
/home/ngx_openresty-1.9.7.1/build/nginx-1.9.7/../ngx_lua-0.9.20/src/ngx_http_lua_regex.c:1948: undefined reference to `pcre_free_study'
objs/addon/src/ngx_http_lua_regex.o: In function `ngx_http_lua_ffi_destroy_regex':
/home/ngx_openresty-1.9.7.1/build/nginx-1.9.7/../ngx_lua-0.9.20/src/ngx_http_lua_regex.c:2335: undefined reference to `pcre_free_study'
collect2: ld 返回 1
gmake[2]: *** [objs/nginx] 错误 1
gmake[2]: Leaving directory `/home/ngx_openresty-1.9.7.1/build/nginx-1.9.7'
gmake[1]: *** [build] 错误 2
gmake[1]: Leaving directory `/home/ngx_openresty-1.9.7.1/build/nginx-1.9.7'
gmake: *** [all] 错误 2
------------------ 原始邮件 ------------------
发件人: "牧"<tin...@qq.com>;
发送时间: 2016年1月11日(星期一) 下午4:30
收件人: "openresty"<openresty@googlegroups.com>;
主题: [openresty] 真机编译出现这些求解决问题方向~
执行:./configure |grep 'not found'
出现这些:
checking for sys/filio.h ... not found
checking for O_PATH ... not found
checking for /dev/poll ... not found
checking for kqueue ... not found
checking for crypt() ... not found
checking for F_READAHEAD ... not found
checking for F_NOCACHE ... not found
checking for directio() ... not found
checking for dlopen() ... not found
checking for SO_SETFIB ... not found
checking for SO_ACCEPTFILTER ... not found
checking for TCP_FASTOPEN ... not found
checking for setproctitle() ... not found
checking for POSIX semaphores ... not found
checking for struct dirent.d_namlen ... not found
checking for export symbols by default (--export-all-symbols) ... not found
checking for PCRE JIT support ... not found
--