Hi Pier, Yes, I am building on Linux (Redhat 7.3).
I see a tempval="--enable-static --disable-shared --disable-threads" in the configure script.. do I knock of the disable-threads? Do you mean my apr_config (I dont see a apr_config.h being created..). It looks like this: " prefix="/usr/local" exec_prefix="${prefix}" bindir="${exec_prefix}/bin" libdir="/home/sam/jakarta-tomcat-connectors/webapp/objects" datadir="${prefix}/share" installbuilddir="${prefix}/share/build" includedir="${prefix}/include" CC="gcc" CPP="gcc -E" SHELL="/bin/sh" CPPFLAGS="-DLINUX=2 -D_REENTRANT -D_GNU_SOURCE" CFLAGS="-g -O2" LDFLAGS="" LIBS="-lm -lcrypt -lnsl -ldl" EXTRA_INCLUDES="" SHLIBPATH_VAR="LD_LIBRARY_PATH" APR_SOURCE_DIR="/home/sam/jakarta-tomcat-connectors/webapp/apr" APR_SO_EXT="lo" APR_LIB_TARGET="-rpath \$(libdir) \$\$objects" show_usage() ... " Thanks! > I know. The webapp configure actually forces threads > to be disabled because > of the way in which they don't work that great with > Apache 1.3. But of > course this disables ATOMICS, which is not what you > want... > > It is really odd, because all the atomics code I can > see is actually > ifdef(ed) out with APR_HAS_THREADS, but somehow it > gets foobared up > somewhere... > > UNLESS, don't tell me you're building it on Linux... > Can you send me over > your apr_config.h file after configure is run? > > Pier > __________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>