On Mon, 2003-08-11 at 11:14, John Turner wrote:
> Nice doc.
>
> Question:
>
> - is there a reason you used the 4.1.24 connectors source, and not the
> source from http://jakarta.apache.org/builds/jakarta-tomcat-connectors?
I initially tried the jakarta-comcat-connectors source and I got an
error when I ran make. Attached is a file that shows the output that I
get when I run make and also config.log. So I tried the version-specific
connector source, and it worked fine.
>
> Also, I see that you had problems with specifying the location of
> mod_jk.so. You can add this as a parameter to the Listener element in
> server.xml, which should make RH's Apache installation happy.
Thanks, John, I will give this a try.
>
> John
>
> Mike Millson wrote:
>
> > Here is my documentation on integrating apache + tomcat on RH 9.0. For
> > admin simplicity, I keep the RedHat apache install.
> >
> > http://www.meritonlinesystems.com/docs/
> >
> >
> > On Mon, 2003-08-11 at 09:18, John Turner wrote:
> >
> >>unplug wrote:
> >>
> >>
> >>> I have installed RH9 and it contains apache2.0.40. Then I installed
> >>>tomcat4.1.27 by binary. After that I want to integrate them to work
> >>>together by using jk2. What is the easy way to integrate them?
> >>
> >>Use a connector.
> >>
> >>http://jakarta.apache.org/tomcat/faq/connectors.html
> >>
> >>
> >>> Any
> >>>document that shows step by step integration?
> >>
> >>http://jakarta.apache.org/tomcat/faq/connectors.html
> >>
> >>
> >>> I found jakarta site have a related document about it. But I can't
> >>>find the bin mod_jk2 for 2.0.40 in jakarta site. Where can I find
> >>>mod_jk2 for 2.0.40? Any guide line to build it myself? I wonder why
> >>>jakarta site doesn't have mod_jk2-2.0.40 for download.
> >>
> >>Because the 2.0.40 included with RH default installations is a munged
> >>Apache distribution.
> >>
> >>In my opinion, you shouldn't use it, and instead should build and
> >>install Apache from source. But that's me.
> >>
> >>If you want to use RH's 2.0.40, you will need to download the connector
> >>source from here:
> >>
> >>http://jakarta.apache.org/builds/jakarta-tomcat-connectors/
> >>
> >>and build your .so file yourself against the 2.0.40 distribution that
> >>you have. You will need to know the location of apxs. Typcially, the
> >>steps for building the .so files from source are:
> >>
> >>1. unpack source
> >>2. find buildconf.sh
> >>3. execute buildconf.sh
> >>4. execute configure like this:
> >>
> >>./configure --with-apxs=/some/path/to/apxs
> >>
> >>5. make
> >>6. make install
> >>
> >>If step #6 doesn't work for you, and step #5 was successful, then do a
> >>"find" for "mod_jk*.so" and when you find it, copy it to your Apache
> >>modules directory.
> >>
> >>John
> >>
> >>
> >>
> >>
> >>
> >>---------------------------------------------------------------------
> >>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]
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ ./configure --with-apxs=/usr/sbin/apxs
## --------- ##
## Platform. ##
## --------- ##
hostname = alice.meritonlinesystems.com
uname -m = i686
uname -r = 2.4.20-19.9
uname -s = Linux
uname -v = #1 Tue Jul 15 17:18:13 EDT 2003
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/bin/X11
PATH: /usr/X11R6/bin
PATH: /usr/java/j2sdk1.4.2/bin
PATH: /usr/java/j2sdkee1.3.1/bin
PATH: /usr/local/eclipse
PATH: /usr/local/apache-ant-1.5.3-1/bin
PATH: /root/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1492: checking for a BSD-compatible install
configure:1546: result: /usr/bin/install -c
configure:1557: checking whether build environment is sane
configure:1600: result: yes
configure:1633: checking for gawk
configure:1649: found /bin/gawk
configure:1659: result: gawk
configure:1669: checking whether make sets $(MAKE)
configure:1689: result: yes
configure:1909: checking build system type
configure:1927: result: i686-pc-linux-gnu
configure:1935: checking host system type
configure:1949: result: i686-pc-linux-gnu
configure:1977: checking for style of include used by make
configure:2005: result: GNU
configure:2076: checking for gcc
configure:2092: found /usr/bin/gcc
configure:2102: result: gcc
configure:2346: checking for C compiler version
configure:2349: gcc --version </dev/null >&5
gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2352: $? = 0
configure:2354: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking
--with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
configure:2357: $? = 0
configure:2359: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2362: $? = 1
configure:2386: checking for C compiler default output
configure:2389: gcc conftest.c >&5
configure:2392: $? = 0
configure:2438: result: a.out
configure:2443: checking whether the C compiler works
configure:2449: ./a.out
configure:2452: $? = 0
configure:2469: result: yes
configure:2476: checking whether we are cross compiling
configure:2478: result: no
configure:2481: checking for suffix of executables
configure:2483: gcc -o conftest conftest.c >&5
configure:2486: $? = 0
configure:2511: result:
configure:2517: checking for suffix of object files
configure:2539: gcc -c conftest.c >&5
configure:2542: $? = 0
configure:2564: result: o
configure:2568: checking whether we are using the GNU C compiler
configure:2593: gcc -c conftest.c >&5
configure:2596: $? = 0
configure:2599: test -s conftest.o
configure:2602: $? = 0
configure:2615: result: yes
configure:2621: checking whether gcc accepts -g
configure:2643: gcc -c -g conftest.c >&5
configure:2646: $? = 0
configure:2649: test -s conftest.o
configure:2652: $? = 0
configure:2663: result: yes
configure:2680: checking for gcc option to accept ANSI C
configure:2741: gcc -c -g -O2 conftest.c >&5
configure:2744: $? = 0
configure:2747: test -s conftest.o
configure:2750: $? = 0
configure:2768: result: none needed
configure:2786: gcc -c -g -O2 conftest.c >&5
conftest.c:2: parse error before "me"
configure:2789: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2900: checking dependency style of gcc
configure:2962: result: none
configure:2989: checking for ld used by GCC
configure:3052: result: /usr/bin/ld
configure:3061: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.13.90.0.18 20030206
configure:3073: result: yes
configure:3078: checking for /usr/bin/ld option to reload object files
configure:3085: result: -r
configure:3090: checking for BSD-compatible nm
configure:3126: result: /usr/bin/nm -B
configure:3129: checking for a sed that does not truncate output
configure:3211: result: /bin/sed
configure:3214: checking whether ln -s works
configure:3218: result: yes
configure:3225: checking how to recognise dependent libraries
configure:3406: result: pass_all
configure:3419: checking command to parse /usr/bin/nm -B output
configure:3503: gcc -c -g -O2 conftest.c >&5
configure:3506: $? = 0
configure:3510: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[
]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3
\3/p' \> conftest.nm
configure:3513: $? = 0
configure:3565: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:3568: $? = 0
configure:3612: result: ok
configure:3621: checking how to run the C preprocessor
configure:3657: gcc -E conftest.c
configure:3663: $? = 0
configure:3695: gcc -E conftest.c
configure:3696:28: ac_nonexistent.h: No such file or directory
configure:3701: $? = 1
configure: failed program was:
| #line 3686 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mod_jk"
| #define VERSION "1.2.4"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3739: result: gcc -E
configure:3764: gcc -E conftest.c
configure:3770: $? = 0
configure:3802: gcc -E conftest.c
configure:3803:28: ac_nonexistent.h: No such file or directory
configure:3808: $? = 1
configure: failed program was:
| #line 3793 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mod_jk"
| #define VERSION "1.2.4"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3851: checking for egrep
configure:3861: result: grep -E
configure:3866: checking for ANSI C header files
configure:3892: gcc -c -g -O2 conftest.c >&5
configure:3895: $? = 0
configure:3898: test -s conftest.o
configure:3901: $? = 0
configure:3990: gcc -o conftest -g -O2 conftest.c >&5
configure:3993: $? = 0
configure:3995: ./conftest
configure:3998: $? = 0
configure:4013: result: yes
configure:4037: checking for sys/types.h
configure:4054: gcc -c -g -O2 conftest.c >&5
configure:4057: $? = 0
configure:4060: test -s conftest.o
configure:4063: $? = 0
configure:4074: result: yes
configure:4037: checking for sys/stat.h
configure:4054: gcc -c -g -O2 conftest.c >&5
configure:4057: $? = 0
configure:4060: test -s conftest.o
configure:4063: $? = 0
configure:4074: result: yes
configure:4037: checking for stdlib.h
configure:4054: gcc -c -g -O2 conftest.c >&5
configure:4057: $? = 0
configure:4060: test -s conftest.o
configure:4063: $? = 0
configure:4074: result: yes
configure:4037: checking for string.h
configure:4054: gcc -c -g -O2 conftest.c >&5
configure:4057: $? = 0
configure:4060: test -s conftest.o
configure:4063: $? = 0
configure:4074: result: yes
configure:4037: checking for memory.h
configure:4054: gcc -c -g -O2 conftest.c >&5
configure:4057: $? = 0
configure:4060: test -s conftest.o
configure:4063: $? = 0
configure:4074: result: yes
configure:4037: checking for strings.h
configure:4054: gcc -c -g -O2 conftest.c >&5
configure:4057: $? = 0
configure:4060: test -s conftest.o
configure:4063: $? = 0
configure:4074: result: yes
configure:4037: checking for inttypes.h
configure:4054: gcc -c -g -O2 conftest.c >&5
configure:4057: $? = 0
configure:4060: test -s conftest.o
configure:4063: $? = 0
configure:4074: result: yes
configure:4037: checking for stdint.h
configure:4054: gcc -c -g -O2 conftest.c >&5
configure:4057: $? = 0
configure:4060: test -s conftest.o
configure:4063: $? = 0
configure:4074: result: yes
configure:4037: checking for unistd.h
configure:4054: gcc -c -g -O2 conftest.c >&5
configure:4057: $? = 0
configure:4060: test -s conftest.o
configure:4063: $? = 0
configure:4074: result: yes
configure:4100: checking dlfcn.h usability
configure:4113: gcc -c -g -O2 conftest.c >&5
configure:4116: $? = 0
configure:4119: test -s conftest.o
configure:4122: $? = 0
configure:4132: result: yes
configure:4136: checking dlfcn.h presence
configure:4147: gcc -E conftest.c
configure:4153: $? = 0
configure:4172: result: yes
configure:4208: checking for dlfcn.h
configure:4215: result: yes
configure:4413: checking for ranlib
configure:4429: found /usr/bin/ranlib
configure:4440: result: ranlib
configure:4493: checking for strip
configure:4509: found /usr/bin/strip
configure:4520: result: strip
configure:4730: checking for objdir
configure:4741: result: .libs
configure:4758: checking for gcc option to produce PIC
configure:4904: result: -fPIC
configure:4908: checking if gcc PIC flag -fPIC works
configure:4932: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:4935: $? = 0
configure:4938: test -s conftest.o
configure:4941: $? = 0
configure:4979: result: yes
configure:4995: checking if gcc static flag -static works
configure:5020: gcc -o conftest -g -O2 -static conftest.c >&5
configure:5023: $? = 0
configure:5026: test -s conftest
configure:5029: $? = 0
configure:5045: result: yes
configure:5057: checking if gcc supports -c -o file.o
configure:5080: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:5101: result: yes
configure:5106: checking if gcc supports -c -o file.lo
configure:5134: gcc -c -g -O2 -c -o conftest.lo conftest.c >&5
configure:5137: $? = 0
configure:5140: test -s conftest.lo
configure:5143: $? = 0
configure:5165: result: yes
configure:5196: checking if gcc supports -fno-rtti -fno-exceptions
configure:5219: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c >&5
configure:5222: $? = 0
configure:5225: test -s conftest.o
configure:5228: $? = 0
configure:5245: result: yes
configure:5256: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:5951: result: yes
configure:5956: checking how to hardcode library paths into programs
configure:5980: result: immediate
configure:5985: checking whether stripping libraries is possible
configure:5990: result: yes
configure:6001: checking dynamic linker characteristics
configure:6432: result: GNU/Linux ld.so
configure:6437: checking if libtool supports shared libraries
configure:6439: result: yes
configure:6442: checking whether to build shared libraries
configure:6463: result: yes
configure:6466: checking whether to build static libraries
configure:6470: result: yes
configure:7144: checking whether -lc should be explicitly linked in
configure:7152: gcc -c -g -O2 conftest.c >&5
configure:7155: $? = 0
configure:7169: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1
\| grep -lc \>/dev/null 2\>\&1
configure:7172: $? = 0
configure:7185: result: no
configure:7805: checking for gcc
configure:7831: result: gcc
configure:8075: checking for C compiler version
configure:8078: gcc --version </dev/null >&5
gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:8081: $? = 0
configure:8083: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking
--with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
configure:8086: $? = 0
configure:8088: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:8091: $? = 1
configure:8094: checking whether we are using the GNU C compiler
configure:8141: result: yes
configure:8147: checking whether gcc accepts -g
configure:8189: result: yes
configure:8206: checking for gcc option to accept ANSI C
configure:8294: result: none needed
configure:8312: gcc -c -g -O2 conftest.c >&5
conftest.c:2: parse error before "me"
configure:8315: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:8426: checking dependency style of gcc
configure:8488: result: none
configure:8505: checking for ld used by GCC
configure:8568: result: /usr/bin/ld
configure:8577: checking if the linker (/usr/bin/ld) is GNU ld
configure:8589: result: yes
configure:8597: checking for test
configure:8615: found /usr/bin/test
configure:8628: result: /usr/bin/test
configure:8638: checking for rm
configure:8656: found /bin/rm
configure:8669: result: /bin/rm
configure:8679: checking for grep
configure:8697: found /bin/grep
configure:8710: result: /bin/grep
configure:8720: checking for echo
configure:8738: found /bin/echo
configure:8751: result: /bin/echo
configure:8761: checking for sed
configure:8792: result: /bin/sed
configure:8802: checking for cp
configure:8820: found /bin/cp
configure:8833: result: /bin/cp
configure:8843: checking for mkdir
configure:8861: found /bin/mkdir
configure:8874: result: /bin/mkdir
configure:8884: checking for libtool
configure:8902: found /usr/bin/libtool
configure:8915: result: /usr/bin/libtool
configure:8940: result: need to check for Perl first, apxs depends on it...
configure:8944: checking for perl
configure:8962: found /usr/bin/perl
configure:8975: result: /usr/bin/perl
configure:9058: result: building connector for "apache-2.0"
configure:9074: checking for target platform
configure:9098: result: unix
configure:9184: result: no apache given
configure:9599: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on alice.meritonlinesystems.com
config.status:683: creating Makefile
config.status:683: creating apache-1.3/Makefile
config.status:683: creating apache-1.3/Makefile.apxs
config.status:683: creating apache-2.0/Makefile
config.status:683: creating apache-2.0/Makefile.apxs
config.status:683: creating common/Makefile
config.status:683: creating common/list.mk
config.status:683: creating jni/Makefile
config.status:808: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_CP=/bin/cp
ac_cv_path_ECHO=/bin/echo
ac_cv_path_GREP=/bin/grep
ac_cv_path_LIBTOOL=/usr/bin/libtool
ac_cv_path_MKDIR=/bin/mkdir
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_RM=/bin/rm
ac_cv_path_SED=/bin/sed
ac_cv_path_TEST=/usr/bin/test
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=none
lt_cv_archive_cmds_need_lc=no
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.2.so'
lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\",
(lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr)
\&\2},/p'\'''
lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=-static
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[
][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL}
/home/mmillson/temp/jakarta-tomcat-connectors-jk-1.2.4-src/jk/native/scripts/build/unix/missing
--run aclocal-1.6'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL}
/home/mmillson/temp/jakarta-tomcat-connectors-jk-1.2.4-src/jk/native/scripts/build/unix/missing
--run tar'
APACHE20_OEXT='.c'
APACHE_CONFIG_VARS='/etc/httpd/build/config_vars.mk'
APACHE_DIR='/etc/httpd'
APXS='/usr/sbin/apxs'
APXSCFLAGS='-O2 -g -pipe -march=i386 -mcpu=i686 -I/usr/kerberos/include -pthread
-DNO_DBM_REWRITEMAP -g -O2'
APXSCPPFLAGS='-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE'
APXSLDFLAGS=''
AUTOCONF='${SHELL}
/home/mmillson/temp/jakarta-tomcat-connectors-jk-1.2.4-src/jk/native/scripts/build/unix/missing
--run autoconf'
AUTOHEADER='${SHELL}
/home/mmillson/temp/jakarta-tomcat-connectors-jk-1.2.4-src/jk/native/scripts/build/unix/missing
--run autoheader'
AUTOMAKE='${SHELL}
/home/mmillson/temp/jakarta-tomcat-connectors-jk-1.2.4-src/jk/native/scripts/build/unix/missing
--run automake-1.6'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2'
CP='/bin/cp'
CPP='gcc -E'
CPPFLAGS=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"mod_jk\"
-DVERSION=\"1.2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 '
DEPDIR='.deps'
ECHO='/bin/echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTALL_TYPE='install_dynamic'
JAVA_HOME='/usr/java/j2sdk1.4.2'
JK_JNI_WORKER=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIB_JK_TYPE='mod_jk.so'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL}
/home/mmillson/temp/jakarta-tomcat-connectors-jk-1.2.4-src/jk/native/scripts/build/unix/missing
--run makeinfo'
MAKE_DYNAMIC_APACHE_FALSE='#'
MAKE_DYNAMIC_APACHE_TRUE=''
MKDIR='/bin/mkdir'
OBJEXT='o'
OS=''
PACKAGE='mod_jk'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
RANLIB='ranlib'
RM='/bin/rm'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TEST='/usr/bin/test'
VERSION='1.2.4'
WEBSERVER='common apache-2.0'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__include='include'
am__quote=''
apache_include='-I/usr/include/httpd'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/mmillson/temp/jakarta-tomcat-connectors-jk-1.2.4-src/jk/native/scripts/build/unix/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "mod_jk"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "1.2.4"
configure: exit 0
Making all in common
make[1]: Entering directory
`/home/mmillson/temp/jakarta-tomcat-connectors-jk-1.2.4-src/jk/native/common'
mode=compile gcc -I/usr/include/httpd -g -O2 -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I
/usr/java/j2sdk1.4.2/include -I /usr/java/j2sdk1.4.2/include/ -c jk_ajp12_worker.c
mode=compile gcc -I/usr/include/httpd -g -O2 -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I
/usr/java/j2sdk1.4.2/include -I /usr/java/j2sdk1.4.2/include/ -c jk_connect.c
mode=compile gcc -I/usr/include/httpd -g -O2 -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I
/usr/java/j2sdk1.4.2/include -I /usr/java/j2sdk1.4.2/include/ -c jk_msg_buff.c
mode=compile gcc -I/usr/include/httpd -g -O2 -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I
/usr/java/j2sdk1.4.2/include -I /usr/java/j2sdk1.4.2/include/ -c jk_util.c
mode=compile gcc -I/usr/include/httpd -g -O2 -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I
/usr/java/j2sdk1.4.2/include -I /usr/java/j2sdk1.4.2/include/ -c jk_ajp13.c
mode=compile gcc -I/usr/include/httpd -g -O2 -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I
/usr/java/j2sdk1.4.2/include -I /usr/java/j2sdk1.4.2/include/ -c jk_pool.c
mode=compile gcc -I/usr/include/httpd -g -O2 -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I
/usr/java/j2sdk1.4.2/include -I /usr/java/j2sdk1.4.2/include/ -c jk_worker.c
mode=compile gcc -I/usr/include/httpd -g -O2 -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I
/usr/java/j2sdk1.4.2/include -I /usr/java/j2sdk1.4.2/include/ -c jk_ajp13_worker.c
mode=compile gcc -I/usr/include/httpd -g -O2 -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I
/usr/java/j2sdk1.4.2/include -I /usr/java/j2sdk1.4.2/include/ -c jk_lb_worker.c
mode=compile gcc -I/usr/include/httpd -g -O2 -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I
/usr/java/j2sdk1.4.2/include -I /usr/java/j2sdk1.4.2/include/ -c jk_sockbuf.c
mode=compile gcc -I/usr/include/httpd -g -O2 -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I
/usr/java/j2sdk1.4.2/include -I /usr/java/j2sdk1.4.2/include/ -c jk_map.c
mode=compile gcc -I/usr/include/httpd -g -O2 -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I
/usr/java/j2sdk1.4.2/include -I /usr/java/j2sdk1.4.2/include/ -c jk_uri_worker_map.c
mode=compile gcc -I/usr/include/httpd -g -O2 -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I
/usr/java/j2sdk1.4.2/include -I /usr/java/j2sdk1.4.2/include/ -c jk_ajp14.c
mode=compile gcc -I/usr/include/httpd -g -O2 -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I
/usr/java/j2sdk1.4.2/include -I /usr/java/j2sdk1.4.2/include/ -c jk_ajp14_worker.c
mode=compile gcc -I/usr/include/httpd -g -O2 -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I
/usr/java/j2sdk1.4.2/include -I /usr/java/j2sdk1.4.2/include/ -c jk_md5.c
mode=compile gcc -I/usr/include/httpd -g -O2 -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I
/usr/java/j2sdk1.4.2/include -I /usr/java/j2sdk1.4.2/include/ -c jk_ajp_common.c
mode=compile gcc -I/usr/include/httpd -g -O2 -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I
/usr/java/j2sdk1.4.2/include -I /usr/java/j2sdk1.4.2/include/ -c jk_context.c
make[1]: Leaving directory
`/home/mmillson/temp/jakarta-tomcat-connectors-jk-1.2.4-src/jk/native/common'
Making all in apache-2.0
make[1]: Entering directory
`/home/mmillson/temp/jakarta-tomcat-connectors-jk-1.2.4-src/jk/native/apache-2.0'
/bin/sh /usr/bin/libtool --silent --mode=compile gcc -I/usr/include/httpd -g -O2
-DUSE_APACHE_MD5 -I ../common -I /usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/unix -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -pthread
-DNO_DBM_REWRITEMAP -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -c ../common/jk_ajp12_worker.c
/bin/sh /usr/bin/libtool --silent --mode=compile gcc -I/usr/include/httpd -g -O2
-DUSE_APACHE_MD5 -I ../common -I /usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/unix -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -pthread
-DNO_DBM_REWRITEMAP -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -c ../common/jk_connect.c
/bin/sh /usr/bin/libtool --silent --mode=compile gcc -I/usr/include/httpd -g -O2
-DUSE_APACHE_MD5 -I ../common -I /usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/unix -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -pthread
-DNO_DBM_REWRITEMAP -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -c ../common/jk_msg_buff.c
/bin/sh /usr/bin/libtool --silent --mode=compile gcc -I/usr/include/httpd -g -O2
-DUSE_APACHE_MD5 -I ../common -I /usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/unix -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -pthread
-DNO_DBM_REWRITEMAP -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -c ../common/jk_util.c
/bin/sh /usr/bin/libtool --silent --mode=compile gcc -I/usr/include/httpd -g -O2
-DUSE_APACHE_MD5 -I ../common -I /usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/unix -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -pthread
-DNO_DBM_REWRITEMAP -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -c ../common/jk_ajp13.c
/bin/sh /usr/bin/libtool --silent --mode=compile gcc -I/usr/include/httpd -g -O2
-DUSE_APACHE_MD5 -I ../common -I /usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/unix -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -pthread
-DNO_DBM_REWRITEMAP -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -c ../common/jk_pool.c
/bin/sh /usr/bin/libtool --silent --mode=compile gcc -I/usr/include/httpd -g -O2
-DUSE_APACHE_MD5 -I ../common -I /usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/unix -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -pthread
-DNO_DBM_REWRITEMAP -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -c ../common/jk_worker.c
/bin/sh /usr/bin/libtool --silent --mode=compile gcc -I/usr/include/httpd -g -O2
-DUSE_APACHE_MD5 -I ../common -I /usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/unix -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -pthread
-DNO_DBM_REWRITEMAP -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -c ../common/jk_ajp13_worker.c
/bin/sh /usr/bin/libtool --silent --mode=compile gcc -I/usr/include/httpd -g -O2
-DUSE_APACHE_MD5 -I ../common -I /usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/unix -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -pthread
-DNO_DBM_REWRITEMAP -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -c ../common/jk_lb_worker.c
/bin/sh /usr/bin/libtool --silent --mode=compile gcc -I/usr/include/httpd -g -O2
-DUSE_APACHE_MD5 -I ../common -I /usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/unix -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -pthread
-DNO_DBM_REWRITEMAP -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -c ../common/jk_sockbuf.c
/bin/sh /usr/bin/libtool --silent --mode=compile gcc -I/usr/include/httpd -g -O2
-DUSE_APACHE_MD5 -I ../common -I /usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/unix -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -pthread
-DNO_DBM_REWRITEMAP -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -c ../common/jk_map.c
/bin/sh /usr/bin/libtool --silent --mode=compile gcc -I/usr/include/httpd -g -O2
-DUSE_APACHE_MD5 -I ../common -I /usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/unix -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -pthread
-DNO_DBM_REWRITEMAP -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -c ../common/jk_uri_worker_map.c
/bin/sh /usr/bin/libtool --silent --mode=compile gcc -I/usr/include/httpd -g -O2
-DUSE_APACHE_MD5 -I ../common -I /usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/unix -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -pthread
-DNO_DBM_REWRITEMAP -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -c ../common/jk_ajp14.c
/bin/sh /usr/bin/libtool --silent --mode=compile gcc -I/usr/include/httpd -g -O2
-DUSE_APACHE_MD5 -I ../common -I /usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/unix -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -pthread
-DNO_DBM_REWRITEMAP -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -c ../common/jk_ajp14_worker.c
/bin/sh /usr/bin/libtool --silent --mode=compile gcc -I/usr/include/httpd -g -O2
-DUSE_APACHE_MD5 -I ../common -I /usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/unix -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -pthread
-DNO_DBM_REWRITEMAP -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -c ../common/jk_md5.c
/bin/sh /usr/bin/libtool --silent --mode=compile gcc -I/usr/include/httpd -g -O2
-DUSE_APACHE_MD5 -I ../common -I /usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/unix -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -pthread
-DNO_DBM_REWRITEMAP -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -c ../common/jk_ajp_common.c
/bin/sh /usr/bin/libtool --silent --mode=compile gcc -I/usr/include/httpd -g -O2
-DUSE_APACHE_MD5 -I ../common -I /usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/unix -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -pthread
-DNO_DBM_REWRITEMAP -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -c ../common/jk_context.c
/bin/sh /usr/bin/libtool --silent --mode=link gcc -I/usr/include/httpd -g -O2
-DUSE_APACHE_MD5 -I ../common -I /usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/unix -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/kerberos/include -pthread -DNO_DBM_REWRITEMAP -g -O2 -pthread
-DNO_DBM_REWRITEMAP -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -o mod_jk.la -module -rpath /usr/lib/httpd/modules
-avoid-version mod_jk.lo ../common/jk_ajp12_worker.lo ../common/jk_connect.lo
../common/jk_msg_buff.lo ../common/jk_util.lo ../common/jk_ajp13.lo
../common/jk_pool.lo ../common/jk_worker.lo ../common/jk_ajp13_worker.lo
../common/jk_lb_worker.lo ../common/jk_sockbuf.lo ../common/jk_map.lo
../common/jk_uri_worker_map.lo ../common/jk_ajp14.lo ../common/jk_ajp14_worker.lo
../common/jk_md5.lo ../common/jk_ajp_common.lo ../common/jk_context.lo
i386-redhat-linux-gcc: ../common/jk_ajp12_worker.lo: No such file or directory
i386-redhat-linux-gcc: ../common/jk_connect.lo: No such file or directory
i386-redhat-linux-gcc: ../common/jk_msg_buff.lo: No such file or directory
i386-redhat-linux-gcc: ../common/jk_util.lo: No such file or directory
i386-redhat-linux-gcc: ../common/jk_ajp13.lo: No such file or directory
i386-redhat-linux-gcc: ../common/jk_pool.lo: No such file or directory
i386-redhat-linux-gcc: ../common/jk_worker.lo: No such file or directory
i386-redhat-linux-gcc: ../common/jk_ajp13_worker.lo: No such file or directory
i386-redhat-linux-gcc: ../common/jk_lb_worker.lo: No such file or directory
i386-redhat-linux-gcc: ../common/jk_sockbuf.lo: No such file or directory
i386-redhat-linux-gcc: ../common/jk_map.lo: No such file or directory
i386-redhat-linux-gcc: ../common/jk_uri_worker_map.lo: No such file or directory
i386-redhat-linux-gcc: ../common/jk_ajp14.lo: No such file or directory
i386-redhat-linux-gcc: ../common/jk_ajp14_worker.lo: No such file or directory
i386-redhat-linux-gcc: ../common/jk_md5.lo: No such file or directory
i386-redhat-linux-gcc: ../common/jk_ajp_common.lo: No such file or directory
i386-redhat-linux-gcc: ../common/jk_context.lo: No such file or directory
make[1]: *** [mod_jk.la] Error 1
make[1]: Leaving directory
`/home/mmillson/temp/jakarta-tomcat-connectors-jk-1.2.4-src/jk/native/apache-2.0'
make: *** [all-recursive] Error 1
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]