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-relat
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)
+++
gc
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, but
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
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
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 %
file 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
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]".
"../../common/jk_channel_apr_