Installation issues nginx-0.6.32 and mod_zip-1.1.1

Hi there,

just starting out with Nginx, started installing and have a few
warnings appearing during ‘make’.

I’m running Debian Etch 32-bit with latest set of updates.

I undergo the following install procedure:

wget and untar nginx-0.6.32 and mod_zip-1.1.1

./configure --sbin-path=/usr/local/sbin --with-http_ssl_module –
user=www --group=www --add-module=…/mod_zip-1.1.1

However, when I run ‘make’ I get the following errors/warnings:

cc1: warnings being treated as errors
…/mod_zip-1.1.1/ngx_http_zip_module.c: In function
‘ngx_http_zip_send_final_boundary’:
…/mod_zip-1.1.1/ngx_http_zip_module.c:460: warning: implicit
declaration of function ‘ngx_pnalloc’
…/mod_zip-1.1.1/ngx_http_zip_module.c:460: warning: assignment makes
pointer from integer without a cast
make[1]: *** [objs/addon/mod_zip-1.1.1/ngx_http_zip_module.o] Error 1
make[1]: Leaving directory `/home/pawel32/install/nginx-0.6.32’
make: *** [build] Error 2

Any suggestions? Are these serious? Should I be using a different
version of Nginx or Mod_zip?

Cheers

Mark

mod zip 1.1 was made just recently for a project I am working on. I
have not yet tested the code that was given to me (and released), so
it’s possible that it has some bugs in it. the 1.0 branch should
behave better during compilation, but does not support range requests
(resuming / download accelerators) and also uses a different syntax
during usage.

I wrote mod_zip 1.1 against the nginx 0.7 series. But I think I’ve fixed
the 0.6 compilation issues, so try:

Should work all the way back to 0.6.17 (but no earlier).

Thanks,

Evan

Thanks Evan,

New update compiles fine.

Cheers

Mark