0.8.35 compile error
Reinis Rozitis
r at roze.lv
Tue Apr 6 15:06:39 MSD 2010
> Looks like you are compiling nginx without http cache.
> Try to apply the attached patch.
Correct and the patch fixed this issue ( as it looked some unrelated module didnt provide the full configure line
'--prefix=/data/nginx --with-http_image_filter_module --with-http_stub_status_module --with-http_secure_link_module --without-http-cache'
)
But got another now at linking stage (appears in 0.8.35 as 0.8.34 with the patch is fine):
objs/src/os/unix/ngx_process.o: In function `ngx_process_get_status':
/data/install/nginx-0.8.35/src/os/unix/ngx_process.c:490: warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r'
instead
/data/install/nginx-0.8.35/src/os/unix/ngx_process.c:490: warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead
make[1]: Leaving directory `/data/install/nginx-0.8.35'
rr
More information about the nginx
mailing list