Greg Stein wrote:
> 
> From your log, it would appear that an expat header file was
> found in /usr/include

No.

> but the corresponding library is not in /usr/lib. Either you
> have an inconsistency (partial install)

No.  There is some expat stuff in /usr/local/include, put there
as part of a full PHP4 install.  It is not partial.

> there is a bug in our detection of an already-installed expat

This looks like the prime candidate.

> and/or we need to make our detection of the system expat smarter
> (e.g. don't assume a lib exists just because we saw the
> header, maybe other combos of installations, etc)

Uh huh.

The full buildconf/configure/make log is attached.  (Some
cosmetic wrapping added for readability.)  This was
done on a completely vanilla checkout of HEAD for httpd-2.0,
apr, and apr-util.  (Edited on Windows, so it may have
the DOS format..)
-- 
#ken    P-)}

Ken Coar                    <http://Golux.Com/coar/>
Apache Software Foundation  <http://www.apache.org/>
"Apache Server for Dummies" <http://Apache-Server.Com/>
"Apache Server Unleashed"   <http://ApacheUnleashed.Com/>

ApacheCon 2001!
Four tracks with over 70+ sessions. Free admission to exhibits
and special events - keynote presentations by John 'maddog' Hall
and David Brin. Special thanks to our Platinum Sponsors IBM and
Covalent, Gold Sponsor Thawte, and Silver Sponsor Compaq.  Attend
the only Apache event designed and fully supported by the members of
the ASF. See more information and register at <http://ApacheCon.Com/>!
% ./buildconf 
rebuilding aclocal.m4
rebuilding configure
rebuilding include/ap_config_auto.h.in
rebuilding srclib/apr/configure
Incorporating /usr/share/aclocal/libtool.m4 into aclocal.m4 ...
Copying libtool helper files ...
Creating include/arch/unix/apr_private.h.in ...
Creating configure ...
rebuilding srclib/apr-util/configure
Incorporating /usr/share/aclocal/libtool.m4 into aclocal.m4 ...
Copying libtool helper files ...
Putting files in AC_CONFIG_AUX_DIR, `build'.
Creating include/private/apu_config.h ...
Creating configure ...
Invoking xml/expat/buildconf.sh ...
Incorporating /usr/share/aclocal/libtool.m4 into aclocal.m4 ...
Copying libtool helper files ...
Putting files in AC_CONFIG_AUX_DIR, `conftools'.
Creating config.h ...
configure.in:72: warning: AC_TRY_RUN called without default to
        allow cross compiling
Creating configure ...
configure.in:72: warning: AC_TRY_RUN called without default to
        allow cross compiling
rebuilding srclib/pcre/configure

% ./configure --with-suexec-caller=httpd --with-suexec-docroot=/
        --with-suexec-logfile=logs/suexec_log
        --with-suexec-umask=555
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
Applying APR hints file rules for i686-pc-linux-gnu
  Adding "-DLINUX=2" to CFLAGS
  Adding "-D_REENTRANT" to THREAD_CPPFLAGS
Applying Apache hints file rules for i686-pc-linux-gnu
  Forcing SINGLE_LISTEN_UNSERIALIZED_ACCEPT to "1"
checking for rm... /bin/rm
checking for gawk... gawk
checking for gcc... gcc
checking whether the C compiler (gcc  -DLINUX=2 ) works... yes
checking whether the C compiler (gcc  -DLINUX=2 ) is
        a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for AIX... no
checking for POSIXized ISC... no
checking for minix/config.h... no
checking for ANSI C header files... yes
checking for string.h... yes
checking for limits.h... yes
checking for unistd.h... yes
checking for sys/socket.h... yes
checking for pwd.h... yes
checking for grp.h... yes
checking for strings.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for working const... yes
checking for initgroups... yes
checking for gethostbyname in -lnsl... yes
checking for gethostname in -lnsl... yes
checking for socket in -lsocket... no
checking for chosen layout... Apache
checking whether to enable mod_access... yes
checking whether to enable mod_auth... yes
checking whether to enable mod_auth_anon... no
checking whether to enable mod_auth_dbm... no
checking whether to enable mod_auth_db... no
checking whether to enable mod_auth_digest... no
checking whether to enable mod_file_cache... no
checking whether to enable mod_dav_fs... no
checking whether to enable mod_dav... no
checking whether to enable mod_echo... no
checking whether to enable mod_charset_lite... no
checking whether to enable mod_cache... no
checking whether to enable mod_disk_cache... no
checking whether to enable mod_ext_filter... no
checking whether to enable mod_case_filter... no
checking whether to enable mod_generic_hook_export... no
checking whether to enable mod_generic_hook_import... no
checking whether to enable mod_optional_fn_import... no
checking whether to enable mod_optional_fn_export... no
checking whether to enable mod_include... yes
checking whether to enable mod_http... yes
checking whether to enable mod_mime... yes
checking whether to enable mod_log_config... yes
checking whether to enable mod_vhost_alias... no
checking whether to enable mod_negotiation... yes
checking whether to enable mod_dir... yes
checking whether to enable mod_imap... yes
checking whether to enable mod_actions... yes
checking whether to enable mod_speling... no
checking whether to enable mod_userdir... yes
checking whether to enable mod_alias... yes
checking whether to enable mod_rewrite... no
checking whether to enable mod_so... no
updating cache ./config.cache
checking whether to enable mod_env... yes
checking whether to enable mod_mime_magic... no
checking whether to enable mod_cern_meta... no
checking whether to enable mod_expires... no
checking whether to enable mod_headers... no
checking whether to enable mod_usertrack... no
checking whether to enable mod_unique_id... no
checking whether to enable mod_setenvif... yes
checking for SSL library... checking whether to enable
        mod_tls... no
