Nginx-1.0.2

Changes with nginx 1.0.2 10 May
2011

*) Feature: now shared zones and caches use POSIX semaphores.

*) Bugfix: in the "rotate" parameter of the "image_filter" 

directive.
Thanks to Adam Bocim.

*) Bugfix: nginx could not be built on Solaris; the bug had appeared 

in
1.0.1.


Igor S.

feature not enabled on redhat by default because of no -pthread on
testing?

checking for POSIX semaphores

/tmp/cc2q2SHU.o: In function main': /search/zls/nginx/server_traffic/nginx-1.0.2.zls/objs/autotest.c:8: undefined reference to sem_init’
/search/zls/nginx/server_traffic/nginx-1.0.2.zls/objs/autotest.c:9:
undefined reference to `sem_destroy’
collect2: ld return 1

Posted at Nginx Forum:

On Wed, May 11, 2011 at 06:27:38AM -0400, zls wrote:

feature not enabled on redhat by default because of no -pthread on
testing?

Yes, POSIX semaphores on Linux requires linking with libpthread.

checking for POSIX semaphores

/tmp/cc2q2SHU.o: In function main': /search/zls/nginx/server_traffic/nginx-1.0.2.zls/objs/autotest.c:8: undefined reference tosem_init’
/search/zls/nginx/server_traffic/nginx-1.0.2.zls/objs/autotest.c:9:
undefined reference to `sem_destroy’
collect2: ld return 1


Igor S.