src/os/unix/ngx_files.c: In function ‘ngx_write_chain_to_file’:
src/os/unix/ngx_files.c:294:34: error: ‘IOV_MAX’ undeclared (first use in this function)
src/os/unix/ngx_files.c:294:34: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [objs/src/os/unix/ngx_files.o] Error 1
make[1]: Leaving directory `/usr/local/src/tengine-2.2.0'
make: *** [build] Error 2
It works on Debian8, but all my prod servers are Debian7 ......what is the problem?
OS: debian7
It works on Debian8, but all my prod servers are Debian7 ......what is the problem?