checking for target platform... unix
checking for rlim_t... yes
checking for sys/time.h... yes
checking for sys/resource.h... yes
checking for setsid... yes
checking for killpg... yes
checking for gethostname in -lnsl... (cached) yes
checking for socket in -lsocket... (cached) no
checking for gethostbyaddr in -lnsl... yes
checking for bstring.h... no
checking for unistd.h... (cached) yes
checking for tm_gmtoff in struct tm... no
checking for syslog... yes
checking for sys/times.h... yes
checking for times... yes
checking which MPM to use... threaded
checking for pthreads_cflags... -pthread
checking for pthreads_lib... 
checking for which threading library to use...
        POSIX Threads found
checking whether to enable mod_status... no
checking whether to enable mod_autoindex... yes
checking whether to enable mod_asis... yes
checking whether to enable mod_info... no
checking whether to enable mod_suexec... no
checking whether to enable mod_cgid... yes
checking whether to enable mod_cgi... no
checking for ranlib... (cached) ranlib
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
updating cache ./config.cache
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports
        shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into
        programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking whether byte ordering is bigendian... no
updating cache ./config.cache
configuring package in srclib/apr now
loading cache ../.././config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
Configuring APR library
Platform: i686-pc-linux-gnu
APR hints file rules for i686-pc-linux-gnu already applied
(Default will be unix)
checking for gcc... (cached) gcc
checking whether the C compiler
        (gcc  -DLINUX=2 -pthread ) works... yes
