Hi Rainer... I'll have to re-compile to get this info for you. I'll make sure I can re-produce it and submit the details in a bugzilla.

I think the first thing you'll notice, though, is that I'm using the IBM cc_r compiler and not gcc.


Rainer Jung wrote:
Eric reported very strange mod_jk behaviour using it with Apache
2.0/worker on AIX.

I start a new mail thread, because until now all the discussion is part
of non-specific threads.

Eric: could you please open a bugzilla (issues.apache.org), so that we
can track the issue?

Also: When you compile mod_jk for your apache with worker MPM, does the
make output contain the flag -D_REENTRANT?

If no, how does the begginning of the file HOME_OF_APACHE/bin/apr-config
look like? Example:

APR_MAJOR_VERSION="0"
APR_DOTTED_VERSION="0.9.12"

prefix="/var/tmp/install/apache2p"
exec_prefix="/var/tmp/install/apache2p"
bindir="${prefix}/bin"
libdir="${prefix}/lib"
datadir="/var/tmp/install/apache2p"
installbuilddir="${prefix}/build"
includedir="/var/tmp/install/apache2p/include"

CC="gcc "
CPP="gcc  -E"
SHELL="/bin/sh"
CPPFLAGS="-DLINUX=2 -D_REENTRANT -D_GNU_SOURCE"
CFLAGS="-O2 -g -Wall -pthread"
LDFLAGS=""
LIBS="-lrt -lm -lcrypt -lnsl  -lpthread -ldl"
EXTRA_INCLUDES=""
SHLIBPATH_VAR="LD_LIBRARY_PATH"
APR_SOURCE_DIR="/non/existing/build/path/apache2/srclib/apr"
APR_BUILD_DIR="/non/existing/build/path/apache2/srclib/apr"
APR_SO_EXT="lo"
APR_LIB_TARGET="-rpath \$(libdir) \$\$objects"
APR_LIBNAME="apr-${APR_MAJOR_VERSION}"

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