Re: [PATCH] make sure mod_jk for Apache 2 is linked like apxs wouldhave done it

2003-06-19 Thread Jeff Trawick
jean-frederic clere wrote: That needs a little more, because the *.lo files are in common are build before using LIBTOOL instead apxs. When using the actual make in apache-2.0 the common/*.c are compiled and left in apache-2.0 but apxs looks for the *.lo in common: (that is with 2.0.40) +++

Re: [PATCH] make sure mod_jk for Apache 2 is linked like apxs wouldhave done it

2003-06-19 Thread Jeff Trawick
jean-frederic clere wrote: gmake in jakarta-tomcat-connectors/jk/native builds correctly. It fails only if apxs -q LIBTOOLS does not work and Apache-2.0 libtools is incompatible with the system one. btw... when does apxs -q LIBTOOL not work? apache 2.0.40? or maybe there is some path-related

[PATCH] fix type mismatch in apache-2.0/mod_jk.c

2003-06-18 Thread Jeff Trawick
3rd parm to apr_file_write() should be apr_size_t, not unsigned Index: jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c === RCS file: /home/cvspublic/jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c,v retrieving revision

[PATCH] make sure mod_jk for Apache 2 is linked like apxs would havedone it

2003-06-18 Thread Jeff Trawick
This fixes mod_jk segfaults when gcc is used to build mod_jk with gcc on AIX. Currently, the -brtl ld flag is missing. Linking with apxs takes care of that and, in general, can clear up other differences. According to the comment, apxs wasn't used because it compiles all files every time,

[RESEND PATCH] fix syntax error in mod_jk2 file jk_channel_apr_socket.c

2003-04-03 Thread Jeff Trawick
Mar 2003 08:41:18 -0500 From: Jeff Trawick [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] References: [EMAIL PROTECTED] [EMAIL PROTECTED] Henri Gomez wrote: Better rewrite it like : if (remote_sa-next) env-l

[Fwd: [PATCH] fix syntax error in mod_jk2 file jk_channel_apr_socket.c]

2003-03-21 Thread Jeff Trawick
jk_channel_apr_socket.c Date: Thu, 13 Mar 2003 08:28:44 -0500 From: Jeff Trawick [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED] I saw the error with IBM's native compiler for AIX, but it doesn't seem to be a matter of extreme pickiness. Here

Re: [Fwd: [PATCH] fix syntax error in mod_jk2 file jk_channel_apr_socket.c]

2003-03-21 Thread Jeff Trawick
Henri Gomez wrote: Better rewrite it like : if (remote_sa-next) env-l-jkLog(env, env-l, JK_LOG_DEBUG, channelApr.open(): error %d creating socket %d %s\n, ret, socketInfo-host); else env-l-jkLog(env, env-l, JK_LOG_ERROR, channelApr.open(): error %d creating

[PATCH] fix syntax error in mod_jk2 file jk_channel_apr_socket.c

2003-03-13 Thread Jeff Trawick
I saw the error with IBM's native compiler for AIX, but it doesn't seem to be a matter of extreme pickiness. Here are the error messages: ../../common/jk_channel_apr_socket.c, line 229.56: 1506-226 (S) The : operator is not allowed between int and char[37].