Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 14660 invoked from network); 8 Jul 2008 14:52:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jul 2008 14:52:53 -0000 Received: (qmail 44689 invoked by uid 500); 8 Jul 2008 14:52:29 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 44669 invoked by uid 500); 8 Jul 2008 14:52:29 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 44656 invoked by uid 99); 8 Jul 2008 14:52:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jul 2008 07:52:29 -0700 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=MIME_QP_LONG_LINE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [149.217.48.67] (HELO mailhost1.mpimf-heidelberg.mpg.de) (149.217.48.67) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jul 2008 14:51:34 +0000 MIME-version: 1.0 Received: from bluenote.mpimf-heidelberg.mpg.de (bluenote.mpimf-heidelberg.mpg.de [149.217.48.20]) by mailhost1.mpimf-heidelberg.mpg.de (Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)) with ESMTPS id <0K3O002GEZT5KP60@mailhost1.mpimf-heidelberg.mpg.de> for users@httpd.apache.org; Tue, 08 Jul 2008 16:48:41 +0200 (CEST) Message-id: <0K3O002GFZT5KP60@mailhost1.mpimf-heidelberg.mpg.de> Content-return: prohibited Date: Tue, 08 Jul 2008 16:47:05 +0200 From: Wulf Kaiser To: users@httpd.apache.org Importance: High Content-type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=SHA1; boundary="----=_NextPart_000_0012_01C8E11A.40BEE230" X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.3790.4133 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Strange compile / build problem: Apache 2.2.9 under Solaris 10 SPARC ------=_NextPart_000_0012_01C8E11A.40BEE230 Content-Type: multipart/mixed; boundary="----=_NextPart_001_0013_01C8E11A.40BEE230" ------=_NextPart_001_0013_01C8E11A.40BEE230 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi all, I have a strange compile / build problem with Apache 2.2.9 under Solaris = 10 SPARC; all dependencies are resolved, no stress on the machine, ... = But it just won't work. I tried to compile against the SSL and LDAP libraries shipped with = Solaris. The Environment Flags: bash-3.00# export CC=3D"/usr/sfw/bin/gcc" export LDFLAGS=3D"-R/usr/sfw/lib/sparcv9 -L/usr/sfw/lib/sparcv9 = -R/usr/lib -L/usr/lib -R/usr/sfw/lib -L/usr/sfw/lib -R/opt/csw/lib = -L/opt/csw/lib -R/usr/local/ssl/lib -L/usr/local/ssl/lib = -R/opt/csw/bdb4/lib -L/opt/csw/bdb4/lib -R/lib -L/lib -R/etc/lib = -L/etc/lib" \ export CPPFLAGS=3D"-DSOLARIS2=3D10 -I/usr/include -I/usr/sfw/include = -I/opt/csw/include -I/usr/local/ssl/include -I/opt/csw/bdb4/include" \ export CFLAGS=3D"-O2 -mcpu=3Dv9 -I/usr/include -I/usr/sfw/include = -I/opt/csw/include -I/usr/local/ssl/include -I/opt/csw/bdb4/include" \ export = PATH=3D/usr/bin:/usr/sfw/bin:/opt/csw/bin:/usr/sbin:/usr/ccs/bin:/usr/loc= al/ssl/bin:/opt/csw/bdb4/bin \ export = LD_LIBRARY_PATH=3D/usr/lib:/usr/sfw/lib:/opt/csw/lib:/usr/local/ssl/lib:/= opt/csw/bdb4/lib:/lib:/etc/lib \ export = LD_RUN_PATH=3D/usr/bin:/usr/sfw/bin:/opt/csw/bin:/usr/sbin:/usr/ccs/bin:/= usr/local/ssl/bin:/opt/csw/bdb4/bin Then=20 gunzip < httpd-2.2.9.tar.gz | gtar xvof - cd httpd-2.2.9 followed by ./configure --prefix=3D/usr/local/apache-2.2.9 --with-included-apr = --with-mpm=3Dprefork --with-ssl --enable-ssl=3Dshared --with-ldap = --enable-ldap=3Dshared --enable-auth-basic=3Dshared = --enable-auth-digest=3Dshared --enable-authn-alias=3Dshared = --enable-authnz-ldap=3Dshared --enable-authn-file=3Dshared = --enable-authz-owner=3Dshared --enable-cache=3Dshared = --enable-file-cache=3Dshared --enable-mem-cache=3Dshared = --enable-disk-cache=3Dshared --enable-proxy=3Dshared = --enable-proxy-connect=3Dshared --enable-proxy-ftp=3Dshared = --enable-proxy-http=3Dshared --enable-proxy-ajp=3Dshared = --enable-proxy-balancer=3Dshared --enable-cgi=3Dshared = --enable-rewrite=3Dshared --enable-version=3Dshared = --enable-vhost-alias=3Dshared --enable-so --enable-dav --enable-dav-fs = --enable-cgi --enable-static-rotatelogs > = /usr/local/src/apache/configure_229_full.out && make > = /usr/local/src/apache/make_229_full.out && make install > = /usr/local/src/apache/make_install_229_full.out Shell Output: configure: WARNING: Unrecognized options: --with-ldap configure: WARNING: Unrecognized options: --with-included-apr, = --with-mpm, --with-ssl, --enable-ssl, --with-ldap, --enable-ldap, = --enable-auth-basic, --enable-auth-digest, --enable-authn-alias, = --enable-authnz-ldap, --enable-authn-file, --enable-authz-owner, = --enable-cache, --enable-file-cache, --enable-mem-cache, = --enable-disk-cache, --enable-proxy, --enable-proxy-connect, = --enable-proxy-ftp, --enable-proxy-http, --enable-proxy-ajp, = --enable-proxy-balancer, --enable-cgi, --enable-rewrite, = --enable-version, --enable-vhost-alias, --enable-so, --enable-dav, = --enable-dav-fs, --enable-cgi, --enable-static-rotatelogs configure: WARNING: netinet/sctp.h: present but cannot be compiled configure: WARNING: netinet/sctp.h: check for missing prerequisite = headers? configure: WARNING: netinet/sctp.h: see the Autoconf documentation configure: WARNING: netinet/sctp.h: section "Present But Cannot Be = Compiled" configure: WARNING: netinet/sctp.h: proceeding with the preprocessor's = result configure: WARNING: netinet/sctp.h: in the future, the compiler will = take precedence config.status: WARNING: 'apr-config.in' seems to ignore the = --datarootdir setting configure: WARNING: Unrecognized options: --with-included-apr, = --with-mpm, --with-ssl, --enable-ssl, --with-ldap, --enable-ldap, = --enable-auth-basic, --enable-auth-digest, --enable-authn-alias, = --enable-authnz-ldap, --enable-authn-file, --enable-authz-owner, = --enable-cache, --enable-file-cache, --enable-mem-cache, = --enable-disk-cache, --enable-proxy, --enable-proxy-connect, = --enable-proxy-ftp, --enable-proxy-http, --enable-proxy-ajp, = --enable-proxy-balancer, --enable-cgi, --enable-rewrite, = --enable-version, --enable-vhost-alias, --enable-so, --enable-dav, = --enable-dav-fs, --enable-cgi, --enable-static-rotatelogs configure: WARNING: Unrecognized options: --with-included-apr, = --with-mpm, --with-ssl, --enable-ssl, --enable-ldap, = --enable-auth-basic, --enable-auth-digest, --enable-authn-alias, = --enable-authnz-ldap, --enable-authn-file, --enable-authz-owner, = --enable-cache, --enable-file-cache, --enable-mem-cache, = --enable-disk-cache, --enable-proxy, --enable-proxy-connect, = --enable-proxy-ftp, --enable-proxy-http, --enable-proxy-ajp, = --enable-proxy-balancer, --enable-cgi, --enable-rewrite, = --enable-version, --enable-vhost-alias, --enable-so, --enable-dav, = --enable-dav-fs, --enable-cgi, --enable-static-rotatelogs (repeated) atomic/unix/solaris.c: In function `apr_atomic_casptr': atomic/unix/solaris.c:71: warning: passing arg 2 of `atomic_cas_ptr' = discards qualifiers from pointer target type atomic/unix/solaris.c:71: warning: passing arg 2 of `atomic_cas_ptr' = discards qualifiers from pointer target type In file included from ldap/apr_ldap_stub.c:20: /usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/apr_ldap.h:132:= 2: #error Support for LDAP v2.0 toolkits has been removed from apr-util. = Please use an LDAP v3.0 toolkit. In file included from = /usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/apr_ldap.h:187,= from ldap/apr_ldap_stub.c:20: /usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/apr_ldap_init.h= :141: error: syntax error before "LDAP" In file included from = /usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/apr_ldap.h:188,= from ldap/apr_ldap_stub.c:20: /usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/apr_ldap_option= .h:219: error: syntax error before "LDAP" /usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/apr_ldap_option= .h:241: error: syntax error before "LDAP" In file included from = /usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/apr_ldap.h:189,= from ldap/apr_ldap_stub.c:20: /usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/apr_ldap_rebind= .h:67: error: syntax error before "LDAP" /usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/apr_ldap_rebind= .h:82: error: syntax error before '*' token In file included from ldap/apr_ldap_stub.c:21: /usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private/apu_int= ernal.h:49: error: syntax error before "LDAP" /usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private/apu_int= ernal.h:54: error: syntax error before "LDAP" /usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private/apu_int= ernal.h:56: error: syntax error before "LDAP" /usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private/apu_int= ernal.h:59: error: syntax error before "LDAP" /usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private/apu_int= ernal.h:61: error: syntax error before '*' token ldap/apr_ldap_stub.c:76: error: syntax error before "LDAP" ldap/apr_ldap_stub.c: In function `apr_ldap_init': ldap/apr_ldap_stub.c:82: error: `pool' undeclared (first use in this = function) ldap/apr_ldap_stub.c:82: error: (Each undeclared identifier is reported = only once ldap/apr_ldap_stub.c:82: error: for each function it appears in.) ldap/apr_ldap_stub.c:83: error: `ldap' undeclared (first use in this = function) ldap/apr_ldap_stub.c:83: error: `hostname' undeclared (first use in this = function) ldap/apr_ldap_stub.c:83: error: `portno' undeclared (first use in this = function) ldap/apr_ldap_stub.c:83: error: `secure' undeclared (first use in this = function) ldap/apr_ldap_stub.c:83: error: `result_err' undeclared (first use in = this function) ldap/apr_ldap_stub.c: At top level: ldap/apr_ldap_stub.c:103: error: syntax error before "LDAP" ldap/apr_ldap_stub.c: In function `apr_ldap_get_option': ldap/apr_ldap_stub.c:108: error: `pool' undeclared (first use in this = function) ldap/apr_ldap_stub.c:109: error: `ldap' undeclared (first use in this = function) ldap/apr_ldap_stub.c:109: error: `option' undeclared (first use in this = function) ldap/apr_ldap_stub.c:109: error: `outvalue' undeclared (first use in = this function) ldap/apr_ldap_stub.c:109: error: `result_err' undeclared (first use in = this function) ldap/apr_ldap_stub.c: At top level: ldap/apr_ldap_stub.c:113: error: syntax error before "LDAP" ldap/apr_ldap_stub.c: In function `apr_ldap_set_option': ldap/apr_ldap_stub.c:118: error: `pool' undeclared (first use in this = function) ldap/apr_ldap_stub.c:119: error: `ldap' undeclared (first use in this = function) ldap/apr_ldap_stub.c:119: error: `option' undeclared (first use in this = function) ldap/apr_ldap_stub.c:119: error: `invalue' undeclared (first use in this = function) ldap/apr_ldap_stub.c:119: error: `result_err' undeclared (first use in = this function) ldap/apr_ldap_stub.c: At top level: ldap/apr_ldap_stub.c:129: error: syntax error before "LDAP" ldap/apr_ldap_stub.c: In function `apr_ldap_rebind_add': ldap/apr_ldap_stub.c:133: error: `pool' undeclared (first use in this = function) ldap/apr_ldap_stub.c:134: error: `ld' undeclared (first use in this = function) ldap/apr_ldap_stub.c:134: error: `bindDN' undeclared (first use in this = function) ldap/apr_ldap_stub.c:134: error: `bindPW' undeclared (first use in this = function) ldap/apr_ldap_stub.c: At top level: ldap/apr_ldap_stub.c:137: error: syntax error before '*' token ldap/apr_ldap_stub.c: In function `apr_ldap_rebind_remove': ldap/apr_ldap_stub.c:141: error: `ld' undeclared (first use in this = function) make: Fatal error: Command failed for target `ldap/apr_ldap_stub.lo' Current working directory /local/src/apache/httpd-2.2.9/srclib/apr-util make: Fatal error: Command failed for target `all-recursive' Current working directory /local/src/apache/httpd-2.2.9/srclib/apr-util make: Fatal error: Command failed for target `all-recursive' Current working directory /local/src/apache/httpd-2.2.9/srclib make: Fatal error: Command failed for target `all-recursive' Does anyone have had the same problems (or even a solution)? Best,=20 Wulf Kaiser ___________________________=20 IT Services - Web & Database Development Webmaster www.mpimf-heidelberg.mpg.de Max-Planck-Institut f=C3=BCr medizinische Forschung Jahnstrasse 29 - 69120 Heidelberg Fon +49 6221 486560 Fax +49 6221 486561 SHA1 Fingerprint: 6a a7 67 d6 e0 21 d1 59 d1 73 20 fb e8 b4 d9 51 ac aa 6d 17 ------=_NextPart_001_0013_01C8E11A.40BEE230 Content-Type: application/octet-stream; name="configure_229_full.out" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="configure_229_full.out" checking for chosen layout... Apache=0A= checking for working mkdir -p... yes=0A= checking build system type... sparc-sun-solaris2.10=0A= checking host system type... sparc-sun-solaris2.10=0A= checking target system type... sparc-sun-solaris2.10=0A= =0A= Configuring Apache Portable Runtime library ...=0A= =0A= configuring package in srclib/apr now=0A= checking build system type... sparc-sun-solaris2.10=0A= checking host system type... sparc-sun-solaris2.10=0A= checking target system type... sparc-sun-solaris2.10=0A= Configuring APR library=0A= Platform: sparc-sun-solaris2.10=0A= checking for working mkdir -p... yes=0A= APR Version: 1.3.0=0A= checking for chosen layout... apr=0A= checking for gcc... /usr/sfw/bin/gcc=0A= checking for C compiler default output file name... a.out=0A= checking whether the C compiler works... yes=0A= checking whether we are cross compiling... no=0A= checking for suffix of executables... =0A= checking for suffix of object files... o=0A= checking whether we are using the GNU C compiler... yes=0A= checking whether /usr/sfw/bin/gcc accepts -g... yes=0A= checking for /usr/sfw/bin/gcc option to accept ISO C89... none needed=0A= Applying APR hints file rules for sparc-sun-solaris2.10=0A= adding "-D_POSIX_PTHREAD_SEMANTICS" to CPPFLAGS=0A= adding "-D_REENTRANT" to CPPFLAGS=0A= setting apr_lock_method to "USE_FCNTL_SERIALIZE"=0A= setting ac_cv_func_readdir64_r to "no"=0A= (Default will be unix)=0A= checking whether make sets $(MAKE)... yes=0A= checking how to run the C preprocessor... /usr/sfw/bin/gcc -E=0A= checking for gawk... gawk=0A= checking whether ln -s works... yes=0A= checking for ranlib... ranlib=0A= checking for a BSD-compatible install... build/install.sh -c=0A= checking for rm... rm=0A= checking for as... as=0A= checking for cpp... cpp=0A= checking for ar... ar=0A= checking for grep that handles long lines and -e... /usr/sfw/bin/ggrep=0A= checking for egrep... /usr/sfw/bin/ggrep -E=0A= checking for ANSI C header files... yes=0A= checking for sys/types.h... yes=0A= checking for sys/stat.h... yes=0A= checking for stdlib.h... yes=0A= checking for string.h... yes=0A= checking for memory.h... yes=0A= checking for strings.h... yes=0A= checking for inttypes.h... yes=0A= checking for stdint.h... yes=0A= checking for unistd.h... yes=0A= checking minix/config.h usability... no=0A= checking minix/config.h presence... no=0A= checking for minix/config.h... no=0A= checking whether it is safe to define __EXTENSIONS__... yes=0A= checking for library containing strerror... none required=0A= checking for minix/config.h... (cached) no=0A= checking whether it is safe to define __EXTENSIONS__... (cached) yes=0A= checking whether system uses EBCDIC... no=0A= performing libtool configuration...=0A= checking for a sed that does not truncate output... /opt/csw/bin/gsed=0A= checking for ld used by /usr/sfw/bin/gcc... /usr/ccs/bin/ld=0A= checking if the linker (/usr/ccs/bin/ld) is GNU ld... no=0A= checking for /usr/ccs/bin/ld option to reload object files... -r=0A= checking for BSD-compatible nm... /usr/ccs/bin/nm -p=0A= checking how to recognize dependent libraries... pass_all=0A= checking dlfcn.h usability... yes=0A= checking dlfcn.h presence... yes=0A= checking for dlfcn.h... yes=0A= checking for g++... g++=0A= checking whether we are using the GNU C++ compiler... yes=0A= checking whether g++ accepts -g... yes=0A= checking how to run the C++ preprocessor... g++ -E=0A= checking for g77... no=0A= checking for xlf... no=0A= checking for f77... no=0A= checking for frt... no=0A= checking for pgf77... no=0A= checking for cf77... no=0A= checking for fort77... no=0A= checking for fl32... no=0A= checking for af77... no=0A= checking for xlf90... no=0A= checking for f90... no=0A= checking for pgf90... no=0A= checking for pghpf... no=0A= checking for epcf90... no=0A= checking for gfortran... no=0A= checking for g95... no=0A= checking for xlf95... no=0A= checking for f95... no=0A= checking for fort... no=0A= checking for ifort... no=0A= checking for ifc... no=0A= checking for efc... no=0A= checking for pgf95... no=0A= checking for lf95... no=0A= checking for ftn... no=0A= checking whether we are using the GNU Fortran 77 compiler... no=0A= checking whether accepts -g... no=0A= checking the maximum length of command line arguments... 786240=0A= checking command to parse /usr/ccs/bin/nm -p output from = /usr/sfw/bin/gcc object... ok=0A= checking for objdir... .libs=0A= checking for ar... (cached) ar=0A= checking for ranlib... (cached) ranlib=0A= checking for strip... strip=0A= checking if /usr/sfw/bin/gcc supports -fno-rtti -fno-exceptions... no=0A= checking for /usr/sfw/bin/gcc option to produce PIC... -fPIC=0A= checking if /usr/sfw/bin/gcc PIC flag -fPIC works... yes=0A= checking if /usr/sfw/bin/gcc static flag -static works... no=0A= checking if /usr/sfw/bin/gcc supports -c -o file.o... yes=0A= checking whether the /usr/sfw/bin/gcc linker (/usr/ccs/bin/ld) supports = shared libraries... yes=0A= checking whether -lc should be explicitly linked in... yes=0A= checking dynamic linker characteristics... solaris2.10 ld.so=0A= checking how to hardcode library paths into programs... immediate=0A= checking whether stripping libraries is possible... no=0A= checking if libtool supports shared libraries... yes=0A= checking whether to build shared libraries... yes=0A= checking whether to build static libraries... yes=0A= configure: creating libtool=0A= appending configuration tag "CXX" to libtool=0A= checking for ld used by g++... /usr/ccs/bin/ld=0A= checking if the linker (/usr/ccs/bin/ld) is GNU ld... no=0A= checking whether the g++ linker (/usr/ccs/bin/ld) supports shared = libraries... yes=0A= checking for g++ option to produce PIC... -fPIC=0A= checking if g++ PIC flag -fPIC works... yes=0A= checking if g++ static flag -static works... no=0A= checking if g++ supports -c -o file.o... yes=0A= checking whether the g++ linker (/usr/ccs/bin/ld) supports shared = libraries... yes=0A= checking dynamic linker characteristics... solaris2.10 ld.so=0A= (cached) (cached) checking how to hardcode library paths into = programs... immediate=0A= appending configuration tag "F77" to libtool=0A= =0A= Check for compiler flags...=0A= checking whether the compiler provides atomic builtins... no=0A= checking whether to enable -D_LARGEFILE64_SOURCE... yes=0A= adding "-D_LARGEFILE64_SOURCE" to CPPFLAGS=0A= =0A= Checking for libraries...=0A= checking for library containing gethostbyname... -lnsl=0A= checking for library containing gethostname... none required=0A= checking for library containing socket... -lsocket=0A= checking for library containing crypt... none required=0A= checking for main in -ltruerand... no=0A= checking for library containing modf... none required=0A= =0A= Checking for Threads...=0A= checking pthread.h usability... yes=0A= checking pthread.h presence... yes=0A= checking for pthread.h... yes=0A= checking for CFLAGS needed for pthreads... none=0A= checking for LIBS needed for pthreads... -lpthread=0A= adding "-lpthread" to LIBS=0A= checking for pthread.h... (cached) yes=0A= checking whether pthread_getspecific takes two arguments... no=0A= checking whether pthread_attr_getdetachstate takes one argument... no=0A= checking for recursive mutex support... yes=0A= checking for pthread_key_delete... yes=0A= checking for pthread_rwlock_init... yes=0A= checking for pthread_attr_setguardsize... yes=0A= checking for pthread_yield... no=0A= checking for pthread_rwlock_t... yes=0A= checking sched.h usability... yes=0A= checking sched.h presence... yes=0A= checking for sched.h... yes=0A= checking for sched_yield... no=0A= APR will use threads=0A= checking for readdir in -lc_r... no=0A= checking for gethostbyname in -lc_r... no=0A= checking for gethostbyaddr in -lc_r... no=0A= checking for gethostbyname_r... yes=0A= checking for gethostbyaddr_r... yes=0A= checking for sigsuspend... yes=0A= checking for sigwait... yes=0A= checking for poll... yes=0A= checking for kqueue... no=0A= checking for port_create... yes=0A= checking for epoll support... no=0A= checking for getpwnam_r... yes=0A= checking for getpwuid_r... yes=0A= checking for getgrnam_r... yes=0A= checking for getgrgid_r... yes=0A= =0A= Checking for Shared Memory Support...=0A= checking for library containing shm_open... -lrt=0A= checking for sys/types.h... (cached) yes=0A= checking sys/mman.h usability... yes=0A= checking sys/mman.h presence... yes=0A= checking for sys/mman.h... yes=0A= checking sys/ipc.h usability... yes=0A= checking sys/ipc.h presence... yes=0A= checking for sys/ipc.h... yes=0A= checking sys/mutex.h usability... yes=0A= checking sys/mutex.h presence... yes=0A= checking for sys/mutex.h... yes=0A= checking sys/shm.h usability... yes=0A= checking sys/shm.h presence... yes=0A= checking for sys/shm.h... yes=0A= checking sys/file.h usability... yes=0A= checking sys/file.h presence... yes=0A= checking for sys/file.h... yes=0A= checking kernel/OS.h usability... no=0A= checking kernel/OS.h presence... no=0A= checking for kernel/OS.h... no=0A= checking os2.h usability... no=0A= checking os2.h presence... no=0A= checking for os2.h... no=0A= checking windows.h usability... no=0A= checking windows.h presence... no=0A= checking for windows.h... no=0A= checking for mmap... yes=0A= checking for munmap... yes=0A= checking for shm_open... yes=0A= checking for shm_unlink... yes=0A= checking for shmget... yes=0A= checking for shmat... yes=0A= checking for shmdt... yes=0A= checking for shmctl... yes=0A= checking for create_area... no=0A= checking for MAP_ANON in sys/mman.h... yes=0A= checking for /dev/zero... yes=0A= checking for mmap that can map /dev/zero... yes=0A= decision on anonymous shared memory allocation method... 4.4BSD-style = mmap() via MAP_ANON=0A= decision on namebased memory allocation method... SysV IPC shmget()=0A= checking for working alloca.h... yes=0A= checking for alloca... yes=0A= checking for calloc... yes=0A= checking for setsid... yes=0A= checking for isinf... no=0A= checking for isnan... yes=0A= checking for getenv... yes=0A= checking for putenv... yes=0A= checking for setenv... yes=0A= checking for unsetenv... yes=0A= checking for writev... yes=0A= checking for getifaddrs... no=0A= checking for utime... yes=0A= checking for utimes... yes=0A= checking for setrlimit... yes=0A= checking for getrlimit... yes=0A= checking for sendfilev in -lsendfile... yes=0A= checking for sendfile... yes=0A= checking for send_file... no=0A= checking for sendfilev... yes=0A= checking for sigaction... yes=0A= checking whether sys_siglist is declared... no=0A= checking for fork... yes=0A= checking for inet_addr... yes=0A= checking for inet_network... yes=0A= checking for _getch... no=0A= checking for strerror_r... yes=0A= checking for type of return code from strerror_r... int=0A= checking for mmap... (cached) yes=0A= checking for memmove... yes=0A= checking for getpass... yes=0A= checking for getpassphrase... yes=0A= checking for gmtime_r... yes=0A= checking for localtime_r... yes=0A= checking for mkstemp... yes=0A= checking whether sigwait takes one argument... no=0A= checking for ANSI C header files... (cached) yes=0A= checking ByteOrder.h usability... no=0A= checking ByteOrder.h presence... no=0A= checking for ByteOrder.h... no=0A= checking conio.h usability... no=0A= checking conio.h presence... no=0A= checking for conio.h... no=0A= checking crypt.h usability... yes=0A= checking crypt.h presence... yes=0A= checking for crypt.h... yes=0A= checking ctype.h usability... yes=0A= checking ctype.h presence... yes=0A= checking for ctype.h... yes=0A= checking dir.h usability... no=0A= checking dir.h presence... no=0A= checking for dir.h... no=0A= checking dirent.h usability... yes=0A= checking dirent.h presence... yes=0A= checking for dirent.h... yes=0A= checking dl.h usability... no=0A= checking dl.h presence... no=0A= checking for dl.h... no=0A= checking for dlfcn.h... (cached) yes=0A= checking errno.h usability... yes=0A= checking errno.h presence... yes=0A= checking for errno.h... yes=0A= checking fcntl.h usability... yes=0A= checking fcntl.h presence... yes=0A= checking for fcntl.h... yes=0A= checking grp.h usability... yes=0A= checking grp.h presence... yes=0A= checking for grp.h... yes=0A= checking io.h usability... no=0A= checking io.h presence... no=0A= checking for io.h... no=0A= checking limits.h usability... yes=0A= checking limits.h presence... yes=0A= checking for limits.h... yes=0A= checking mach-o/dyld.h usability... no=0A= checking mach-o/dyld.h presence... no=0A= checking for mach-o/dyld.h... no=0A= checking malloc.h usability... yes=0A= checking malloc.h presence... yes=0A= checking for malloc.h... yes=0A= checking for memory.h... (cached) yes=0A= checking netdb.h usability... yes=0A= checking netdb.h presence... yes=0A= checking for netdb.h... yes=0A= checking osreldate.h usability... no=0A= checking osreldate.h presence... no=0A= checking for osreldate.h... no=0A= checking poll.h usability... yes=0A= checking poll.h presence... yes=0A= checking for poll.h... yes=0A= checking process.h usability... no=0A= checking process.h presence... no=0A= checking for process.h... no=0A= checking pwd.h usability... yes=0A= checking pwd.h presence... yes=0A= checking for pwd.h... yes=0A= checking semaphore.h usability... yes=0A= checking semaphore.h presence... yes=0A= checking for semaphore.h... yes=0A= checking signal.h usability... yes=0A= checking signal.h presence... yes=0A= checking for signal.h... yes=0A= checking stdarg.h usability... yes=0A= checking stdarg.h presence... yes=0A= checking for stdarg.h... yes=0A= checking stddef.h usability... yes=0A= checking stddef.h presence... yes=0A= checking for stddef.h... yes=0A= checking stdio.h usability... yes=0A= checking stdio.h presence... yes=0A= checking for stdio.h... yes=0A= checking for stdlib.h... (cached) yes=0A= checking for string.h... (cached) yes=0A= checking for strings.h... (cached) yes=0A= checking sysapi.h usability... no=0A= checking sysapi.h presence... no=0A= checking for sysapi.h... no=0A= checking sysgtime.h usability... no=0A= checking sysgtime.h presence... no=0A= checking for sysgtime.h... no=0A= checking termios.h usability... yes=0A= checking termios.h presence... yes=0A= checking for termios.h... yes=0A= checking time.h usability... yes=0A= checking time.h presence... yes=0A= checking for time.h... yes=0A= checking tpfeq.h usability... no=0A= checking tpfeq.h presence... no=0A= checking for tpfeq.h... no=0A= checking tpfio.h usability... no=0A= checking tpfio.h presence... no=0A= checking for tpfio.h... no=0A= checking for unistd.h... (cached) yes=0A= checking unix.h usability... no=0A= checking unix.h presence... no=0A= checking for unix.h... no=0A= checking for windows.h... (cached) no=0A= checking winsock2.h usability... no=0A= checking winsock2.h presence... no=0A= checking for winsock2.h... no=0A= checking arpa/inet.h usability... yes=0A= checking arpa/inet.h presence... yes=0A= checking for arpa/inet.h... yes=0A= checking for kernel/OS.h... (cached) no=0A= checking net/errno.h usability... no=0A= checking net/errno.h presence... no=0A= checking for net/errno.h... no=0A= checking netinet/in.h usability... yes=0A= checking netinet/in.h presence... yes=0A= checking for netinet/in.h... yes=0A= checking netinet/sctp.h usability... no=0A= checking netinet/sctp.h presence... yes=0A= checking for netinet/sctp.h... yes=0A= checking netinet/sctp_uio.h usability... no=0A= checking netinet/sctp_uio.h presence... no=0A= checking for netinet/sctp_uio.h... no=0A= checking for sys/file.h... (cached) yes=0A= checking sys/ioctl.h usability... yes=0A= checking sys/ioctl.h presence... yes=0A= checking for sys/ioctl.h... yes=0A= checking for sys/mman.h... (cached) yes=0A= checking sys/param.h usability... yes=0A= checking sys/param.h presence... yes=0A= checking for sys/param.h... yes=0A= checking sys/poll.h usability... yes=0A= checking sys/poll.h presence... yes=0A= checking for sys/poll.h... yes=0A= checking sys/resource.h usability... yes=0A= checking sys/resource.h presence... yes=0A= checking for sys/resource.h... yes=0A= checking sys/select.h usability... yes=0A= checking sys/select.h presence... yes=0A= checking for sys/select.h... yes=0A= checking sys/sem.h usability... yes=0A= checking sys/sem.h presence... yes=0A= checking for sys/sem.h... yes=0A= checking sys/sendfile.h usability... yes=0A= checking sys/sendfile.h presence... yes=0A= checking for sys/sendfile.h... yes=0A= checking sys/signal.h usability... yes=0A= checking sys/signal.h presence... yes=0A= checking for sys/signal.h... yes=0A= checking sys/socket.h usability... yes=0A= checking sys/socket.h presence... yes=0A= checking for sys/socket.h... yes=0A= checking sys/sockio.h usability... yes=0A= checking sys/sockio.h presence... yes=0A= checking for sys/sockio.h... yes=0A= checking for sys/stat.h... (cached) yes=0A= checking sys/sysctl.h usability... no=0A= checking sys/sysctl.h presence... no=0A= checking for sys/sysctl.h... no=0A= checking sys/syslimits.h usability... no=0A= checking sys/syslimits.h presence... no=0A= checking for sys/syslimits.h... no=0A= checking sys/time.h usability... yes=0A= checking sys/time.h presence... yes=0A= checking for sys/time.h... yes=0A= checking for sys/types.h... (cached) yes=0A= checking sys/uio.h usability... yes=0A= checking sys/uio.h presence... yes=0A= checking for sys/uio.h... yes=0A= checking sys/un.h usability... yes=0A= checking sys/un.h presence... yes=0A= checking for sys/un.h... yes=0A= checking sys/wait.h usability... yes=0A= checking sys/wait.h presence... yes=0A= checking for sys/wait.h... yes=0A= checking for netinet/tcp.h... yes=0A= checking for h_errno in netdb.h... yes=0A= checking for off_t... yes=0A= checking for pid_t... yes=0A= checking for size_t... yes=0A= checking for uid_t in sys/types.h... yes=0A= checking for ssize_t... yes=0A= checking for inline... inline=0A= checking for an ANSI C-conforming const... yes=0A= checking whether setpgrp takes no argument... yes=0A= checking for socklen_t... yes=0A= checking size of void*... 4=0A= checking size of char... 1=0A= checking size of int... 4=0A= checking size of long... 4=0A= checking size of short... 2=0A= checking size of long long... 8=0A= checking for INT64_C... yes=0A= checking whether ssize_t and int are the same... yes=0A= checking whether ssize_t and long are the same... no=0A= checking whether size_t and unsigned int are the same... yes=0A= checking whether size_t and unsigned long are the same... no=0A= checking size of ssize_t... 4=0A= checking which format to use for apr_ssize_t... %d=0A= checking size of size_t... 4=0A= checking which format to use for apr_size_t... %u=0A= checking size of off_t... 4=0A= checking for mmap64... yes=0A= checking for sendfile64... yes=0A= checking for sendfilev64... yes=0A= checking for mkstemp64... yes=0A= checking for readdir64_r... (cached) no=0A= checking which type to use for apr_off_t... off64_t=0A= checking whether ino_t and unsigned long are the same... yes=0A= configure: using unsigned long for ino_t=0A= checking size of pid_t... 4=0A= checking whether byte ordering is bigendian... yes=0A= checking size of struct iovec... 8=0A= checking for strnicmp... no=0A= checking for strncasecmp... yes=0A= checking for stricmp... no=0A= checking for strcasecmp... yes=0A= checking for strdup... yes=0A= checking for strstr... yes=0A= checking for memchr... yes=0A= checking for strtoll... yes=0A= =0A= Checking for DSO...=0A= checking for dlopen... yes=0A= checking for dlsym... yes=0A= =0A= Checking for Processes...=0A= checking for waitpid... yes=0A= checking for Variable Length Arrays... yes=0A= checking struct rlimit... yes=0A= =0A= Checking for Locking...=0A= checking for semget... yes=0A= checking for semctl... yes=0A= checking for flock... no=0A= checking for semaphore.h... (cached) yes=0A= checking OS.h usability... no=0A= checking OS.h presence... no=0A= checking for OS.h... no=0A= checking for library containing sem_open... none required=0A= checking for sem_close... yes=0A= checking for sem_unlink... yes=0A= checking for sem_post... yes=0A= checking for sem_wait... yes=0A= checking for create_sem... no=0A= checking for working sem_open... yes=0A= checking for union semun in sys/sem.h... no=0A= checking for LOCK_EX in sys/file.h... no=0A= checking for F_SETLK in fcntl.h... yes=0A= checking for SEM_UNDO in sys/sem.h... yes=0A= checking for POLLIN in poll.h sys/poll.h... yes=0A= checking for PTHREAD_PROCESS_SHARED in pthread.h... yes=0A= checking for pthread_mutexattr_setpshared... yes=0A= checking for working PROCESS_SHARED locks... yes=0A= checking for robust cross-process mutex support... yes=0A= decision on apr_lock implementation method... SVR4-style fcntl()=0A= checking if all interprocess locks affect threads... no=0A= checking if POSIX sems affect threads in the same process... no=0A= checking if SysV sems affect threads in the same process... no=0A= checking if fcntl locks affect threads in the same process... no=0A= checking if flock locks affect threads in the same process... no=0A= checking for entropy source... /dev/urandom=0A= =0A= Checking for File Info Support...=0A= checking for struct stat.st_blocks... yes=0A= checking for struct stat.st_atimensec... no=0A= checking for struct stat.st_ctimensec... no=0A= checking for struct stat.st_mtimensec... no=0A= checking for struct stat.st_atim.tv_nsec... yes=0A= checking for struct stat.st_ctim.tv_nsec... yes=0A= checking for struct stat.st_mtim.tv_nsec... yes=0A= checking for struct stat.st_atime_n... no=0A= checking for struct stat.st_ctime_n... no=0A= checking for struct stat.st_mtime_n... no=0A= checking for inode member of struct dirent... d_ino=0A= checking for file type member of struct dirent... no=0A= =0A= Checking for OS UUID Support...=0A= checking uuid.h usability... no=0A= checking uuid.h presence... no=0A= checking for uuid.h... no=0A= checking uuid/uuid.h usability... yes=0A= checking uuid/uuid.h presence... yes=0A= checking for uuid/uuid.h... yes=0A= checking for library containing uuid_create... no=0A= checking for library containing uuid_generate... -luuid=0A= checking for uuid_create... no=0A= checking for uuid_generate... yes=0A= checking for os uuid usability... yes=0A= =0A= Checking for Time Support...=0A= checking for struct tm.tm_gmtoff... no=0A= checking for struct tm.__tm_gmtoff... no=0A= =0A= Checking for Networking support...=0A= checking for type in_addr... yes=0A= checking if fd =3D=3D socket on this platform... yes=0A= checking style of gethostbyname_r routine... none=0A= checking 3rd argument to the gethostbyname_r routines... char=0A= checking if TCP_NODELAY setting is inherited from listening sockets... = yes=0A= checking if O_NONBLOCK setting is inherited from listening sockets... yes=0A= checking whether TCP_NODELAY and TCP_CORK can both be enabled... no=0A= checking for TCP_CORK in netinet/tcp.h... no=0A= checking for TCP_NOPUSH in netinet/tcp.h... no=0A= checking for SO_ACCEPTFILTER in sys/socket.h... no=0A= checking whether SCTP is supported... yes=0A= checking for struct ip_mreq... yes=0A= checking for set_h_errno... no=0A= =0A= Checking for IPv6 Networking support...=0A= checking for library containing getaddrinfo... none required=0A= checking for library containing gai_strerror... none required=0A= checking for library containing getnameinfo... none required=0A= checking for gai_strerror... yes=0A= checking for working getaddrinfo... yes=0A= checking for negative error codes for getaddrinfo... no=0A= checking for working getnameinfo... yes=0A= checking for sockaddr_in6... yes=0A= checking for sockaddr_storage... yes=0A= checking for working AI_ADDRCONFIG... yes=0A= checking if APR supports IPv6... yes=0A= checking langinfo.h usability... yes=0A= checking langinfo.h presence... yes=0A= checking for langinfo.h... yes=0A= checking for nl_langinfo... yes=0A= =0A= Restore user-defined environment settings...=0A= restoring CPPFLAGS to "-DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include"=0A= setting EXTRA_CPPFLAGS to " -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT = -D_LARGEFILE64_SOURCE"=0A= restoring CFLAGS to "-O2 -mcpu=3Dv9 -I/usr/include -I/usr/sfw/include = -I/opt/csw/include -I/usr/local/ssl/include -I/opt/csw/bdb4/include"=0A= setting EXTRA_CFLAGS to ""=0A= restoring LDFLAGS to "-R/usr/sfw/lib/sparcv9 -L/usr/sfw/lib/sparcv9 = -R/usr/lib -L/usr/lib -R/usr/sfw/lib -L/usr/sfw/lib -R/opt/csw/lib = -L/opt/csw/lib -R/usr/local/ssl/lib -L/usr/local/ssl/lib = -R/opt/csw/bdb4/lib -L/opt/csw/bdb4/lib -R/lib -L/lib -R/etc/lib = -L/etc/lib"=0A= setting EXTRA_LDFLAGS to ""=0A= restoring LIBS to ""=0A= setting EXTRA_LIBS to "-luuid -lsendfile -lrt -lsocket -lnsl = -lpthread"=0A= restoring INCLUDES to ""=0A= setting EXTRA_INCLUDES to ""=0A= configure: creating ./config.status=0A= config.status: creating Makefile=0A= config.status: creating include/apr.h=0A= config.status: creating build/apr_rules.mk=0A= config.status: creating build/pkg/pkginfo=0A= config.status: creating apr-1-config=0A= config.status: creating apr.pc=0A= config.status: creating test/Makefile=0A= config.status: creating test/internal/Makefile=0A= config.status: creating include/arch/unix/apr_private.h=0A= config.status: executing default commands=0A= srclib/apr configured properly=0A= setting CPP to "/usr/sfw/bin/gcc -E"=0A= adding "-D_POSIX_PTHREAD_SEMANTICS" to CPPFLAGS=0A= adding "-D_REENTRANT" to CPPFLAGS=0A= adding "-D_LARGEFILE64_SOURCE" to CPPFLAGS=0A= =0A= Configuring Apache Portable Runtime Utility library...=0A= =0A= configuring package in srclib/apr-util now=0A= checking build system type... sparc-sun-solaris2.10=0A= checking host system type... sparc-sun-solaris2.10=0A= checking target system type... sparc-sun-solaris2.10=0A= checking for a BSD-compatible install... build/install.sh -c=0A= checking for working mkdir -p... yes=0A= APR-util Version: 1.3.0=0A= checking for chosen layout... apr-util=0A= checking for gcc... /usr/sfw/bin/gcc=0A= checking for C compiler default output file name... a.out=0A= checking whether the C compiler works... yes=0A= checking whether we are cross compiling... no=0A= checking for suffix of executables... =0A= checking for suffix of object files... o=0A= checking whether we are using the GNU C compiler... yes=0A= checking whether /usr/sfw/bin/gcc accepts -g... yes=0A= checking for /usr/sfw/bin/gcc option to accept ISO C89... none needed=0A= Applying apr-util hints file rules for sparc-sun-solaris2.10=0A= setting apu_iconv_inbuf_const to "1"=0A= setting apu_crypt_threadsafe to "1"=0A= checking for library containing fdatasync... -lrt=0A= checking for APR... yes=0A= setting CPP to "/usr/sfw/bin/gcc -E"=0A= adding "-D_POSIX_PTHREAD_SEMANTICS" to CPPFLAGS=0A= adding "-D_REENTRANT" to CPPFLAGS=0A= adding "-D_LARGEFILE64_SOURCE" to CPPFLAGS=0A= checking how to run the C preprocessor... /usr/sfw/bin/gcc -E=0A= checking for grep that handles long lines and -e... /usr/sfw/bin/ggrep=0A= checking for egrep... /usr/sfw/bin/ggrep -E=0A= checking for ANSI C header files... yes=0A= checking for sys/types.h... yes=0A= checking for sys/stat.h... yes=0A= checking for stdlib.h... yes=0A= checking for string.h... yes=0A= checking for memory.h... yes=0A= checking for strings.h... yes=0A= checking for inttypes.h... yes=0A= checking for stdint.h... yes=0A= checking for unistd.h... yes=0A= checking for ldap support...=0A= checking for ldap_init in -lldap50... no=0A= checking for ldap_init in -lldapssl41... no=0A= checking for ldap_init in -lldapssl40... no=0A= checking for ldap_init in -lldapssl30... no=0A= checking for ldap_init in -lldapssl20... no=0A= checking for ldap_init in -lldapsdk... no=0A= checking for ldap_init in -lldapsdk... no=0A= checking for ldap_init in -lldap... yes=0A= checking for ldapssl_client_init in -lldap... yes=0A= checking for ldapssl_client_deinit in -lldap... no=0A= checking for ldapssl_add_trusted_cert in -lldap... no=0A= checking for ldap_start_tls_s in -lldap... no=0A= checking for ldap_sslinit in -lldap... no=0A= checking for ldapssl_init in -lldap... yes=0A= checking for ldapssl_install_routines in -lldap... yes=0A= checking for ber_init in -llber... no=0A= checking lber.h usability... no=0A= checking lber.h presence... no=0A= checking for lber.h... no=0A= checking for ldap.h... no=0A= checking ldap_ssl.h usability... no=0A= checking ldap_ssl.h presence... no=0A= checking for ldap_ssl.h... no=0A= checking for default DBM... sdbm (default)=0A= checking for pg_config... /usr/bin/pg_config=0A= adding "-I/usr/include/pgsql" to CPPFLAGS=0A= adding "-lpgport" to LIBS=0A= adding "-lpam" to LIBS=0A= adding "-lssl" to LIBS=0A= adding "-lcrypto" to LIBS=0A= adding "-lz" to LIBS=0A= adding "-ledit" to LIBS=0A= adding "-ltermcap" to LIBS=0A= adding "-lresolv" to LIBS=0A= adding "-lgen" to LIBS=0A= adding "-lsocket" to LIBS=0A= adding "-lnsl" to LIBS=0A= adding "-ldl" to LIBS=0A= adding "-lm" to LIBS=0A= checking libpq-fe.h usability... yes=0A= checking libpq-fe.h presence... yes=0A= checking for libpq-fe.h... yes=0A= checking for PQsendQueryPrepared in -lpq... no=0A= checking postgresql/libpq-fe.h usability... no=0A= checking postgresql/libpq-fe.h presence... no=0A= checking for postgresql/libpq-fe.h... no=0A= checking sqlite3.h usability... no=0A= checking sqlite3.h presence... no=0A= checking for sqlite3.h... no=0A= checking sqlite.h usability... no=0A= checking sqlite.h presence... no=0A= checking for sqlite.h... no=0A= checking sybdb.h usability... no=0A= checking sybdb.h presence... no=0A= checking for sybdb.h... no=0A= checking Expat 1.95.x... yes=0A= setting APRUTIL_EXPORT_LIBS to "-lexpat"=0A= setting APRUTIL_LIBS to "-lexpat"=0A= checking iconv.h usability... yes=0A= checking iconv.h presence... yes=0A= checking for iconv.h... yes=0A= adding "-liconv" to LIBS=0A= adding "-liconv" to APRUTIL_LIBS=0A= adding "-liconv" to APRUTIL_EXPORT_LIBS=0A= removed "-liconv" from LIBS=0A= checking for type of inbuf parameter to iconv... const char **=0A= checking for iconv.h... (cached) yes=0A= checking langinfo.h usability... yes=0A= checking langinfo.h presence... yes=0A= checking for langinfo.h... yes=0A= checking for nl_langinfo... yes=0A= checking for CODESET in langinfo.h... yes=0A= checking for library containing crypt... none required=0A= checking if system crypt() function is threadsafe... yes=0A= checking for crypt_r... no=0A= adding "/usr/local/src/apache/httpd-2.2.9/srclib/apr/libapr-1.la" to = APRUTIL_LIBS=0A= adding "-luuid" to APRUTIL_LIBS=0A= adding "-lsendfile" to APRUTIL_LIBS=0A= adding "-lrt" to APRUTIL_LIBS=0A= adding "-lsocket" to APRUTIL_LIBS=0A= adding "-lnsl" to APRUTIL_LIBS=0A= adding "-lpthread" to APRUTIL_LIBS=0A= configure: creating ./config.status=0A= config.status: creating Makefile=0A= config.status: creating export_vars.sh=0A= config.status: creating build/pkg/pkginfo=0A= config.status: creating apr-util.pc=0A= config.status: creating apu-1-config=0A= config.status: creating include/private/apu_select_dbm.h=0A= config.status: creating include/apr_ldap.h=0A= config.status: creating include/apu.h=0A= config.status: creating include/apu_want.h=0A= config.status: creating test/Makefile=0A= config.status: creating include/private/apu_config.h=0A= config.status: executing default commands=0A= srclib/apr-util configured properly=0A= checking for gcc... /usr/sfw/bin/gcc=0A= checking for C compiler default output file name... a.out=0A= checking whether the C compiler works... yes=0A= checking whether we are cross compiling... no=0A= checking for suffix of executables... =0A= checking for suffix of object files... o=0A= checking whether we are using the GNU C compiler... yes=0A= checking whether /usr/sfw/bin/gcc accepts -g... yes=0A= checking for /usr/sfw/bin/gcc option to accept ISO C89... none needed=0A= checking how to run the C preprocessor... /usr/sfw/bin/gcc -E=0A= configure: Configuring PCRE regular expression library=0A= configuring package in srclib/pcre now=0A= checking for gcc... /usr/sfw/bin/gcc=0A= checking for C compiler default output file name... a.out=0A= checking whether the C compiler works... yes=0A= checking whether we are cross compiling... no=0A= checking for suffix of executables... =0A= checking for suffix of object files... o=0A= checking whether we are using the GNU C compiler... yes=0A= checking whether /usr/sfw/bin/gcc accepts -g... yes=0A= checking for /usr/sfw/bin/gcc option to accept ISO C89... none needed=0A= checking how to run the C preprocessor... /usr/sfw/bin/gcc -E=0A= checking for grep that handles long lines and -e... /usr/sfw/bin/ggrep=0A= checking for egrep... /usr/sfw/bin/ggrep -E=0A= checking for ANSI C header files... yes=0A= checking for sys/types.h... yes=0A= checking for sys/stat.h... yes=0A= checking for stdlib.h... yes=0A= checking for string.h... yes=0A= checking for memory.h... yes=0A= checking for strings.h... yes=0A= checking for inttypes.h... yes=0A= checking for stdint.h... yes=0A= checking for unistd.h... yes=0A= checking limits.h usability... yes=0A= checking limits.h presence... yes=0A= checking for limits.h... yes=0A= checking for an ANSI C-conforming const... yes=0A= checking for size_t... yes=0A= checking for bcopy... yes=0A= checking for memmove... yes=0A= checking for strerror... yes=0A= configure: creating ./config.status=0A= config.status: creating Makefile=0A= config.status: creating pcre.h=0A= config.status: creating pcre-config=0A= config.status: creating config.h=0A= config.status: executing default commands=0A= srclib/pcre configured properly=0A= setting AP_LIBS to = "/usr/local/src/apache/httpd-2.2.9/srclib/pcre/libpcre.la"=0A= setting INCLUDES to "-I$(top_builddir)/srclib/pcre"=0A= =0A= Configuring Apache httpd ...=0A= =0A= adding "-I." to INCLUDES=0A= adding "-I$(top_srcdir)/os/$(OS_DIR)" to INCLUDES=0A= adding "-I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME)" to INCLUDES=0A= adding "-I$(top_srcdir)/modules/http" to INCLUDES=0A= adding "-I$(top_srcdir)/modules/filters" to INCLUDES=0A= adding "-I$(top_srcdir)/modules/proxy" to INCLUDES=0A= adding "-I$(top_srcdir)/include" to INCLUDES=0A= adding "-I$(top_srcdir)/modules/generators" to INCLUDES=0A= adding "-I$(top_srcdir)/modules/mappers" to INCLUDES=0A= adding "-I$(top_srcdir)/modules/database" to INCLUDES=0A= adding "-I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include" to = INCLUDES=0A= adding "-I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include" = to INCLUDES=0A= =0A= Applying OS-specific hints for httpd ...=0A= =0A= forcing SINGLE_LISTEN_UNSERIALIZED_ACCEPT to "1"=0A= forcing AP_NONBLOCK_WHEN_MULTI_LISTEN to "1"=0A= checking for rm... /usr/bin/rm=0A= checking for pkg-config... /usr/bin/pkg-config=0A= checking for rsync... /opt/csw/bin/rsync=0A= checking for gawk... gawk=0A= checking whether ln -s works... yes=0A= checking for ranlib... ranlib=0A= checking for lynx... no=0A= checking for links... no=0A= checking for elinks... no=0A= checking for grep that handles long lines and -e... /usr/sfw/bin/ggrep=0A= checking for egrep... /usr/sfw/bin/ggrep -E=0A= checking for ANSI C header files... yes=0A= checking for sys/types.h... yes=0A= checking for sys/stat.h... yes=0A= checking for stdlib.h... yes=0A= checking for string.h... yes=0A= checking for memory.h... yes=0A= checking for strings.h... yes=0A= checking for inttypes.h... yes=0A= checking for stdint.h... yes=0A= checking for unistd.h... yes=0A= checking minix/config.h usability... no=0A= checking minix/config.h presence... no=0A= checking for minix/config.h... no=0A= checking whether it is safe to define __EXTENSIONS__... yes=0A= checking for library containing strerror... none required=0A= checking for minix/config.h... (cached) no=0A= checking whether it is safe to define __EXTENSIONS__... (cached) yes=0A= checking for ANSI C header files... (cached) yes=0A= checking for string.h... (cached) yes=0A= checking limits.h usability... yes=0A= checking limits.h presence... yes=0A= checking for limits.h... yes=0A= checking for unistd.h... (cached) yes=0A= checking sys/socket.h usability... yes=0A= checking sys/socket.h presence... yes=0A= checking for sys/socket.h... yes=0A= checking pwd.h usability... yes=0A= checking pwd.h presence... yes=0A= checking for pwd.h... yes=0A= checking grp.h usability... yes=0A= checking grp.h presence... yes=0A= checking for grp.h... yes=0A= checking for strings.h... (cached) yes=0A= checking sys/prctl.h usability... no=0A= checking sys/prctl.h presence... no=0A= checking for sys/prctl.h... no=0A= checking sys/processor.h usability... yes=0A= checking sys/processor.h presence... yes=0A= checking for sys/processor.h... yes=0A= checking sys/sem.h usability... yes=0A= checking sys/sem.h presence... yes=0A= checking for sys/sem.h... yes=0A= checking for sys/wait.h that is POSIX.1 compatible... yes=0A= checking for an ANSI C-conforming const... yes=0A= checking for library containing sqrt... -lm=0A= checking for getpwnam... yes=0A= checking for getgrnam... yes=0A= checking for initgroups... yes=0A= checking for bindprocessor... no=0A= checking for prctl... no=0A= checking for timegm... no=0A= checking for getpgid... yes=0A= checking for void pointer length... no=0A= checking for tm_gmtoff in struct tm... no=0A= checking whether to enable mod_authn_file... shared=0A= checking whether to enable mod_authn_dbm... no=0A= checking whether to enable mod_authn_anon... no=0A= checking whether to enable mod_authn_dbd... no=0A= checking whether to enable mod_authn_default... yes (default)=0A= checking whether to enable mod_authn_alias... shared=0A= checking whether to enable mod_authz_host... yes (default)=0A= checking whether to enable mod_authz_groupfile... yes (default)=0A= checking whether to enable mod_authz_user... yes (default)=0A= checking whether to enable mod_authz_dbm... no=0A= checking whether to enable mod_authz_owner... shared=0A= checking whether to enable mod_authnz_ldap... checking dependencies=0A= checking whether to enable mod_authnz_ldap... shared=0A= checking whether to enable mod_authz_default... yes (default)=0A= checking whether to enable mod_auth_basic... shared=0A= checking whether to enable mod_auth_digest... checking dependencies=0A= checking whether to enable mod_auth_digest... shared=0A= checking whether to enable mod_isapi... no=0A= checking whether to enable mod_file_cache... shared=0A= checking whether to enable mod_cache... shared=0A= checking whether to enable mod_disk_cache... shared=0A= checking whether to enable mod_mem_cache... shared=0A= checking whether to enable mod_dbd... no=0A= checking whether to enable mod_bucketeer... no=0A= checking whether to enable mod_dumpio... no=0A= checking whether to enable mod_echo... no=0A= checking whether to enable mod_example... no=0A= checking whether to enable mod_case_filter... no=0A= checking whether to enable mod_case_filter_in... no=0A= checking whether to enable mod_ext_filter... no=0A= checking whether to enable mod_include... yes (default)=0A= checking whether to enable mod_filter... yes (default)=0A= checking whether to enable mod_substitute... no=0A= checking whether to enable mod_charset_lite... no=0A= checking whether to enable mod_deflate... no=0A= checking whether to enable mod_ldap... checking dependencies=0A= checking whether to enable mod_ldap... shared=0A= checking whether to enable mod_log_config... yes (default)=0A= checking whether to enable mod_log_forensic... no=0A= checking whether to enable mod_logio... no=0A= checking whether to enable mod_env... yes (default)=0A= checking whether to enable mod_mime_magic... no=0A= checking whether to enable mod_cern_meta... no=0A= checking whether to enable mod_expires... no=0A= checking whether to enable mod_headers... no=0A= checking whether to enable mod_ident... no=0A= checking whether to enable mod_usertrack... no=0A= checking whether to enable mod_unique_id... no=0A= checking whether to enable mod_setenvif... yes (default)=0A= checking whether to enable mod_version... shared=0A= checking whether to enable mod_proxy... shared=0A= checking whether to enable mod_proxy_connect... shared=0A= checking whether to enable mod_proxy_ftp... shared=0A= checking whether to enable mod_proxy_http... shared=0A= checking whether to enable mod_proxy_ajp... shared=0A= checking whether to enable mod_proxy_balancer... shared=0A= adding "-I$(top_srcdir)/modules/proxy/../generators" to INCLUDES=0A= checking whether to enable mod_ssl... checking dependencies=0A= checking for SSL/TLS toolkit base... none=0A= checking for OpenSSL version... checking openssl/opensslv.h usability... = yes=0A= checking openssl/opensslv.h presence... yes=0A= checking for openssl/opensslv.h... yes=0A= checking openssl/ssl.h usability... yes=0A= checking openssl/ssl.h presence... yes=0A= checking for openssl/ssl.h... yes=0A= OK=0A= checking openssl/engine.h usability... yes=0A= checking openssl/engine.h presence... yes=0A= checking for openssl/engine.h... yes=0A= checking for SSLeay_version in -lcrypto... yes=0A= checking for SSL_CTX_new in -lssl... yes=0A= checking for ENGINE_init... yes=0A= checking for ENGINE_load_builtin_engines... yes=0A= checking for SSL_set_cert_store... no=0A= adding "-I/usr/sfw/include" to INCLUDES=0A= forcing SSL_LIBS to "-lssl -lcrypto"=0A= adding "-R/usr/sfw/lib" to SSL_LIBS=0A= adding "-L/usr/sfw/lib" to SSL_LIBS=0A= adding "-lsocket" to SSL_LIBS=0A= adding "-lnsl" to SSL_LIBS=0A= adding "-ldl" to SSL_LIBS=0A= forcing MOD_SSL_LDADD to "$(SSL_LIBS)"=0A= checking whether Distcache is required... no (default)=0A= adding "-export-symbols-regex" to MOD_SSL_LDADD=0A= adding "ssl_module" to MOD_SSL_LDADD=0A= checking whether to enable mod_ssl... shared=0A= adding "-I$(top_srcdir)/modules/ssl" to INCLUDES=0A= checking whether to enable mod_optional_hook_export... no=0A= checking whether to enable mod_optional_hook_import... no=0A= checking whether to enable mod_optional_fn_import... no=0A= checking whether to enable mod_optional_fn_export... no=0A= checking for target platform... unix=0A= checking for rlim_t... yes=0A= checking sys/time.h usability... yes=0A= checking sys/time.h presence... yes=0A= checking for sys/time.h... yes=0A= checking sys/resource.h usability... yes=0A= checking sys/resource.h presence... yes=0A= checking for sys/resource.h... yes=0A= checking for sys/sem.h... (cached) yes=0A= checking sys/ipc.h usability... yes=0A= checking sys/ipc.h presence... yes=0A= checking for sys/ipc.h... yes=0A= checking for setsid... yes=0A= checking for killpg... yes=0A= checking bstring.h usability... no=0A= checking bstring.h presence... no=0A= checking for bstring.h... no=0A= checking for unistd.h... (cached) yes=0A= checking for syslog... yes=0A= checking sys/times.h usability... yes=0A= checking sys/times.h presence... yes=0A= checking for sys/times.h... yes=0A= checking for times... yes=0A= checking which MPM to use... prefork=0A= setting rotatelogs_LTFLAGS to "-static"=0A= checking whether to enable mod_http... yes=0A= checking whether to enable mod_mime... yes (default)=0A= checking for extra modules... none=0A= checking whether to enable mod_dav... yes (default)=0A= adding "-I$(top_srcdir)/modules/dav/main" to INCLUDES=0A= checking whether to enable mod_status... yes (default)=0A= checking whether to enable mod_autoindex... yes (default)=0A= checking whether to enable mod_asis... yes (default)=0A= checking whether to enable mod_info... no=0A= checking whether to enable mod_suexec... no=0A= checking whether to enable mod_cgi... yes (default)=0A= checking whether to enable mod_cgid... no=0A= checking whether to enable mod_dav_fs... yes (default)=0A= checking whether to enable mod_dav_lock... no=0A= checking whether to enable mod_vhost_alias... shared=0A= checking whether to enable mod_negotiation... yes (default)=0A= checking whether to enable mod_dir... yes (default)=0A= checking whether to enable mod_imagemap... no=0A= checking whether to enable mod_actions... yes (default)=0A= checking whether to enable mod_speling... no=0A= checking whether to enable mod_userdir... yes (default)=0A= checking whether to enable mod_alias... yes (default)=0A= checking whether to enable mod_rewrite... shared=0A= setting HTTPD_LDFLAGS to "-export-dynamic"=0A= checking whether to enable mod_so... yes=0A= =0A= Restore user-defined environment settings...=0A= =0A= restoring CPPFLAGS to "-DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include"=0A= setting EXTRA_CPPFLAGS to " -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT = -D_LARGEFILE64_SOURCE"=0A= restoring CFLAGS to "-O2 -mcpu=3Dv9 -I/usr/include -I/usr/sfw/include = -I/opt/csw/include -I/usr/local/ssl/include -I/opt/csw/bdb4/include"=0A= setting EXTRA_CFLAGS to ""=0A= restoring CXXFLAGS to ""=0A= setting EXTRA_CXXFLAGS to ""=0A= restoring LDFLAGS to "-R/usr/sfw/lib/sparcv9 -L/usr/sfw/lib/sparcv9 = -R/usr/lib -L/usr/lib -R/usr/sfw/lib -L/usr/sfw/lib -R/opt/csw/lib = -L/opt/csw/lib -R/usr/local/ssl/lib -L/usr/local/ssl/lib = -R/opt/csw/bdb4/lib -L/opt/csw/bdb4/lib -R/lib -L/lib -R/etc/lib = -L/etc/lib"=0A= setting EXTRA_LDFLAGS to ""=0A= restoring LIBS to ""=0A= setting EXTRA_LIBS to "-lm "=0A= restoring INCLUDES to ""=0A= setting EXTRA_INCLUDES to "-I$(top_builddir)/srclib/pcre -I. = -I$(top_srcdir)/os/$(OS_DIR) = -I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME) = -I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/filters = -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include = -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers = -I$(top_srcdir)/modules/database = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I$(top_srcdir)/modules/proxy/../generators -I/usr/sfw/include = -I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/dav/main"=0A= =0A= Construct makefiles and header files...=0A= =0A= creating config_vars.mk=0A= configure: creating ./config.status=0A= creating modules/aaa/Makefile=0A= creating modules/arch/win32/Makefile=0A= creating modules/cache/Makefile=0A= creating modules/database/Makefile=0A= creating modules/debug/Makefile=0A= creating modules/echo/Makefile=0A= creating modules/experimental/Makefile=0A= creating modules/filters/Makefile=0A= creating modules/ldap/Makefile=0A= creating modules/loggers/Makefile=0A= creating modules/metadata/Makefile=0A= creating modules/proxy/Makefile=0A= creating modules/ssl/Makefile=0A= creating modules/test/Makefile=0A= creating os/unix/Makefile=0A= creating server/mpm/Makefile=0A= creating server/mpm/prefork/Makefile=0A= creating modules/http/Makefile=0A= creating modules/dav/main/Makefile=0A= creating modules/generators/Makefile=0A= creating modules/dav/fs/Makefile=0A= creating modules/dav/lock/Makefile=0A= creating modules/mappers/Makefile=0A= creating Makefile=0A= creating modules/Makefile=0A= creating srclib/Makefile=0A= creating os/Makefile=0A= creating server/Makefile=0A= creating support/Makefile=0A= creating srclib/pcre/Makefile=0A= creating test/Makefile=0A= config.status: creating docs/conf/httpd.conf=0A= config.status: creating docs/conf/extra/httpd-autoindex.conf=0A= config.status: creating docs/conf/extra/httpd-dav.conf=0A= config.status: creating docs/conf/extra/httpd-default.conf=0A= config.status: creating docs/conf/extra/httpd-info.conf=0A= config.status: creating docs/conf/extra/httpd-languages.conf=0A= config.status: creating docs/conf/extra/httpd-manual.conf=0A= config.status: creating docs/conf/extra/httpd-mpm.conf=0A= config.status: creating docs/conf/extra/httpd-multilang-errordoc.conf=0A= config.status: creating docs/conf/extra/httpd-ssl.conf=0A= config.status: creating docs/conf/extra/httpd-userdir.conf=0A= config.status: creating docs/conf/extra/httpd-vhosts.conf=0A= config.status: creating include/ap_config_layout.h=0A= config.status: creating support/apxs=0A= config.status: creating support/apachectl=0A= config.status: creating support/dbmmanage=0A= config.status: creating support/envvars-std=0A= config.status: creating support/log_server_status=0A= config.status: creating support/logresolve.pl=0A= config.status: creating support/phf_abuse_log.cgi=0A= config.status: creating support/split-logfile=0A= config.status: creating build/rules.mk=0A= config.status: creating build/pkg/pkginfo=0A= config.status: creating build/config_vars.sh=0A= config.status: creating include/ap_config_auto.h=0A= config.status: executing default commands=0A= ------=_NextPart_001_0013_01C8E11A.40BEE230 Content-Type: application/octet-stream; name="make_229_full.out" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="make_229_full.out" Making all in srclib=0A= Making all in apr=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = passwd/apr_getpass.lo -c passwd/apr_getpass.c && touch = passwd/apr_getpass.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = strings/apr_cpystrn.lo -c strings/apr_cpystrn.c && touch = strings/apr_cpystrn.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = strings/apr_fnmatch.lo -c strings/apr_fnmatch.c && touch = strings/apr_fnmatch.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = strings/apr_snprintf.lo -c strings/apr_snprintf.c && touch = strings/apr_snprintf.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = strings/apr_strings.lo -c strings/apr_strings.c && touch = strings/apr_strings.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = strings/apr_strnatcmp.lo -c strings/apr_strnatcmp.c && touch = strings/apr_strnatcmp.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = strings/apr_strtok.lo -c strings/apr_strtok.c && touch = strings/apr_strtok.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = tables/apr_hash.lo -c tables/apr_hash.c && touch tables/apr_hash.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = tables/apr_tables.lo -c tables/apr_tables.c && touch tables/apr_tables.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = dso/unix/dso.lo -c dso/unix/dso.c && touch dso/unix/dso.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = file_io/unix/buffer.lo -c file_io/unix/buffer.c && touch = file_io/unix/buffer.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = file_io/unix/copy.lo -c file_io/unix/copy.c && touch file_io/unix/copy.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = file_io/unix/dir.lo -c file_io/unix/dir.c && touch file_io/unix/dir.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = file_io/unix/fileacc.lo -c file_io/unix/fileacc.c && touch = file_io/unix/fileacc.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = file_io/unix/filedup.lo -c file_io/unix/filedup.c && touch = file_io/unix/filedup.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = file_io/unix/filepath.lo -c file_io/unix/filepath.c && touch = file_io/unix/filepath.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = file_io/unix/filepath_util.lo -c file_io/unix/filepath_util.c && touch = file_io/unix/filepath_util.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = file_io/unix/filestat.lo -c file_io/unix/filestat.c && touch = file_io/unix/filestat.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = file_io/unix/flock.lo -c file_io/unix/flock.c && touch = file_io/unix/flock.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = file_io/unix/fullrw.lo -c file_io/unix/fullrw.c && touch = file_io/unix/fullrw.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = file_io/unix/mktemp.lo -c file_io/unix/mktemp.c && touch = file_io/unix/mktemp.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = file_io/unix/open.lo -c file_io/unix/open.c && touch file_io/unix/open.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = file_io/unix/pipe.lo -c file_io/unix/pipe.c && touch file_io/unix/pipe.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = file_io/unix/readwrite.lo -c file_io/unix/readwrite.c && touch = file_io/unix/readwrite.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = file_io/unix/seek.lo -c file_io/unix/seek.c && touch file_io/unix/seek.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = file_io/unix/tempdir.lo -c file_io/unix/tempdir.c && touch = file_io/unix/tempdir.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = locks/unix/global_mutex.lo -c locks/unix/global_mutex.c && touch = locks/unix/global_mutex.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = locks/unix/proc_mutex.lo -c locks/unix/proc_mutex.c && touch = locks/unix/proc_mutex.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = locks/unix/thread_cond.lo -c locks/unix/thread_cond.c && touch = locks/unix/thread_cond.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = locks/unix/thread_mutex.lo -c locks/unix/thread_mutex.c && touch = locks/unix/thread_mutex.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = locks/unix/thread_rwlock.lo -c locks/unix/thread_rwlock.c && touch = locks/unix/thread_rwlock.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = memory/unix/apr_pools.lo -c memory/unix/apr_pools.c && touch = memory/unix/apr_pools.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = misc/unix/charset.lo -c misc/unix/charset.c && touch misc/unix/charset.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = misc/unix/env.lo -c misc/unix/env.c && touch misc/unix/env.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = misc/unix/errorcodes.lo -c misc/unix/errorcodes.c && touch = misc/unix/errorcodes.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = misc/unix/getopt.lo -c misc/unix/getopt.c && touch misc/unix/getopt.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = misc/unix/otherchild.lo -c misc/unix/otherchild.c && touch = misc/unix/otherchild.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = misc/unix/rand.lo -c misc/unix/rand.c && touch misc/unix/rand.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = misc/unix/start.lo -c misc/unix/start.c && touch misc/unix/start.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = misc/unix/version.lo -c misc/unix/version.c && touch misc/unix/version.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = mmap/unix/common.lo -c mmap/unix/common.c && touch mmap/unix/common.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = mmap/unix/mmap.lo -c mmap/unix/mmap.c && touch mmap/unix/mmap.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = network_io/unix/inet_ntop.lo -c network_io/unix/inet_ntop.c && touch = network_io/unix/inet_ntop.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = network_io/unix/inet_pton.lo -c network_io/unix/inet_pton.c && touch = network_io/unix/inet_pton.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = network_io/unix/multicast.lo -c network_io/unix/multicast.c && touch = network_io/unix/multicast.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = network_io/unix/sendrecv.lo -c network_io/unix/sendrecv.c && touch = network_io/unix/sendrecv.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = network_io/unix/sockaddr.lo -c network_io/unix/sockaddr.c && touch = network_io/unix/sockaddr.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = network_io/unix/sockets.lo -c network_io/unix/sockets.c && touch = network_io/unix/sockets.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = network_io/unix/sockopt.lo -c network_io/unix/sockopt.c && touch = network_io/unix/sockopt.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = poll/unix/epoll.lo -c poll/unix/epoll.c && touch poll/unix/epoll.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = poll/unix/kqueue.lo -c poll/unix/kqueue.c && touch poll/unix/kqueue.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = poll/unix/poll.lo -c poll/unix/poll.c && touch poll/unix/poll.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = poll/unix/port.lo -c poll/unix/port.c && touch poll/unix/port.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = poll/unix/select.lo -c poll/unix/select.c && touch poll/unix/select.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = random/unix/apr_random.lo -c random/unix/apr_random.c && touch = random/unix/apr_random.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = random/unix/sha2.lo -c random/unix/sha2.c && touch random/unix/sha2.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = random/unix/sha2_glue.lo -c random/unix/sha2_glue.c && touch = random/unix/sha2_glue.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = shmem/unix/shm.lo -c shmem/unix/shm.c && touch shmem/unix/shm.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = support/unix/waitio.lo -c support/unix/waitio.c && touch = support/unix/waitio.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = threadproc/unix/proc.lo -c threadproc/unix/proc.c && touch = threadproc/unix/proc.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = threadproc/unix/procsup.lo -c threadproc/unix/procsup.c && touch = threadproc/unix/procsup.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = threadproc/unix/signals.lo -c threadproc/unix/signals.c && touch = threadproc/unix/signals.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = threadproc/unix/thread.lo -c threadproc/unix/thread.c && touch = threadproc/unix/thread.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = threadproc/unix/threadpriv.lo -c threadproc/unix/threadpriv.c && touch = threadproc/unix/threadpriv.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = time/unix/time.lo -c time/unix/time.c && touch time/unix/time.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = time/unix/timestr.lo -c time/unix/timestr.c && touch time/unix/timestr.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = user/unix/groupinfo.lo -c user/unix/groupinfo.c && touch = user/unix/groupinfo.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = user/unix/userinfo.lo -c user/unix/userinfo.c && touch = user/unix/userinfo.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = atomic/unix/builtins.lo -c atomic/unix/builtins.c && touch = atomic/unix/builtins.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = atomic/unix/ia32.lo -c atomic/unix/ia32.c && touch atomic/unix/ia32.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = atomic/unix/mutex.lo -c atomic/unix/mutex.c && touch atomic/unix/mutex.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = atomic/unix/ppc.lo -c atomic/unix/ppc.c && touch atomic/unix/ppc.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = atomic/unix/s390.lo -c atomic/unix/s390.c && touch atomic/unix/s390.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = atomic/unix/solaris.lo -c atomic/unix/solaris.c && touch = atomic/unix/solaris.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dlink /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -version-info = 3:0:3 -R/usr/sfw/lib/sparcv9 -L/usr/sfw/lib/sparcv9 -R/usr/lib = -L/usr/lib -R/usr/sfw/lib -L/usr/sfw/lib -R/opt/csw/lib -L/opt/csw/lib = -R/usr/local/ssl/lib -L/usr/local/ssl/lib -R/opt/csw/bdb4/lib = -L/opt/csw/bdb4/lib -R/lib -L/lib -R/etc/lib -L/etc/lib -o libapr-1.la = -rpath /usr/local/apache-2.2.9/lib passwd/apr_getpass.lo = strings/apr_cpystrn.lo strings/apr_fnmatch.lo strings/apr_snprintf.lo = strings/apr_strings.lo strings/apr_strnatcmp.lo strings/apr_strtok.lo = tables/apr_hash.lo tables/apr_tables.lo dso/unix/dso.lo = file_io/unix/buffer.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 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 = memory/unix/apr_pools.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 = mmap/unix/common.lo mmap/unix/mmap.lo network_io/unix/inet_ntop.lo = network_io/unix/inet_pton.lo network_io/unix/multicast.lo = network_io/unix/sendrecv.lo network_io/unix/sockaddr.lo = network_io/unix/sockets.lo network_io/unix/sockopt.lo poll/unix/epoll.lo = poll/unix/kqueue.lo poll/unix/poll.lo poll/unix/port.lo = poll/unix/select.lo random/unix/apr_random.lo random/unix/sha2.lo = random/unix/sha2_glue.lo shmem/unix/shm.lo support/unix/waitio.lo = threadproc/unix/proc.lo threadproc/unix/procsup.lo = threadproc/unix/signals.lo threadproc/unix/thread.lo = threadproc/unix/threadpriv.lo time/unix/time.lo time/unix/timestr.lo = user/unix/groupinfo.lo user/unix/userinfo.lo atomic/unix/builtins.lo = atomic/unix/ia32.lo atomic/unix/mutex.lo atomic/unix/ppc.lo = atomic/unix/s390.lo atomic/unix/solaris.lo -luuid -lsendfile -lrt = -lsocket -lnsl -lpthread=0A= gawk -f = /usr/local/src/apache/httpd-2.2.9/srclib/apr/build/make_exports.awk = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_allocator.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_atomic.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_dso.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_env.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_errno.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_file_info.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_file_io.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_fnmatch.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_general.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_getopt.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_global_mutex.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_hash.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_inherit.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_lib.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_mmap.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_network_io.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_poll.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_pools.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_portable.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_proc_mutex.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_random.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_ring.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_shm.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_signal.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_strings.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_support.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_tables.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_thread_cond.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_thread_mutex.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_thread_proc.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_thread_rwlock.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_time.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_user.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_version.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_want.h > = exports.c=0A= gawk -f = /usr/local/src/apache/httpd-2.2.9/srclib/apr/build/make_var_export.awk = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_allocator.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_atomic.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_dso.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_env.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_errno.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_file_info.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_file_io.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_fnmatch.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_general.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_getopt.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_global_mutex.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_hash.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_inherit.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_lib.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_mmap.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_network_io.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_poll.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_pools.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_portable.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_proc_mutex.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_random.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_ring.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_shm.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_signal.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_strings.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_support.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_tables.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_thread_cond.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_thread_mutex.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_thread_proc.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_thread_rwlock.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_time.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_user.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_version.h = /usr/local/src/apache/httpd-2.2.9/srclib/apr/include/apr_want.h > = export_vars.c=0A= /usr/sfw/bin/gcc -E -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include exports.c | grep = "ap_hack_" | sed -e 's/^.*[)]\(.*\);$/\1/' >> apr.exp=0A= /usr/sfw/bin/gcc -E -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -I./include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I./include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include/arch/unix = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include export_vars.c | = sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> apr.exp=0A= sed 's,^\(location=3D\).*$,\1installed,' < apr-1-config > apr-config.out=0A= sed 's,^\(apr_build.*=3D\).*$,\1/usr/local/apache-2.2.9/build,' < = build/apr_rules.mk > build/apr_rules.out=0A= Making all in apr-util=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = buckets/apr_brigade.lo -c buckets/apr_brigade.c && touch = buckets/apr_brigade.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = buckets/apr_buckets.lo -c buckets/apr_buckets.c && touch = buckets/apr_buckets.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = buckets/apr_buckets_alloc.lo -c buckets/apr_buckets_alloc.c && touch = buckets/apr_buckets_alloc.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = buckets/apr_buckets_eos.lo -c buckets/apr_buckets_eos.c && touch = buckets/apr_buckets_eos.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = buckets/apr_buckets_file.lo -c buckets/apr_buckets_file.c && touch = buckets/apr_buckets_file.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = buckets/apr_buckets_flush.lo -c buckets/apr_buckets_flush.c && touch = buckets/apr_buckets_flush.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = buckets/apr_buckets_heap.lo -c buckets/apr_buckets_heap.c && touch = buckets/apr_buckets_heap.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = buckets/apr_buckets_mmap.lo -c buckets/apr_buckets_mmap.c && touch = buckets/apr_buckets_mmap.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = buckets/apr_buckets_pipe.lo -c buckets/apr_buckets_pipe.c && touch = buckets/apr_buckets_pipe.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = buckets/apr_buckets_pool.lo -c buckets/apr_buckets_pool.c && touch = buckets/apr_buckets_pool.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = buckets/apr_buckets_refcount.lo -c buckets/apr_buckets_refcount.c && = touch buckets/apr_buckets_refcount.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = buckets/apr_buckets_simple.lo -c buckets/apr_buckets_simple.c && touch = buckets/apr_buckets_simple.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = buckets/apr_buckets_socket.lo -c buckets/apr_buckets_socket.c && touch = buckets/apr_buckets_socket.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = crypto/apr_md4.lo -c crypto/apr_md4.c && touch crypto/apr_md4.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = crypto/apr_md5.lo -c crypto/apr_md5.c && touch crypto/apr_md5.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = crypto/apr_sha1.lo -c crypto/apr_sha1.c && touch crypto/apr_sha1.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = crypto/getuuid.lo -c crypto/getuuid.c && touch crypto/getuuid.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = crypto/uuid.lo -c crypto/uuid.c && touch crypto/uuid.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = dbm/apr_dbm.lo -c dbm/apr_dbm.c && touch dbm/apr_dbm.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = dbm/apr_dbm_berkeleydb.lo -c dbm/apr_dbm_berkeleydb.c && touch = dbm/apr_dbm_berkeleydb.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = dbm/apr_dbm_gdbm.lo -c dbm/apr_dbm_gdbm.c && touch dbm/apr_dbm_gdbm.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = dbm/apr_dbm_ndbm.lo -c dbm/apr_dbm_ndbm.c && touch dbm/apr_dbm_ndbm.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = dbm/apr_dbm_sdbm.lo -c dbm/apr_dbm_sdbm.c && touch dbm/apr_dbm_sdbm.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = dbm/sdbm/sdbm.lo -c dbm/sdbm/sdbm.c && touch dbm/sdbm/sdbm.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = dbm/sdbm/sdbm_hash.lo -c dbm/sdbm/sdbm_hash.c && touch = dbm/sdbm/sdbm_hash.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = dbm/sdbm/sdbm_lock.lo -c dbm/sdbm/sdbm_lock.c && touch = dbm/sdbm/sdbm_lock.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = dbm/sdbm/sdbm_pair.lo -c dbm/sdbm/sdbm_pair.c && touch = dbm/sdbm/sdbm_pair.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = encoding/apr_base64.lo -c encoding/apr_base64.c && touch = encoding/apr_base64.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = hooks/apr_hooks.lo -c hooks/apr_hooks.c && touch hooks/apr_hooks.lo=0A= /bin/bash /usr/local/src/apache/httpd-2.2.9/srclib/apr/libtool --silent = --mode=3Dcompile /usr/sfw/bin/gcc -O2 -mcpu=3Dv9 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include -DHAVE_CONFIG_H -D_POSIX_PTHREAD_SEMANTICS = -D_REENTRANT -D_LARGEFILE64_SOURCE -DSOLARIS2=3D10 -I/usr/include = -I/usr/sfw/include -I/opt/csw/include -I/usr/local/ssl/include = -I/opt/csw/bdb4/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr-util/include/private = -I/usr/local/src/apache/httpd-2.2.9/srclib/apr/include -o = ldap/apr_ldap_stub.lo -c ldap/apr_ldap_stub.c && touch = ldap/apr_ldap_stub.lo=0A= *** Error code 1=0A= *** Error code 1=0A= The following command caused the error:=0A= otarget=3D`echo all-recursive | sed s/-recursive//`; \=0A= list=3D'xml dbd dbm encoding hooks buckets misc crypto uri strmatch = memcache dbm/sdbm ldap xlate '; \=0A= for i in $list; do \=0A= if test -f "$i/Makefile"; then \=0A= target=3D"$otarget"; \=0A= echo "Making $target in $i"; \=0A= if test "$i" =3D "."; then \=0A= made_local=3Dyes; \=0A= target=3D"local-$target"; \=0A= fi; \=0A= (cd $i && make $target) || exit 1; \=0A= fi; \=0A= done; \=0A= if test "$otarget" =3D "all" && test -z "libaprutil-1.la = aprutil.exp apu-config.out ldap/apr_ldap.la"; then \=0A= made_local=3Dyes; \=0A= fi; \=0A= if test "$made_local" !=3D "yes"; then \=0A= make "local-$otarget" || exit 1; \=0A= fi=0A= *** Error code 1=0A= The following command caused the error:=0A= otarget=3D`echo all-recursive|sed s/-recursive//`; \=0A= list=3D' apr apr-util pcre '; \=0A= for i in $list; do \=0A= if test -d "$i"; then \=0A= target=3D"$otarget"; \=0A= echo "Making $target in $i"; \=0A= if test "$i" =3D "."; then \=0A= made_local=3Dyes; \=0A= target=3D"local-$target"; \=0A= fi; \=0A= (cd $i && make $target) || exit 1; \=0A= fi; \=0A= done; \=0A= if test "$otarget" =3D "all" && test -z ''; then \=0A= made_local=3Dyes; \=0A= fi; \=0A= if test "$made_local" !=3D "yes"; then \=0A= make "local-$otarget" || exit 1; \=0A= fi=0A= *** Error code 1=0A= The following command caused the error:=0A= otarget=3D`echo all-recursive|sed s/-recursive//`; \=0A= list=3D' srclib os server modules support'; \=0A= for i in $list; do \=0A= if test -d "$i"; then \=0A= target=3D"$otarget"; \=0A= echo "Making $target in $i"; \=0A= if test "$i" =3D "."; then \=0A= made_local=3Dyes; \=0A= target=3D"local-$target"; \=0A= fi; \=0A= (cd $i && make $target) || exit 1; \=0A= fi; \=0A= done; \=0A= if test "$otarget" =3D "all" && test -z 'httpd shared-build '; then \=0A= made_local=3Dyes; \=0A= fi; \=0A= if test "$made_local" !=3D "yes"; then \=0A= make "local-$otarget" || exit 1; \=0A= fi=0A= ------=_NextPart_001_0013_01C8E11A.40BEE230-- ------=_NextPart_000_0012_01C8E11A.40BEE230 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIR5zCCA58w ggKHoAMCAQICASYwDQYJKoZIhvcNAQEFBQAwcTELMAkGA1UEBhMCREUxHDAaBgNVBAoTE0RldXRz Y2hlIFRlbGVrb20gQUcxHzAdBgNVBAsTFlQtVGVsZVNlYyBUcnVzdCBDZW50ZXIxIzAhBgNVBAMT GkRldXRzY2hlIFRlbGVrb20gUm9vdCBDQSAyMB4XDTk5MDcwOTEyMTEwMFoXDTE5MDcwOTIzNTkw MFowcTELMAkGA1UEBhMCREUxHDAaBgNVBAoTE0RldXRzY2hlIFRlbGVrb20gQUcxHzAdBgNVBAsT FlQtVGVsZVNlYyBUcnVzdCBDZW50ZXIxIzAhBgNVBAMTGkRldXRzY2hlIFRlbGVrb20gUm9vdCBD QSAyMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqwujNeCLKRSxFIWvPBDkOW81XUqu 3ephjZVJ9G9koxpgZqSpQCKE2dSl5XiTDmgBrblNXDrO07ioQkDfz6O6gllqkhusHJraCCslJ/lp I0fx4Ossepv1EwLQfjR8wp48AFmr9doM9TI8K6xQ2tbD3oOUyqgMmTIOCEhWW2r72uFYWAFJX3JB PBUGAY5draq4k7TNnuun6GotUjTbOu9cdVHa2/Mx+e5xmDLEVBVEDPmbVe2t3xgIoKOGiknuUwWP GUzV3lh5m9JqHEKrxdWnz2gPluThYZh2YciRfNY+AOKRUIfhnQrmrZfSHcY6fcu82gM01Y5bAfVq B7cWtm5KfwIDAQABo0IwQDAdBgNVHQ4EFgQUMcN5G7r1U9cX4Il6LRdsCrMrnTMwDwYDVR0TBAgw BgEB/wIBBTAOBgNVHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQEFBQADggEBAJRkWa05ZOcp6xP+WsOL E1fIBCTwdHfAYONn++mJpoO/loJ8btTDPe+egG67KbSYerE7VOs5F0d+Go4L/B8xWTEEss4X8yzH YjZV4iLYiVW0mEiqZPrWHDbYRHhaWiM6V5f1ejBPrp9qTEsrjqAD4z7gqdTSe9KzqOJyPK2e/4BZ 5JtFtPY7sM05GZgy5eohYZDkMSGONLH3LzVKhRDa54o3Ib5ZY+DyhYgxU9RUFIVwefQuBncndS8f uIr5/sW62Dbkg+znZbe/Y1rzRq+BlDfUQYzWI9Yez/VoG0Rjolq6pzVZoeVwBZsOI1eZlAptujlj KIaS8xiE2PvRzwVWZFcwggQhMIIDCaADAgECAgIAxzANBgkqhkiG9w0BAQUFADBxMQswCQYDVQQG EwJERTEcMBoGA1UEChMTRGV1dHNjaGUgVGVsZWtvbSBBRzEfMB0GA1UECxMWVC1UZWxlU2VjIFRy dXN0IENlbnRlcjEjMCEGA1UEAxMaRGV1dHNjaGUgVGVsZWtvbSBSb290IENBIDIwHhcNMDYxMjE5 MTAyOTAwWhcNMTkwNjMwMjM1OTAwWjBaMQswCQYDVQQGEwJERTETMBEGA1UEChMKREZOLVZlcmVp bjEQMA4GA1UECxMHREZOLVBLSTEkMCIGA1UEAxMbREZOLVZlcmVpbiBQQ0EgR2xvYmFsIC0gRzAx MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6ZvDZ4X5Da71jVTDllA1PWLpbkztlNcA W5UidNQg6zSP1uzAMQQLmYHiphTSUqAoI4SLdIkEXlvg4njBeMsWyyg1OXstkEXQ7aAAeny/Sg4b AMOG6VwrMRF7DPOCJEOMHDiLamgAmu7cT3ir0sYTm3at7t4m6O8Br3QPwQmi9mvOvdPNFDBP9eXj pMhim4IaAycwDQJlYE3t0QkjKpY1WCfTdsZxtpAdxO3/NYZ9bzOz2w/FEcKKg6GUXUFr2NIQ9Uz9 ylGs2b3vkoO72uuLFlZWQ8/h1RM9ph8nMM1JVNvJEzSacXXFbOqnC5j5IZ0nrz6jOTlIaoytyZn7 wxLyvQIDAQABo4HZMIHWMHAGA1UdHwRpMGcwZaBjoGGGX2h0dHA6Ly9wa2kudGVsZXNlYy5kZS9j Z2ktYmluL3NlcnZpY2UvYWZfRG93bmxvYWRBUkwuY3JsPy1jcmxfZm9ybWF0PVhfNTA5Ji1pc3N1 ZXI9RFRfUk9PVF9DQV8yMB0GA1UdDgQWBBRJt8bP6D0ff+pEexMp9/EKcD7eZDAfBgNVHSMEGDAW gBQxw3kbuvVT1xfgiXotF2wKsyudMzAOBgNVHQ8BAf8EBAMCAQYwEgYDVR0TAQH/BAgwBgEB/wIB AjANBgkqhkiG9w0BAQUFAAOCAQEAO+Fad8BIF9ypGOyBr1qJ8L0okqbKWRgScOwo8ueuf5Ys5/Jd GTH2Eyt0vb2Asrn3Z8k5onk74RER7mt4kTN+O18mJ3VTZY4zY+7Pc8OwkiNJIVB1I6EfGOKUhT0/ M+l3II2iveahhSlA9j9zMlgNCWum2oVswD+7jWZkViROrg0/MjUBW+mMgtlyWU+xhoXxdIVW5cP4 XPON7kezUwVw5+VNimmDKOETCYaeXsjqWB4MH/mk1FoEaP0oPosCtli19qEsN1cAZ6sjaI1jpe+Z a1z9S1b2q0CHNNQRkmzsh8UKCwczcrRvDB1ULNhRx8y/MNNDcvEyv4zOSWOoAPfyHDCCBOcwggPP oAMCAQICBArOsdgwDQYJKoZIhvcNAQEFBQAwWjELMAkGA1UEBhMCREUxEzARBgNVBAoTCkRGTi1W ZXJlaW4xEDAOBgNVBAsTB0RGTi1QS0kxJDAiBgNVBAMTG0RGTi1WZXJlaW4gUENBIEdsb2JhbCAt IEcwMTAeFw0wNzA3MzExMzA4MjVaFw0xOTA2MzAwMDAwMDBaMF4xCzAJBgNVBAYTAkRFMSAwHgYD VQQKExdNYXgtUGxhbmNrLUdlc2VsbHNjaGFmdDEPMA0GA1UEAxMGTVBHIENBMRwwGgYJKoZIhvcN AQkBFg1tcGctY2FAbXBnLmRlMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2FFynqDU y4JBsG2p4uK5bmuY85cyEnx52o/+akvpqI0KgP3mGtGxrnMpVeYckLsic+3eIEXJHYTA1fA2SMRE VCLBZVxY+hxh42mY5YSB26OEtdhoy4Ux+WGd+zuzB1cNC/yYYc1CMREjNWX0U/8S6oc9onSWI0/f FvThb8z4E9Mq3YnjM5C1M+V/36WPDLsmAYMZ3XQSUcOmbZYXQppeBfEN+aUm/CdqgDYsLiVbt1gk 4C/8naN3gPLw4njDGezvi9cAJwswWxwIyeR+sVNQe5pcJru1d6U6Cj4HFppTtB3E6WuvDHDUxhom PKTtP0Z9X15Kg2H/M9JT3VlFsWzNUQIDAQABo4IBrzCCAaswEgYDVR0TAQH/BAgwBgEB/wIBATAL BgNVHQ8EBAMCAQYwHQYDVR0OBBYEFALWHm4Jq79YZacKPEgzYdHOfcNbMB8GA1UdIwQYMBaAFEm3 xs/oPR9/6kR7Eyn38QpwPt5kMBgGA1UdEQQRMA+BDW1wZy1jYUBtcGcuZGUwgYgGA1UdHwSBgDB+ MD2gO6A5hjdodHRwOi8vY2RwMS5wY2EuZGZuLmRlL2dsb2JhbC1yb290LWNhL3B1Yi9jcmwvY2Fj cmwuY3JsMD2gO6A5hjdodHRwOi8vY2RwMi5wY2EuZGZuLmRlL2dsb2JhbC1yb290LWNhL3B1Yi9j cmwvY2FjcmwuY3JsMIGiBggrBgEFBQcBAQSBlTCBkjBHBggrBgEFBQcwAoY7aHR0cDovL2NkcDEu cGNhLmRmbi5kZS9nbG9iYWwtcm9vdC1jYS9wdWIvY2FjZXJ0L2NhY2VydC5jcnQwRwYIKwYBBQUH MAKGO2h0dHA6Ly9jZHAyLnBjYS5kZm4uZGUvZ2xvYmFsLXJvb3QtY2EvcHViL2NhY2VydC9jYWNl cnQuY3J0MA0GCSqGSIb3DQEBBQUAA4IBAQAbSc+Yv0hqkDn4nHUVDepshVZlXpQmIJBk/s1+365w USRaFVWn16JbLWXVQe2aR/RQHKo/DuhU2coQADcId/mNQ+sWAVkwe5kBstJVKFC/o9JrGY2jL8o/ 9iwkKe3CgebwOIejbauQTeTD3GkYbp84yXsv4vif94zHRuyqbn1eOxpdBPJMvZQ3oGjO0k6BuCDk CsL9cLJ7h6MaBi0XsMTuxZmHfbqvX+C9ph7aoKvr4m09Q3noU9Bxj56443fDSuoNk72cIq8I8nWx rO7MweaMQ5v6X1qCcWMzuvByk4lQZZmljC6RsOP1LCxPucSR6bzV35GAkN0/pPfSgVGbiKSsMIIF MDCCBBigAwIBAgIEC71Q0jANBgkqhkiG9w0BAQUFADBeMQswCQYDVQQGEwJERTEgMB4GA1UEChMX TWF4LVBsYW5jay1HZXNlbGxzY2hhZnQxDzANBgNVBAMTBk1QRyBDQTEcMBoGCSqGSIb3DQEJARYN bXBnLWNhQG1wZy5kZTAeFw0wODAxMjgxMzA2MTFaFw0xMTAxMjcxMzA2MTFaMIGMMQswCQYDVQQG EwJERTEgMB4GA1UEChMXTWF4LVBsYW5jay1HZXNlbGxzY2hhZnQxODA2BgNVBAsTL01heC1QbGFu Y2stSW5zdGl0dXQgZnVlciBtZWRpemluaXNjaGUgRm9yc2NodW5nMQswCQYDVQQLEwJJVDEUMBIG A1UEAxMLV3VsZiBLYWlzZXIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDLTe3a5CZo 18kkwGTL6pwYgE8jBt6CjEnkTQjGqpCdAEWM6Gd2pY7U7Z7NddAPbwjC6KXdfLzAQ+xouAZihwhu Sbncs10nP4RO7djwSYm1eAxZ26Tpx/A/bkFFZ+i4XcLpBdxQCywyXPG3LqR/NK3f8qZY15Oxbcbo m/EvolHUkqLyZgtrUftMfBzn8eBfzC7Aafp0MqwBRdAa/4lL0puzkNRqt75OsumxqLWuq5y+n9Fn s7GC+8Fx09wXLpuqypJcc1DuiZFjJE8q0T3CEndMkVYW43ZAUUfsu4Q8NscB+QyaAZgYhNyc5dqF cDUbr0reyhDL3VOyLcto6yueViG7AgMBAAGjggHFMIIBwTAJBgNVHRMEAjAAMAsGA1UdDwQEAwIF 4DApBgNVHSUEIjAgBggrBgEFBQcDAgYIKwYBBQUHAwQGCisGAQQBgjcUAgIwHQYDVR0OBBYEFASs 7Eafr6/JEUoHSg+dBMdbdGQSMB8GA1UdIwQYMBaAFALWHm4Jq79YZacKPEgzYdHOfcNbMC4GA1Ud EQQnMCWBI3d1bGYua2Fpc2VyQG1waW1mLWhlaWRlbGJlcmcubXBnLmRlMHcGA1UdHwRwMG4wNaAz oDGGL2h0dHA6Ly9jZHAxLnBjYS5kZm4uZGUvbXBnLWNhL3B1Yi9jcmwvY2FjcmwuY3JsMDWgM6Ax hi9odHRwOi8vY2RwMi5wY2EuZGZuLmRlL21wZy1jYS9wdWIvY3JsL2NhY3JsLmNybDCBkgYIKwYB BQUHAQEEgYUwgYIwPwYIKwYBBQUHMAKGM2h0dHA6Ly9jZHAxLnBjYS5kZm4uZGUvbXBnLWNhL3B1 Yi9jYWNlcnQvY2FjZXJ0LmNydDA/BggrBgEFBQcwAoYzaHR0cDovL2NkcDIucGNhLmRmbi5kZS9t cGctY2EvcHViL2NhY2VydC9jYWNlcnQuY3J0MA0GCSqGSIb3DQEBBQUAA4IBAQBdYdh5Rre7d0Ov /WQbU9uwnX6CqatN1oIJey1qPEeU9hRwQh9BYHRtt/cOcmbDJ4+Y8D9cv2BEx4Z6Q8HNw9wjpM5u zaWaLdNt1nvbaZRcbcnf+YFyfcoVkrr87ZskJ73e7YdUqGvUrDUcGr0LbaauAn5QJZm85XXHxxI6 zX5rPjH+2K7jR7azPA153n0KIKZt1jtRgaFDeFypZWXWDD1wJ+P2a+mFlVUe1+UuGtBN4t//0fYd MSnGGKgoOiMnCSYM6yyhXIOMkdWVVaVJds9UWLlT7mDXe/x+UnjvjOntSGWKV8zUZ0i/6OzqS8M0 7fYd+DJoVEpoLCEYGA6HnAO4MYIDRzCCA0MCAQEwZjBeMQswCQYDVQQGEwJERTEgMB4GA1UEChMX TWF4LVBsYW5jay1HZXNlbGxzY2hhZnQxDzANBgNVBAMTBk1QRyBDQTEcMBoGCSqGSIb3DQEJARYN bXBnLWNhQG1wZy5kZQIEC71Q0jAJBgUrDgMCGgUAoIIBtjAYBgkqhkiG9w0BCQMxCwYJKoZIhvcN AQcBMBwGCSqGSIb3DQEJBTEPFw0wODA3MDgxNDQ3MDVaMCMGCSqGSIb3DQEJBDEWBBQTox+J08+w 01yCM80rTVO/ammfCTBnBgkqhkiG9w0BCQ8xWjBYMAoGCCqGSIb3DQMHMA4GCCqGSIb3DQMCAgIA gDANBggqhkiG9w0DAgIBQDAHBgUrDgMCBzANBggqhkiG9w0DAgIBKDAHBgUrDgMCGjAKBggqhkiG 9w0CBTB1BgkrBgEEAYI3EAQxaDBmMF4xCzAJBgNVBAYTAkRFMSAwHgYDVQQKExdNYXgtUGxhbmNr LUdlc2VsbHNjaGFmdDEPMA0GA1UEAxMGTVBHIENBMRwwGgYJKoZIhvcNAQkBFg1tcGctY2FAbXBn LmRlAgQLvVDSMHcGCyqGSIb3DQEJEAILMWigZjBeMQswCQYDVQQGEwJERTEgMB4GA1UEChMXTWF4 LVBsYW5jay1HZXNlbGxzY2hhZnQxDzANBgNVBAMTBk1QRyBDQTEcMBoGCSqGSIb3DQEJARYNbXBn LWNhQG1wZy5kZQIEC71Q0jANBgkqhkiG9w0BAQEFAASCAQBgSlh07AD3sfp4XGmQp4awWq07ma/R CGSuPR6mHC/HXoBA1T+r1MlsJxeVWPBoW0c/cmDDQQiIFw3tC1MJbl3Z6y35/hcMWbtz25cfx+n4 B21koKenIOUVdJqgGYj1qwsqQM8X3J5vc4hp/pcxYsWRic4wY4DksIlMf979RM29HczsMjSl+wvi FD/SNhuJd1RWkFBIujUxzKEEIoLV07tboPPRQUVukt2x/0vI5JWflrUZUUhkIFsU+FG/Z1XPNK3+ df2X368S2T1JZS7Q6AJB4j3Fkh58jqhaFanuxTHWoZ/nk3lXzm+nX+yiRv0+vjsDZrlky1fwUjE2 wwQcQTXOAAAAAAAA ------=_NextPart_000_0012_01C8E11A.40BEE230--