UJP - 技術情報1

Life is fun and easy!

不正IP報告数

Okan Sensor
 
メイン
ログイン
ブログ カテゴリ一覧

jakarta-tomcat-connectors-jk2インストール 〜apache1.3とtomcat4.1を連携させる〜

jakarta-tomcat-connectors-jk2インストール

〜apache1.3とtomcat4.1を連携させる〜


0.改訂履歴

  • 2007.11.04 新規作成

1.はじめに

 このドキュメントでは,mod_jk2.soをコンパイルして導入する手順を説明する.

2.モジュールの入手

[root@tripical tc]# wget http://archive.apache.org/dist/jakarta/tomcat-connectors/jk2/jakar
ta-tomcat-connectors-jk2-src-current.zip  
--21:26:59--  http://archive.apache.org/dist/jakarta/tomcat-connectors/jk2/jakarta-tomcat-c
onnectors-jk2-src-current.zip
           => `jakarta-tomcat-connectors-jk2-src-current.zip'
Resolving archive.apache.org... 140.211.11.130
Connecting to archive.apache.org|140.211.11.130|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,078,770 (1.0M) [application/zip]

100%[=================================================>] 1,078,770    169.04K/s    ETA 00:00

21:27:06 (158.67 KB/s) - `jakarta-tomcat-connectors-jk2-src-current.zip' saved [1078770/1078
770]

[root@tripical tc]# 
  • ダウンロードしたファイルを見てみる.
[root@tripical tc]# ls -la jakarta-tomcat-connectors-jk2-src-current.zip 
-rw-r--r--    1 root     root      1078770 Mar 29  2004 jakarta-tomcat-connectors-jk2-src-current.zip
[root@tripical tc]# 
  • 3年間だ...
  • ZIPを展開する.
[root@tripical tc]# unzip jakarta-tomcat-connectors-jk2-src-current.zip 
Archive:  jakarta-tomcat-connectors-jk2-src-current.zip
   creating: jakarta-tomcat-connectors-jk2-2.0.4-src/
  inflating: jakarta-tomcat-connectors-jk2-2.0.4-src/xxx  
  inflating: jakarta-tomcat-connectors-jk2-2.0.4-src/README.txt  
  inflating: jakarta-tomcat-connectors-jk2-2.0.4-src/KEYS  
  inflating: jakarta-tomcat-connectors-jk2-2.0.4-src/LICENSE  
  inflating: jakarta-tomcat-connectors-jk2-2.0.4-src/NOTICE  

〜略〜


   creating: jakarta-tomcat-connectors-jk2-2.0.4-src/lib/
   creating: jakarta-tomcat-connectors-jk2-2.0.4-src/scandoc/
  inflating: jakarta-tomcat-connectors-jk2-2.0.4-src/scandoc/scandoc.pl  
  inflating: jakarta-tomcat-connectors-jk2-2.0.4-src/scandoc/template.pl  
[root@tripical tc]# 
  • 展開されたファイルの中身をみる.
[root@tripical tc]# cd jakarta-tomcat-connectors-jk2-2.0.4-src 
[root@tripical jakarta-tomcat-connectors-jk2-2.0.4-src]# ls -1
KEYS
LICENSE
NOTICE
README.txt
RELEASE-NOTES.txt
build.properties.default
build.xml
common
doc
jk
lib
scandoc
xxx
[root@tripical jakarta-tomcat-connectors-jk2-2.0.4-src]# 
  • jkディレクトリの中身を確認する.
[root@tripical jakarta-tomcat-connectors-jk2-2.0.4-src]# cd jk
[root@tripical jk]# ls -1 
BUILD.txt
HOWTO-RELEASE
README.txt
build.properties.autoconf
build.properties.sample
build.xml
conf
doc
docs
native2
support
test
tools
xdocs
[root@tripical jk]# 
  • 次にnative2のディレクトリを確認する.
[root@tripical jk]# cd native2
[root@tripical native2]# ls -1
BUILD.txt
CHANGES.html
CHANGES.txt
INSTALL.txt
Makefile.in
README.txt
STATUS.txt
aclocal.m4
apr
autom4te.cache
build.xml
buildconf.sh
common
configure
configure.in
include
jni
scripts
server
tomcat
[root@tripical native2]# 
  • configureがある.
  • Apache1.3のapxsが入っているパスと,tomcatがインストールされているパスを指定してconfigureする.
[root@tripical native2]#  ./configure --with-apxs=/usr/local/apache/bin/apxs --
with-tomcat41=/usr/local/tomcat 
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking target system type... i686-redhat-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for test... /usr/bin/test
checking for rm... /bin/rm
checking for grep... /bin/grep
checking for echo... /bin/echo
checking for sed... /bin/sed
checking for cp... /bin/cp
checking for mkdir... /bin/mkdir
need to check for Perl first, apxs depends on it...
checking for perl... /usr/bin/perl
building connector for "apache-1.3"
no apxs2 given
checking checking for apache13...... not provided
checking checking for apache20...... not provided
checking checking for iis...... not provided
checking checking for iPlanet...... not provided
checking for tomcat33 location... not provided
checking for tomcat40 location... not provided
checking for tomcat41 location... /usr/local/tomcat
configure: error: Apache 1.3 requires apr to built from source, use --with-apr 
and --with-apr-util
[root@tripical native2]# 
  • Apache1.3用にビルドしようとしているが,aprとapr-utilが見つからないのでエラーとなっている.
  • 今さらながら,INSTALL.txtを読んでみる
[root@tripical native2]# cat INSTALL.txt 
  APACHE INSTALLATION OVERVIEW

  For complete documentation, see
  http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html
  
*** Quick Start - Apache 2 ***

  In the following example Apache2 is installed in 
  /usr/local/apache2 and the commands are executed in the
  jakarta-tomcat-connectors/jk/native2 directory. 

  $ ./configure --with-apxs2=PREFIX/bin/apxs
  $ make
  $ cd ../build/jk2/apache2
  $ PREFIX/bin/apxs -n jk2 -i mod_jk2.so

     NOTES: * Replace PREFIX with the filesystem path under which 
              Apache should be installed.  A typical installation
              might use "/usr/local/apache2" for PREFIX (without the
              quotes).

  Add the following to httpd:
  LoadModule jk2_module modules/mod_jk2.so

  Follow "Quick Start Apache-2.0 and Apache-1.3" below for the workers2.
properties file.

