nginx sticky module compile error
Maxim Dounin
mdounin at mdounin.ru
Thu Jun 16 11:59:31 MSD 2011
Hello!
On Thu, Jun 16, 2011 at 09:56:15AM +0200, Stephan Wolfauer wrote:
> Hello,
>
> we have problems compiling the nginx-sticky module (downloaded from
> http://code.google.com/p/nginx-sticky-module/downloads/list) in nginx
> version 1.0.3 and 1.0.4. Here is the output of the "make" command:
>
> gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
> -Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
> src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
> -o objs/src/core/ngx_crypt.o \
> src/core/ngx_crypt.c
> cc1: warnings being treated as errors
> src/core/ngx_crypt.c: In function \u2018ngx_crypt_apr1\u2019:
> src/core/ngx_crypt.c:76: warning: pointer targets in passing argument 2
> of \u2018ngx_md5_update\u2019 differ in signedness
> make[1]: *** [objs/src/core/ngx_crypt.o] Error 1
> make[1]: Leaving directory `/root/src/nginx-1.0.3'
> make: *** [build] Error 2
> Does anybody know how to fix this error?
This is fixed in 1.0.4.
Maxim Dounin
More information about the nginx
mailing list