jk 1.2.17 build failed on iSeries v5R3.

/home/apache/jk/native/common/jk_connect.c, 198.38: CZM0280(30) Function
 argument assignment between types "int*" and "unsigned int*" is not
 allowed.

getsockopt on Linux is defined like this :

      int getsockopt(int s, int level, int optname, void *optval,
socklen_t *optlen);


rclen should be socklen_t instead of unsigned int...

With this iSeries build without problems...

2006/7/12, Rainer Jung <[EMAIL PROTECTED]>:
Hi,

thanks to everyone who tested 1.2.16. Unfortunately we had one
regression bug in the status worker (hanging update request because of
double locking). For full results please see:

http://marc.theaimsgroup.com/?l=tomcat-dev&m=115234851210076&w=2

Today version 1.2.17 of the Apache Tomcat mod_jk web server connector
has been tagged. This version fixes the new bugs from 1.2.16 and adds
one improvement. Please test and share your experience.

If no critical bugs will be found, we will have a formal release vote
starting at Saturday, July 15th.

The source distribution can be downloaded from:

http://tomcat.apache.org/dev/dist/

The updated documentation can be found at

http://tomcat.apache.org/dev/docs/tomcat-connectors-1.2.17/

Please see

http://tomcat.apache.org/dev/docs/tomcat-connectors-1.2.17/changelog.html

for a complete list of changes.

Regards,

Rainer

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



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

Reply via email to