Hey Malden,

I have found one compile error:


/bin/sh /Users/peter/server/apache2.0.55w/build/libtool --silent -- mode=compile gcc -I/Users/peter/server/apache2.0.55w/include -g -O2 - g -O2 -DHAVE_APR -I/Users/peter/develop/apache/httpd-2.0.55/srclib/ apr/include -I/Users/peter/develop/apache/httpd-2.0.55/srclib/apr- util/include -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp- precomp -I /System/Library/Frameworks/JavaVM.framework/Versions/1.5/ Home/include -I /System/Library/Frameworks/JavaVM.framework/Versions/ 1.5/Home/include/ -c jk_shm.c -o jk_shm.lo
jk_shm.c: In function 'jk_shm_close':
jk_shm.c:367: error: request for member 'attached' in something not a structure or union jk_shm.c:369: error: request for member 'attached' in something not a structure or union
make[1]: *** [jk_shm.lo] Error 1
make: *** [all-recursive] Error 1

Can be that we must use
jk_shmem.attached instead jk_shmem.hdr.attached ?

====
other thing is that gcc 4.0.1 report this warning

/JavaVM.framework/Versions/1.5/Home/include/ -c jk_ajp12_worker.c -o jk_ajp12_worker.lo /bin/sh /Users/peter/server/apache2.0.55w/build/libtool --silent -- mode=compile gcc -I/Users/peter/server/apache2.0.55w/include -g -O2 - g -O2 -DHAVE_APR -I/Users/peter/develop/apache/httpd-2.0.55/srclib/ apr/include -I/Users/peter/develop/apache/httpd-2.0.55/srclib/apr- util/include -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp- precomp -I /System/Library/Frameworks/JavaVM.framework/Versions/1.5/ Home/include -I /System/Library/Frameworks/JavaVM.framework/Versions/ 1.5/Home/include/ -c jk_connect.c -o jk_connect.lo
jk_connect.c: In function 'nb_connect':
jk_connect.c:198: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness

Can I set rclen to unsigned ?
L181 jk_connect.c
       unsigned int rclen = sizeof(rc);

regards
Peter


Am 17.03.2006 um 12:37 schrieb Mladen Turk:

Hi all,

There is quite large list of fixed bugs for mod_jk
from the 1.2.15:

#37469: Fix shared memory close for forked childs.
#37332: Fix potential misuse of buffer length with snprintf.
#38859: Protect mod_jk against buggy or malicious AJP servers.
#38889: Use worker map sorting depending on the path elements.
#36138: Added Busyness lb method.
#none:  Fix loadbalancer for burst load.
#38806: Reclycle worker even if it is disabled.
#37167: Allow building with BSD-ish like make.
#none:  Fix ISAPI plugin log.


Is this worth tagging and releasing 1.2.16?

Regards,
Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to