*** Quick Start Apache-2.0 and Apache-1.3 ***
  Create a workers2.properties in conf (where httpd.conf is localised).
  Put something like the following in the file:
  [channel.socket:localhost:8009]
  port=8009
  host=127.0.0.1
 
  [ajp13:localhost:8009]
  channel=channel.socket:localhost:8009
 
  [uri:/examples/*]
  worker=ajp13:localhost:8009
 
- Restart Apache.
  Use apachectl for example PREFIX/bin/apachectl graceful
  Access to http://localhost/examples/ should bring a Tomcat index page. 

*** Quick Start - Apache 1.3 ***

  Download apr and apr-util
  wget http://www.apache.org/dist/apr/apr-0.9.4.tar.gz
  wget http://www.apache.org/dist/apr/apr-util-0.9.4.tar.gz

  NOTE: * Use a mirror to find the best location of apr see
          http://www.apache.org/dyn/closer.cgi/apr/
          (For me it gives http://www.apache.de/dist/apr/apr-0.9.4.tar.gz and
           So I have done:
           wget http://www.apache.de/dist/apr/apr-0.9.4.tar.gz
           wget http://www.apache.de/dist/apr/apr-util-0.9.4.tar.gz
          )

  Extract the apr and apr-util sources:
  gtar xvf apr-0.9.4.tar.gz
  gtar xvf apr-util-0.9.4.tar.gz

  Build and install mod_jk2:
  $ ./configure --with-apxs=PREFIX/bin/apxs ¥
                --with-apr=/absolute/path/to/apr-0.9.4 ¥
                --with-apr-util=/absolute/path/to/apr-util-0.9.4
  $ make
  $ cd ../build/jk2/apache13
  $ PREFIX/bin/apxs -n jk2 -i mod_jk2.so

  Add the following to httpd.conf:
  LoadModule jk2_module libexec/mod_jk2.so
  AddModule mod_jk2.c 

  Follow "Quick Start Apache-2.0 and Apache-1.3" above for the workers2.
properties file.

***  Quick Start - IIS ***
  
  Use the provided install4iss.js script file.
  Put the isapi_redirector2.dll and install4iis.js to the path
  <where you installed tomcat>/bin .
  Copy the workers2.properties file to the path
  <where you installed tomcat>/conf .
  Now open the command prompt and cd to the tomcat bin directory.
  
  C:¥Tomcat¥bin> cscript install4iis.js
  
  The provided script will install the isapi filter and create the
  virtual directory named /jakarta with execute permission.

  Restart the WWW service and you are ready to use the isapi_redirector2.

[root@tripical native2]# 
  • Apache1.3の場合についての記述がある.
  • aprとapr-utilをダウンロードしてそのディレクトリを指定してconfigureするとようにと記載されている.
  • 以下のURLで最新版を確認する.
  • aprは,1.2.11というのがあったが,大きくバージョンが変わっていて動かなくもアレなので,このINSTALL.txtに例としてあげられている0.9番台の最新版0.9.16をダウンロードする.
  • このバージョンも,2007年9月4日メンテナンスなので,古くは無い...
[root@tripical native2]# wget http://www.apache.org/dist/apr/apr-0.9.16.tar.gz
--21:33:56--  http://www.apache.org/dist/apr/apr-0.9.16.tar.gz
           => `apr-0.9.16.tar.gz'
Resolving www.apache.org... 140.211.11.130
Connecting to www.apache.org|140.211.11.130|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,056,222 (1.0M) [application/x-gzip]

100%[=========================================================================
========>] 1,056,222    173.85K/s    ETA 00:00

21:34:03 (160.04 KB/s) - `apr-0.9.16.tar.gz' saved [1056222/1056222]

[root@tripical native2]# 
  • 続いて,apr-utilをダウンロードする.
  • これも,0.9番台の最新版0.9.15を対象とする.
[root@tripical native2]# wget http://www.apache.org/dist/apr/apr-util-0.9.15.
tar.gz
--21:37:03--  http://www.apache.org/dist/apr/apr-util-0.9.15.tar.gz
           => `apr-util-0.9.15.tar.gz'
Resolving www.apache.org... 140.211.11.130
Connecting to www.apache.org|140.211.11.130|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 594,135 (580K) [application/x-gzip]

100%[=========================================================================
========>] 594,135      166.71K/s    ETA 00:00

21:37:07 (166.22 KB/s) - `apr-util-0.9.15.tar.gz' saved [594135/594135]

[root@tripical native2]# 
  • アーカイブを展開する.
[root@tripical native2]# tar xfz apr-0.9.16.tar.gz 
[root@tripical native2]# tar xfz apr-util-0.9.15.tar.gz 
[root@tripical native2]# 
  • これでモジュールはそろったので,with句でaprとapr-utilを指定してconfigureする.
[root@tripical native2]# ./configure --with-apxs=/usr/local/apache/bin/apxs --
with-tomcat41=/usr/local/tomcat --with-apr=/tmp/tc/jakarta-tomcat-connectors-jk2
-2.0.4-src/jk/native2/apr-0.9.16 --with-apr-util=/tmp/tc/jakarta-tomcat-
connectors-jk2-2.0.4-src/jk/native2/apr-util-0.9.15
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking target system type... i686-redhat-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for test... /usr/bin/test
checking for rm... /bin/rm
checking for grep... /bin/grep
checking for echo... /bin/echo
checking for sed... /bin/sed
checking for cp... /bin/cp
checking for mkdir... /bin/mkdir
need to check for Perl first, apxs depends on it...
checking for perl... /usr/bin/perl
building connector for "apache-1.3"
no apxs2 given
checking checking for apache13...... not provided
checking checking for apache20...... not provided
checking checking for iis...... not provided
checking checking for iPlanet...... not provided
checking for tomcat33 location... not provided
checking for tomcat40 location... not provided
checking for tomcat41 location... /usr/local/tomcat
configuring apr...
  invoking "/bin/sh ./configure --prefix=/tmp/tc/jakarta-tomcat-connectors-jk2-2.
0.4-src/jk/native2/apr-0.9.16 --with-installbuilddir=/tmp/tc/jakarta-tomcat-
connectors-jk2-2.0.4-src/jk/native2/apr-0.9.16/instbuild --disable-shared "
  in directory "/tmp/tc/jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2/apr-0.
9.16"
    apr: checking build system type... i686-pc-linux-gnu
    apr: checking host system type... i686-pc-linux-gnu
    apr: checking target system type... i686-pc-linux-gnu
    apr: Configuring APR library
    apr: Platform: i686-pc-linux-gnu
    apr: checking for working mkdir -p... yes
    apr: APR Version: 0.9.16
    apr: checking for chosen layout... apr
    apr: checking for gcc... gcc
    apr: checking for C compiler default output file name... a.out
    apr: checking whether the C compiler works... yes
    apr: checking whether we are cross compiling... no
    apr: checking for suffix of executables...
    apr: checking for suffix of object files... o
    apr: checking whether we are using the GNU C compiler... yes
    apr: checking whether gcc accepts -g... yes
    apr: checking for gcc option to accept ANSI C... none needed
    apr: Applying APR hints file rules for i686-pc-linux-gnu
    apr: setting CPPFLAGS to "-DLINUX=2"
    apr: adding "-D_REENTRANT" to CPPFLAGS
    apr: adding "-D_GNU_SOURCE" to CPPFLAGS
    apr: (Default will be unix)
    apr: checking whether make sets $(MAKE)... yes
    apr: checking how to run the C preprocessor... gcc -E
    apr: checking for gawk... gawk
    apr: checking whether ln -s works... yes
    apr: checking for ranlib... ranlib
    apr: checking for a BSD-compatible install... /usr/bin/install -c
    apr: checking for rm... rm
    apr: checking for as... as
    apr: checking for cpp... cpp
    apr: checking for ar... ar
    apr: checking for egrep... grep -E
    apr: checking for AIX... no
    apr: checking for library containing strerror... none required
    apr: checking for ANSI C header files... yes
    apr: checking for sys/types.h... yes
    apr: checking for sys/stat.h... yes
    apr: checking for stdlib.h... yes
    apr: checking for string.h... yes
    apr: checking for memory.h... yes
    apr: checking for strings.h... yes
    apr: checking for inttypes.h... yes
    apr: checking for stdint.h... yes
    apr: checking for unistd.h... yes
    apr: checking minix/config.h usability... no
    apr: checking minix/config.h presence... no
    apr: checking for minix/config.h... no
    apr: checking whether system uses EBCDIC... no
    apr: performing libtool configuration...
    apr: checking for a sed that does not truncate output... /bin/sed
    apr: checking for ld used by gcc... /usr/bin/ld
    apr: checking if the linker (/usr/bin/ld) is GNU ld... yes
    apr: checking for /usr/bin/ld option to reload object files... -r
    apr: checking for BSD-compatible nm... /usr/bin/nm -B
    apr: checking how to recognise dependent libraries... pass_all
    apr: checking dlfcn.h usability... yes
    apr: checking dlfcn.h presence... yes
    apr: checking for dlfcn.h... yes
    apr: checking for g++... g++
    apr: checking whether we are using the GNU C++ compiler... yes
    apr: checking whether g++ accepts -g... yes
    apr: checking how to run the C++ preprocessor... g++ -E
    apr: checking for g77... g77
    apr: checking whether we are using the GNU Fortran 77 compiler... yes
    apr: checking whether g77 accepts -g... yes
    apr: checking the maximum length of command line arguments... 32768
    apr: checking command to parse /usr/bin/nm -B output from gcc object... ok
    apr: checking for objdir... .libs
    apr: checking for ar... (cached) ar
    apr: checking for ranlib... (cached) ranlib
    apr: checking for strip... strip
    apr: checking if gcc static flag  works... yes
    apr: checking if gcc supports -fno-rtti -fno-exceptions... yes
    apr: checking for gcc option to produce PIC... -fPIC
    apr: checking if gcc PIC flag -fPIC works... yes
    apr: checking if gcc supports -c -o file.o... yes
    apr: checking whether the gcc linker (/usr/bin/ld) supports shared libraries.
.. yes
    apr: checking dynamic linker characteristics... GNU/Linux ld.so
    apr: checking how to hardcode library paths into programs... immediate
    apr: checking whether stripping libraries is possible... yes
    apr: checking if libtool supports shared libraries... yes
    apr: checking whether to build shared libraries... no
    apr: checking whether to build static libraries... yes
    apr: configure: creating libtool
    apr: appending configuration tag "CXX" to libtool
    apr: checking for ld used by g++... /usr/bin/ld
    apr: checking if the linker (/usr/bin/ld) is GNU ld... yes
    apr: checking whether the g++ linker (/usr/bin/ld) supports shared libraries.
.. yes
    apr: checking for g++ option to produce PIC... -fPIC
    apr: checking if g++ PIC flag -fPIC works... yes
    apr: checking if g++ supports -c -o file.o... yes
    apr: checking whether the g++ linker (/usr/bin/ld) supports shared libraries.
.. yes
    apr: checking dynamic linker characteristics... GNU/Linux ld.so
    apr: checking how to hardcode library paths into programs... immediate
    apr: checking whether stripping libraries is possible... yes
    apr: appending configuration tag "F77" to libtool
    apr: checking if libtool supports shared libraries... yes
    apr: checking whether to build shared libraries... no
    apr: checking whether to build static libraries... yes
    apr: checking for g77 option to produce PIC... -fPIC
    apr: checking if g77 PIC flag -fPIC works... yes
    apr: checking if g77 supports -c -o file.o... yes
    apr: checking whether the g77 linker (/usr/bin/ld) supports shared libraries.
.. yes
    apr: checking dynamic linker characteristics... GNU/Linux ld.so
    apr: checking how to hardcode library paths into programs... immediate
    apr: checking whether stripping libraries is possible... yes
    apr: Check for compiler flags...
    apr: checking for res_init in -lresolv... no
    apr: checking for gethostbyname in -lnsl... yes
    apr: checking for library containing gethostname... none required
    apr: checking for socket in -lsocket... no
    apr: checking for library containing crypt... -lcrypt
    apr: checking for main in -ltruerand... no
    apr: checking for library containing modf... none required
    apr: checking for library containing sqrt... -lm
    apr: Checking for Threads...
    apr: checking pthread.h usability... yes
    apr: checking pthread.h presence... yes
    apr: checking for pthread.h... yes
    apr: checking for CFLAGS needed for pthreads... -pthread
    apr: adding "-pthread" to CFLAGS
    apr: checking for LIBS needed for pthreads... -lpthread
    apr: adding "-lpthread" to LIBS
    apr: checking for pthread.h... (cached) yes
    apr: checking whether pthread_getspecific takes two arguments... no
    apr: checking whether pthread_attr_getdetachstate takes one argument... no
    apr: checking for pthread_key_delete... yes
    apr: checking for pthread_rwlock_init... yes
    apr: checking for pthread_rwlock_t... yes
    apr: checking for recursive mutex support... yes
    apr: APR will use threads
    apr: checking for readdir in -lc_r... no
    apr: checking for gethostbyname in -lc_r... no
    apr: checking for gethostbyaddr in -lc_r... no
    apr: checking for gethostbyname_r... yes
    apr: checking for gethostbyaddr_r... yes
    apr: checking for sigsuspend... yes
    apr: checking for sigwait... yes
    apr: checking for poll... yes
    apr: checking for getpwnam_r... yes
    apr: checking for getpwuid_r... yes
    apr: checking for getgrnam_r... yes
    apr: checking for getgrgid_r... yes
    apr: Checking for Shared Memory Support...
    apr: checking for library containing shm_open... -lrt
    apr: checking sys/mman.h usability... yes
    apr: checking sys/mman.h presence... yes
    apr: checking for sys/mman.h... yes
    apr: checking sys/ipc.h usability... yes
    apr: checking sys/ipc.h presence... yes
    apr: checking for sys/ipc.h... yes
    apr: checking sys/mutex.h usability... no
    apr: checking sys/mutex.h presence... no
    apr: checking for sys/mutex.h... no
    apr: checking sys/shm.h usability... yes
    apr: checking sys/shm.h presence... yes
    apr: checking for sys/shm.h... yes
    apr: checking sys/file.h usability... yes
    apr: checking sys/file.h presence... yes
    apr: checking for sys/file.h... yes
    apr: checking kernel/OS.h usability... no
    apr: checking kernel/OS.h presence... no
    apr: checking for kernel/OS.h... no
    apr: checking os2.h usability... no
    apr: checking os2.h presence... no
    apr: checking for os2.h... no
    apr: checking for mmap... yes
    apr: checking for munmap... yes
    apr: checking for shm_open... yes
    apr: checking for shm_unlink... yes
    apr: checking for shmget... yes
    apr: checking for shmat... yes
    apr: checking for shmdt... yes
    apr: checking for shmctl... yes
    apr: checking for create_area... no
    apr: checking for MAP_ANON in sys/mman.h... yes
    apr: checking for /dev/zero... yes
    apr: checking for mmap that can map /dev/zero... yes
    apr: decision on anonymous shared memory allocation method... 4.4BSD-style 
mmap() via MAP_ANON
    apr: decision on namebased memory allocation method... SysV IPC shmget()
    apr: checking for alloca... no
    apr: checking for calloc... yes
    apr: checking for strcasecmp... yes
    apr: checking for stricmp... no
    apr: checking for setsid... yes
    apr: checking for isinf... yes
    apr: checking for isnan... yes
    apr: checking for getenv... yes
    apr: checking for putenv... yes
    apr: checking for setenv... yes
    apr: checking for unsetenv... yes
    apr: checking for setrlimit... yes
    apr: checking for getrlimit... yes
    apr: checking for writev... yes
    apr: checking for sendfilev in -lsendfile... no
    apr: checking for sendfile... yes
    apr: checking for send_file... no
    apr: checking for sendfilev... no
    apr: checking for utime... yes
    apr: checking for utimes... yes
    apr: checking for sigaction... yes
    apr: checking whether sys_siglist is declared... yes
    apr: checking for fork... yes
    apr: checking for inet_addr... yes
    apr: checking for inet_network... yes
    apr: checking for _getch... no
    apr: checking for strerror_r... yes
    apr: checking for type of return code from strerror_r... pointer
    apr: checking for crypt_r... yes
    apr: checking style of crypt_r... struct_crypt_data
    apr: checking for mmap... (cached) yes
    apr: checking for memmove... yes
    apr: checking for getpass... yes
    apr: checking for getpassphrase... no
    apr: checking for gmtime_r... yes
    apr: checking for localtime_r... yes
    apr: checking for hstrerror... yes
    apr: checking for mkstemp... yes
    apr: checking whether sigwait takes one argument... no
    apr: checking for inode member of struct dirent... d_fileno
    apr: checking for file type member of struct dirent... d_type
    apr: checking for ANSI C header files... (cached) yes
    apr: checking alloca.h usability... yes
    apr: checking alloca.h presence... yes
    apr: checking for alloca.h... yes
    apr: checking ByteOrder.h usability... no
    apr: checking ByteOrder.h presence... no
    apr: checking for ByteOrder.h... no
    apr: checking conio.h usability... no
    apr: checking conio.h presence... no
    apr: checking for conio.h... no
    apr: checking crypt.h usability... yes
    apr: checking crypt.h presence... yes
    apr: checking for crypt.h... yes
    apr: checking ctype.h usability... yes
    apr: checking ctype.h presence... yes
    apr: checking for ctype.h... yes
    apr: checking dir.h usability... no
    apr: checking dir.h presence... no
    apr: checking for dir.h... no
    apr: checking dirent.h usability... yes
    apr: checking dirent.h presence... yes
    apr: checking for dirent.h... yes
    apr: checking dl.h usability... no
    apr: checking dl.h presence... no
    apr: checking for dl.h... no
    apr: checking for dlfcn.h... (cached) yes
    apr: checking errno.h usability... yes
    apr: checking errno.h presence... yes
    apr: checking for errno.h... yes
    apr: checking fcntl.h usability... yes
    apr: checking fcntl.h presence... yes
    apr: checking for fcntl.h... yes
    apr: checking grp.h usability... yes
    apr: checking grp.h presence... yes
    apr: checking for grp.h... yes
    apr: checking io.h usability... no
    apr: checking io.h presence... no
    apr: checking for io.h... no
    apr: checking limits.h usability... yes
    apr: checking limits.h presence... yes
    apr: checking for limits.h... yes
    apr: checking mach-o/dyld.h usability... no
    apr: checking mach-o/dyld.h presence... no
    apr: checking for mach-o/dyld.h... no
    apr: checking malloc.h usability... yes
    apr: checking malloc.h presence... yes
    apr: checking for malloc.h... yes
    apr: checking for memory.h... (cached) yes
    apr: checking netdb.h usability... yes
    apr: checking netdb.h presence... yes
    apr: checking for netdb.h... yes
    apr: checking osreldate.h usability... no
    apr: checking osreldate.h presence... no
    apr: checking for osreldate.h... no
    apr: checking poll.h usability... yes
    apr: checking poll.h presence... yes
    apr: checking for poll.h... yes
    apr: checking process.h usability... no
    apr: checking process.h presence... no
    apr: checking for process.h... no
    apr: checking pwd.h usability... yes
    apr: checking pwd.h presence... yes
    apr: checking for pwd.h... yes
    apr: checking semaphore.h usability... yes
    apr: checking semaphore.h presence... yes
    apr: checking for semaphore.h... yes
    apr: checking signal.h usability... yes
    apr: checking signal.h presence... yes
    apr: checking for signal.h... yes
    apr: checking stdarg.h usability... yes
    apr: checking stdarg.h presence... yes
    apr: checking for stdarg.h... yes
    apr: checking stddef.h usability... yes
    apr: checking stddef.h presence... yes
    apr: checking for stddef.h... yes
    apr: checking stdio.h usability... yes
    apr: checking stdio.h presence... yes
    apr: checking for stdio.h... yes
    apr: checking for stdlib.h... (cached) yes
    apr: checking for string.h... (cached) yes
    apr: checking for strings.h... (cached) yes
    apr: checking sysapi.h usability... no
    apr: checking sysapi.h presence... no
    apr: checking for sysapi.h... no
    apr: checking sysgtime.h usability... no
    apr: checking sysgtime.h presence... no
    apr: checking for sysgtime.h... no
    apr: checking termios.h usability... yes
    apr: checking termios.h presence... yes
    apr: checking for termios.h... yes
    apr: checking time.h usability... yes
    apr: checking time.h presence... yes
    apr: checking for time.h... yes
    apr: checking tpfeq.h usability... no
    apr: checking tpfeq.h presence... no
    apr: checking for tpfeq.h... no
    apr: checking tpfio.h usability... no
    apr: checking tpfio.h presence... no
    apr: checking for tpfio.h... no
    apr: checking for unistd.h... (cached) yes
    apr: checking unix.h usability... no
    apr: checking unix.h presence... no
    apr: checking for unix.h... no
    apr: checking arpa/inet.h usability... yes
    apr: checking arpa/inet.h presence... yes
    apr: checking for arpa/inet.h... yes
    apr: checking for kernel/OS.h... (cached) no
    apr: checking net/errno.h usability... no
    apr: checking net/errno.h presence... no
    apr: checking for net/errno.h... no
    apr: checking netinet/in.h usability... yes
    apr: checking netinet/in.h presence... yes
    apr: checking for netinet/in.h... yes
    apr: checking netinet/sctp.h usability... no
    apr: checking netinet/sctp.h presence... no
    apr: checking for netinet/sctp.h... no
    apr: checking netinet/sctp_uio.h usability... no
    apr: checking netinet/sctp_uio.h presence... no
    apr: checking for netinet/sctp_uio.h... no
    apr: checking for sys/file.h... (cached) yes
    apr: checking sys/ioctl.h usability... yes
    apr: checking sys/ioctl.h presence... yes
    apr: checking for sys/ioctl.h... yes
    apr: checking for sys/mman.h... (cached) yes
    apr: checking sys/poll.h usability... yes
    apr: checking sys/poll.h presence... yes
    apr: checking for sys/poll.h... yes
    apr: checking sys/resource.h usability... yes
    apr: checking sys/resource.h presence... yes
    apr: checking for sys/resource.h... yes
    apr: checking sys/select.h usability... yes
    apr: checking sys/select.h presence... yes
    apr: checking for sys/select.h... yes
    apr: checking sys/sem.h usability... yes
    apr: checking sys/sem.h presence... yes
    apr: checking for sys/sem.h... yes
    apr: checking sys/sendfile.h usability... yes
    apr: checking sys/sendfile.h presence... yes
    apr: checking for sys/sendfile.h... yes
    apr: checking sys/signal.h usability... yes
    apr: checking sys/signal.h presence... yes
    apr: checking for sys/signal.h... yes
    apr: checking sys/socket.h usability... yes
    apr: checking sys/socket.h presence... yes
    apr: checking for sys/socket.h... yes
    apr: checking sys/sockio.h usability... no
    apr: checking sys/sockio.h presence... no
    apr: checking for sys/sockio.h... no
    apr: checking for sys/stat.h... (cached) yes
    apr: checking sys/sysctl.h usability... yes
    apr: checking sys/sysctl.h presence... yes
    apr: checking for sys/sysctl.h... yes
    apr: checking sys/syslimits.h usability... no
    apr: checking sys/syslimits.h presence... no
    apr: checking for sys/syslimits.h... no
    apr: checking sys/time.h usability... yes
    apr: checking sys/time.h presence... yes
    apr: checking for sys/time.h... yes
    apr: checking for sys/types.h... (cached) yes
    apr: checking sys/uio.h usability... yes
    apr: checking sys/uio.h presence... yes
    apr: checking for sys/uio.h... yes
    apr: checking sys/un.h usability... yes
    apr: checking sys/un.h presence... yes
    apr: checking for sys/un.h... yes
    apr: checking sys/wait.h usability... yes
    apr: checking sys/wait.h presence... yes
    apr: checking for sys/wait.h... yes
    apr: checking for netinet/tcp.h... yes
    apr: checking for h_errno in netdb.h... yes
    apr: checking for off_t... yes
    apr: checking for pid_t... yes
    apr: checking for size_t... yes
    apr: checking for uid_t in sys/types.h... yes
    apr: checking for ssize_t... yes
    apr: checking for inline... inline
    apr: checking for an ANSI C-conforming const... yes
    apr: checking for size_t... (cached) yes
    apr: checking whether setpgrp takes no argument... yes
    apr: checking for socklen_t... yes
    apr: checking whether system defines INADDR_NONE... yes
    apr: checking for void*... yes
    apr: checking size of void*... 4
    apr: checking for char... yes
    apr: checking size of char... 1
    apr: checking for int... yes
    apr: checking size of int... 4
    apr: checking for long... yes
    apr: checking size of long... 4
    apr: checking for short... yes
    apr: checking size of short... 2
    apr: checking for long double... yes
    apr: checking size of long double... 12
    apr: checking for long long... yes
    apr: checking size of long long... 8
    apr: checking for INT64_C... yes
    apr: checking size of ssize_t... 4
    apr: checking size of size_t... 4
    apr: checking size of off_t... 4
    apr: checking which type to use for apr_off_t... long
    apr: checking size of pid_t... 4
    apr: checking for strnicmp... no
    apr: checking for strncasecmp... yes
    apr: checking for stricmp... (cached) no
    apr: checking for strcasecmp... (cached) yes
    apr: checking for strdup... yes
    apr: checking for strstr... yes
    apr: checking for memchr... yes
    apr: checking for strtoll... yes
    apr: Checking for DSO...
    apr: checking for NSLinkModule... no
    apr: checking for shl_load in -ldld... no
    apr: checking for dlopen... no
    apr: checking for dlopen in -ldl... yes
    apr: adding "-ldl" to LIBS
    apr: checking for dlsym... yes
    apr: Checking for Processes...
    apr: checking for waitpid... yes
    apr: checking for Variable Length Arrays... yes
    apr: checking struct rlimit... yes
    apr: Checking for Locking...
    apr: checking for semget... yes
    apr: checking for semctl... yes
    apr: checking for flock... yes
    apr: checking for semaphore.h... (cached) yes
    apr: checking for sem_close... yes
    apr: checking for sem_unlink... yes
    apr: checking for sem_post... yes
    apr: checking for sem_wait... yes
    apr: checking for working sem_open... yes
    apr: checking for union semun in sys/sem.h... no
    apr: checking for LOCK_EX in sys/file.h... yes
    apr: checking for F_SETLK in fcntl.h... yes
    apr: checking for SEM_UNDO in sys/sem.h... yes
    apr: checking for POLLIN in poll.h sys/poll.h... yes
    apr: checking for PTHREAD_PROCESS_SHARED in pthread.h... yes
    apr: checking for pthread_mutexattr_setpshared... yes
    apr: checking for working PROCESS_SHARED locks... yes
    apr: checking for robust cross-process mutex support... no
    apr: decision on apr_lock implementation method... SysV IPC semget()
    apr: checking if all interprocess locks affect threads... no
    apr: checking if POSIX sems affect threads in the same process... no
    apr: checking if SysV sems affect threads in the same process... no
    apr: checking if fcntl locks affect threads in the same process... no
    apr: checking if flock locks affect threads in the same process... no
    apr: checking for entropy source... /dev/random
    apr: Checking for Time Support...
    apr: checking for tm_gmtoff in struct tm... yes
    apr: Checking for Networking support...
    apr: checking for in_addr in netinet/in.h... yes
    apr: checking if fd == socket on this platform... yes
    apr: checking style of gethostbyname_r routine... glibc2
    apr: checking 3rd argument to the gethostbyname_r routines... char
    apr: checking if TCP_NODELAY setting is inherited from listening sockets... 
yes
    apr: checking if O_NONBLOCK setting is inherited from listening sockets... 
no
    apr: checking for TCP_CORK in netinet/tcp.h... yes
    apr: checking for TCP_NOPUSH in netinet/tcp.h... no
    apr: checking for SO_ACCEPTFILTER in sys/socket.h... no
    apr: checking whether SCTP is supported... no
    apr: checking for set_h_errno... no
    apr: checking for presence of retrans/retry fields in res_state/resolv.h ... 
yes
    apr: Checking for IPv6 Networking support...
    apr: checking for library containing getaddrinfo... none required
    apr: checking for library containing gai_strerror... none required
    apr: checking for library containing getnameinfo... none required
    apr: checking for gai_strerror... yes
    apr: checking for working getaddrinfo... yes
    apr: checking for negative error codes for getaddrinfo... yes
    apr: checking for working getnameinfo... yes
    apr: checking for sockaddr_in6... yes
    apr: checking if APR supports IPv6... yes
    apr: checking langinfo.h usability... yes
    apr: checking langinfo.h presence... yes
    apr: checking for langinfo.h... yes
    apr: checking for nl_langinfo... yes
    apr: checking for usable fstat64... yes
    apr: Restore user-defined environment settings...
    apr: restoring CPPFLAGS to ""
    apr: setting EXTRA_CPPFLAGS to "-DLINUX=2 -D_REENTRANT -D_GNU_SOURCE"
    apr: restoring CFLAGS to ""
    apr: setting EXTRA_CFLAGS to "-g -O2 -pthread"
    apr: restoring LDFLAGS to ""
    apr: setting EXTRA_LDFLAGS to ""
    apr: restoring LIBS to ""
    apr: setting EXTRA_LIBS to "-lrt -lm -lcrypt -lnsl  -lpthread -ldl"
    apr: restoring INCLUDES to ""
    apr: setting EXTRA_INCLUDES to ""
    apr: Construct Makefiles and header files.
    apr: configure: creating ./config.status
    apr: config.status: creating Makefile
    apr: config.status: creating strings/Makefile
    apr: config.status: creating passwd/Makefile
    apr: config.status: creating tables/Makefile
    apr: config.status: creating build/Makefile
    apr: config.status: creating file_io/unix/Makefile
    apr: config.status: creating network_io/unix/Makefile
    apr: config.status: creating threadproc/unix/Makefile
    apr: config.status: creating misc/unix/Makefile
    apr: config.status: creating locks/unix/Makefile
    apr: config.status: creating time/unix/Makefile
    apr: config.status: creating mmap/unix/Makefile
    apr: config.status: creating shmem/unix/Makefile
    apr: config.status: creating user/unix/Makefile
    apr: config.status: creating memory/unix/Makefile
    apr: config.status: creating atomic/unix/Makefile
    apr: config.status: creating poll/unix/Makefile
    apr: config.status: creating support/unix/Makefile
    apr: config.status: creating dso/unix/Makefile
    apr: config.status: creating test/Makefile
    apr: config.status: creating test/internal/Makefile
    apr: config.status: creating include/apr.h
    apr: config.status: creating build/apr_rules.mk
    apr: config.status: creating build/pkg/pkginfo
    apr: config.status: creating apr-config
    apr: config.status: creating include/arch/unix/apr_private.h
    apr: config.status: executing default commands
  execution of "/bin/sh ./configure --prefix=/tmp/tc/jakarta-tomcat-connectors-
jk2-2.0.4-src/jk/native2/apr-0.9.16 --with-installbuilddir=/tmp/tc/jakarta-
tomcat-connectors-jk2-2.0.4-src/jk/native2/apr-0.9.16/instbuild --disable-shared 
"
  returned with value "0"
apr configure ok
checking for apr APR_LIBNAME... libapr-0.la
configuring apr-util...
  invoking "/bin/sh ./configure --prefix=/tmp/tc/jakarta-tomcat-connectors-jk2-2.
0.4-src/jk/native2/apr-util-0.9.15 --with-apr=/tmp/tc/jakarta-tomcat-connectors-
jk2-2.0.4-src/jk/native2/apr-0.9.16"
  in directory "/tmp/tc/jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2/apr-
util-0.9.15"
    apr-util: checking build system type... i686-pc-linux-gnu
    apr-util: checking host system type... i686-pc-linux-gnu
    apr-util: checking target system type... i686-pc-linux-gnu
    apr-util: checking for working mkdir -p... yes
    apr-util: APR-util Version: 0.9.15
    apr-util: checking for chosen layout... apr-util
    apr-util: Applying apr-util hints file rules for i686-pc-linux-gnu
    apr-util: checking for APR... yes
    apr-util: setting CC to "gcc"
    apr-util: setting CPP to "gcc -E"
    apr-util: setting CFLAGS to " -g -O2 -pthread"
    apr-util: setting CPPFLAGS to " -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE"
    apr-util: checking for gcc... gcc
    apr-util: checking for C compiler default output file name... a.out
    apr-util: checking whether the C compiler works... yes
    apr-util: checking whether we are cross compiling... no
    apr-util: checking for suffix of executables...
    apr-util: checking for suffix of object files... o
    apr-util: checking whether we are using the GNU C compiler... yes
    apr-util: checking whether gcc accepts -g... yes
    apr-util: checking for gcc option to accept ANSI C... none needed
    apr-util: checking how to run the C preprocessor... gcc -E
    apr-util: checking for egrep... grep -E
    apr-util: checking for ANSI C header files... yes
    apr-util: checking for sys/types.h... yes
    apr-util: checking for sys/stat.h... yes
    apr-util: checking for stdlib.h... yes
    apr-util: checking for string.h... yes
    apr-util: checking for memory.h... yes
    apr-util: checking for strings.h... yes
    apr-util: checking for inttypes.h... yes
    apr-util: checking for stdint.h... yes
    apr-util: checking for unistd.h... yes
    apr-util: checking for ldap support...
    apr-util: checking for default DBM... sdbm (default)
    apr-util: checking for Expat in /usr... yes
    apr-util: setting APRUTIL_EXPORT_LIBS to "-lexpat"
    apr-util: setting APRUTIL_LDFLAGS to ""
    apr-util: setting APRUTIL_LIBS to "/usr/lib/libexpat.la"
    apr-util: checking iconv.h usability... yes
    apr-util: checking iconv.h presence... yes
    apr-util: checking for iconv.h... yes
    apr-util: checking for type of inbuf parameter to iconv... char **
    apr-util: checking for iconv.h... (cached) yes
    apr-util: checking langinfo.h usability... yes
    apr-util: checking langinfo.h presence... yes
    apr-util: checking for langinfo.h... yes
    apr-util: checking for nl_langinfo... yes
    apr-util: checking for CODESET in langinfo.h... yes
    apr-util: checking for library containing crypt... -lcrypt
    apr-util: checking if system crypt() function is threadsafe... no
    apr-util: checking for crypt_r... yes
    apr-util: checking style of crypt_r... struct_crypt_data
    apr-util: adding "/tmp/tc/jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2
/apr-0.9.16/libapr-0.la" to APRUTIL_LIBS
    apr-util: adding "-lrt" to APRUTIL_LIBS
    apr-util: adding "-lm" to APRUTIL_LIBS
    apr-util: adding "-lcrypt" to APRUTIL_LIBS
    apr-util: adding "-lnsl" to APRUTIL_LIBS
    apr-util: adding "-lpthread" to APRUTIL_LIBS
    apr-util: adding "-ldl" to APRUTIL_LIBS
    apr-util: configure: creating ./config.status
    apr-util: config.status: creating export_vars.sh
    apr-util: config.status: creating apu-config
    apr-util: config.status: creating build/pkg/pkginfo
    apr-util: config.status: creating include/private/apu_select_dbm.h
    apr-util: config.status: creating include/apr_ldap.h
    apr-util: config.status: creating include/apu.h
    apr-util: config.status: creating include/apu_want.h
    apr-util: config.status: creating Makefile
    apr-util: config.status: creating buckets/Makefile
    apr-util: config.status: creating crypto/Makefile
    apr-util: config.status: creating dbm/Makefile
    apr-util: config.status: creating dbm/sdbm/Makefile
    apr-util: config.status: creating encoding/Makefile
    apr-util: config.status: creating hooks/Makefile
    apr-util: config.status: creating ldap/Makefile
    apr-util: config.status: creating uri/Makefile
    apr-util: config.status: creating xml/Makefile
    apr-util: config.status: creating misc/Makefile
    apr-util: config.status: creating strmatch/Makefile
    apr-util: config.status: creating xlate/Makefile
    apr-util: config.status: creating test/Makefile
    apr-util: config.status: creating include/private/apu_config.h
    apr-util: config.status: executing default commands
  execution of "/bin/sh ./configure --prefix=/tmp/tc/jakarta-tomcat-connectors-
jk2-2.0.4-src/jk/native2/apr-util-0.9.15 --with-apr=/tmp/tc/jakarta-tomcat-
connectors-jk2-2.0.4-src/jk/native2/apr-0.9.16"
  returned with value "0"
apr-util configure ok
checking for apr-util APR_UTIL_LIBNAME... libaprutil-0.la
configure: creating ./config.status
config.status: creating Makefile
config.status: creating server/apache13/Makefile
config.status: creating server/apache13/Makefile.apxs
config.status: creating server/apache2/Makefile
config.status: creating server/apache2/Makefile.apxs
config.status: creating ../build.properties
config.status: creating scripts/build/unix/dummy
config.status: executing depfiles commands
[root@tripical native2]# 
  • 問題なくconfigureできた模様.
  • makeする.
[root@tripical native2]# make
( cd jk2-2.0.4jk/native2/apr-0.9.16 && make && cd jk2-2.0.4jk/native2/apr-util-0.
9.15 && make )
make[1]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16'
Making all in strings
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/strings'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/strings'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../include 
-I../include/arch/unix  -c apr_cpystrn.c && touch apr_cpystrn.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../include 
-I../include/arch/unix  -c apr_snprintf.c && touch apr_snprintf.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../include 
-I../include/arch/unix  -c apr_strnatcmp.c && touch apr_strnatcmp.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../include 
-I../include/arch/unix  -c apr_strings.c && touch apr_strings.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../include 
-I../include/arch/unix  -c apr_fnmatch.c && touch apr_fnmatch.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../include 
-I../include/arch/unix  -c apr_strtok.c && touch apr_strtok.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/strings'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/strings'
Making all in passwd
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/passwd'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/passwd'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../include 
-I../include/arch/unix  -c apr_getpass.c && touch apr_getpass.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/passwd'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/passwd'
Making all in tables
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/tables'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/tables'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../include 
-I../include/arch/unix  -c apr_tables.c && touch apr_tables.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../include 
-I../include/arch/unix  -c apr_hash.c && touch apr_hash.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/tables'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/tables'
Making all in file_io/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/file_io/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/file_io/unix'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c copy.c && touch 
copy.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c dir.c && touch 
dir.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c fileacc.c && 
touch fileacc.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c filedup.c && 
touch filedup.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c filepath.c && 
touch filepath.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c filepath_util.c 
&& touch filepath_util.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c filestat.c && 
touch filestat.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c flock.c && touch 
flock.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c fullrw.c && 
touch fullrw.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c open.c && touch 
open.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c pipe.c && touch 
pipe.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c readwrite.c && 
touch readwrite.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c seek.c && touch 
seek.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c mktemp.c && 
touch mktemp.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c tempdir.c && 
touch tempdir.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/file_io/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/file_io/unix'
Making all in network_io/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/network_io/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/network_io/unix'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c sendrecv.c && 
touch sendrecv.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c sockets.c && 
touch sockets.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c sockopt.c && 
touch sockopt.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c sockaddr.c && 
touch sockaddr.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c inet_ntop.c && 
touch inet_ntop.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c inet_pton.c && 
touch inet_pton.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/network_io/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/network_io/unix'
Making all in threadproc/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/threadproc/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/threadproc/unix'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix  -c proc.c && touch proc.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix  -c procsup.c && touch procsup.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix  -c thread.c && touch thread.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix  -c threadpriv.c && touch threadpriv.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix  -c signals.c && touch signals.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/threadproc/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/threadproc/unix'
Making all in misc/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/misc/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/misc/unix'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c start.c && touch 
start.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c getopt.c && 
touch getopt.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c otherchild.c && 
touch otherchild.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c errorcodes.c && 
touch errorcodes.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c rand.c && touch 
rand.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c version.c && 
touch version.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c charset.c && 
touch charset.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c env.c && touch 
env.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/misc/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/misc/unix'
Making all in locks/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/locks/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/locks/unix'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch -I../../include/arch/unix  -c thread_mutex.c && 
touch thread_mutex.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch -I../../include/arch/unix  -c thread_rwlock.c && 
touch thread_rwlock.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch -I../../include/arch/unix  -c thread_cond.c && 
touch thread_cond.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch -I../../include/arch/unix  -c proc_mutex.c && touch 
proc_mutex.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch -I../../include/arch/unix  -c global_mutex.c && 
touch global_mutex.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/locks/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/locks/unix'
Making all in time/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/time/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/time/unix'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix  -c time.c && touch time.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix  -c timestr.c && touch timestr.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/time/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/time/unix'
Making all in mmap/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/mmap/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/mmap/unix'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix  -c mmap.c && touch mmap.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix  -c common.c && touch common.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/mmap/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/mmap/unix'
Making all in shmem/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/shmem/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/shmem/unix'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch -I../../include/arch/unix  -c shm.c && touch shm.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/shmem/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/shmem/unix'
Making all in user/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/user/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/user/unix'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix  -c userinfo.c && touch userinfo.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix  -c groupinfo.c && touch groupinfo.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/user/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/user/unix'
Making all in memory/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/memory/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/memory/unix'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix  -c apr_pools.c && touch apr_pools.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/memory/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/memory/unix'
Making all in atomic/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/atomic/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/atomic/unix'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix  -c apr_atomic.c && touch apr_atomic.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/atomic/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/atomic/unix'
Making all in poll/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/poll/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/poll/unix'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c poll.c && touch 
poll.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c pollacc.c && 
touch pollacc.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/poll/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/poll/unix'
Making all in support/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/support/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/support/unix'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch/unix -I../../include/arch/unix  -c waitio.c && 
touch waitio.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/support/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/support/unix'
Making all in dso/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/dso/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/dso/unix'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I../../
include -I../../include/arch -I../../include/arch/unix  -c dso.c && touch dso.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/dso/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/dso/unix'
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=link gcc -g -O2 -
pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I./include -I../
include -version-info 9:16:9 -o libapr-0.la -rpath jk2-2.0.4jk/native2/apr-0.9.1
6/lib strings/apr_cpystrn.lo strings/apr_fnmatch.lo strings/apr_snprintf.lo 
strings/apr_strings.lo strings/apr_strnatcmp.lo strings/apr_strtok.lo passwd/apr
_getpass.lo tables/apr_hash.lo tables/apr_tables.lo file_io/unix/copy.lo file_io
/unix/dir.lo file_io/unix/fileacc.lo file_io/unix/filedup.lo file_io/unix/
filepath.lo file_io/unix/filepath_util.lo file_io/unix/filestat.lo file_io/unix/
flock.lo file_io/unix/fullrw.lo file_io/unix/mktemp.lo file_io/unix/open.lo file
_io/unix/pipe.lo file_io/unix/readwrite.lo file_io/unix/seek.lo file_io/unix/
tempdir.lo network_io/unix/inet_ntop.lo network_io/unix/inet_pton.lo network_io/
unix/sendrecv.lo network_io/unix/sockaddr.lo network_io/unix/sockets.lo network_
io/unix/sockopt.lo threadproc/unix/proc.lo threadproc/unix/procsup.lo threadproc
/unix/signals.lo threadproc/unix/thread.lo threadproc/unix/threadpriv.lo misc/
unix/charset.lo misc/unix/env.lo misc/unix/errorcodes.lo misc/unix/getopt.lo 
misc/unix/otherchild.lo misc/unix/rand.lo misc/unix/start.lo misc/unix/version.
lo locks/unix/global_mutex.lo locks/unix/proc_mutex.lo locks/unix/thread_cond.lo 
locks/unix/thread_mutex.lo locks/unix/thread_rwlock.lo time/unix/time.lo time/
unix/timestr.lo mmap/unix/common.lo mmap/unix/mmap.lo shmem/unix/shm.lo user/
unix/groupinfo.lo user/unix/userinfo.lo memory/unix/apr_pools.lo atomic/unix/apr
_atomic.lo poll/unix/poll.lo poll/unix/pollacc.lo support/unix/waitio.lo dso/
unix/dso.lo -lrt -lm -lcrypt -lnsl -lpthread -ldl
gawk -f jk2-2.0.4jk/native2/apr-0.9.16/build/make_var_export.awk jk2-2.0.4jk/
native2/apr-0.9.16/include/*.h > export_vars.c
gawk -f jk2-2.0.4jk/native2/apr-0.9.16/build/make_exports.awk jk2-2.0.4jk/native
2/apr-0.9.16/include/*.h > exports.c
gcc -E -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I../
include  exports.c | grep "ap_hack_" | sed -e 's/^.*[)]¥(.*¥);$/¥1/' >> apr.exp
gcc -E -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I../
include  export_vars.c | sed -e 's/^¥#[^!]*//' | sed -e '/^$/d' >> apr.exp
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16'
make[1]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16'
make[1]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15'
Making all in buckets
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/buckets'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/buckets'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include     -c apr_buckets_file.c && 
touch apr_buckets_file.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include     -c apr_buckets_pool.c && 
touch apr_buckets_pool.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include     -c apr_buckets_flush.c && 
touch apr_buckets_flush.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include     -c apr_buckets_refcount.c 
&& touch apr_buckets_refcount.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include     -c apr_buckets_heap.c && 
touch apr_buckets_heap.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include     -c apr_buckets_simple.c &
& touch apr_buckets_simple.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include     -c apr_buckets.c && touch 
apr_buckets.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include     -c apr_buckets_mmap.c && 
touch apr_buckets_mmap.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include     -c apr_buckets_socket.c &
& touch apr_buckets_socket.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include     -c apr_buckets_eos.c && 
touch apr_buckets_eos.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include     -c apr_buckets_pipe.c && 
touch apr_buckets_pipe.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include     -c apr_brigade.c && touch 
apr_brigade.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include     -c apr_buckets_alloc.c && 
touch apr_buckets_alloc.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/buckets'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/buckets'
Making all in crypto
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/crypto'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/crypto'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c apr_sha1.c && touch apr
_sha1.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c apr_md4.c && touch apr_
md4.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c apr_md5.c && touch apr_
md5.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c uuid.c && touch uuid.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c getuuid.c && touch 
getuuid.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/crypto'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/crypto'
Making all in dbm
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/dbm'
Making all in sdbm
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/dbm/sdbm'
make[4]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/dbm/sdbm'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c sdbm.c && touch sdbm.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c sdbm_hash.c && touch 
sdbm_hash.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c sdbm_lock.c && touch 
sdbm_lock.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c sdbm_pair.c && touch 
sdbm_pair.lo
make[4]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/dbm/sdbm'
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/dbm/sdbm'
Making all in .
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/dbm'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c apr_dbm.c && touch apr_
dbm.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c apr_dbm_berkeleydb.c && 
touch apr_dbm_berkeleydb.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c apr_dbm_gdbm.c && touch 
apr_dbm_gdbm.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c apr_dbm_sdbm.c && touch 
apr_dbm_sdbm.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c apr_dbm_ndbm.c && touch 
apr_dbm_ndbm.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/dbm'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/dbm'
Making all in encoding
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/encoding'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/encoding'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c apr_base64.c && touch 
apr_base64.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/encoding'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/encoding'
Making all in hooks
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/hooks'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/hooks'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c apr_hooks.c && touch 
apr_hooks.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/hooks'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/hooks'
Making all in ldap
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/ldap'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/ldap'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c apr_ldap_compat.c && 
touch apr_ldap_compat.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c apr_ldap_url.c && touch 
apr_ldap_url.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/ldap'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/ldap'
Making all in uri
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/uri'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/uri'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include   -I.  -c gen_uri_delims.c && 
touch gen_uri_delims.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=link  gcc -g -O2 
-pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4jk/
native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include/
private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include   -I.  -version-info 9:16:9    
-o gen_uri_delims  gen_uri_delims.lo -lrt -lm -lcrypt -lnsl  -lpthread -ldl
libtool: link: warning: `-version-info' is ignored for programs
./gen_uri_delims > uri_delims.h
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include   -I.  -c apr_uri.c && touch 
apr_uri.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/uri'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/uri'
Making all in xml
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/xml'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/xml'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c apr_xml.c && touch apr_
xml.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/xml'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/xml'
Making all in misc
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/misc'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/misc'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c apr_date.c && touch apr
_date.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c apr_rmm.c && touch apr_
rmm.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c apr_reslist.c && touch 
apr_reslist.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c apr_queue.c && touch 
apr_queue.lo
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c apu_version.c && touch 
apu_version.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/misc'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/misc'
Making all in strmatch
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/strmatch'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/strmatch'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c apr_strmatch.c && touch 
apr_strmatch.lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/strmatch'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/strmatch'
Making all in xlate
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/xlate'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/xlate'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=compile gcc -g -O
2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4
jk/native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include
/private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    -c xlate.c && touch xlate.
lo
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/xlate'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/xlate'
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15'
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --silent --mode=link gcc -g -O2 -
pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Ijk2-2.0.4jk/
native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include/
private -Ijk2-2.0.4jk/native2/apr-0.9.16/include -version-info 9:16:9 -o 
libaprutil-0.la -rpath jk2-2.0.4jk/native2/apr-util-0.9.15/lib buckets/apr_
buckets_file.lo buckets/apr_buckets_pool.lo buckets/apr_buckets_flush.lo buckets
/apr_buckets_refcount.lo buckets/apr_buckets_heap.lo buckets/apr_buckets_simple.
lo buckets/apr_buckets.lo buckets/apr_buckets_mmap.lo buckets/apr_buckets_socket.
lo buckets/apr_buckets_eos.lo buckets/apr_buckets_pipe.lo buckets/apr_brigade.lo 
buckets/apr_buckets_alloc.lo crypto/apr_sha1.lo crypto/apr_md4.lo crypto/apr_md5.
lo crypto/uuid.lo crypto/getuuid.lo dbm/sdbm/sdbm.lo dbm/sdbm/sdbm_hash.lo dbm/
sdbm/sdbm_lock.lo dbm/sdbm/sdbm_pair.lo dbm/apr_dbm.lo dbm/apr_dbm_berkeleydb.lo 
dbm/apr_dbm_gdbm.lo dbm/apr_dbm_sdbm.lo dbm/apr_dbm_ndbm.lo encoding/apr_base64.
lo hooks/apr_hooks.lo ldap/apr_ldap_compat.lo ldap/apr_ldap_url.lo uri/apr_uri.
lo xml/apr_xml.lo misc/apr_date.lo misc/apr_rmm.lo misc/apr_reslist.lo misc/apr_
queue.lo misc/apu_version.lo strmatch/apr_strmatch.lo xlate/xlate.lo
gawk -f jk2-2.0.4jk/native2/apr-0.9.16/build/make_exports.awk jk2-2.0.4jk/native
2/apr-util-0.9.15/include/*.h > exports.c
gawk -f jk2-2.0.4jk/native2/apr-0.9.16/build/make_var_export.awk jk2-2.0.4jk/
native2/apr-util-0.9.15/include/*.h > export_vars.h
gcc -E -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4jk/
native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include/
private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    exports.c | grep "ap_hack_" 
| sed -e 's/^.*[)]¥(.*¥);$/¥1/' >> aprutil.exp
gcc -E -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -Ijk2-2.0.4jk/
native2/apr-util-0.9.15/include -Ijk2-2.0.4jk/native2/apr-util-0.9.15/include/
private  -Ijk2-2.0.4jk/native2/apr-0.9.16/include    export_vars.h | sed -e 's/^
¥#[^!]*//' | sed -e '/^$/d' >> aprutil.exp
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15'
make[1]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15'
( cd jk2-2.0.4jk/native2/apr-0.9.16 && make install && cd jk2-2.0.4jk/native2/
apr-util-0.9.15 && make install )
make[1]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16'
sed 's,^¥(location=¥).*$,¥1installed,' < apr-config > apr-config.out
sed 's,^¥(apr_build.*=¥).*$,¥1jk2-2.0.4jk/native2/apr-0.9.16/instbuild,' < build
/apr_rules.mk > build/apr_rules.out
Making all in strings
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/strings'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/strings'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/strings'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/strings'
Making all in passwd
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/passwd'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/passwd'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/passwd'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/passwd'
Making all in tables
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/tables'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/tables'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/tables'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/tables'
Making all in file_io/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/file_io/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/file_io/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/file_io/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/file_io/unix'
Making all in network_io/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/network_io/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/network_io/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/network_io/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/network_io/unix'
Making all in threadproc/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/threadproc/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/threadproc/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/threadproc/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/threadproc/unix'
Making all in misc/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/misc/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/misc/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/misc/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/misc/unix'
Making all in locks/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/locks/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/locks/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/locks/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/locks/unix'
Making all in time/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/time/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/time/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/time/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/time/unix'
Making all in mmap/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/mmap/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/mmap/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/mmap/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/mmap/unix'
Making all in shmem/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/shmem/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/shmem/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/shmem/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/shmem/unix'
Making all in user/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/user/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/user/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/user/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/user/unix'
Making all in memory/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/memory/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/memory/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/memory/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/memory/unix'
Making all in atomic/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/atomic/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/atomic/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/atomic/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/atomic/unix'
Making all in poll/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/poll/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/poll/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/poll/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/poll/unix'
Making all in support/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/support/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/support/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/support/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/support/unix'
Making all in dso/unix
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/dso/unix'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16/dso/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/dso/unix'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16/dso/unix'
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-0.9.16'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16'
if [ ! -d jk2-2.0.4jk/native2/apr-0.9.16/include/apr-0 ]; then ¥
    jk2-2.0.4jk/native2/apr-0.9.16/build/mkdir.sh jk2-2.0.4jk/native2/apr-0.9.16
/include/apr-0; ¥
fi;
mkdir jk2-2.0.4jk/native2/apr-0.9.16/include/apr-0
cp -p jk2-2.0.4jk/native2/apr-0.9.16/include/*.h jk2-2.0.4jk/native2/apr-0.9.16/
include/apr-0;
if test -n "jk2-2.0.4jk/native2/apr-0.9.16"; then ¥
    cp -p jk2-2.0.4jk/native2/apr-0.9.16/include/*.h jk2-2.0.4jk/native2/apr-0.9.
16/include/apr-0; ¥
fi;
if [ ! -d jk2-2.0.4jk/native2/apr-0.9.16/lib ]; then ¥
    jk2-2.0.4jk/native2/apr-0.9.16/build/mkdir.sh jk2-2.0.4jk/native2/apr-0.9.16
/lib; ¥
fi;
mkdir jk2-2.0.4jk/native2/apr-0.9.16/lib
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --mode=install cp libapr-0.la jk2
-2.0.4jk/native2/apr-0.9.16/lib
cp .libs/libapr-0.lai jk2-2.0.4jk/native2/apr-0.9.16/lib/libapr-0.la
cp .libs/libapr-0.a jk2-2.0.4jk/native2/apr-0.9.16/lib/libapr-0.a
ranlib jk2-2.0.4jk/native2/apr-0.9.16/lib/libapr-0.a
chmod 644 jk2-2.0.4jk/native2/apr-0.9.16/lib/libapr-0.a
PATH="$PATH:/sbin" ldconfig -n jk2-2.0.4jk/native2/apr-0.9.16/lib
----------------------------------------------------------------------
Libraries have been installed in:
   jk2-2.0.4jk/native2/apr-0.9.16/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --mode=install cp apr.exp jk2-2.0.
4jk/native2/apr-0.9.16/lib
cp apr.exp jk2-2.0.4jk/native2/apr-0.9.16/lib/apr.exp
if [ ! -d jk2-2.0.4jk/native2/apr-0.9.16/instbuild ]; then ¥
        jk2-2.0.4jk/native2/apr-0.9.16/build/mkdir.sh jk2-2.0.4jk/native2/apr-0.
9.16/instbuild; ¥
fi; 
mkdir jk2-2.0.4jk/native2/apr-0.9.16/instbuild
if [ -f libtool ]; then ¥
        /bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --mode=install cp libtool 
jk2-2.0.4jk/native2/apr-0.9.16/instbuild; ¥
fi;
cp libtool jk2-2.0.4jk/native2/apr-0.9.16/instbuild/libtool
if [ -f shlibtool ]; then ¥
        /bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --mode=install cp 
shlibtool jk2-2.0.4jk/native2/apr-0.9.16/instbuild; ¥
fi;
for f in mkdir.sh make_exports.awk make_var_export.awk; do ¥
        cp jk2-2.0.4jk/native2/apr-0.9.16/build/${f} jk2-2.0.4jk/native2/apr-0.9.
16/instbuild; ¥
done
cp build/apr_rules.out jk2-2.0.4jk/native2/apr-0.9.16/instbuild/apr_rules.mk
if [ ! -d jk2-2.0.4jk/native2/apr-0.9.16/bin ]; then ¥
    jk2-2.0.4jk/native2/apr-0.9.16/build/mkdir.sh jk2-2.0.4jk/native2/apr-0.9.16
/bin; ¥
fi;
mkdir jk2-2.0.4jk/native2/apr-0.9.16/bin
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --mode=install cp apr-config.out 
jk2-2.0.4jk/native2/apr-0.9.16/bin/apr-config
cp apr-config.out jk2-2.0.4jk/native2/apr-0.9.16/bin/apr-config
chmod 755 jk2-2.0.4jk/native2/apr-0.9.16/bin/apr-config
make[1]: Leaving directory `jk2-2.0.4jk/native2/apr-0.9.16'
make[1]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15'
Making all in buckets
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/buckets'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/buckets'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/buckets'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/buckets'
Making all in crypto
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/crypto'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/crypto'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/crypto'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/crypto'
Making all in dbm
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/dbm'
Making all in sdbm
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/dbm/sdbm'
make[4]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/dbm/sdbm'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/dbm/sdbm'
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/dbm/sdbm'
Making all in .
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/dbm'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/dbm'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/dbm'
Making all in encoding
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/encoding'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/encoding'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/encoding'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/encoding'
Making all in hooks
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/hooks'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/hooks'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/hooks'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/hooks'
Making all in ldap
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/ldap'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/ldap'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/ldap'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/ldap'
Making all in uri
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/uri'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/uri'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/uri'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/uri'
Making all in xml
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/xml'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/xml'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/xml'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/xml'
Making all in misc
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/misc'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/misc'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/misc'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/misc'
Making all in strmatch
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/strmatch'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/strmatch'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/strmatch'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/strmatch'
Making all in xlate
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/xlate'
make[3]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15/xlate'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/xlate'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15/xlate'
make[2]: Entering directory `jk2-2.0.4jk/native2/apr-util-0.9.15'
make[2]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15'
sed 's,^¥(location=¥).*$,¥1installed,' < apu-config > apu-config.out
if [ ! -d jk2-2.0.4jk/native2/apr-util-0.9.15/include/apr-0 ]; then ¥
    jk2-2.0.4jk/native2/apr-0.9.16/build/mkdir.sh jk2-2.0.4jk/native2/apr-util-0.
9.15/include/apr-0; ¥
fi;
mkdir jk2-2.0.4jk/native2/apr-util-0.9.15/include/apr-0
cp -p jk2-2.0.4jk/native2/apr-util-0.9.15/include/*.h jk2-2.0.4jk/native2/apr-
util-0.9.15/include/apr-0
if [ -n "jk2-2.0.4jk/native2/apr-util-0.9.15" ]; then ¥
        cp -p jk2-2.0.4jk/native2/apr-util-0.9.15/include/*.h jk2-2.0.4jk/native
2/apr-util-0.9.15/include/apr-0; ¥
fi;
if [ ! -d jk2-2.0.4jk/native2/apr-util-0.9.15/lib ]; then ¥
    jk2-2.0.4jk/native2/apr-0.9.16/build/mkdir.sh jk2-2.0.4jk/native2/apr-util-0.
9.15/lib; ¥
fi;
mkdir jk2-2.0.4jk/native2/apr-util-0.9.15/lib
list=''; for i in $list; do ¥
        ( cd $i ; make DESTDIR= install ); ¥
done
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --mode=install cp libaprutil-0.la 
jk2-2.0.4jk/native2/apr-util-0.9.15/lib
cp .libs/libaprutil-0.lai jk2-2.0.4jk/native2/apr-util-0.9.15/lib/libaprutil-0.
la
cp .libs/libaprutil-0.a jk2-2.0.4jk/native2/apr-util-0.9.15/lib/libaprutil-0.a
ranlib jk2-2.0.4jk/native2/apr-util-0.9.15/lib/libaprutil-0.a
chmod 644 jk2-2.0.4jk/native2/apr-util-0.9.15/lib/libaprutil-0.a
PATH="$PATH:/sbin" ldconfig -n jk2-2.0.4jk/native2/apr-util-0.9.15/lib
----------------------------------------------------------------------
Libraries have been installed in:
   jk2-2.0.4jk/native2/apr-util-0.9.15/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --mode=install cp aprutil.exp jk2
-2.0.4jk/native2/apr-util-0.9.15/lib
cp aprutil.exp jk2-2.0.4jk/native2/apr-util-0.9.15/lib/aprutil.exp
if [ ! -d jk2-2.0.4jk/native2/apr-util-0.9.15/bin ]; then ¥
        jk2-2.0.4jk/native2/apr-0.9.16/build/mkdir.sh jk2-2.0.4jk/native2/apr-
util-0.9.15/bin; ¥
fi;
mkdir jk2-2.0.4jk/native2/apr-util-0.9.15/bin
/bin/sh jk2-2.0.4jk/native2/apr-0.9.16/libtool --mode=install cp apu-config.out 
jk2-2.0.4jk/native2/apr-util-0.9.15/bin/apu-config
cp apu-config.out jk2-2.0.4jk/native2/apr-util-0.9.15/bin/apu-config
chmod 755 jk2-2.0.4jk/native2/apr-util-0.9.15/bin/apu-config
make[1]: Leaving directory `jk2-2.0.4jk/native2/apr-util-0.9.15'
list=' server/apache13'; ¥
for i in $list; do ¥
        echo "Making $target in $i"; ¥
        if test "$i" != "."; then ¥
        (cd $i && make) || exit 1; ¥
fi; ¥
done;
Making  in server/apache13
make[1]: Entering directory `jk2-2.0.4jk/native2/server/apache13'
mkdir -p ../../../build/jk2/apache13/usr/local/apache/libexec
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
channel.c -o ../../../build/jk2/apache13/jk_channel.lo
mkdir ../../../build/jk2/apache13/.libs
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_channel.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_channel.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_channel.c -o ../../../build/jk2/apache13/jk_
channel.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
channel_apr_socket.c -o ../../../build/jk2/apache13/jk_channel_apr_socket.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_channel_apr_socket.c  -fPIC -DPIC -o ../../../
build/jk2/apache13/.libs/jk_channel_apr_socket.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_channel_apr_socket.c -o ../../../build/jk2/apache
13/jk_channel_apr_socket.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
channel_jni.c -o ../../../build/jk2/apache13/jk_channel_jni.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_channel_jni.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_channel_jni.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_channel_jni.c -o ../../../build/jk2/apache13/jk_
channel_jni.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
channel_un.c -o ../../../build/jk2/apache13/jk_channel_un.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_channel_un.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_channel_un.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_channel_un.c -o ../../../build/jk2/apache13/jk_
channel_un.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
config.c -o ../../../build/jk2/apache13/jk_config.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_config.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_config.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_config.c -o ../../../build/jk2/apache13/jk_config.
o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
config_file.c -o ../../../build/jk2/apache13/jk_config_file.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_config_file.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_config_file.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_config_file.c -o ../../../build/jk2/apache13/jk_
config_file.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
endpoint.c -o ../../../build/jk2/apache13/jk_endpoint.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_endpoint.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_endpoint.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_endpoint.c -o ../../../build/jk2/apache13/jk_
endpoint.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_env.
c -o ../../../build/jk2/apache13/jk_env.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_env.c  -fPIC -DPIC -o ../../../build/jk2/apache13
/.libs/jk_env.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_env.c -o ../../../build/jk2/apache13/jk_env.o >/
dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
handler_logon.c -o ../../../build/jk2/apache13/jk_handler_logon.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_handler_logon.c  -fPIC -DPIC -o ../../../build/jk
2/apache13/.libs/jk_handler_logon.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_handler_logon.c -o ../../../build/jk2/apache13/jk
_handler_logon.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
handler_response.c -o ../../../build/jk2/apache13/jk_handler_response.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_handler_response.c  -fPIC -DPIC -o ../../../build
/jk2/apache13/.libs/jk_handler_response.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_handler_response.c -o ../../../build/jk2/apache13
/jk_handler_response.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
logger_file.c -o ../../../build/jk2/apache13/jk_logger_file.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_logger_file.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_logger_file.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_logger_file.c -o ../../../build/jk2/apache13/jk_
logger_file.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
logger_win32.c -o ../../../build/jk2/apache13/jk_logger_win32.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_logger_win32.c  -fPIC -DPIC -o ../../../build/jk2
/apache13/.libs/jk_logger_win32.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_logger_win32.c -o ../../../build/jk2/apache13/jk_
logger_win32.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_map.
c -o ../../../build/jk2/apache13/jk_map.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_map.c  -fPIC -DPIC -o ../../../build/jk2/apache13
/.libs/jk_map.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_map.c -o ../../../build/jk2/apache13/jk_map.o >/
dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_md5.
c -o ../../../build/jk2/apache13/jk_md5.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_md5.c  -fPIC -DPIC -o ../../../build/jk2/apache13
/.libs/jk_md5.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_md5.c -o ../../../build/jk2/apache13/jk_md5.o >/
dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_msg
_ajp.c -o ../../../build/jk2/apache13/jk_msg_ajp.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_msg_ajp.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_msg_ajp.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_msg_ajp.c -o ../../../build/jk2/apache13/jk_msg_
ajp.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
mutex.c -o ../../../build/jk2/apache13/jk_mutex.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_mutex.c  -fPIC -DPIC -o ../../../build/jk2/apache
13/.libs/jk_mutex.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_mutex.c -o ../../../build/jk2/apache13/jk_mutex.o 
>/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
mutex_proc.c -o ../../../build/jk2/apache13/jk_mutex_proc.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_mutex_proc.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_mutex_proc.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_mutex_proc.c -o ../../../build/jk2/apache13/jk_
mutex_proc.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
mutex_thread.c -o ../../../build/jk2/apache13/jk_mutex_thread.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_mutex_thread.c  -fPIC -DPIC -o ../../../build/jk2
/apache13/.libs/jk_mutex_thread.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_mutex_thread.c -o ../../../build/jk2/apache13/jk_
mutex_thread.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
nwmain.c -o ../../../build/jk2/apache13/jk_nwmain.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_nwmain.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_nwmain.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_nwmain.c -o ../../../build/jk2/apache13/jk_nwmain.
o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
objCache.c -o ../../../build/jk2/apache13/jk_objCache.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_objCache.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_objCache.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_objCache.c -o ../../../build/jk2/apache13/jk_
objCache.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
pool_apr.c -o ../../../build/jk2/apache13/jk_pool_apr.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_pool_apr.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_pool_apr.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_pool_apr.c -o ../../../build/jk2/apache13/jk_pool
_apr.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
registry.c -o ../../../build/jk2/apache13/jk_registry.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_registry.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_registry.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_registry.c -o ../../../build/jk2/apache13/jk_
registry.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
requtil.c -o ../../../build/jk2/apache13/jk_requtil.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_requtil.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_requtil.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_requtil.c -o ../../../build/jk2/apache13/jk_
requtil.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_shm.
c -o ../../../build/jk2/apache13/jk_shm.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_shm.c  -fPIC -DPIC -o ../../../build/jk2/apache13
/.libs/jk_shm.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_shm.c -o ../../../build/jk2/apache13/jk_shm.o >/
dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
signal.c -o ../../../build/jk2/apache13/jk_signal.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_signal.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_signal.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_signal.c -o ../../../build/jk2/apache13/jk_signal.
o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
uriEnv.c -o ../../../build/jk2/apache13/jk_uriEnv.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_uriEnv.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_uriEnv.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_uriEnv.c -o ../../../build/jk2/apache13/jk_uriEnv.
o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
uriMap.c -o ../../../build/jk2/apache13/jk_uriMap.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_uriMap.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_uriMap.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_uriMap.c -o ../../../build/jk2/apache13/jk_uriMap.
o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
user.c -o ../../../build/jk2/apache13/jk_user.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_user.c  -fPIC -DPIC -o ../../../build/jk2/apache1
3/.libs/jk_user.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_user.c -o ../../../build/jk2/apache13/jk_user.o >
/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_vm_
default.c -o ../../../build/jk2/apache13/jk_vm_default.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_vm_default.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_vm_default.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_vm_default.c -o ../../../build/jk2/apache13/jk_vm
_default.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
workerEnv.c -o ../../../build/jk2/apache13/jk_workerEnv.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_workerEnv.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_workerEnv.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_workerEnv.c -o ../../../build/jk2/apache13/jk_
workerEnv.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
worker_ajp13.c -o ../../../build/jk2/apache13/jk_worker_ajp13.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_worker_ajp13.c  -fPIC -DPIC -o ../../../build/jk2
/apache13/.libs/jk_worker_ajp13.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_worker_ajp13.c -o ../../../build/jk2/apache13/jk_
worker_ajp13.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
worker_jni.c -o ../../../build/jk2/apache13/jk_worker_jni.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_worker_jni.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_worker_jni.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_worker_jni.c -o ../../../build/jk2/apache13/jk_
worker_jni.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
worker_lb.c -o ../../../build/jk2/apache13/jk_worker_lb.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_worker_lb.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_worker_lb.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_worker_lb.c -o ../../../build/jk2/apache13/jk_
worker_lb.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
worker_run.c -o ../../../build/jk2/apache13/jk_worker_run.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_worker_run.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_worker_run.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_worker_run.c -o ../../../build/jk2/apache13/jk_
worker_run.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../common/jk_
worker_status.c -o ../../../build/jk2/apache13/jk_worker_status.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_worker_status.c  -fPIC -DPIC -o ../../../build/jk
2/apache13/.libs/jk_worker_status.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../common/jk_worker_status.c -o ../../../build/jk2/apache13/jk
_worker_status.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../jni/jk_jni_
aprImpl.c -o ../../../build/jk2/apache13/jk_jni_aprImpl.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../jni/jk_jni_aprImpl.c  -fPIC -DPIC -o ../../../build/jk2/
apache13/.libs/jk_jni_aprImpl.o
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../jni/jk_jni_aprImpl.c -o ../../../build/jk2/apache13/jk_jni_
aprImpl.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../server/apache
13/jk_service_apache13.c -o ../../../build/jk2/apache13/jk_service_apache13.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../server/apache13/jk_service_apache13.c  -fPIC -DPIC -o ../..
/../build/jk2/apache13/.libs/jk_service_apache13.o
In file included from ../../server/apache13/jk_service_apache13.c:34:
../../include/jk_global.h:160:1: warning: "INLINE" redefined
In file included from /usr/local/apache/include/ap_config.h:74,
                 from /usr/local/apache/include/httpd.h:30,
                 from ../../server/apache13/jk_service_apache13.c:21:
/usr/local/apache/include/os.h:36:1: warning: this is the location of the 
previous definition
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../server/apache13/jk_service_apache13.c -o ../../../build/jk2
/apache13/jk_service_apache13.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/
include/gdbm -DUSE_HSREGEX       -I../../include -I/usr/local/apache/include   -
DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.0.4jk/native2/apr-0.9.16/include -I 
jk2-2.0.4jk/native2/apr-util-0.9.15/include -DHAVE_MMAP   -c ../../server/apache
13/mod_jk2.c -o ../../../build/jk2/apache13/mod_jk2.lo
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../server/apache13/mod_jk2.c  -fPIC -DPIC -o ../../../build/jk
2/apache13/.libs/mod_jk2.o
In file included from ../../server/apache13/mod_jk2.c:40:
../../include/jk_global.h:160:1: warning: "INLINE" redefined
In file included from /usr/local/apache/include/ap_config.h:74,
                 from /usr/local/apache/include/httpd.h:30,
                 from ../../server/apache13/mod_jk2.c:27:
/usr/local/apache/include/os.h:36:1: warning: this is the location of the 
previous definition
../../server/apache13/mod_jk2.c:655: warning: initialization from incompatible 
pointer type
 gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DUSE_HSREGEX -I../../
include -I/usr/local/apache/include -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -I jk2-2.
0.4jk/native2/apr-0.9.16/include -I jk2-2.0.4jk/native2/apr-util-0.9.15/include 
-DHAVE_MMAP -c ../../server/apache13/mod_jk2.c -o ../../../build/jk2/apache13/
mod_jk2.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=link gcc -avoid-version -module -rpath /usr/local/
apache/libexec     jk2-2.0.4jk/native2/apr-0.9.16/lib/libapr-0.la jk2-2.0.4jk/
native2/apr-util-0.9.15/lib/libaprutil-0.la `jk2-2.0.4jk/native2/apr-0.9.16/apr-
config --ldflags --libs` `jk2-2.0.4jk/native2/apr-util-0.9.15/apu-config --
ldflags --libs`   -o ../../../build/jk2/apache13/mod_jk2.la ../../../build/jk2/
apache13/jk_channel.lo ../../../build/jk2/apache13/jk_channel_apr_socket.lo ../..
/../build/jk2/apache13/jk_channel_jni.lo ../../../build/jk2/apache13/jk_channel_
un.lo ../../../build/jk2/apache13/jk_config.lo ../../../build/jk2/apache13/jk_
config_file.lo ../../../build/jk2/apache13/jk_endpoint.lo ../../../build/jk2/
apache13/jk_env.lo ../../../build/jk2/apache13/jk_handler_logon.lo ../../../
build/jk2/apache13/jk_handler_response.lo ../../../build/jk2/apache13/jk_logger_
file.lo ../../../build/jk2/apache13/jk_logger_win32.lo ../../../build/jk2/apache
13/jk_map.lo ../../../build/jk2/apache13/jk_md5.lo ../../../build/jk2/apache13/
jk_msg_ajp.lo ../../../build/jk2/apache13/jk_mutex.lo ../../../build/jk2/apache1
3/jk_mutex_proc.lo ../../../build/jk2/apache13/jk_mutex_thread.lo ../../../build
/jk2/apache13/jk_nwmain.lo ../../../build/jk2/apache13/jk_objCache.lo ../../../
build/jk2/apache13/jk_pool_apr.lo ../../../build/jk2/apache13/jk_registry.lo ../.
./../build/jk2/apache13/jk_requtil.lo ../../../build/jk2/apache13/jk_shm.lo ../..
/../build/jk2/apache13/jk_signal.lo ../../../build/jk2/apache13/jk_uriEnv.lo ../.
./../build/jk2/apache13/jk_uriMap.lo ../../../build/jk2/apache13/jk_user.lo ../..
/../build/jk2/apache13/jk_vm_default.lo ../../../build/jk2/apache13/jk_workerEnv.
lo ../../../build/jk2/apache13/jk_worker_ajp13.lo ../../../build/jk2/apache13/jk
_worker_jni.lo ../../../build/jk2/apache13/jk_worker_lb.lo ../../../build/jk2/
apache13/jk_worker_run.lo ../../../build/jk2/apache13/jk_worker_status.lo ../../.
./build/jk2/apache13/jk_jni_aprImpl.lo ../../../build/jk2/apache13/jk_service_
apache13.lo ../../../build/jk2/apache13/mod_jk2.lo jk2-2.0.4jk/native2/apr-0.9.1
6/lib/libapr-0.la jk2-2.0.4jk/native2/apr-util-0.9.15/lib/libaprutil-0.la `jk2-2.
0.4jk/native2/apr-0.9.16/apr-config --ldflags --libs` `jk2-2.0.4jk/native2/apr-
util-0.9.15/apu-config --ldflags --libs`
gcc -shared  ../../../build/jk2/apache13/.libs/jk_channel.o ../../../build/jk2/
apache13/.libs/jk_channel_apr_socket.o ../../../build/jk2/apache13/.libs/jk_
channel_jni.o ../../../build/jk2/apache13/.libs/jk_channel_un.o ../../../build/
jk2/apache13/.libs/jk_config.o ../../../build/jk2/apache13/.libs/jk_config_file.
o ../../../build/jk2/apache13/.libs/jk_endpoint.o ../../../build/jk2/apache13/.
libs/jk_env.o ../../../build/jk2/apache13/.libs/jk_handler_logon.o ../../../
build/jk2/apache13/.libs/jk_handler_response.o ../../../build/jk2/apache13/.libs
/jk_logger_file.o ../../../build/jk2/apache13/.libs/jk_logger_win32.o ../../../
build/jk2/apache13/.libs/jk_map.o ../../../build/jk2/apache13/.libs/jk_md5.o ../.
./../build/jk2/apache13/.libs/jk_msg_ajp.o ../../../build/jk2/apache13/.libs/jk_
mutex.o ../../../build/jk2/apache13/.libs/jk_mutex_proc.o ../../../build/jk2/
apache13/.libs/jk_mutex_thread.o ../../../build/jk2/apache13/.libs/jk_nwmain.o ..
/../../build/jk2/apache13/.libs/jk_objCache.o ../../../build/jk2/apache13/.libs/
jk_pool_apr.o ../../../build/jk2/apache13/.libs/jk_registry.o ../../../build/jk2
/apache13/.libs/jk_requtil.o ../../../build/jk2/apache13/.libs/jk_shm.o ../../..
/build/jk2/apache13/.libs/jk_signal.o ../../../build/jk2/apache13/.libs/jk_
uriEnv.o ../../../build/jk2/apache13/.libs/jk_uriMap.o ../../../build/jk2/apache
13/.libs/jk_user.o ../../../build/jk2/apache13/.libs/jk_vm_default.o ../../../
build/jk2/apache13/.libs/jk_workerEnv.o ../../../build/jk2/apache13/.libs/jk_
worker_ajp13.o ../../../build/jk2/apache13/.libs/jk_worker_jni.o ../../../build/
jk2/apache13/.libs/jk_worker_lb.o ../../../build/jk2/apache13/.libs/jk_worker_
run.o ../../../build/jk2/apache13/.libs/jk_worker_status.o ../../../build/jk2/
apache13/.libs/jk_jni_aprImpl.o ../../../build/jk2/apache13/.libs/jk_service_
apache13.o ../../../build/jk2/apache13/.libs/mod_jk2.o -Wl,--whole-archive jk2-2.
0.4jk/native2/apr-0.9.16/lib/libapr-0.a jk2-2.0.4jk/native2/apr-util-0.9.15/lib/
libaprutil-0.a -Wl,--no-whole-archive  -lrt -lm -lcrypt -lnsl -lpthread -ldl /
usr/lib/libexpat.so  -Wl,-soname -Wl,mod_jk2.so -o ../../../build/jk2/apache13/.
libs/mod_jk2.so
rm -fr ../../../build/jk2/apache13/.libs/mod_jk2.lax
mkdir ../../../build/jk2/apache13/.libs/mod_jk2.lax
rm -fr ../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a
mkdir ../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a
(cd ../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a && ar x jk2-2.0.4jk
/native2/apr-0.9.16/lib/libapr-0.a)
rm -fr ../../../build/jk2/apache13/.libs/mod_jk2.lax/libaprutil-0.a
mkdir ../../../build/jk2/apache13/.libs/mod_jk2.lax/libaprutil-0.a
(cd ../../../build/jk2/apache13/.libs/mod_jk2.lax/libaprutil-0.a && ar x jk2-2.0.
4jk/native2/apr-util-0.9.15/lib/libaprutil-0.a)
ar cru ../../../build/jk2/apache13/.libs/mod_jk2.a  ../../../build/jk2/apache13/
jk_channel.o ../../../build/jk2/apache13/jk_channel_apr_socket.o ../../../build/
jk2/apache13/jk_channel_jni.o ../../../build/jk2/apache13/jk_channel_un.o ../../.
./build/jk2/apache13/jk_config.o ../../../build/jk2/apache13/jk_config_file.o ..
/../../build/jk2/apache13/jk_endpoint.o ../../../build/jk2/apache13/jk_env.o ../.
./../build/jk2/apache13/jk_handler_logon.o ../../../build/jk2/apache13/jk_
handler_response.o ../../../build/jk2/apache13/jk_logger_file.o ../../../build/
jk2/apache13/jk_logger_win32.o ../../../build/jk2/apache13/jk_map.o ../../../
build/jk2/apache13/jk_md5.o ../../../build/jk2/apache13/jk_msg_ajp.o ../../../
build/jk2/apache13/jk_mutex.o ../../../build/jk2/apache13/jk_mutex_proc.o ../../.
./build/jk2/apache13/jk_mutex_thread.o ../../../build/jk2/apache13/jk_nwmain.o ..
/../../build/jk2/apache13/jk_objCache.o ../../../build/jk2/apache13/jk_pool_apr.
o ../../../build/jk2/apache13/jk_registry.o ../../../build/jk2/apache13/jk_
requtil.o ../../../build/jk2/apache13/jk_shm.o ../../../build/jk2/apache13/jk_
signal.o ../../../build/jk2/apache13/jk_uriEnv.o ../../../build/jk2/apache13/jk_
uriMap.o ../../../build/jk2/apache13/jk_user.o ../../../build/jk2/apache13/jk_vm
_default.o ../../../build/jk2/apache13/jk_workerEnv.o ../../../build/jk2/apache1
3/jk_worker_ajp13.o ../../../build/jk2/apache13/jk_worker_jni.o ../../../build/
jk2/apache13/jk_worker_lb.o ../../../build/jk2/apache13/jk_worker_run.o ../../..
/build/jk2/apache13/jk_worker_status.o ../../../build/jk2/apache13/jk_jni_
aprImpl.o ../../../build/jk2/apache13/jk_service_apache13.o ../../../build/jk2/
apache13/mod_jk2.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/apr_
cpystrn.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/apr_fnmatch.o 
../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/apr_snprintf.o ../../..
/build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/apr_strings.o ../../../build/jk
2/apache13/.libs/mod_jk2.lax/libapr-0.a/apr_strnatcmp.o ../../../build/jk2/
apache13/.libs/mod_jk2.lax/libapr-0.a/apr_strtok.o ../../../build/jk2/apache13/.
libs/mod_jk2.lax/libapr-0.a/apr_getpass.o ../../../build/jk2/apache13/.libs/mod_
jk2.lax/libapr-0.a/apr_hash.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libapr-0.a/apr_tables.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a
/copy.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/dir.o ../../../
build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/fileacc.o ../../../build/jk2/
apache13/.libs/mod_jk2.lax/libapr-0.a/filedup.o ../../../build/jk2/apache13/.
libs/mod_jk2.lax/libapr-0.a/filepath.o ../../../build/jk2/apache13/.libs/mod_jk2.
lax/libapr-0.a/filepath_util.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libapr-0.a/filestat.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/
flock.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/fullrw.o ../../.
./build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/mktemp.o ../../../build/jk2/
apache13/.libs/mod_jk2.lax/libapr-0.a/open.o ../../../build/jk2/apache13/.libs/
mod_jk2.lax/libapr-0.a/pipe.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libapr-0.a/readwrite.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/
seek.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/tempdir.o ../../.
./build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/inet_ntop.o ../../../build/jk2
/apache13/.libs/mod_jk2.lax/libapr-0.a/inet_pton.o ../../../build/jk2/apache13/.
libs/mod_jk2.lax/libapr-0.a/sendrecv.o ../../../build/jk2/apache13/.libs/mod_jk2.
lax/libapr-0.a/sockaddr.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.
a/sockets.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/sockopt.o ..
/../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/proc.o ../../../build/jk2
/apache13/.libs/mod_jk2.lax/libapr-0.a/procsup.o ../../../build/jk2/apache13/.
libs/mod_jk2.lax/libapr-0.a/signals.o ../../../build/jk2/apache13/.libs/mod_jk2.
lax/libapr-0.a/thread.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a
/threadpriv.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/charset.o 
../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/env.o ../../../build/jk
2/apache13/.libs/mod_jk2.lax/libapr-0.a/errorcodes.o ../../../build/jk2/apache13
/.libs/mod_jk2.lax/libapr-0.a/getopt.o ../../../build/jk2/apache13/.libs/mod_jk2.
lax/libapr-0.a/otherchild.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr
-0.a/rand.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/start.o ../.
./../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/version.o ../../../build/jk
2/apache13/.libs/mod_jk2.lax/libapr-0.a/global_mutex.o ../../../build/jk2/apache
13/.libs/mod_jk2.lax/libapr-0.a/proc_mutex.o ../../../build/jk2/apache13/.libs/
mod_jk2.lax/libapr-0.a/thread_cond.o ../../../build/jk2/apache13/.libs/mod_jk2.
lax/libapr-0.a/thread_mutex.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libapr-0.a/thread_rwlock.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-
0.a/time.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/timestr.o ..
/../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/common.o ../../../build/
jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/mmap.o ../../../build/jk2/apache13/.
libs/mod_jk2.lax/libapr-0.a/shm.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libapr-0.a/groupinfo.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/
userinfo.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/apr_pools.o .
./../../build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/apr_atomic.o ../../../
build/jk2/apache13/.libs/mod_jk2.lax/libapr-0.a/poll.o ../../../build/jk2/apache
13/.libs/mod_jk2.lax/libapr-0.a/pollacc.o ../../../build/jk2/apache13/.libs/mod_
jk2.lax/libapr-0.a/waitio.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libapr
-0.a/dso.o  ../../../build/jk2/apache13/.libs/mod_jk2.lax/libaprutil-0.a/apr_
buckets_file.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libaprutil-0.a/apr_
buckets_pool.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libaprutil-0.a/apr_
buckets_flush.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libaprutil-0.a/apr
_buckets_refcount.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libaprutil-0.a
/apr_buckets_heap.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libaprutil-0.a
/apr_buckets_simple.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libaprutil-0.
a/apr_buckets.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libaprutil-0.a/apr
_buckets_mmap.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libaprutil-0.a/apr
_buckets_socket.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libaprutil-0.a/
apr_buckets_eos.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libaprutil-0.a/
apr_buckets_pipe.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libaprutil-0.a/
apr_brigade.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libaprutil-0.a/apr_
buckets_alloc.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libaprutil-0.a/apr
_sha1.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/libaprutil-0.a/apr_md4.o ..
/../../build/jk2/apache13/.libs/mod_jk2.lax/libaprutil-0.a/apr_md5.o ../../../
build/jk2/apache13/.libs/mod_jk2.lax/libaprutil-0.a/uuid.o ../../../build/jk2/
apache13/.libs/mod_jk2.lax/libaprutil-0.a/getuuid.o ../../../build/jk2/apache13/.
libs/mod_jk2.lax/libaprutil-0.a/sdbm.o ../../../build/jk2/apache13/.libs/mod_jk2.
lax/libaprutil-0.a/sdbm_hash.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libaprutil-0.a/sdbm_lock.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libaprutil-0.a/sdbm_pair.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libaprutil-0.a/apr_dbm.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libaprutil-0.a/apr_dbm_berkeleydb.o ../../../build/jk2/apache13/.libs/mod_jk2.
lax/libaprutil-0.a/apr_dbm_gdbm.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libaprutil-0.a/apr_dbm_sdbm.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libaprutil-0.a/apr_dbm_ndbm.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libaprutil-0.a/apr_base64.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libaprutil-0.a/apr_hooks.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libaprutil-0.a/apr_ldap_compat.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libaprutil-0.a/apr_ldap_url.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libaprutil-0.a/apr_uri.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libaprutil-0.a/apr_xml.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libaprutil-0.a/apr_date.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libaprutil-0.a/apr_rmm.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libaprutil-0.a/apr_reslist.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libaprutil-0.a/apr_queue.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libaprutil-0.a/apu_version.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libaprutil-0.a/apr_strmatch.o ../../../build/jk2/apache13/.libs/mod_jk2.lax/
libaprutil-0.a/xlate.o 
ranlib ../../../build/jk2/apache13/.libs/mod_jk2.a
rm -fr ../../../build/jk2/apache13/.libs/mod_jk2.lax
creating ../../../build/jk2/apache13/mod_jk2.la
(cd ../../../build/jk2/apache13/.libs && rm -f mod_jk2.la && ln -s ../mod_jk2.la 
mod_jk2.la)
/bin/sh ../../libtool --mode=install /bin/cp ../../../build/jk2/apache13/mod_jk2.
la `pwd`/../../../build/jk2/apache13//usr/local/apache/libexec
/bin/cp ../../../build/jk2/apache13/.libs/mod_jk2.so jk2-2.0.4jk/native2/server/
apache13/../../../build/jk2/apache13//usr/local/apache/libexec/mod_jk2.so
/bin/cp ../../../build/jk2/apache13/.libs/mod_jk2.lai jk2-2.0.4jk/native2/server
/apache13/../../../build/jk2/apache13//usr/local/apache/libexec/mod_jk2.la
/bin/cp ../../../build/jk2/apache13/.libs/mod_jk2.a jk2-2.0.4jk/native2/server/
apache13/../../../build/jk2/apache13//usr/local/apache/libexec/mod_jk2.a
ranlib jk2-2.0.4jk/native2/server/apache13/../../../build/jk2/apache13//usr/
local/apache/libexec/mod_jk2.a
chmod 644 jk2-2.0.4jk/native2/server/apache13/../../../build/jk2/apache13//usr/
local/apache/libexec/mod_jk2.a
libtool: install: warning: remember to run `libtool --finish /usr/local/apache/
libexec'
/bin/cp ../../../build/jk2/apache13//usr/local/apache/libexec/mod_jk2.so ../../..
/build/jk2/apache13/mod_jk2.so
make[1]: Leaving directory `jk2-2.0.4jk/native2/server/apache13'
[root@tripical native2]# 
  • 「忘れずにやっとけ」と書かれているので,libtoolコマンドを実行しておく.
[root@tripical native2]# libtool --finish /usr/local/apache/libexec
PATH="$PATH:/sbin" ldconfig -n /usr/local/apache/libexec
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/apache/libexec

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
[root@tripical native2]# 
  • エラーがない事が確認でき,問題なくmakeできた模様.
  • 次に,インストール手順通りに,ディレクトリを移動する.
[root@tripical native2]# cd ../build/jk2/apache13
[root@tripical apache13]#
  • 何ができてるか確認する.
[root@tripical apache13]# ls -la
total 1168
drwxr-xr-x    4 root     root         4096 Nov  4 21:45 .
drwxr-xr-x    3 root     root         4096 Nov  4 21:44 ..
drwxr-xr-x    2 root     root         4096 Nov  4 21:45 .libs
-rw-r--r--    1 root     root          344 Nov  4 21:44 jk_channel.lo
-rw-r--r--    1 root     root         2124 Nov  4 21:44 jk_channel.o
-rw-r--r--    1 root     root          377 Nov  4 21:44 jk_channel_apr_socket.lo
-rw-r--r--    1 root     root         6976 Nov  4 21:44 jk_channel_apr_socket.o
-rw-r--r--    1 root     root          356 Nov  4 21:44 jk_channel_jni.lo
-rw-r--r--    1 root     root          726 Nov  4 21:44 jk_channel_jni.o
-rw-r--r--    1 root     root          353 Nov  4 21:44 jk_channel_un.lo
-rw-r--r--    1 root     root         6920 Nov  4 21:44 jk_channel_un.o
-rw-r--r--    1 root     root          341 Nov  4 21:44 jk_config.lo
-rw-r--r--    1 root     root         6900 Nov  4 21:44 jk_config.o
-rw-r--r--    1 root     root          356 Nov  4 21:44 jk_config_file.lo
-rw-r--r--    1 root     root         5628 Nov  4 21:44 jk_config_file.o
-rw-r--r--    1 root     root          347 Nov  4 21:44 jk_endpoint.lo
-rw-r--r--    1 root     root         2720 Nov  4 21:44 jk_endpoint.o
-rw-r--r--    1 root     root          332 Nov  4 21:44 jk_env.lo
-rw-r--r--    1 root     root         7060 Nov  4 21:44 jk_env.o
-rw-r--r--    1 root     root          362 Nov  4 21:44 jk_handler_logon.lo
-rw-r--r--    1 root     root         2560 Nov  4 21:44 jk_handler_logon.o
-rw-r--r--    1 root     root          371 Nov  4 21:44 jk_handler_response.lo
-rw-r--r--    1 root     root         3760 Nov  4 21:44 jk_handler_response.o
-rw-r--r--    1 root     root          356 Nov  4 21:45 jk_jni_aprImpl.lo
-rw-r--r--    1 root     root          666 Nov  4 21:45 jk_jni_aprImpl.o
-rw-r--r--    1 root     root          356 Nov  4 21:44 jk_logger_file.lo
-rw-r--r--    1 root     root         4208 Nov  4 21:44 jk_logger_file.o
-rw-r--r--    1 root     root          359 Nov  4 21:44 jk_logger_win32.lo
-rw-r--r--    1 root     root         1092 Nov  4 21:44 jk_logger_win32.o
-rw-r--r--    1 root     root          332 Nov  4 21:44 jk_map.lo
-rw-r--r--    1 root     root         4884 Nov  4 21:44 jk_map.o
-rw-r--r--    1 root     root          332 Nov  4 21:44 jk_md5.lo
-rw-r--r--    1 root     root         1236 Nov  4 21:44 jk_md5.o
-rw-r--r--    1 root     root          344 Nov  4 21:44 jk_msg_ajp.lo
-rw-r--r--    1 root     root         7072 Nov  4 21:44 jk_msg_ajp.o
-rw-r--r--    1 root     root          338 Nov  4 21:44 jk_mutex.lo
-rw-r--r--    1 root     root         1308 Nov  4 21:44 jk_mutex.o
-rw-r--r--    1 root     root          353 Nov  4 21:44 jk_mutex_proc.lo
-rw-r--r--    1 root     root         2012 Nov  4 21:44 jk_mutex_proc.o
-rw-r--r--    1 root     root          359 Nov  4 21:44 jk_mutex_thread.lo
-rw-r--r--    1 root     root         1720 Nov  4 21:44 jk_mutex_thread.o
-rw-r--r--    1 root     root          341 Nov  4 21:44 jk_nwmain.lo
-rw-r--r--    1 root     root          661 Nov  4 21:44 jk_nwmain.o
-rw-r--r--    1 root     root          347 Nov  4 21:44 jk_objCache.lo
-rw-r--r--    1 root     root         1804 Nov  4 21:44 jk_objCache.o
-rw-r--r--    1 root     root          347 Nov  4 21:44 jk_pool_apr.lo
-rw-r--r--    1 root     root         2252 Nov  4 21:44 jk_pool_apr.o
-rw-r--r--    1 root     root          347 Nov  4 21:44 jk_registry.lo
-rw-r--r--    1 root     root         3060 Nov  4 21:44 jk_registry.o
-rw-r--r--    1 root     root          344 Nov  4 21:44 jk_requtil.lo
-rw-r--r--    1 root     root        14104 Nov  4 21:44 jk_requtil.o
-rw-r--r--    1 root     root          371 Nov  4 21:45 jk_service_apache13.lo
-rw-r--r--    1 root     root         6020 Nov  4 21:45 jk_service_apache13.o
-rw-r--r--    1 root     root          332 Nov  4 21:44 jk_shm.lo
-rw-r--r--    1 root     root         7072 Nov  4 21:44 jk_shm.o
-rw-r--r--    1 root     root          341 Nov  4 21:44 jk_signal.lo
-rw-r--r--    1 root     root          716 Nov  4 21:44 jk_signal.o
-rw-r--r--    1 root     root          341 Nov  4 21:44 jk_uriEnv.lo
-rw-r--r--    1 root     root         7284 Nov  4 21:44 jk_uriEnv.o
-rw-r--r--    1 root     root          341 Nov  4 21:44 jk_uriMap.lo
-rw-r--r--    1 root     root        14712 Nov  4 21:44 jk_uriMap.o
-rw-r--r--    1 root     root          335 Nov  4 21:44 jk_user.lo
-rw-r--r--    1 root     root         1580 Nov  4 21:44 jk_user.o
-rw-r--r--    1 root     root          353 Nov  4 21:44 jk_vm_default.lo
-rw-r--r--    1 root     root          716 Nov  4 21:44 jk_vm_default.o
-rw-r--r--    1 root     root          350 Nov  4 21:44 jk_workerEnv.lo
-rw-r--r--    1 root     root        10540 Nov  4 21:44 jk_workerEnv.o
-rw-r--r--    1 root     root          359 Nov  4 21:45 jk_worker_ajp13.lo
-rw-r--r--    1 root     root        14876 Nov  4 21:45 jk_worker_ajp13.o
-rw-r--r--    1 root     root          353 Nov  4 21:45 jk_worker_jni.lo
-rw-r--r--    1 root     root          724 Nov  4 21:45 jk_worker_jni.o
-rw-r--r--    1 root     root          350 Nov  4 21:45 jk_worker_lb.lo
-rw-r--r--    1 root     root         8472 Nov  4 21:45 jk_worker_lb.o
-rw-r--r--    1 root     root          353 Nov  4 21:45 jk_worker_run.lo
-rw-r--r--    1 root     root         1536 Nov  4 21:45 jk_worker_run.o
-rw-r--r--    1 root     root          362 Nov  4 21:45 jk_worker_status.lo
-rw-r--r--    1 root     root        20260 Nov  4 21:45 jk_worker_status.o
-rw-r--r--    1 root     root          847 Nov  4 21:45 mod_jk2.la
-rw-r--r--    1 root     root          335 Nov  4 21:45 mod_jk2.lo
-rw-r--r--    1 root     root         8708 Nov  4 21:45 mod_jk2.o
-rwxr-xr-x    1 root     root       737229 Nov  4 21:45 mod_jk2.so
drwxr-xr-x    3 root     root         4096 Nov  4 21:44 usr
[root@tripical apache13]# 
  • これもインストール手順通りに,apxsコマンドを実行する.
[root@tripical apache13]# /usr/local/apache/bin/apxs -n jk2 -i mod_jk2.so
cp mod_jk2.so /usr/local/apache/libexec/mod_jk2.so
chmod 755 /usr/local/apache/libexec/mod_jk2.so
[root@tripical apache13]# 
  • あとは,この2行をhttpd.confに書き加えれば良い.
LoadModule jk2_module
libexec/mod_jk2.so AddModule mod_jk2.c 
  • プロパティファイルを確認する.
[root@tripical apache13]# cd ../../../conf/
[root@tripical conf]# ls -la
total 48
drwxr-xr-x    2 root     root         4096 Mar 24  2004 .
drwxr-xr-x   11 root     root         4096 Nov  4 21:44 ..
-rw-r--r--    1 root     root          310 Mar 24  2004 jk2.manifest
-rw-r--r--    1 root     root          778 Mar 24  2004 jk2.properties
-rw-r--r--    1 root     root         1981 Mar 24  2004 jkconf.ant.xml
-rw-r--r--    1 root     root          170 Mar 24  2004 jkconfig.manifest
-rw-r--r--    1 root     root          125 Mar 24  2004 shm.manifest
-rw-r--r--    1 root     root          243 Mar 24  2004 tomcat-jk2.manifest
-rw-r--r--    1 root     root         5658 Mar 24  2004 workers.properties
-rw-r--r--    1 root     root         2765 Mar 24  2004 workers2.properties
-rw-r--r--    1 root     root          871 Mar 24  2004 workers2.properties.minimal
[root@tripical conf]# 
  • Apacheのconfファイルディレクトリを確認する.
[root@tripical conf]# ls -1 /usr/local/apache/conf/
access.conf
access.conf.default
httpd.conf
httpd.conf.bak
httpd.conf.default
httpd.conf.org
magic
magic.default
mime.types
mime.types.default
srm.conf
srm.conf.default
[root@tripical conf]# 
  • workers2.propertiesファイルを複写する.
[root@tripical conf]# cp workers2.properties /usr/local/apache/conf/.
[root@tripical conf]# ls -1 /usr/local/apache/conf/
access.conf
access.conf.default
httpd.conf
httpd.conf.bak
httpd.conf.default
httpd.conf.org
magic
magic.default
mime.types
mime.types.default
srm.conf
srm.conf.default
workers2.properties
[root@tripical conf]# 
  • Apacheを起動してみる.
[root@tripical apache13]# /usr/local/apache/bin/apachectl start
[Sun Nov 04 22:00:39 2007] ( info ) [mod_jk2.c (332)]  Set serverRoot /usr/local/apache
/usr/local/apache/bin/apachectl start: httpd started
[root@tripical apache13]# 
  • これで終わり.


広告スペース
Google