checking whether the C compiler
        (gcc  -DLINUX=2 -pthread ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether make sets ${MAKE}... yes
checking for gawk... (cached) gawk
checking for rm... rm
checking for ar... ar
checking how to run the C preprocessor... (cached) gcc -E
checking for AIX... no
checking whether system uses EBCDIC... no
checking for sh... /bin/sh
performing libtool configuration...
checking for ranlib... (cached) ranlib
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
updating cache ../.././config.cache
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports
        shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ../.././config.cache

Check for compiler flags...
Checking for Threads...
checking for pthread.h... yes
checking for pthreads_cflags... (cached) -pthread
checking for pthreads_lib... (cached) 
checking for pthread.h... (cached) yes
checking whether pthread_getspecific takes two arguments... no
checking whether pthread_attr_getdetachstate takes
        one argument... no
checking for pthread_key_delete... yes
APR will use threads
checking for readdir in -lc_r... no
checking for sigwait... yes
checking for poll... yes
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for getgrgid_r... yes

Checking for Shared Memory Support...
updating cache ../.././config.cache
configuring package in shmem/unix/mm now
loading cache ../../../../.././config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
Platform = i686-pc-linux-gnu
Configuring MM (Shared Memory Library),
        Version 1.1.1 (30-Apr-2000)
Copyright (c) 1999-2000 Ralf S. Engelschall, All Rights Reserved.
Platform: i686-pc-linux-gnu

Build Tools:
checking for gcc... (cached) gcc
checking whether the C compiler
        (gcc  -DLINUX=2 -pthread -pthread ) works... yes
checking whether the C compiler
        (gcc  -DLINUX=2 -pthread -pthread ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for compilation debug mode... disabled
checking whether make sets ${MAKE}... (cached) yes
Calling ltconfig with PLATFORM=i686-pc-linux-gnu
checking for ranlib... ranlib
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking whether ln -s works... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool

Platform Environment:
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... (cached) yes
checking for errno.h... yes
checking for limits.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
decision on mandatory system headers... all fine
checking for memory.h... yes
checking for memcpy... yes
checking for memset... yes
checking for bcopy... yes
checking for _POSIX_PATH_MAX in limits.h... yes
checking for PATH_MAX in limits.h... yes
checking for MAXPATHLEN in sys/param.h... yes
checking for _POSIX_CHILD_MAX in limits.h... yes
checking for CHILD_MAX in limits.h... yes

Virtual Memory Page Size:
checking for unistd.h... (cached) yes
checking for kernel/OS.h... no
checking for getpagesize... yes
checking for sysconf... yes
checking for _SC_PAGESIZE in unistd.h... yes
checking for B_PAGE_SIZE in kernel/OS.h... no
decision on memory page size determination...
        POSIX.1 sysconf(_SC_PAGESIZE)

Shared Memory Implementation:
checking for sys/mman.h... yes
checking for MAP_ANON in sys/mman.h... yes
checking for mmap... yes
checking for munmap... yes
checking for shm_open... no
checking for shm_unlink... no
checking for /dev/zero... yes
checking for sys/ipc.h... yes
checking for sys/shm.h... yes
checking for sys/file.h... yes
checking for shmget... yes
checking for shmat... yes
checking for shmdt... yes
checking for shmctl... yes
checking for kernel/OS.h... (cached) no
checking for create_area... no
decision on shared memory allocation method... SysV IPC shmget()
checking for shared memory maximum segment size... 32MB

Mutual Exclusion Implementation:
checking for sys/ipc.h... (cached) yes
checking for sys/sem.h... yes
checking for sys/file.h... (cached) yes
checking for semget... yes
checking for semctl... yes
checking for LOCK_EX in sys/file.h... yes
checking for F_SETLK in fcntl.h... yes
checking for IPC_PRIVATE in sys/ipc.h... yes
checking for SEM_UNDO in sys/sem.h... yes
checking for kernel/OS.h... (cached) no
checking for create_sem... no
checking whether union semun is defined in sys/sem.h... no
decision on mutex implementation method...
        SVR4-style fcntl() on temporary file

Output Substitution:
updating cache ../../../../.././config.cache
creating ./config.status
creating Makefile
creating mm-config
creating mm_conf.h

Now please type `make' to compile. Good luck.

shmem/unix/mm configured properly
loading cache ../.././config.cache
checking for Shared memory support... anonymous
checking for MM_SHMT_MMFILE in
        /home/coar/httpd-2.0/srclib/apr/shmem/unix/mm/mm_conf.h... no
checking for gethostbyname in -lnsl... (cached) yes
checking for library containing gethostname... none required
checking for socket in -lsocket... (cached) no
checking for library containing crypt... -lcrypt
checking for main in -ltruerand... no
checking for iconv in -liconv... no
checking for modf in -lm... yes
checking for strcasecmp... yes
checking for stricmp... no
checking for setsid... (cached) yes
checking for nl_langinfo... yes
checking for setrlimit... yes
checking for getrlimit... yes
checking for writev... yes
checking for sendfile... yes
checking for send_file... no
checking for sigaction... yes
checking for sys_siglist declaration in signal.h or unistd.h... yes
checking for fork... yes
checking for getpass... yes
checking for inet_addr... yes
checking for inet_network... yes
checking for _getch... no
checking for gmtime_r... yes
checking for localtime_r... yes
checking for iconv... yes
checking for type of inbuf parameter to iconv... const char **
checking for mmap... (cached) yes
checking for hstrerror... yes
checking for memmove... yes
checking for mkstemp... yes
checking whether sigwait takes one argument... no
checking for ANSI C header files... (cached) yes
checking for ByteOrder.h... no
checking for conio.h... no
checking for crypt.h... yes
checking for ctype.h... yes
checking for dir.h... no
checking for dirent.h... yes
checking for dl.h... no
checking for dlfcn.h... yes
checking for errno.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for grp.h... (cached) yes
checking for iconv.h... yes
checking for io.h... no
checking for langinfo.h... yes
checking for limits.h... (cached) yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for netdb.h... yes
checking for osreldate.h... no
checking for poll.h... yes
checking for process.h... no
checking for pwd.h... (cached) yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stddef.h... yes
checking for stdio.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for sysapi.h... no
checking for sysgtime.h... no
checking for termios.h... yes
checking for time.h... yes
checking for tpfeq.h... no
checking for tpfio.h... no
checking for unistd.h... (cached) yes
checking for unix.h... no
checking for arpa/inet.h... yes
checking for kernel/OS.h... (cached) no
checking for net/errno.h... no
checking for netinet/in.h... yes
checking for sys/file.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for sys/poll.h... yes
checking for sys/resource.h... (cached) yes
checking for sys/select.h... yes
checking for sys/sem.h... (cached) yes
checking for sys/sendfile.h... yes
checking for sys/signal.h... yes
checking for sys/socket.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/syslimits.h... no
checking for sys/time.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/uio.h... yes
checking for sys/wait.h... (cached) yes
checking for netinet/tcp.h... yes
checking for h_errno in netdb.h... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for ssize_t... yes
checking for inline... inline
checking for working const... (cached) yes
checking for size_t... (cached) yes
checking whether setpgrp takes no argument... yes
checking for socklen_t... yes
checking whether system defines INADDR_NONE... yes
checking size of char... 1
checking size of int... 4
checking size of long... 4
checking size of short... 2
checking size of long double... 12
checking size of long long... 8
checking size of ssize_t... 4
checking size of size_t... 4
checking size of off_t... 4
checking size of pid_t... 4
checking for strnicmp... no
checking for strncasecmp... yes
checking for stricmp... (cached) no
checking for strcasecmp... (cached) yes
checking for strdup... yes
checking for strstr... yes

Checking for DSO...
checking for dlopen in -ldl... yes

Checking for Processes...
checking for waitpid... yes
checking struct rlimit... yes

Checking for Locking...
checking for semget... (cached) yes
checking for semctl... (cached) yes
checking for union semun in sys/sem.h... no
checking for LOCK_EX in sys/file.h... (cached) yes
checking for F_SETLK in fcntl.h... (cached) yes
checking for CODESET in langinfo.h... yes
checking for POLLIN in poll.h sys/poll.h... yes
checking for PTHREAD_PROCESS_SHARED in pthread.h... yes
decision on apr_lock implementation method... SVR4-style fcntl()
checking if interprocess lock affects threads... no
checking for /dev/random... /dev/random

Checking for Time Support...
checking for tm_gmtoff in struct tm... (cached) no

Checking for Networking support...
checking for in_addr in netinet/in.h... yes
checking if fd == socket on this platform... yes
checking for sockaddr sa_len... no
checking for gethostbyname() which handles numeric
        address strings... yes
checking for TCP_CORK in netinet/tcp.h... yes
checking for TCP_NOPUSH in netinet/tcp.h... no

Checking for IPv6 Networking support...
checking for library containing getaddrinfo... none required
checking for library containing getnameinfo... none required
checking for working getaddrinfo... yes
checking for getnameinfo... yes
checking for getipnodebyname... no
checking for getipnodebyaddr... no
checking for sockaddr_in6... yes
checking if APR supports IPv6... yes

Construct Makefiles and header files.
updating cache ../.././config.cache
creating ./config.status
creating Makefile
creating lib/Makefile
creating strings/Makefile
creating passwd/Makefile
creating tables/Makefile
creating file_io/unix/Makefile
creating network_io/unix/Makefile
creating threadproc/unix/Makefile
creating misc/unix/Makefile
creating locks/unix/Makefile
creating time/unix/Makefile
creating mmap/unix/Makefile
creating shmem/unix/Makefile
creating i18n/unix/Makefile
creating user/unix/Makefile
creating dso/unix/Makefile
creating test/Makefile
creating include/apr.h
creating APRVARS
creating build/rules.mk
creating include/arch/unix/apr_private.h
srclib/apr configured properly
loading cache ./config.cache
configuring package in srclib/apr-util now
loading cache ../.././config.cache
checking for gcc... (cached) gcc
checking whether the C compiler
        (gcc  -DLINUX=2 -pthread ) works... yes
checking whether the C compiler
        (gcc  -DLINUX=2 -pthread ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gawk... (cached) gawk
checking for rm... (cached) rm
checking for APR... /home/coar/httpd-2.0/srclib/apr/include
checking how to run the C preprocessor... (cached) gcc -E
checking for chosen DBM type... sdbm (default)
checking for Expat in /usr... yes
performing libtool configuration...
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ranlib... (cached) ranlib
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... none
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld)
        supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ../.././config.cache
creating ./config.status
creating Makefile
creating export_vars.sh
creating build/Makefile
creating build/rules.mk
creating include/private/apu_select_dbm.h
creating include/apu.h
creating buckets/Makefile
creating crypto/Makefile
creating dbm/Makefile
creating dbm/sdbm/Makefile
creating encoding/Makefile
creating hooks/Makefile
creating uri/Makefile
creating xml/Makefile
creating test/Makefile
creating include/private/apu_config.h
srclib/apr-util configured properly
loading cache ./config.cache
configuring package in srclib/pcre now
loading cache ../.././config.cache
checking for gcc... (cached) gcc
checking whether the C compiler
        (gcc  -DLINUX=2 -pthread ) works... yes
checking whether the C compiler
        (gcc  -DLINUX=2 -pthread ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for limits.h... (cached) yes
checking for working const... (cached) yes
checking for size_t... (cached) yes
checking for bcopy... (cached) yes
checking for memmove... (cached) yes
checking for strerror... yes
updating cache ../.././config.cache
creating ./config.status
creating Makefile
creating pcre.h
creating pcre-config
creating config.h
srclib/pcre configured properly
loading cache ./config.cache
checking for working mkdir -p... yes
creating config_vars.mk
updating cache ./config.cache
creating ./config.status
creating support/apxs
creating support/apachectl
creating include/ap_config_auto.h
creating modules/aaa/Makefile
creating modules/cache/Makefile
creating modules/dav/fs/Makefile
creating modules/dav/main/Makefile
creating modules/echo/Makefile
creating modules/experimental/Makefile
creating modules/filters/Makefile
creating modules/http/Makefile
creating modules/loggers/Makefile
creating modules/mappers/Makefile
creating modules/metadata/Makefile
creating modules/tls/Makefile
creating os/unix/Makefile
creating server/mpm/Makefile
creating server/mpm/threaded/Makefile
creating modules/generators/Makefile
creating Makefile
creating modules/Makefile
creating srclib/Makefile
creating os/beos/Makefile
creating os/os2/Makefile
creating os/Makefile
creating os/unix/Makefile
creating server/Makefile
creating support/Makefile
creating srclib/pcre/Makefile
creating test/Makefile

% make
Making all in srclib
make[1]: Entering directory `/home/coar/httpd-2.0/srclib'
Making all in apr
make[2]: Entering directory `/home/coar/httpd-2.0/srclib/apr'
Making all in lib
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr/lib'
make[4]: Entering directory `/home/coar/httpd-2.0/srclib/apr/lib'
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../include
        -I../include/arch/unix
        -I../include/arch/unix -DLINUX=2
        -pthread -pthread   -D_REENTRANT  -c apr_pools.c
        && touch apr_pools.lo
make[4]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/lib'
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/lib'
Making all in strings
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr/strings'
make[4]: Entering directory `/home/coar/httpd-2.0/srclib/apr/strings'
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../include
        -I../include/arch/unix -DLINUX=2
        -pthread -pthread   -D_REENTRANT  -c apr_cpystrn.c
        && touch apr_cpystrn.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../include
        -I../include/arch/unix -DLINUX=2
        -pthread -pthread   -D_REENTRANT  -c apr_snprintf.c
        && touch apr_snprintf.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../include
        -I../include/arch/unix -DLINUX=2
        -pthread -pthread   -D_REENTRANT  -c apr_strnatcmp.c
        && touch apr_strnatcmp.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../include
        -I../include/arch/unix -DLINUX=2
        -pthread -pthread   -D_REENTRANT  -c apr_strings.c
        && touch apr_strings.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../include
        -I../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c apr_fnmatch.c
        && touch apr_fnmatch.lo
make[4]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/strings'
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/strings'
Making all in passwd
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr/passwd'
make[4]: Entering directory `/home/coar/httpd-2.0/srclib/apr/passwd'
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../include
        -I../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c apr_md5.c
        && touch apr_md5.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../include
        -I../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c apr_getpass.c
        && touch apr_getpass.lo
make[4]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/passwd'
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/passwd'
Making all in tables
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr/tables'
make[4]: Entering directory `/home/coar/httpd-2.0/srclib/apr/tables'
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../include
        -I../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c apr_tables.c
        && touch apr_tables.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../include
        -I../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c apr_hash.c
        && touch apr_hash.lo
make[4]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/tables'
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/tables'
Making all in file_io/unix
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr/file_io/unix'
make[4]: Entering directory `/home/coar/httpd-2.0/srclib/apr/file_io/unix'
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c dir.c
        && touch dir.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c fileacc.c
        && touch
fileacc.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c filedup.c
        && touch
filedup.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c filestat.c
        && touch
filestat.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c flock.c
        && touch
flock.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c fullrw.c
        && touch
fullrw.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c open.c
        && touch open.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c pipe.c
        && touch pipe.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c readwrite.c
        && touch
readwrite.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c seek.c
        && touch seek.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c mktemp.c
        && touch
mktemp.lo
make[4]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/file_io/unix'
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/file_io/unix'
Making all in network_io/unix
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr/network_io/unix'
make[4]: Entering directory `/home/coar/httpd-2.0/srclib/apr/network_io/unix'
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c poll.c
        && touch poll.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c sendrecv.c
        && touch
sendrecv.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c sockets.c
        && touch
sockets.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c sockopt.c
        && touch
sockopt.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c sockaddr.c
        && touch
sockaddr.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c inet_ntop.c
        && touch
inet_ntop.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c inet_pton.c
        && touch
inet_pton.lo
make[4]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/network_io/unix'
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/network_io/unix'
Making all in threadproc/unix
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr/threadproc/unix'
make[4]: Entering directory `/home/coar/httpd-2.0/srclib/apr/threadproc/unix'
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c proc.c
        && touch proc.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c procsup.c
        && touch procsup.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c thread.c
        && touch thread.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c threadpriv.c
        && touch threadpriv.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c signals.c
        && touch signals.lo
make[4]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/threadproc/unix'
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/threadproc/unix'
Making all in misc/unix
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr/misc/unix'
make[4]: Entering directory `/home/coar/httpd-2.0/srclib/apr/misc/unix'
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c start.c
        && touch
start.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c getopt.c
        && touch
getopt.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c otherchild.c
        && touch
otherchild.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c errorcodes.c
        && touch
errorcodes.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c rand.c
        && touch rand.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c uuid.c
        && touch uuid.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c getuuid.c
        && touch
getuuid.lo
make[4]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/misc/unix'
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/misc/unix'
Making all in locks/unix
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr/locks/unix'
make[4]: Entering directory `/home/coar/httpd-2.0/srclib/apr/locks/unix'
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c locks.c
        && touch locks.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c crossproc.c
        && touch
crossproc.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c intraproc.c
        && touch
intraproc.lo
make[4]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/locks/unix'
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/locks/unix'
Making all in time/unix
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr/time/unix'
make[4]: Entering directory `/home/coar/httpd-2.0/srclib/apr/time/unix'
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c time.c
        && touch time.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c timestr.c
        && touch timestr.lo
make[4]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/time/unix'
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/time/unix'
Making all in mmap/unix
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr/mmap/unix'
make[4]: Entering directory `/home/coar/httpd-2.0/srclib/apr/mmap/unix'
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c mmap.c
        && touch mmap.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c common.c
        && touch common.lo
make[4]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/mmap/unix'
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/mmap/unix'
Making all in shmem/unix
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr/shmem/unix'
make[4]: Entering directory `/home/coar/httpd-2.0/srclib/apr/shmem/unix'
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -Imm -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c shmem.c
        && touch shmem.lo
(cd mm
        && make libmm.la)
make[5]: Entering directory `/home/coar/httpd-2.0/srclib/apr/shmem/unix/mm'
./libtool --quiet
        --mode=compile gcc -c -DLINUX=2
        -pthread -pthread
        mm_global.c
./libtool --quiet
        --mode=compile gcc -c -DLINUX=2
        -pthread -pthread
        mm_alloc.c
./libtool --quiet
        --mode=compile gcc -c -DLINUX=2
        -pthread -pthread
        mm_core.c
./libtool --quiet
        --mode=compile gcc -c -DLINUX=2
        -pthread -pthread
        mm_lib.c
./libtool --quiet
        --mode=compile gcc -c -DLINUX=2
        -pthread -pthread
        mm_vers.c
./libtool --quiet --mode=link
        gcc -o libmm.la mm_global.lo mm_alloc.lo mm_core.lo mm_lib.lo
        mm_vers.lo \
    -rpath /usr/local/lib -version-info
        `./shtool version -l c -d libtool mm_vers.c`
make[5]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/shmem/unix/mm'
make[4]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/shmem/unix'
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/shmem/unix'
Making all in i18n/unix
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr/i18n/unix'
make[4]: Entering directory `/home/coar/httpd-2.0/srclib/apr/i18n/unix'
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c xlate.c
        && touch xlate.lo
make[4]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/i18n/unix'
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/i18n/unix'
Making all in user/unix
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr/user/unix'
make[4]: Entering directory `/home/coar/httpd-2.0/srclib/apr/user/unix'
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c userinfo.c
        && touch userinfo.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c groupinfo.c
        && touch groupinfo.lo
make[4]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/user/unix'
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/user/unix'
Making all in dso/unix
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr/dso/unix'
make[4]: Entering directory `/home/coar/httpd-2.0/srclib/apr/dso/unix'
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool
        --mode=compile --silent gcc -D_REENTRANT
        -I../../include
        -I../../include/arch
        -I../../include/arch/unix -DLINUX=2
        -pthread -pthread
        -D_REENTRANT  -c dso.c
        && touch dso.lo
make[4]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/dso/unix'
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr/dso/unix'
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr'
/bin/sh /home/coar/httpd-2.0/srclib/apr/libtool --mode=link
        --silent gcc -D_REENTRANT
        -I./include
        -I../include -DLINUX=2
        -pthread -pthread
        -D_REENTRANT -o libapr.la -rpath
        /usr/local/lib lib/apr_pools.lo strings/apr_cpystrn.lo
        strings/apr_fnmatch.lo strings/apr_snprintf.lo
        strings/apr_strings.lo strings/apr_strnatcmp.lo
        passwd/apr_getpass.lo passwd/apr_md5.lo tables/apr_hash.lo
        tables/apr_tables.lo file_io/unix/dir.lo file_io/unix/fileacc.lo
        file_io/unix/filedup.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
        network_io/unix/inet_ntop.lo network_io/unix/inet_pton.lo
        network_io/unix/poll.lo network_io/unix/sendrecv.lo
        network_io/unix/sockaddr.lo network_io/unix/sockets.lo
        network_io/unix/sockopt.lo threadproc/unix/proc.lo
        threadproc/unix/procsup.lo threadproc/unix/signals.lo
        threadproc/unix/thread.lo threadproc/unix/threadpriv.lo
        misc/unix/errorcodes.lo misc/unix/getopt.lo misc/unix/getuuid.lo
        misc/unix/otherchild.lo misc/unix/rand.lo misc/unix/start.lo
        misc/unix/uuid.lo locks/unix/crossproc.lo locks/unix/intraproc.lo
        locks/unix/locks.lo time/unix/time.lo time/unix/timestr.lo
        mmap/unix/common.lo mmap/unix/mmap.lo shmem/unix/shmem.lo
        i18n/unix/xlate.lo user/unix/groupinfo.lo user/unix/userinfo.lo
        dso/unix/dso.lo
gawk -f /home/coar/httpd-2.0/srclib/apr/build/make_export.awk include/*.h
        > apr.exports
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr'
make[2]: Leaving directory `/home/coar/httpd-2.0/srclib/apr'
Making all in apr-util
make[2]: Entering directory `/home/coar/httpd-2.0/srclib/apr-util'
Making all in buckets
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr-util/buckets'
make[4]: Entering directory `/home/coar/httpd-2.0/srclib/apr-util/buckets'
/bin/sh /home/coar/httpd-2.0/srclib/apr-util/libtool
        --mode=compile --silent gcc -DLINUX=2 -pthread
        -I/home/coar/httpd-2.0/srclib/apr-util/include/private
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/usr/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -pthread   -D_REENTRANT -c apr_buckets_file.c
        && touch apr_buckets_file.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr-util/libtool
        --mode=compile --silent gcc -DLINUX=2 -pthread
        -I/home/coar/httpd-2.0/srclib/apr-util/include/private
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/usr/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -pthread   -D_REENTRANT -c apr_buckets_pool.c
        && touch apr_buckets_pool.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr-util/libtool
        --mode=compile --silent gcc -DLINUX=2 -pthread
        -I/home/coar/httpd-2.0/srclib/apr-util/include/private
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/usr/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -pthread   -D_REENTRANT -c apr_buckets_flush.c
        && touch apr_buckets_flush.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr-util/libtool
        --mode=compile --silent gcc -DLINUX=2 -pthread
        -I/home/coar/httpd-2.0/srclib/apr-util/include/private
        
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/usr/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -pthread   -D_REENTRANT -c apr_buckets_refcount.c
        && touch
apr_buckets_refcount.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr-util/libtool
        --mode=compile --silent gcc -DLINUX=2 -pthread
        -I/home/coar/httpd-2.0/srclib/apr-util/include/private
        
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/usr/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -pthread   -D_REENTRANT -c apr_buckets_heap.c
        && touch apr_buckets_heap.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr-util/libtool
        --mode=compile --silent gcc -DLINUX=2 -pthread
        -I/home/coar/httpd-2.0/srclib/apr-util/include/private
        
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/usr/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -pthread   -D_REENTRANT -c apr_buckets_simple.c
        && touch apr_buckets_simple.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr-util/libtool
        --mode=compile --silent gcc -DLINUX=2 -pthread
        -I/home/coar/httpd-2.0/srclib/apr-util/include/private
        
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/usr/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -pthread   -D_REENTRANT -c apr_buckets.c
        && touch apr_buckets.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr-util/libtool
        --mode=compile --silent gcc -DLINUX=2 -pthread
        -I/home/coar/httpd-2.0/srclib/apr-util/include/private
        
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/usr/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -pthread   -D_REENTRANT -c apr_buckets_mmap.c
        && touch apr_buckets_mmap.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr-util/libtool
        --mode=compile --silent gcc -DLINUX=2 -pthread
        -I/home/coar/httpd-2.0/srclib/apr-util/include/private
        
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/usr/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -pthread   -D_REENTRANT -c apr_buckets_socket.c
        && touch apr_buckets_socket.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr-util/libtool
        --mode=compile --silent gcc -DLINUX=2 -pthread
        -I/home/coar/httpd-2.0/srclib/apr-util/include/private
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/usr/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -pthread   -D_REENTRANT -c apr_buckets_eos.c
        && touch apr_buckets_eos.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr-util/libtool
        --mode=compile --silent gcc -DLINUX=2 -pthread
        -I/home/coar/httpd-2.0/srclib/apr-util/include/private
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/usr/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -pthread   -D_REENTRANT -c apr_buckets_pipe.c
        && touch apr_buckets_pipe.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr-util/libtool
        --mode=compile --silent gcc -DLINUX=2 -pthread
        -I/home/coar/httpd-2.0/srclib/apr-util/include/private
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/usr/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -pthread   -D_REENTRANT -c apr_brigade.c
        && touch apr_brigade.lo
make[4]: Leaving directory `/home/coar/httpd-2.0/srclib/apr-util/buckets'
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr-util/buckets'
Making all in crypto
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr-util/crypto'
make[4]: Entering directory `/home/coar/httpd-2.0/srclib/apr-util/crypto'
/bin/sh /home/coar/httpd-2.0/srclib/apr-util/libtool
        --mode=compile --silent gcc -DLINUX=2 -pthread
        -I/home/coar/httpd-2.0/srclib/apr-util/include/private
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/usr/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -pthread   -D_REENTRANT -c apr_sha1.c
        && touch apr_sha1.lo
make[4]: Leaving directory `/home/coar/httpd-2.0/srclib/apr-util/crypto'
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr-util/crypto'
Making all in dbm
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr-util/dbm'
Making all in sdbm
make[4]: Entering directory `/home/coar/httpd-2.0/srclib/apr-util/dbm/sdbm'
make[5]: Entering directory `/home/coar/httpd-2.0/srclib/apr-util/dbm/sdbm'
/bin/sh /home/coar/httpd-2.0/srclib/apr-util/libtool
        --mode=compile --silent gcc -DLINUX=2 -pthread
        -I/home/coar/httpd-2.0/srclib/apr-util/include/private
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/usr/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -pthread   -D_REENTRANT -c sdbm.c
        && touch sdbm.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr-util/libtool
        --mode=compile --silent gcc -DLINUX=2 -pthread
        -I/home/coar/httpd-2.0/srclib/apr-util/include/private
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/usr/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -pthread   -D_REENTRANT -c sdbm_hash.c
        && touch sdbm_hash.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr-util/libtool
        --mode=compile --silent gcc -DLINUX=2 -pthread
        -I/home/coar/httpd-2.0/srclib/apr-util/include/private
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/usr/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -pthread   -D_REENTRANT -c sdbm_lock.c
        && touch sdbm_lock.lo
/bin/sh /home/coar/httpd-2.0/srclib/apr-util/libtool
        --mode=compile --silent gcc -DLINUX=2 -pthread
        -I/home/coar/httpd-2.0/srclib/apr-util/include/private
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/usr/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -pthread   -D_REENTRANT -c sdbm_pair.c
        && touch sdbm_pair.lo
make[5]: Leaving directory `/home/coar/httpd-2.0/srclib/apr-util/dbm/sdbm'
make[4]: Leaving directory `/home/coar/httpd-2.0/srclib/apr-util/dbm/sdbm'
Making all in .
make[4]: Entering directory `/home/coar/httpd-2.0/srclib/apr-util/dbm'
/bin/sh /home/coar/httpd-2.0/srclib/apr-util/libtool
        --mode=compile --silent gcc -DLINUX=2 -pthread
        -I/home/coar/httpd-2.0/srclib/apr-util/include/private
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/usr/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -pthread   -D_REENTRANT -c apr_dbm.c
        && touch apr_dbm.lo
make[4]: Leaving directory `/home/coar/httpd-2.0/srclib/apr-util/dbm'
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr-util/dbm'
Making all in encoding
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr-util/encoding'
make[4]: Entering directory `/home/coar/httpd-2.0/srclib/apr-util/encoding'
/bin/sh /home/coar/httpd-2.0/srclib/apr-util/libtool
        --mode=compile --silent gcc -DLINUX=2 -pthread
        -I/home/coar/httpd-2.0/srclib/apr-util/include/private
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/usr/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -pthread   -D_REENTRANT -c apr_base64.c
        && touch apr_base64.lo
make[4]: Leaving directory `/home/coar/httpd-2.0/srclib/apr-util/encoding'
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr-util/encoding'
Making all in hooks
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr-util/hooks'
make[4]: Entering directory `/home/coar/httpd-2.0/srclib/apr-util/hooks'
/bin/sh /home/coar/httpd-2.0/srclib/apr-util/libtool
        --mode=compile --silent gcc -DLINUX=2 -pthread
        -I/home/coar/httpd-2.0/srclib/apr-util/include/private
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/usr/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -pthread   -D_REENTRANT -c apr_hooks.c
        && touch apr_hooks.lo
make[4]: Leaving directory `/home/coar/httpd-2.0/srclib/apr-util/hooks'
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr-util/hooks'
Making all in uri
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr-util/uri'
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr-util/uri'
Making all in xml
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr-util/xml'
make[4]: Entering directory `/home/coar/httpd-2.0/srclib/apr-util/xml'
/bin/sh /home/coar/httpd-2.0/srclib/apr-util/libtool
        --mode=compile --silent gcc -DLINUX=2 -pthread
        -I/home/coar/httpd-2.0/srclib/apr-util/include/private
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/usr/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -pthread   -D_REENTRANT -c apr_xml.c
        && touch apr_xml.lo
make[4]: Leaving directory `/home/coar/httpd-2.0/srclib/apr-util/xml'
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr-util/xml'
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/apr-util'
/bin/sh /home/coar/httpd-2.0/srclib/apr-util/libtool
        --mode=link --silent gcc -DLINUX=2 -pthread
        -I/home/coar/httpd-2.0/srclib/apr-util/include/private
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/usr/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -pthread -D_REENTRANT -o libaprutil.la
        buckets/apr_buckets_file.lo buckets/apr_buckets_pool.lo
        buckets/apr_buckets_flush.lo buckets/apr_buckets_refcount.lo
        buckets/apr_buckets_heap.lo buckets/apr_buckets_simple.lo
        buckets/apr_buckets.lo buckets/apr_buckets_mmap.lo
        buckets/apr_buckets_socket.lo buckets/apr_buckets_eos.lo
        buckets/apr_buckets_pipe.lo buckets/apr_brigade.lo
        crypto/apr_sha1.lo dbm/sdbm/sdbm.lo dbm/sdbm/sdbm_hash.lo
        dbm/sdbm/sdbm_lock.lo dbm/sdbm/sdbm_pair.lo dbm/apr_dbm.lo
        encoding/apr_base64.lo hooks/apr_hooks.lo xml/apr_xml.lo
gawk -f /home/coar/httpd-2.0/srclib/apr/build/make_export.awk include/*.h
        > aprutil.exports ;
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/apr-util'
make[2]: Leaving directory `/home/coar/httpd-2.0/srclib/apr-util'
Making all in pcre
make[2]: Entering directory `/home/coar/httpd-2.0/srclib/pcre'
make[3]: Entering directory `/home/coar/httpd-2.0/srclib/pcre'
/bin/sh /home/coar/httpd-2.0/libtool --silent
        --mode=compile gcc 
        -I.
        -I/home/coar/httpd-2.0/srclib/pcre
        -I/home/coar/httpd-2.0/server/mpm/threaded
        -I/home/coar/httpd-2.0/modules/http
        -I/home/coar/httpd-2.0/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/home/coar/httpd-2.0/os/unix
        -D_REENTRANT -DLINUX=2
        -pthread -pthread
        -c maketables.c
        && touch maketables.lo
/bin/sh /home/coar/httpd-2.0/libtool --silent
        --mode=compile gcc 
        -I.
        -I/home/coar/httpd-2.0/srclib/pcre
        -I/home/coar/httpd-2.0/server/mpm/threaded
        -I/home/coar/httpd-2.0/modules/http
        -I/home/coar/httpd-2.0/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/home/coar/httpd-2.0/os/unix
        -D_REENTRANT -DLINUX=2
        -pthread -pthread
        -c get.c
        && touch get.lo
/bin/sh /home/coar/httpd-2.0/libtool --silent
        --mode=compile gcc 
        -I.
        -I/home/coar/httpd-2.0/srclib/pcre
        -I/home/coar/httpd-2.0/server/mpm/threaded
        -I/home/coar/httpd-2.0/modules/http
        -I/home/coar/httpd-2.0/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/home/coar/httpd-2.0/os/unix
        -D_REENTRANT -DLINUX=2
        -pthread -pthread
        -c study.c
        && touch study.lo
/bin/sh /home/coar/httpd-2.0/libtool --silent
        --mode=compile gcc 
        -I.
        -I/home/coar/httpd-2.0/srclib/pcre
        -I/home/coar/httpd-2.0/server/mpm/threaded
        -I/home/coar/httpd-2.0/modules/http
        -I/home/coar/httpd-2.0/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/home/coar/httpd-2.0/os/unix -D_REENTRANT -DLINUX=2
        -pthread -pthread
        -c dftables.c
        && touch dftables.lo
/bin/sh /home/coar/httpd-2.0/libtool --silent --mode=link
        gcc 
        -I.
        -I/home/coar/httpd-2.0/srclib/pcre
        -I/home/coar/httpd-2.0/server/mpm/threaded
        -I/home/coar/httpd-2.0/modules/http
        -I/home/coar/httpd-2.0/include
        -I/home/coar/httpd-2.0/srclib/apr/include
        -I/home/coar/httpd-2.0/srclib/apr-util/include
        -I/home/coar/httpd-2.0/os/unix
        -D_REENTRANT -DLINUX=2
        -pthread -pthread
        -export-dynamic -export-dynamic -export-dynamic
        -export-dynamic -export-dynamic -export-dynamic   -o dftables
        dftables.lo -lnsl -lnsl -lnsl -lm -lcrypt -lnsl -ldl
        -L/usr/lib -lexpat
/usr/bin/ld: cannot find -lexpat
collect2: ld returned 1 exit status
make[3]: *** [dftables] Error 1
make[3]: Leaving directory `/home/coar/httpd-2.0/srclib/pcre'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/coar/httpd-2.0/srclib/pcre'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/coar/httpd-2.0/srclib'
make: *** [all-recursive] Error 1

Reply via email to