UJP - 技術情報1

Life is fun and easy!

不正IP報告数

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

Apache2.0.55をMPM=workerでインストールする

Apache2.0.55をMPM=workerでインストールする


0.改訂履歴

  • 2006.02.13. 新規作成

1.はじめに

 このドキュメントでは,Apache2をソースからコンパイルしてインストールする手順を説明する. ここでは,マルチプロセッシングモジュール(MPM)に,パフォーマンスが良いとされているworkerを取り入れてみる.

 なお,使用しているOSは,RedHat Linux ES3.0上である.

2.モジュールの入手

  • 以下のURLから,最新版のソースコードを取得する.
  • 今回対象となるのは,Apache2.0.55となる.
  • まずは,作業用ディレクトリを作成する.
[root@uranos2 Download]# cd
[root@uranos2 root]# rmdir Download
[root@uranos2 root]# cd
[root@uranos2 root]# mkdir Download;cd Download
[root@uranos2 Download]#
  • rpmコマンドで,httpdサービスが既にインストールされていないか確認する.
[root@uranos2 Download]# rpm -qa | grep httpd
httpd-2.0.46-46.ent
redhat-config-httpd-1.1.0-4.30.2
httpd-devel-2.0.46-46.ent
[root@uranos2 Download]
  • インストールされている場合には,目障りなのでrpm -e --nodepsでアンインストールを行う.
[root@uranos2 Download]# rpm -e --nodeps httpd-2.0.46-46.ent
[root@uranos2 Download]# rpm -e --nodeps httpd-devel-2.0.46-46.ent
[root@uranos2 Download]# rpm -e redhat-config-httpd-1.1.0-4.30.2
[root@uranos2 Download]#
  • 再度確認する.
[root@uranos2 Download]# rpm -qa | grep http
libghttp-1.0.9-8.1
[root@uranos2 Download]#  
  • wgetコマンドで,ソースのアーカイブを入手する.
[root@uranos2 Download]# wget http://www.apache.jp/dist/httpd/httpd-2.0.55.tar.gz
--10:52:49--  http://www.apache.jp/dist/httpd/httpd-2.0.55.tar.gz
           => `httpd-2.0.55.tar.gz'
Resolving www.apache.jp... 210.188.224.37
Connecting to www.apache.jp[210.188.224.37]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6,104,503 [application/x-gzip]

100%[=====================================>] 6,104,503      1.42M/s    ETA 00:00

10:52:54 (1.05 MB/s) - `httpd-2.0.55.tar.gz' saved [6,104,503/6,104,503]

[root@uranos2 Download]#  
  • モジュールの入手ができた.

3.インストール

  • Apache2.0のインストールを行う.
[root@uranos2 Download]# tar xfz httpd-2.0.55.tar.gz
[root@uranos2 Download]# cd httpd-2.0.55
[root@uranos2 httpd-2.0.55]#
  • 全部入りでオプションをつけてconfigureを行う.
[root@uranos2 httpd-2.0.55]# ./configure ¥
> --enable-mods-shared=most ¥
> --with-mpm=worker
> --enable-ssl ¥
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu

Configuring Apache Portable Runtime library ...

checking for APR... reconfig
configuring package in srclib/apr now
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
Configuring APR library
Platform: i686-pc-linux-gnu
checking for working mkdir -p... yes
APR Version: 0.9.7
checking for chosen layout... apr
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
Applying APR hints file rules for i686-pc-linux-gnu
  setting CPPFLAGS to "-DLINUX=2"
  adding "-D_REENTRANT" to CPPFLAGS
(Default will be unix)
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... gcc -E
checking for gawk... gawk
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking for rm... rm
checking for as... as
checking for cpp... cpp
checking for ar... ar
checking for egrep... grep -E
checking for AIX... no
checking for library containing strerror... none required
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether system uses EBCDIC... no
performing libtool configuration...
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes

Check for compiler flags...
checking for res_init in -lresolv... no
checking for gethostbyname in -lnsl... yes
checking for library containing gethostname... none required
checking for socket in -lsocket... no
checking for library containing crypt... -lcrypt
checking for main in -ltruerand... no
checking for library containing modf... none required
checking for library containing sqrt... -lm

Checking for Threads...
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for CFLAGS needed for pthreads... -pthread
  adding "-pthread" to CFLAGS
checking for LIBS needed for pthreads... -lpthread
  adding "-lpthread" to LIBS
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
checking for pthread_rwlock_init... yes
checking for pthread_rwlock_t... yes-with-XOPEN_SOURCE
  adding "-D_XOPEN_SOURCE=500" to CPPFLAGS
  adding "-D_BSD_SOURCE" to CPPFLAGS
  adding "-D_SVID_SOURCE" to CPPFLAGS
checking for recursive mutex support... yes
APR will use threads
checking for readdir in -lc_r... no
checking for gethostbyname in -lc_r... no
checking for gethostbyaddr in -lc_r... no
checking for gethostbyname_r... yes
checking for gethostbyaddr_r... yes
checking for sigsuspend... yes
checking for sigwait... yes
checking for poll... yes
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for getgrnam_r... yes
checking for getgrgid_r... yes

Checking for Shared Memory Support...
checking for library containing shm_open... -lrt
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/mutex.h usability... no
checking sys/mutex.h presence... no
checking for sys/mutex.h... no
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking kernel/OS.h usability... no
checking kernel/OS.h presence... no
checking for kernel/OS.h... no
checking os2.h usability... no
checking os2.h presence... no
checking for os2.h... no
checking for mmap... yes
checking for munmap... yes
checking for shm_open... yes
checking for shm_unlink... yes
checking for shmget... yes
checking for shmat... yes
checking for shmdt... yes
checking for shmctl... yes
checking for create_area... no
checking for MAP_ANON in sys/mman.h... yes
checking for /dev/zero... yes
checking for mmap that can map /dev/zero... yes
decision on anonymous shared memory allocation method... 4.4BSD-style mmap() v
ia MAP_ANON
decision on namebased memory allocation method... SysV IPC shmget()
checking for alloca... no
checking for calloc... yes
checking for strcasecmp... yes
checking for stricmp... no
checking for setsid... yes
checking for isinf... yes
checking for isnan... yes
checking for getenv... yes
checking for putenv... yes
checking for setenv... yes
checking for unsetenv... yes
checking for setrlimit... yes
checking for getrlimit... yes
checking for writev... yes
checking for sendfilev in -lsendfile... no
checking for sendfile... yes
checking for send_file... no
checking for sendfilev... no
checking for utime... yes
checking for utimes... yes
checking for sigaction... yes
checking whether sys_siglist is declared... yes
checking for fork... yes
checking for inet_addr... yes
checking for inet_network... yes
checking for _getch... no
checking for strerror_r... yes
checking for type of return code from strerror_r... pointer
checking for crypt_r... yes
checking style of crypt_r... struct_crypt_data_gnu_source
  adding "-D_GNU_SOURCE" to CPPFLAGS
checking for mmap... (cached) yes
checking for memmove... yes
checking for getpass... yes
checking for getpassphrase... no
checking for gmtime_r... yes
checking for localtime_r... yes
checking for hstrerror... yes
checking for mkstemp... yes
checking whether sigwait takes one argument... no
checking for inode member of struct dirent... d_fileno
checking for file type member of struct dirent... d_type
checking for ANSI C header files... (cached) yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking ByteOrder.h usability... no
checking ByteOrder.h presence... no
checking for ByteOrder.h... no
checking conio.h usability... no
checking conio.h presence... no
checking for conio.h... no
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dir.h usability... no
checking dir.h presence... no
checking for dir.h... no
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking for dlfcn.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking osreldate.h usability... no
checking osreldate.h presence... no
checking for osreldate.h... no
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sysapi.h usability... no
checking sysapi.h presence... no
checking for sysapi.h... no
checking sysgtime.h usability... no
checking sysgtime.h presence... no
checking for sysgtime.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking tpfeq.h usability... no
checking tpfeq.h presence... no
checking for tpfeq.h... no
checking tpfio.h usability... no
checking tpfio.h presence... no
checking for tpfio.h... no
checking for unistd.h... (cached) yes
checking unix.h usability... no
checking unix.h presence... no
checking for unix.h... no
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for kernel/OS.h... (cached) no
checking net/errno.h usability... no
checking net/errno.h presence... no
checking for net/errno.h... no
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/sctp.h usability... no
checking netinet/sctp.h presence... no
checking for netinet/sctp.h... no
checking netinet/sctp_uio.h usability... no
checking netinet/sctp_uio.h presence... no
checking for netinet/sctp_uio.h... no
checking for sys/file.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/mman.h... (cached) yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking sys/sendfile.h usability... yes
checking sys/sendfile.h presence... yes
checking for sys/sendfile.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking for sys/stat.h... (cached) yes
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking sys/syslimits.h usability... no
checking sys/syslimits.h presence... no
checking for sys/syslimits.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... 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 an ANSI C-conforming const... 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 for void*... yes
checking size of void*... 4
checking for char... yes
checking size of char... 1
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for short... yes
checking size of short... 2
checking for long double... yes
checking size of long double... 12
checking for long long... yes
checking size of long long... 8
checking for INT64_C... yes
checking size of ssize_t... 4
checking size of size_t... 4
checking size of off_t... 4
checking which type to use for apr_off_t... long
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 memchr... yes
checking for strtoll... yes

Checking for DSO...
checking for NSLinkModule... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
  adding "-ldl" to LIBS
checking for dlsym... yes

Checking for Processes...
checking for waitpid... yes
checking for Variable Length Arrays... yes
checking struct rlimit... yes

Checking for Locking...
checking for semget... yes
checking for semctl... yes
checking for flock... yes
checking for semaphore.h... (cached) yes
checking for sem_close... yes
checking for sem_unlink... yes
checking for sem_post... yes
checking for sem_wait... yes
checking for working sem_open... yes
checking for union semun in sys/sem.h... no
checking for LOCK_EX in sys/file.h... yes
checking for F_SETLK in fcntl.h... yes
checking for SEM_UNDO in sys/sem.h... yes
checking for POLLIN in poll.h sys/poll.h... yes
checking for PTHREAD_PROCESS_SHARED in pthread.h... yes
checking for pthread_mutexattr_setpshared... yes
checking for working PROCESS_SHARED locks... yes
checking for pthread_mutexattr_setrobust_np... no
checking for pthread_mutexattr_setrobust_np with _POSIX_THREAD_PRIO_INHERIT... 
no
decision on apr_lock implementation method... SysV IPC semget()
checking if all interprocess locks affect threads... no
checking if POSIX sems affect threads in the same process... no
checking if SysV sems affect threads in the same process... no
checking if fcntl locks affect threads in the same process... no
checking if flock locks affect threads in the same process... no
checking for entropy source... /dev/random

Checking for Time Support...
checking for tm_gmtoff in struct tm... yes

Checking for Networking support...
checking for in_addr in netinet/in.h... yes
checking if fd == socket on this platform... yes
checking style of gethostbyname_r routine... glibc2
checking 3rd argument to the gethostbyname_r routines... char
checking if TCP_NODELAY setting is inherited from listening sockets... yes
checking if O_NONBLOCK setting is inherited from listening sockets... no
checking for TCP_CORK in netinet/tcp.h... yes
checking for TCP_NOPUSH in netinet/tcp.h... no
checking for SO_ACCEPTFILTER in sys/socket.h... no
checking whether SCTP is supported... no
checking for set_h_errno... no
checking for presence of retrans/retry fields in res_state/resolv.h ... yes

Checking for IPv6 Networking support...
checking for library containing getaddrinfo... none required
checking for library containing gai_strerror... none required
checking for library containing getnameinfo... none required
checking for gai_strerror... yes
checking for working getaddrinfo... yes
checking for negative error codes for getaddrinfo... yes
checking for working getnameinfo... yes
checking for sockaddr_in6... yes
checking if APR supports IPv6... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for nl_langinfo... yes
checking for usable fstat64... yes

Restore user-defined environment settings...
  restoring CPPFLAGS to ""
  setting EXTRA_CPPFLAGS to "-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD
_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE"
  restoring CFLAGS to ""
  setting EXTRA_CFLAGS to "-g -O2 -pthread"
  restoring LDFLAGS to ""
  setting EXTRA_LDFLAGS to ""
  restoring LIBS to ""
  setting EXTRA_LIBS to "-lrt -lm -lcrypt -lnsl  -lpthread -ldl"
  restoring INCLUDES to ""
  setting EXTRA_INCLUDES to ""

Construct Makefiles and header files.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating strings/Makefile
config.status: creating passwd/Makefile
config.status: creating tables/Makefile
config.status: creating build/Makefile
config.status: creating file_io/unix/Makefile
config.status: creating network_io/unix/Makefile
config.status: creating threadproc/unix/Makefile
config.status: creating misc/unix/Makefile
config.status: creating locks/unix/Makefile
config.status: creating time/unix/Makefile
config.status: creating mmap/unix/Makefile
config.status: creating shmem/unix/Makefile
config.status: creating user/unix/Makefile
config.status: creating memory/unix/Makefile
config.status: creating atomic/unix/Makefile
config.status: creating poll/unix/Makefile
config.status: creating support/unix/Makefile
config.status: creating dso/unix/Makefile
config.status: creating test/Makefile
config.status: creating test/internal/Makefile
config.status: creating include/apr.h
config.status: creating build/apr_rules.mk
config.status: creating build/pkg/pkginfo
config.status: creating apr-config
config.status: creating include/arch/unix/apr_private.h
config.status: executing default commands
srclib/apr configured properly
  setting CC to "gcc"
  setting CPP to "gcc -E"
  setting CFLAGS to " -g -O2 -pthread"
  setting CPPFLAGS to " -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOUR
CE -D_SVID_SOURCE -D_GNU_SOURCE"
  setting LDFLAGS to " "
  setting INCLUDES to " -I/root/Download/httpd-2.0.55/srclib/apr/include "

Configuring Apache Portable Runtime Utility library...

checking for APR-util... reconfig
configuring package in srclib/apr-util now
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for working mkdir -p... yes
APR-util Version: 0.9.7
checking for chosen layout... apr-util
Applying apr-util hints file rules for i686-pc-linux-gnu
checking for APR... yes
  setting CC to "gcc"
  setting CPP to "gcc -E"
  setting CFLAGS to " -g -O2 -pthread"
  setting CPPFLAGS to " -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOUR
CE -D_SVID_SOURCE -D_GNU_SOURCE"
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for ldap support...
checking gdbm.h usability... yes
checking gdbm.h presence... yes
checking for gdbm.h... yes
checking for gdbm_open in -lgdbm... yes
checking for Berkeley DB 4.3 in the standard places... 
checking db43/db.h usability... no
checking db43/db.h presence... no
checking for db43/db.h... no
checking db4/db.h usability... yes
checking db4/db.h presence... yes
checking for db4/db.h... yes
checking for -ldb-4.3... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb-4.3... no
checking db43/db.h usability... no
checking db43/db.h presence... no
checking for db43/db.h... no
checking db4/db.h usability... yes
checking db4/db.h presence... yes
checking for db4/db.h... yes
checking for -ldb43... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb43... no
checking db43/db.h usability... no
checking db43/db.h presence... no
checking for db43/db.h... no
checking db4/db.h usability... yes
checking db4/db.h presence... yes
checking for db4/db.h... yes
checking for -ldb4... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb4... no
checking db43/db.h usability... no
checking db43/db.h presence... no
checking for db43/db.h... no
checking db4/db.h usability... yes
checking db4/db.h presence... yes
checking for db4/db.h... yes
checking for -ldb... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb... no
checking for Berkeley DB 4.3 in /usr/local/BerkeleyDB.4.3... directory not fou
nd
checking for Berkeley DB 4.3 in /boot/home/config... directory not found
checking for Berkeley DB 4.2 in the standard places... 
checking db42/db.h usability... no
checking db42/db.h presence... no
checking for db42/db.h... no
checking db4/db.h usability... yes
checking db4/db.h presence... yes
checking for db4/db.h... yes
checking for -ldb-4.2... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb-4.2... no
checking db42/db.h usability... no
checking db42/db.h presence... no
checking for db42/db.h... no
checking db4/db.h usability... yes
checking db4/db.h presence... yes
checking for db4/db.h... yes
checking for -ldb4... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb4... no
checking db42/db.h usability... no
checking db42/db.h presence... no
checking for db42/db.h... no
checking db4/db.h usability... yes
checking db4/db.h presence... yes
checking for db4/db.h... yes
checking for -ldb... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb... no
checking for Berkeley DB 4.2 in /usr/local/BerkeleyDB.4.2... directory not fou
nd
checking for Berkeley DB 4.2 in /boot/home/config... directory not found
checking for Berkeley DB 4.1 in the standard places... 
checking db41/db.h usability... no
checking db41/db.h presence... no
checking for db41/db.h... no
checking db4/db.h usability... yes
checking db4/db.h presence... yes
checking for db4/db.h... yes
checking for -ldb-4.1... yes
checking for Berkeley DB... found db4
checking for default DBM... sdbm (default)
  setting APRUTIL_EXPORT_LIBS to "-lgdbm"
  setting APRUTIL_LIBS to "-lgdbm"
  adding "-ldb-4.1" to APRUTIL_EXPORT_LIBS
  adding "-ldb-4.1" to APRUTIL_LIBS
checking for Expat in /usr... yes
  adding "-lexpat" to APRUTIL_EXPORT_LIBS
  setting APRUTIL_LDFLAGS to ""
  adding "/usr/lib/libexpat.la" to APRUTIL_LIBS
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for type of inbuf parameter to iconv... char **
checking for iconv.h... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for nl_langinfo... yes
checking for CODESET in langinfo.h... yes
checking for library containing crypt... -lcrypt
checking if system crypt() function is threadsafe... no
checking for crypt_r... yes
checking style of crypt_r... struct_crypt_data
  adding "/root/Download/httpd-2.0.55/srclib/apr/libapr-0.la" to APRUTIL_LIBS
  adding "-lrt" to APRUTIL_LIBS
  adding "-lm" to APRUTIL_LIBS
  adding "-lcrypt" to APRUTIL_LIBS
  adding "-lnsl" to APRUTIL_LIBS
  adding "-lpthread" to APRUTIL_LIBS
  adding "-ldl" to APRUTIL_LIBS
configure: creating ./config.status
config.status: creating export_vars.sh
config.status: creating apu-config
config.status: creating build/pkg/pkginfo
config.status: creating include/private/apu_select_dbm.h
config.status: creating include/apr_ldap.h
config.status: creating include/apu.h
config.status: creating include/apu_want.h
config.status: creating Makefile
config.status: creating buckets/Makefile
config.status: creating crypto/Makefile
config.status: creating dbm/Makefile
config.status: creating dbm/sdbm/Makefile
config.status: creating encoding/Makefile
config.status: creating hooks/Makefile
config.status: creating ldap/Makefile
config.status: creating uri/Makefile
config.status: creating xml/Makefile
config.status: creating misc/Makefile
config.status: creating strmatch/Makefile
config.status: creating xlate/Makefile
config.status: creating test/Makefile
config.status: creating include/private/apu_config.h
config.status: include/private/apu_config.h is unchanged
config.status: executing default commands
srclib/apr-util configured properly
  adding "-I/root/Download/httpd-2.0.55/srclib/apr-util/include" to INCLUDES
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E

Configuring PCRE regular expression library ...

configuring package in srclib/pcre now
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for bcopy... yes
checking for memmove... yes
checking for strerror... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pcre.h
config.status: creating pcre-config
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default commands
srclib/pcre configured properly

Configuring Apache httpd ...

  adding "-I." to INCLUDES
  adding "-I$(top_srcdir)/os/$(OS_DIR)" to INCLUDES
  adding "-I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME)" to INCLUDES
  adding "-I$(top_srcdir)/modules/http" to INCLUDES
  adding "-I$(top_srcdir)/modules/filters" to INCLUDES
  adding "-I$(top_srcdir)/modules/proxy" to INCLUDES
  adding "-I$(top_srcdir)/include" to INCLUDES
  adding "-I$(top_srcdir)/modules/generators" to INCLUDES

Applying OS-specific hints for httpd ...

  forcing SINGLE_LISTEN_UNSERIALIZED_ACCEPT to "1"
  forcing AP_NONBLOCK_WHEN_MULTI_LISTEN to "1"
checking for rm... /bin/rm
checking for gawk... gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for egrep... grep -E
checking for AIX... no
checking for library containing strerror... none required
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for strings.h... (cached) yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking sys/processor.h usability... no
checking sys/processor.h presence... no
checking for sys/processor.h... no
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for an ANSI C-conforming const... yes
  setting NOTEST_CPPFLAGS to "-DAP_HAVE_DESIGNATED_INITIALIZER"
checking for getpwnam... yes
checking for getgrnam... yes
checking for initgroups... yes
checking for bindprocessor... no
checking for prctl... yes
checking for timegm... yes
checking for tm_gmtoff in struct tm... yes
checking whether to enable mod_access... shared (most)
checking whether to enable mod_auth... shared (most)
checking whether to enable mod_auth_anon... shared (most)
checking whether to enable mod_auth_dbm... shared (most)
checking whether to enable mod_auth_digest... checking dependencies
checking whether to enable mod_auth_digest... shared (most)
  setting LT_LDFLAGS to "-export-dynamic"
checking whether to enable mod_isapi... no
checking whether to enable mod_file_cache... 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_mem_cache... no
checking whether to enable mod_example... no
checking whether to enable mod_case_filter... no
checking whether to enable mod_case_filter_in... no
checking whether to enable mod_dumpio... no
checking whether to enable mod_ldap... no
checking whether to enable mod_auth_ldap... no
checking whether to enable mod_ext_filter... shared (most)
checking whether to enable mod_include... shared (most)
checking whether to enable mod_deflate... no
checking whether to enable mod_log_config... shared (most)
checking whether to enable mod_log_forensic... no
checking whether to enable mod_logio... no
checking whether to enable mod_env... shared (most)
checking whether to enable mod_mime_magic... no
checking whether to enable mod_cern_meta... no
checking whether to enable mod_expires... shared (most)
checking whether to enable mod_headers... shared (most)
checking whether to enable mod_usertrack... no
checking whether to enable mod_unique_id... no
checking whether to enable mod_setenvif... shared (most)
checking whether to enable mod_proxy... no
checking whether to enable mod_proxy_connect... no
checking whether to enable mod_proxy_ftp... no
checking whether to enable mod_proxy_http... no
checking whether to enable mod_ssl... yes
checking whether to enable mod_optional_hook_export... no
checking whether to enable mod_optional_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_bucketeer... no
checking for target platform... unix
checking for rlim_t... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for sys/sem.h... (cached) yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking for setsid... yes
checking for killpg... yes
checking bstring.h usability... no
checking bstring.h presence... no
checking for bstring.h... no
checking for unistd.h... (cached) yes
checking for syslog... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for times... yes
checking which MPM to use... worker
checking whether to enable mod_http... yes
checking whether to enable mod_mime... shared (most)
checking for extra modules... none
checking whether to enable mod_dav... shared (most)
  adding "-I$(top_srcdir)/modules/dav/main" to INCLUDES
checking whether to enable mod_status... shared (most)
checking whether to enable mod_autoindex... shared (most)
checking whether to enable mod_asis... shared (most)
checking whether to enable mod_info... shared (most)
checking whether to enable mod_suexec... no
checking whether to enable mod_cgid... shared (most)
checking whether to enable mod_cgi... no
checking for pthread_kill... yes
checking whether to enable mod_dav_fs... shared (most)
checking whether to enable mod_vhost_alias... shared (most)
checking whether to enable mod_negotiation... shared (most)
checking whether to enable mod_dir... shared (most)
checking whether to enable mod_imap... shared (most)
checking whether to enable mod_actions... shared (most)
checking whether to enable mod_speling... shared (most)
checking whether to enable mod_userdir... shared (most)
checking whether to enable mod_alias... shared (most)
checking whether to enable mod_rewrite... shared (most)
checking whether to enable mod_so... yes
checking whether byte ordering is bigendian... no

Restore user-defined environment settings...

  restoring CPPFLAGS to ""
  setting EXTRA_CPPFLAGS to " -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BS
D_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE"
  restoring CFLAGS to ""
  setting EXTRA_CFLAGS to " -g -O2 -pthread"
  restoring CXXFLAGS to ""
  setting EXTRA_CXXFLAGS to ""
  restoring LDFLAGS to ""
  setting EXTRA_LDFLAGS to " "
  restoring LIBS to ""
  setting EXTRA_LIBS to ""
  restoring INCLUDES to ""
  setting EXTRA_INCLUDES to " -I/root/Download/httpd-2.0.55/srclib/apr/include  
-I/root/Download/httpd-2.0.55/srclib/apr-util/include -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_sr
cdir)/include -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/dav/m
ain"

Construct makefiles and header files...

creating config_vars.mk
configure: creating ./config.status
creating modules/aaa/Makefile
creating modules/arch/win32/Makefile
creating modules/cache/Makefile
creating modules/echo/Makefile
creating modules/experimental/Makefile
creating modules/filters/Makefile
creating modules/loggers/Makefile
creating modules/metadata/Makefile
creating modules/proxy/Makefile
creating modules/ssl/Makefile
creating modules/test/Makefile
creating os/unix/Makefile
creating server/mpm/Makefile
creating modules/http/Makefile
creating modules/dav/main/Makefile
creating modules/generators/Makefile
creating server/mpm/worker/Makefile
creating modules/dav/fs/Makefile
creating modules/mappers/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
config.status: creating docs/conf/httpd-std.conf
config.status: creating docs/conf/ssl-std.conf
config.status: creating include/ap_config_layout.h
config.status: creating support/apxs
config.status: creating support/apachectl
config.status: creating support/dbmmanage
config.status: creating support/envvars-std
config.status: creating support/log_server_status
config.status: creating support/logresolve.pl
config.status: creating support/phf_abuse_log.cgi
config.status: creating support/split-logfile
config.status: creating build/rules.mk
config.status: creating build/pkg/pkginfo
config.status: creating include/ap_config_auto.h
config.status: include/ap_config_auto.h is unchanged
config.status: executing default commands
[root@uranos2 httpd-2.0.55]#  
  • makeを行う.
[root@uranos2 httpd-2.0.55]# make
Making all in srclib
make[1]: Entering directory `/root/Download/httpd-2.0.55/srclib'
Making all in apr
make[2]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr'
Making all in strings
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/strings'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/strings'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../include -I../include/arch
/unix  -c apr_cpystrn.c && touch apr_cpystrn.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../include -I../include/arch
/unix  -c apr_snprintf.c && touch apr_snprintf.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../include -I../include/arch
/unix  -c apr_strnatcmp.c && touch apr_strnatcmp.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../include -I../include/arch
/unix  -c apr_strings.c && touch apr_strings.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../include -I../include/arch
/unix  -c apr_fnmatch.c && touch apr_fnmatch.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../include -I../include/arch
/unix  -c apr_strtok.c && touch apr_strtok.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/strings'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/strings'
Making all in passwd
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/passwd'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/passwd'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../include -I../include/arch
/unix  -c apr_getpass.c && touch apr_getpass.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/passwd'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/passwd'
Making all in tables
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/tables'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/tables'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../include -I../include/arch
/unix  -c apr_tables.c && touch apr_tables.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../include -I../include/arch
/unix  -c apr_hash.c && touch apr_hash.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/tables'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/tables'
Making all in file_io/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/file_io/un
ix'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/file_io/un
ix'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c copy.c && touch copy.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c dir.c && touch dir.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c fileacc.c && touch fileacc.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c filedup.c && touch filedup.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c filepath.c && touch filepath.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c filepath_util.c && touch filepath_ut
il.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c filestat.c && touch filestat.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c flock.c && touch flock.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c fullrw.c && touch fullrw.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c open.c && touch open.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c pipe.c && touch pipe.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c readwrite.c && touch readwrite.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c seek.c && touch seek.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c mktemp.c && touch mktemp.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c tempdir.c && touch tempdir.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/file_io/uni
x'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/file_io/uni
x'
Making all in network_io/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/network_io
/unix'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/network_io
/unix'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c sendrecv.c && touch sendrecv.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c sockets.c && touch sockets.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c sockopt.c && touch sockopt.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c sockaddr.c && touch sockaddr.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c inet_ntop.c && touch inet_ntop.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c inet_pton.c && touch inet_pton.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/network_io/
unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/network_io/
unix'
Making all in threadproc/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/threadproc
/unix'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/threadproc
/unix'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix  -c proc.c && touch proc.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix  -c procsup.c && touch procsup.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix  -c thread.c && touch thread.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix  -c threadpriv.c && touch threadpriv.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix  -c signals.c && touch signals.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/threadproc/
unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/threadproc/
unix'
Making all in misc/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/misc/unix'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/misc/unix'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c start.c && touch start.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c getopt.c && touch getopt.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c otherchild.c && touch otherchild.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c errorcodes.c && touch errorcodes.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c rand.c && touch rand.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c version.c && touch version.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c charset.c && touch charset.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c env.c && touch env.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/misc/unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/misc/unix'
Making all in locks/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/locks/unix
'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/locks/unix
'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch -I../../include/arch/unix  -c thread_mutex.c && touch thread_mutex.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch -I../../include/arch/unix  -c thread_rwlock.c && touch thread_rwlock.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch -I../../include/arch/unix  -c thread_cond.c && touch thread_cond.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch -I../../include/arch/unix  -c proc_mutex.c && touch proc_mutex.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch -I../../include/arch/unix  -c global_mutex.c && touch global_mutex.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/locks/unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/locks/unix'
Making all in time/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/time/unix'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/time/unix'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix  -c time.c && touch time.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix  -c timestr.c && touch timestr.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/time/unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/time/unix'
Making all in mmap/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/mmap/unix'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/mmap/unix'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix  -c mmap.c && touch mmap.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix  -c common.c && touch common.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/mmap/unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/mmap/unix'
Making all in shmem/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/shmem/unix
'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/shmem/unix
'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch -I../../include/arch/unix  -c shm.c && touch shm.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/shmem/unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/shmem/unix'
Making all in user/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/user/unix'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/user/unix'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix  -c userinfo.c && touch userinfo.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix  -c groupinfo.c && touch groupinfo.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/user/unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/user/unix'
Making all in memory/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/memory/uni
x'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/memory/uni
x'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix  -c apr_pools.c && touch apr_pools.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/memory/unix
'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/memory/unix
'
Making all in atomic/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/atomic/uni
x'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/atomic/uni
x'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix  -c apr_atomic.c && touch apr_atomic.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/atomic/unix
'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/atomic/unix
'
Making all in poll/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/poll/unix'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/poll/unix'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c poll.c && touch poll.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c pollacc.c && touch pollacc.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/poll/unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/poll/unix'
Making all in support/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/support/un
ix'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/support/un
ix'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch/unix -I../../include/arch/unix  -c waitio.c && touch waitio.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/support/uni
x'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/support/uni
x'
Making all in dso/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/dso/unix'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/dso/unix'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I../../includ
e/arch -I../../include/arch/unix  -c dso.c && touch dso.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/dso/unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/dso/unix'
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gc
c -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -
D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I./include -I../include -version-in
fo 9:7:9 -o libapr-0.la -rpath /usr/local/apache2/lib strings/apr_cpystrn.lo s
trings/apr_fnmatch.lo strings/apr_snprintf.lo strings/apr_strings.lo strings/a
pr_strnatcmp.lo strings/apr_strtok.lo passwd/apr_getpass.lo tables/apr_hash.lo 
tables/apr_tables.lo file_io/unix/copy.lo file_io/unix/dir.lo file_io/unix/fil
eacc.lo file_io/unix/filedup.lo file_io/unix/filepath.lo file_io/unix/filepath
_util.lo file_io/unix/filestat.lo file_io/unix/flock.lo file_io/unix/fullrw.lo 
file_io/unix/mktemp.lo file_io/unix/open.lo file_io/unix/pipe.lo file_io/unix/
readwrite.lo file_io/unix/seek.lo file_io/unix/tempdir.lo network_io/unix/inet
_ntop.lo network_io/unix/inet_pton.lo network_io/unix/sendrecv.lo network_io/u
nix/sockaddr.lo network_io/unix/sockets.lo network_io/unix/sockopt.lo threadpr
oc/unix/proc.lo threadproc/unix/procsup.lo threadproc/unix/signals.lo threadpr
oc/unix/thread.lo threadproc/unix/threadpriv.lo misc/unix/charset.lo misc/unix
/env.lo misc/unix/errorcodes.lo misc/unix/getopt.lo misc/unix/otherchild.lo mi
sc/unix/rand.lo misc/unix/start.lo misc/unix/version.lo locks/unix/global_mute
x.lo locks/unix/proc_mutex.lo locks/unix/thread_cond.lo locks/unix/thread_mute
x.lo locks/unix/thread_rwlock.lo time/unix/time.lo time/unix/timestr.lo mmap/u
nix/common.lo mmap/unix/mmap.lo shmem/unix/shm.lo user/unix/groupinfo.lo user/
unix/userinfo.lo memory/unix/apr_pools.lo atomic/unix/apr_atomic.lo poll/unix/
pollacc.lo poll/unix/poll.lo support/unix/waitio.lo dso/unix/dso.lo -lrt -lm -
lcrypt -lnsl -lpthread -ldl
gawk -f /root/Download/httpd-2.0.55/srclib/apr/build/make_var_export.awk /root
/Download/httpd-2.0.55/srclib/apr/include/*.h > export_vars.c
gawk -f /root/Download/httpd-2.0.55/srclib/apr/build/make_exports.awk /root/Do
wnload/httpd-2.0.55/srclib/apr/include/*.h > exports.c
gcc -E -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I./include -I../include  exports.c | grep "a
p_hack_" | sed -e 's/^.*[)]¥(.*¥);$/¥1/' >> apr.exp
gcc -E -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I./include -I../include  export_vars.c | sed 
-e 's/^¥#[^!]*//' | sed -e '/^$/d' >> apr.exp
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr'
Making all in apr-util
make[2]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util'
Making all in buckets
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/bucke
ts'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/bucke
ts'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include     -c apr_buckets_f
ile.c && touch apr_buckets_file.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include     -c apr_buckets_p
ool.c && touch apr_buckets_pool.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include     -c apr_buckets_f
lush.c && touch apr_buckets_flush.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include     -c apr_buckets_r
efcount.c && touch apr_buckets_refcount.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include     -c apr_buckets_h
eap.c && touch apr_buckets_heap.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include     -c apr_buckets_s
imple.c && touch apr_buckets_simple.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include     -c apr_buckets.c 
&& touch apr_buckets.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include     -c apr_buckets_m
map.c && touch apr_buckets_mmap.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include     -c apr_buckets_s
ocket.c && touch apr_buckets_socket.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include     -c apr_buckets_e
os.c && touch apr_buckets_eos.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include     -c apr_buckets_p
ipe.c && touch apr_buckets_pipe.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include     -c apr_brigade.c 
&& touch apr_brigade.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include     -c apr_buckets_a
lloc.c && touch apr_buckets_alloc.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/bucket
s'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/bucket
s'
Making all in crypto
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/crypt
o'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/crypt
o'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c apr_sha1.c && 
touch apr_sha1.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c apr_md4.c && t
ouch apr_md4.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c apr_md5.c && t
ouch apr_md5.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c uuid.c && touc
h uuid.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c getuuid.c && t
ouch getuuid.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/crypto
'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/crypto
'
Making all in dbm
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/dbm'
Making all in sdbm
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/dbm/s
dbm'
make[5]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/dbm/s
dbm'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c sdbm.c && touc
h sdbm.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c sdbm_hash.c && 
touch sdbm_hash.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c sdbm_lock.c && 
touch sdbm_lock.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c sdbm_pair.c && 
touch sdbm_pair.lo
make[5]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/dbm/sd
bm'
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/dbm/sd
bm'
Making all in .
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/dbm'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c apr_dbm.c && t
ouch apr_dbm.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c apr_dbm_berkel
eydb.c && touch apr_dbm_berkeleydb.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c apr_dbm_gdbm.c 
&& touch apr_dbm_gdbm.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c apr_dbm_sdbm.c 
&& touch apr_dbm_sdbm.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c apr_dbm_ndbm.c 
&& touch apr_dbm_ndbm.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/dbm'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/dbm'
Making all in encoding
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/encod
ing'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/encod
ing'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c apr_base64.c &
& touch apr_base64.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/encodi
ng'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/encodi
ng'
Making all in hooks
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/hooks
'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/hooks
'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c apr_hooks.c && 
touch apr_hooks.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/hooks'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/hooks'
Making all in ldap
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/ldap'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/ldap'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c apr_ldap_compa
t.c && touch apr_ldap_compat.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c apr_ldap_url.c 
&& touch apr_ldap_url.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/ldap'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/ldap'
Making all in uri
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/uri'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/uri'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include   -I.  -c gen_uri_de
lims.c && touch gen_uri_delims.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link  g
cc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=50
0 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/s
rclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/p
rivate  -I/root/Download/httpd-2.0.55/srclib/apr/include   -I.  -version-info 
9:7:9    -o gen_uri_delims  gen_uri_delims.lo -lrt -lm -lcrypt -lnsl  -lpthrea
d -ldl
libtool: link: warning: `-version-info' is ignored for programs
./gen_uri_delims > uri_delims.h
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include   -I.  -c apr_uri.c 
&& touch apr_uri.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/uri'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/uri'
Making all in xml
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/xml'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/xml'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c apr_xml.c && t
ouch apr_xml.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/xml'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/xml'
Making all in misc
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/misc'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/misc'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c apr_date.c && 
touch apr_date.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c apr_rmm.c && t
ouch apr_rmm.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c apr_reslist.c 
&& touch apr_reslist.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c apr_queue.c && 
touch apr_queue.lo
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c apu_version.c 
&& touch apu_version.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/misc'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/misc'
Making all in strmatch
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/strma
tch'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/strma
tch'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c apr_strmatch.c 
&& touch apr_strmatch.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/strmat
ch'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/strmat
ch'
Making all in xlate
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/xlate
'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/xlate
'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=5
00 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/
srclib/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/
private  -I/root/Download/httpd-2.0.55/srclib/apr/include    -c xlate.c && tou
ch xlate.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/xlate'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/xlate'
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util'
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gc
c -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -
D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I/root/Download/httpd-2.0.55/srclib
/apr-util/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/privat
e -I/root/Download/httpd-2.0.55/srclib/apr/include -version-info 9:7:9 -o liba
prutil-0.la -rpath /usr/local/apache2/lib buckets/apr_buckets_file.lo buckets/
apr_buckets_pool.lo buckets/apr_buckets_flush.lo buckets/apr_buckets_refcount.
lo buckets/apr_buckets_heap.lo buckets/apr_buckets_simple.lo buckets/apr_bucke
ts.lo buckets/apr_buckets_mmap.lo buckets/apr_buckets_socket.lo buckets/apr_bu
ckets_eos.lo buckets/apr_buckets_pipe.lo buckets/apr_brigade.lo buckets/apr_bu
ckets_alloc.lo crypto/apr_sha1.lo crypto/apr_md4.lo crypto/apr_md5.lo crypto/u
uid.lo crypto/getuuid.lo dbm/sdbm/sdbm.lo dbm/sdbm/sdbm_hash.lo dbm/sdbm/sdbm_
lock.lo dbm/sdbm/sdbm_pair.lo dbm/apr_dbm.lo dbm/apr_dbm_berkeleydb.lo dbm/apr
_dbm_gdbm.lo dbm/apr_dbm_sdbm.lo dbm/apr_dbm_ndbm.lo encoding/apr_base64.lo ho
oks/apr_hooks.lo ldap/apr_ldap_compat.lo ldap/apr_ldap_url.lo uri/apr_uri.lo x
ml/apr_xml.lo misc/apr_date.lo misc/apr_rmm.lo misc/apr_reslist.lo misc/apr_qu
eue.lo misc/apu_version.lo strmatch/apr_strmatch.lo xlate/xlate.lo
gawk -f /root/Download/httpd-2.0.55/srclib/apr/build/make_exports.awk /root/Do
wnload/httpd-2.0.55/srclib/apr-util/include/*.h > exports.c
gawk -f /root/Download/httpd-2.0.55/srclib/apr/build/make_var_export.awk /root
/Download/httpd-2.0.55/srclib/apr-util/include/*.h > export_vars.h
gcc -E -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/srclib/apr-util
/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/private  -I/roo
t/Download/httpd-2.0.55/srclib/apr/include    exports.c | grep "ap_hack_" | se
d -e 's/^.*[)]¥(.*¥);$/¥1/' >> aprutil.exp
gcc -E -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I/root/Download/httpd-2.0.55/srclib/apr-util
/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include/private  -I/roo
t/Download/httpd-2.0.55/srclib/apr/include    export_vars.h | sed -e 's/^¥#[^!
]*//' | sed -e '/^$/d' >> aprutil.exp
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util'
Making all in pcre
make[2]: Entering directory `/root/Download/httpd-2.0.55/srclib/pcre'
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/pcre'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
maketables.c && touch maketables.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
get.c && touch get.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
study.c && touch study.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
dftables.c && touch dftables.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic    -o dftabl
es  dftables.lo 
./dftables > /root/Download/httpd-2.0.55/srclib/pcre/chartables.c
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
pcre.c && touch pcre.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
pcreposix.c && touch pcreposix.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic    -o libpcr
e.la  maketables.lo get.lo study.lo pcre.lo pcreposix.lo  
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/pcre'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/srclib/pcre'
make[1]: Leaving directory `/root/Download/httpd-2.0.55/srclib'
Making all in os
make[1]: Entering directory `/root/Download/httpd-2.0.55/os'
Making all in unix
make[2]: Entering directory `/root/Download/httpd-2.0.55/os/unix'
make[3]: Entering directory `/root/Download/httpd-2.0.55/os/unix'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
unixd.c && touch unixd.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic    -o libos.
la  unixd.lo  
make[3]: Leaving directory `/root/Download/httpd-2.0.55/os/unix'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/os/unix'
make[1]: Leaving directory `/root/Download/httpd-2.0.55/os'
Making all in server
make[1]: Entering directory `/root/Download/httpd-2.0.55/server'
Making all in mpm
make[2]: Entering directory `/root/Download/httpd-2.0.55/server/mpm'
Making all in prefork
make[3]: Entering directory `/root/Download/httpd-2.0.55/server/mpm/prefork'
make[4]: Entering directory `/root/Download/httpd-2.0.55/server/mpm/prefork'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
prefork.c && touch prefork.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic    -o libpre
fork.la  prefork.lo  
make[4]: Leaving directory `/root/Download/httpd-2.0.55/server/mpm/prefork'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/server/mpm/prefork'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/server/mpm'
make[2]: Entering directory `/root/Download/httpd-2.0.55/server'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
gen_test_char.c && touch gen_test_char.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
util_debug.c && touch util_debug.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic    -o gen_te
st_char  gen_test_char.lo util_debug.lo 
./gen_test_char > test_char.h
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
config.c && touch config.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
log.c && touch log.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
main.c && touch main.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
vhost.c && touch vhost.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
util.c && touch util.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
util_script.c && touch util_script.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
util_md5.c && touch util_md5.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
util_cfgtree.c && touch util_cfgtree.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
util_ebcdic.c && touch util_ebcdic.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
util_time.c && touch util_time.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
rfc1413.c && touch rfc1413.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
connection.c && touch connection.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
listen.c && touch listen.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
mpm_common.c && touch mpm_common.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
util_charset.c && touch util_charset.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
util_xml.c && touch util_xml.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
util_filter.c && touch util_filter.lo
tmp=export_files_unsorted.txt; ¥
rm -f $tmp && touch $tmp; ¥
for dir in /root/Download/httpd-2.0.55/include /root/Download/httpd-2.0.55/os/
unix /root/Download/httpd-2.0.55/modules/http; do ¥
    ls $dir/*.h >> $tmp; ¥
done; ¥
for dir in /root/Download/httpd-2.0.55/srclib/apr/include /root/Download/httpd
-2.0.55/srclib/apr-util/include; do ¥
    ls $dir/ap[ru].h >> $tmp; ¥
    ls $dir/ap[ru]_*.h >> $tmp; ¥
done; ¥
sort -u $tmp > export_files; ¥
rm -f $tmp
gawk -f /root/Download/httpd-2.0.55/build/make_exports.awk `cat export_files` 
> exports.c
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
exports.c && touch exports.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
buildmark.c && touch buildmark.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
scoreboard.c && touch scoreboard.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
error_bucket.c && touch error_bucket.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
protocol.c && touch protocol.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
core.c && touch core.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
request.c && touch request.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
provider.c && touch provider.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
eoc_bucket.c && touch eoc_bucket.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic    -o libmai
n.la  test_char.h config.lo log.lo main.lo vhost.lo util.lo util_script.lo uti
l_md5.lo util_cfgtree.lo util_ebcdic.lo util_time.lo rfc1413.lo connection.lo 
listen.lo mpm_common.lo util_charset.lo util_debug.lo util_xml.lo util_filter.
lo exports.lo buildmark.lo scoreboard.lo error_bucket.lo protocol.lo core.lo r
equest.lo provider.lo eoc_bucket.lo  
gawk -f /root/Download/httpd-2.0.55/build/make_var_export.awk `cat export_file
s` > export_vars.h
gcc -E  -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURC
E -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/httpd-2.0.
55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include -I. 
-I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/server/mpm
/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/httpd-2.0.
55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/root/Downloa
d/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generators -I/roo
t/Download/httpd-2.0.55/modules/dav/main exports.c | grep "ap_hack_" | grep -v 
apr_ | sed -e 's/^.*[)]¥(.*¥);$/¥1/' >> httpd.exp
gcc -E  -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURC
E -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/httpd-2.0.
55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/include -I. 
-I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/server/mpm
/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/httpd-2.0.
55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/root/Downloa
d/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generators -I/roo
t/Download/httpd-2.0.55/modules/dav/main export_vars.h | grep -v apr_ | sed -e 
's/^¥#[^!]*//' | sed -e '/^$/d' >> httpd.exp
make[2]: Leaving directory `/root/Download/httpd-2.0.55/server'
make[1]: Leaving directory `/root/Download/httpd-2.0.55/server'
Making all in modules
make[1]: Entering directory `/root/Download/httpd-2.0.55/modules'
Making all in aaa
make[2]: Entering directory `/root/Download/httpd-2.0.55/modules/aaa'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/modules/aaa'
Making all in filters
make[2]: Entering directory `/root/Download/httpd-2.0.55/modules/filters'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/modules/filters'
Making all in loggers
make[2]: Entering directory `/root/Download/httpd-2.0.55/modules/loggers'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/modules/loggers'
Making all in metadata
make[2]: Entering directory `/root/Download/httpd-2.0.55/modules/metadata'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/modules/metadata'
Making all in http
make[2]: Entering directory `/root/Download/httpd-2.0.55/modules/http'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/http'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
http_core.c && touch http_core.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
http_protocol.c && touch http_protocol.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
http_request.c && touch http_request.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -module -export-dynamic    -
o mod_http.la http_core.lo http_protocol.lo http_request.lo
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/http'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/modules/http'
Making all in dav/main
make[2]: Entering directory `/root/Download/httpd-2.0.55/modules/dav/main'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/modules/dav/main'
Making all in generators
make[2]: Entering directory `/root/Download/httpd-2.0.55/modules/generators'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/modules/generators'
Making all in dav/fs
make[2]: Entering directory `/root/Download/httpd-2.0.55/modules/dav/fs'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/modules/dav/fs'
Making all in mappers
make[2]: Entering directory `/root/Download/httpd-2.0.55/modules/mappers'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/mappers'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
mod_so.c && touch mod_so.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -module -export-dynamic    -
o mod_so.la mod_so.lo
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/mappers'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/modules/mappers'
make[1]: Leaving directory `/root/Download/httpd-2.0.55/modules'
Making all in support
make[1]: Entering directory `/root/Download/httpd-2.0.55/support'
make[2]: Entering directory `/root/Download/httpd-2.0.55/support'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
htpasswd.c && touch htpasswd.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic    -o htpass
wd  htpasswd.lo    /root/Download/httpd-2.0.55/srclib/pcre/libpcre.la /root/Do
wnload/httpd-2.0.55/srclib/apr-util/libaprutil-0.la -lgdbm -ldb-4.1 -lexpat /r
oot/Download/httpd-2.0.55/srclib/apr/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthr
ead -ldl
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
htdigest.c && touch htdigest.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic    -o htdige
st  htdigest.lo    /root/Download/httpd-2.0.55/srclib/pcre/libpcre.la /root/Do
wnload/httpd-2.0.55/srclib/apr-util/libaprutil-0.la -lgdbm -ldb-4.1 -lexpat /r
oot/Download/httpd-2.0.55/srclib/apr/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthr
ead -ldl
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
rotatelogs.c && touch rotatelogs.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic    -o rotate
logs  rotatelogs.lo    /root/Download/httpd-2.0.55/srclib/pcre/libpcre.la /roo
t/Download/httpd-2.0.55/srclib/apr-util/libaprutil-0.la -lgdbm -ldb-4.1 -lexpa
t /root/Download/httpd-2.0.55/srclib/apr/libapr-0.la -lrt -lm -lcrypt -lnsl -l
pthread -ldl
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
logresolve.c && touch logresolve.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic    -o logres
olve  logresolve.lo    /root/Download/httpd-2.0.55/srclib/pcre/libpcre.la /roo
t/Download/httpd-2.0.55/srclib/apr-util/libaprutil-0.la -lgdbm -ldb-4.1 -lexpa
t /root/Download/httpd-2.0.55/srclib/apr/libapr-0.la -lrt -lm -lcrypt -lnsl -l
pthread -ldl
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
ab.c && touch ab.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic    -o ab  ab.
lo    /root/Download/httpd-2.0.55/srclib/pcre/libpcre.la /root/Download/httpd-
2.0.55/srclib/apr-util/libaprutil-0.la -lgdbm -ldb-4.1 -lexpat /root/Download/
httpd-2.0.55/srclib/apr/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
checkgid.c && touch checkgid.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic    -o checkg
id  checkgid.lo    /root/Download/httpd-2.0.55/srclib/pcre/libpcre.la /root/Do
wnload/httpd-2.0.55/srclib/apr-util/libaprutil-0.la -lgdbm -ldb-4.1 -lexpat /r
oot/Download/httpd-2.0.55/srclib/apr/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthr
ead -ldl
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
htdbm.c && touch htdbm.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic    -o htdbm  
htdbm.lo    /root/Download/httpd-2.0.55/srclib/pcre/libpcre.la /root/Download/
httpd-2.0.55/srclib/apr-util/libaprutil-0.la -lgdbm -ldb-4.1 -lexpat /root/Dow
nload/httpd-2.0.55/srclib/apr/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ld
l
make[2]: Leaving directory `/root/Download/httpd-2.0.55/support'
make[1]: Leaving directory `/root/Download/httpd-2.0.55/support'
make[1]: Entering directory `/root/Download/httpd-2.0.55'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-non-pic -static -c 
modules.c && touch modules.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic    -o httpd  
modules.lo  modules/http/mod_http.la modules/mappers/mod_so.la server/mpm/pref
ork/libprefork.la server/libmain.la os/unix/libos.la  /root/Download/httpd-2.0.
55/srclib/pcre/libpcre.la /root/Download/httpd-2.0.55/srclib/apr-util/libaprut
il-0.la -lgdbm -ldb-4.1 -lexpat /root/Download/httpd-2.0.55/srclib/apr/libapr-
0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl 

make[2]: Entering directory `/root/Download/httpd-2.0.55/os'
make[3]: Entering directory `/root/Download/httpd-2.0.55/os/unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/os/unix'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/os'
make[2]: Entering directory `/root/Download/httpd-2.0.55/server'
make[3]: Entering directory `/root/Download/httpd-2.0.55/server/mpm'
make[4]: Entering directory `/root/Download/httpd-2.0.55/server/mpm/prefork'
make[4]: Leaving directory `/root/Download/httpd-2.0.55/server/mpm/prefork'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/server/mpm'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/server'
make[2]: Entering directory `/root/Download/httpd-2.0.55/modules'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/aaa'
Building shared: mod_access.la mod_auth.la mod_auth_anon.la mod_auth_dbm.la mo
d_auth_digest.la
make[4]: Entering directory `/root/Download/httpd-2.0.55/modules/aaa'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_access.
c && touch mod_access.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_access.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_acces
s.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_auth.c 
&& touch mod_auth.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_auth.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_auth.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_auth_an
on.c && touch mod_auth_anon.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_auth_anon.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_au
th_anon.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_auth_db
m.c && touch mod_auth_dbm.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_auth_dbm.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_aut
h_dbm.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_auth_di
gest.c && touch mod_auth_digest.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_auth_digest.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_
auth_digest.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/modules/aaa'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/aaa'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/filters'
Building shared: mod_ext_filter.la mod_include.la
make[4]: Entering directory `/root/Download/httpd-2.0.55/modules/filters'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_ext_fil
ter.c && touch mod_ext_filter.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_ext_filter.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_e
xt_filter.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_include.
c && touch mod_include.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_include.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_incl
ude.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/modules/filters'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/filters'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/loggers'
Building shared: mod_log_config.la
make[4]: Entering directory `/root/Download/httpd-2.0.55/modules/loggers'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_log_con
fig.c && touch mod_log_config.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_log_config.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_l
og_config.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/modules/loggers'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/loggers'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/metadata'
Building shared: mod_env.la mod_expires.la mod_headers.la mod_setenvif.la
make[4]: Entering directory `/root/Download/httpd-2.0.55/modules/metadata'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_env.c &
& touch mod_env.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_env.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_env.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_expires.
c && touch mod_expires.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_expires.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_expi
res.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_headers.
c && touch mod_headers.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_headers.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_head
ers.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_setenvi
f.c && touch mod_setenvif.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_setenvif.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_set
envif.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/modules/metadata'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/metadata'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/http'
Building shared: mod_mime.la
make[4]: Entering directory `/root/Download/httpd-2.0.55/modules/http'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_mime.c 
&& touch mod_mime.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_mime.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_mime.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/modules/http'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/http'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/dav/main'
Building shared: mod_dav.la
make[4]: Entering directory `/root/Download/httpd-2.0.55/modules/dav/main'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_dav.c &
& touch mod_dav.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c props.c && 
touch props.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c util.c && t
ouch util.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c util_lock.c 
&& touch util_lock.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c liveprop.c 
&& touch liveprop.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c providers.c 
&& touch providers.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c std_livepro
p.c && touch std_liveprop.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_dav.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_dav.lo p
rops.lo util.lo util_lock.lo liveprop.lo providers.lo std_liveprop.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/modules/dav/main'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/dav/main'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/generators'
Building shared: mod_status.la mod_autoindex.la mod_asis.la mod_info.la mod_cg
i.la
make[4]: Entering directory `/root/Download/httpd-2.0.55/modules/generators'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_status.
c && touch mod_status.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_status.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_statu
s.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_autoind
ex.c && touch mod_autoindex.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_autoindex.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_au
toindex.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_asis.c 
&& touch mod_asis.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_asis.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_asis.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_info.c 
&& touch mod_info.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_info.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_info.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_cgi.c &
& touch mod_cgi.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_cgi.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_cgi.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/modules/generators'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/generators'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/dav/fs'
Building shared: mod_dav_fs.la
make[4]: Entering directory `/root/Download/httpd-2.0.55/modules/dav/fs'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_dav_fs.
c && touch mod_dav_fs.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c dbm.c && to
uch dbm.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c lock.c && t
ouch lock.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c repos.c && 
touch repos.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_dav_fs.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_dav_f
s.lo dbm.lo lock.lo repos.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/modules/dav/fs'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/dav/fs'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/mappers'
Building shared: mod_vhost_alias.la mod_negotiation.la mod_dir.la mod_imap.la 
mod_actions.la mod_speling.la mod_userdir.la mod_alias.la mod_rewrite.la
make[4]: Entering directory `/root/Download/httpd-2.0.55/modules/mappers'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_vhost_a
lias.c && touch mod_vhost_alias.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_vhost_alias.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_
vhost_alias.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_negotia
tion.c && touch mod_negotiation.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_negotiation.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_
negotiation.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_dir.c &
& touch mod_dir.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_dir.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_dir.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_imap.c 
&& touch mod_imap.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_imap.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_imap.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_actions.
c && touch mod_actions.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_actions.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_acti
ons.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_speling.
c && touch mod_speling.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_speling.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_spel
ing.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_userdir.
c && touch mod_userdir.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_userdir.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_user
dir.lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_alias.c 
&& touch mod_alias.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_alias.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_alias.
lo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=compile gcc  -g 
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SV
ID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/ht
tpd-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/in
clude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/
server/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download
/httpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/r
oot/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/genera
tors -I/root/Download/httpd-2.0.55/modules/dav/main -prefer-pic -c mod_rewrite.
c && touch mod_rewrite.slo
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=link gcc  -g -O
2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID
_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/Download/http
d-2.0.55/srclib/apr/include -I/root/Download/httpd-2.0.55/srclib/apr-util/incl
ude -I. -I/root/Download/httpd-2.0.55/os/unix -I/root/Download/httpd-2.0.55/se
rver/mpm/prefork -I/root/Download/httpd-2.0.55/modules/http -I/root/Download/h
ttpd-2.0.55/modules/filters -I/root/Download/httpd-2.0.55/modules/proxy -I/roo
t/Download/httpd-2.0.55/include -I/root/Download/httpd-2.0.55/modules/generato
rs -I/root/Download/httpd-2.0.55/modules/dav/main -export-dynamic       -o mod
_rewrite.la -rpath /usr/local/apache2/modules -module -avoid-version  mod_rewr
ite.lo
make[4]: Leaving directory `/root/Download/httpd-2.0.55/modules/mappers'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/mappers'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/modules'
make[2]: Entering directory `/root/Download/httpd-2.0.55/support'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/support'

make[1]: Leaving directory `/root/Download/httpd-2.0.55'
[root@uranos2 httpd-2.0.55]# 
  • インストールを行う.
[root@uranos2 httpd-2.0.55]# make install
Making install in srclib
make[1]: Entering directory `/root/Download/httpd-2.0.55/srclib'
Making install in apr
make[2]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr'
sed 's,^¥(location=¥).*$,¥1installed,' < apr-config > apr-config.out
Making all in strings
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/strings'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/strings'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/strings'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/strings'
Making all in passwd
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/passwd'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/passwd'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/passwd'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/passwd'
Making all in tables
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/tables'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/tables'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/tables'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/tables'
Making all in file_io/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/file_io/un
ix'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/file_io/un
ix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/file_io/uni
x'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/file_io/uni
x'
Making all in network_io/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/network_io
/unix'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/network_io
/unix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/network_io/
unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/network_io/
unix'
Making all in threadproc/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/threadproc
/unix'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/threadproc
/unix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/threadproc/
unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/threadproc/
unix'
Making all in misc/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/misc/unix'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/misc/unix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/misc/unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/misc/unix'
Making all in locks/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/locks/unix
'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/locks/unix
'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/locks/unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/locks/unix'
Making all in time/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/time/unix'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/time/unix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/time/unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/time/unix'
Making all in mmap/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/mmap/unix'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/mmap/unix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/mmap/unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/mmap/unix'
Making all in shmem/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/shmem/unix
'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/shmem/unix
'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/shmem/unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/shmem/unix'
Making all in user/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/user/unix'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/user/unix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/user/unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/user/unix'
Making all in memory/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/memory/uni
x'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/memory/uni
x'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/memory/unix
'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/memory/unix
'
Making all in atomic/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/atomic/uni
x'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/atomic/uni
x'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/atomic/unix
'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/atomic/unix
'
Making all in poll/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/poll/unix'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/poll/unix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/poll/unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/poll/unix'
Making all in support/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/support/un
ix'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/support/un
ix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/support/uni
x'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/support/uni
x'
Making all in dso/unix
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/dso/unix'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr/dso/unix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/dso/unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr/dso/unix'
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr'
if [ ! -d /usr/local/apache2/include ]; then ¥
    /root/Download/httpd-2.0.55/srclib/apr/build/mkdir.sh /usr/local/apache2/i
nclude; ¥
fi;
mkdir /usr/local/apache2
mkdir /usr/local/apache2/include
cp -p /root/Download/httpd-2.0.55/srclib/apr/include/*.h /usr/local/apache2/in
clude;
if test -n "/root/Download/httpd-2.0.55/srclib/apr"; then ¥
    cp -p /root/Download/httpd-2.0.55/srclib/apr/include/*.h /usr/local/apache
2/include; ¥
fi;
if [ ! -d /usr/local/apache2/lib ]; then ¥
    /root/Download/httpd-2.0.55/srclib/apr/build/mkdir.sh /usr/local/apache2/l
ib; ¥
fi;
mkdir /usr/local/apache2/lib
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --mode=install cp libap
r-0.la /usr/local/apache2/lib
cp .libs/libapr-0.so.0.9.7 /usr/local/apache2/lib/libapr-0.so.0.9.7
(cd /usr/local/apache2/lib && { ln -s -f libapr-0.so.0.9.7 libapr-0.so.0 || { 
rm -f libapr-0.so.0 && ln -s libapr-0.so.0.9.7 libapr-0.so.0; }; })
(cd /usr/local/apache2/lib && { ln -s -f libapr-0.so.0.9.7 libapr-0.so || { rm 
-f libapr-0.so && ln -s libapr-0.so.0.9.7 libapr-0.so; }; })
cp .libs/libapr-0.lai /usr/local/apache2/lib/libapr-0.la
cp .libs/libapr-0.a /usr/local/apache2/lib/libapr-0.a
ranlib /usr/local/apache2/lib/libapr-0.a
chmod 644 /usr/local/apache2/lib/libapr-0.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/apache2/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/apache2/lib

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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --mode=install cp apr.e
xp /usr/local/apache2/lib
cp apr.exp /usr/local/apache2/lib/apr.exp
if [ ! -d /usr/local/apache2/build ]; then ¥
        /root/Download/httpd-2.0.55/srclib/apr/build/mkdir.sh /usr/local/apach
e2/build; ¥
fi; 
mkdir /usr/local/apache2/build
if [ -f libtool ]; then ¥
        /bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --mode=install 
cp libtool /usr/local/apache2/build; ¥
fi;
cp libtool /usr/local/apache2/build/libtool
if [ -f shlibtool ]; then ¥
        /bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --mode=install 
cp shlibtool /usr/local/apache2/build; ¥
fi;
if [ -f build/apr_rules.mk ]; then ¥
        cp build/apr_rules.mk /usr/local/apache2/build; ¥
fi;
if [ ! -d /usr/local/apache2/bin ]; then ¥
    /root/Download/httpd-2.0.55/srclib/apr/build/mkdir.sh /usr/local/apache2/b
in; ¥
fi;
mkdir /usr/local/apache2/bin
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --mode=install cp apr-c
onfig.out /usr/local/apache2/bin/apr-config
cp apr-config.out /usr/local/apache2/bin/apr-config
chmod 755 /usr/local/apache2/bin/apr-config
make[2]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr'
Making install in apr-util
make[2]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util'
Making all in buckets
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/bucke
ts'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/bucke
ts'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/bucket
s'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/bucket
s'
Making all in crypto
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/crypt
o'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/crypt
o'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/crypto
'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/crypto
'
Making all in dbm
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/dbm'
Making all in sdbm
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/dbm/s
dbm'
make[5]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/dbm/s
dbm'
make[5]: Nothing to be done for `local-all'.
make[5]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/dbm/sd
bm'
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/dbm/sd
bm'
Making all in .
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/dbm'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/dbm'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/dbm'
Making all in encoding
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/encod
ing'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/encod
ing'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/encodi
ng'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/encodi
ng'
Making all in hooks
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/hooks
'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/hooks
'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/hooks'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/hooks'
Making all in ldap
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/ldap'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/ldap'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/ldap'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/ldap'
Making all in uri
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/uri'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/uri'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/uri'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/uri'
Making all in xml
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/xml'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/xml'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/xml'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/xml'
Making all in misc
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/misc'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/misc'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/misc'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/misc'
Making all in strmatch
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/strma
tch'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/strma
tch'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/strmat
ch'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/strmat
ch'
Making all in xlate
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/xlate
'
make[4]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util/xlate
'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/xlate'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util/xlate'
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/apr-util'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util'
sed 's,^¥(location=¥).*$,¥1installed,' < apu-config > apu-config.out
if [ ! -d /usr/local/apache2/include ]; then ¥
    /root/Download/httpd-2.0.55/srclib/apr/build/mkdir.sh /usr/local/apache2/i
nclude; ¥
fi;
cp -p /root/Download/httpd-2.0.55/srclib/apr-util/include/*.h /usr/local/apach
e2/include
if [ -n "/root/Download/httpd-2.0.55/srclib/apr-util" ]; then ¥
        cp -p /root/Download/httpd-2.0.55/srclib/apr-util/include/*.h /usr/loc
al/apache2/include; ¥
fi;
if [ ! -d /usr/local/apache2/lib ]; then ¥
    /root/Download/httpd-2.0.55/srclib/apr/build/mkdir.sh /usr/local/apache2/l
ib; ¥
fi;
list=''; for i in $list; do ¥
        ( cd $i ; make DESTDIR= install ); ¥
done
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --mode=install cp libap
rutil-0.la /usr/local/apache2/lib
cp .libs/libaprutil-0.so.0.9.7 /usr/local/apache2/lib/libaprutil-0.so.0.9.7
(cd /usr/local/apache2/lib && { ln -s -f libaprutil-0.so.0.9.7 libaprutil-0.so.
0 || { rm -f libaprutil-0.so.0 && ln -s libaprutil-0.so.0.9.7 libaprutil-0.so.
0; }; })
(cd /usr/local/apache2/lib && { ln -s -f libaprutil-0.so.0.9.7 libaprutil-0.so 
|| { rm -f libaprutil-0.so && ln -s libaprutil-0.so.0.9.7 libaprutil-0.so; }; 
})
cp .libs/libaprutil-0.lai /usr/local/apache2/lib/libaprutil-0.la
cp .libs/libaprutil-0.a /usr/local/apache2/lib/libaprutil-0.a
ranlib /usr/local/apache2/lib/libaprutil-0.a
chmod 644 /usr/local/apache2/lib/libaprutil-0.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/apache2/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/apache2/lib

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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --mode=install cp aprut
il.exp /usr/local/apache2/lib
cp aprutil.exp /usr/local/apache2/lib/aprutil.exp
if [ ! -d /usr/local/apache2/bin ]; then ¥
        /root/Download/httpd-2.0.55/srclib/apr/build/mkdir.sh /usr/local/apach
e2/bin; ¥
fi;
/bin/sh /root/Download/httpd-2.0.55/srclib/apr/libtool --mode=install cp apu-c
onfig.out /usr/local/apache2/bin/apu-config
cp apu-config.out /usr/local/apache2/bin/apu-config
chmod 755 /usr/local/apache2/bin/apu-config
make[2]: Leaving directory `/root/Download/httpd-2.0.55/srclib/apr-util'
Making install in pcre
make[2]: Entering directory `/root/Download/httpd-2.0.55/srclib/pcre'
make[3]: Entering directory `/root/Download/httpd-2.0.55/srclib/pcre'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/srclib/pcre'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/srclib/pcre'
make[2]: Entering directory `/root/Download/httpd-2.0.55/srclib'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/srclib'
make[1]: Leaving directory `/root/Download/httpd-2.0.55/srclib'
Making install in os
make[1]: Entering directory `/root/Download/httpd-2.0.55/os'
Making install in unix
make[2]: Entering directory `/root/Download/httpd-2.0.55/os/unix'
make[3]: Entering directory `/root/Download/httpd-2.0.55/os/unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/os/unix'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/os/unix'
make[2]: Entering directory `/root/Download/httpd-2.0.55/os'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/os'
make[1]: Leaving directory `/root/Download/httpd-2.0.55/os'
Making install in server
make[1]: Entering directory `/root/Download/httpd-2.0.55/server'
Making install in mpm
make[2]: Entering directory `/root/Download/httpd-2.0.55/server/mpm'
Making install in prefork
make[3]: Entering directory `/root/Download/httpd-2.0.55/server/mpm/prefork'
make[4]: Entering directory `/root/Download/httpd-2.0.55/server/mpm/prefork'
make[4]: Leaving directory `/root/Download/httpd-2.0.55/server/mpm/prefork'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/server/mpm/prefork'
make[3]: Entering directory `/root/Download/httpd-2.0.55/server/mpm'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/server/mpm'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/server/mpm'
make[2]: Entering directory `/root/Download/httpd-2.0.55/server'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/server'
make[1]: Leaving directory `/root/Download/httpd-2.0.55/server'
Making install in modules
make[1]: Entering directory `/root/Download/httpd-2.0.55/modules'
Making install in aaa
make[2]: Entering directory `/root/Download/httpd-2.0.55/modules/aaa'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/aaa'
mkdir /usr/local/apache2/modules
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
access.la /usr/local/apache2/modules/
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
auth.la /usr/local/apache2/modules/
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
auth_anon.la /usr/local/apache2/modules/
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
auth_dbm.la /usr/local/apache2/modules/
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
auth_digest.la /usr/local/apache2/modules/
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/aaa'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/modules/aaa'
Making install in filters
make[2]: Entering directory `/root/Download/httpd-2.0.55/modules/filters'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/filters'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
ext_filter.la /usr/local/apache2/modules/
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
include.la /usr/local/apache2/modules/
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/filters'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/modules/filters'
Making install in loggers
make[2]: Entering directory `/root/Download/httpd-2.0.55/modules/loggers'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/loggers'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
log_config.la /usr/local/apache2/modules/
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/loggers'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/modules/loggers'
Making install in metadata
make[2]: Entering directory `/root/Download/httpd-2.0.55/modules/metadata'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/metadata'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
env.la /usr/local/apache2/modules/
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
expires.la /usr/local/apache2/modules/
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
headers.la /usr/local/apache2/modules/
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
setenvif.la /usr/local/apache2/modules/
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/metadata'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/modules/metadata'
Making install in http
make[2]: Entering directory `/root/Download/httpd-2.0.55/modules/http'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/http'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
mime.la /usr/local/apache2/modules/
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/http'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/modules/http'
Making install in dav/main
make[2]: Entering directory `/root/Download/httpd-2.0.55/modules/dav/main'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/dav/main'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
dav.la /usr/local/apache2/modules/
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/dav/main'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/modules/dav/main'
Making install in generators
make[2]: Entering directory `/root/Download/httpd-2.0.55/modules/generators'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/generators'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
status.la /usr/local/apache2/modules/
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
autoindex.la /usr/local/apache2/modules/
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
asis.la /usr/local/apache2/modules/
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
info.la /usr/local/apache2/modules/
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
cgi.la /usr/local/apache2/modules/
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/generators'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/modules/generators'
Making install in dav/fs
make[2]: Entering directory `/root/Download/httpd-2.0.55/modules/dav/fs'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/dav/fs'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
dav_fs.la /usr/local/apache2/modules/
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/dav/fs'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/modules/dav/fs'
Making install in mappers
make[2]: Entering directory `/root/Download/httpd-2.0.55/modules/mappers'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/mappers'
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
vhost_alias.la /usr/local/apache2/modules/
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
negotiation.la /usr/local/apache2/modules/
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
dir.la /usr/local/apache2/modules/
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
imap.la /usr/local/apache2/modules/
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
actions.la /usr/local/apache2/modules/
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
speling.la /usr/local/apache2/modules/
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
userdir.la /usr/local/apache2/modules/
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
alias.la /usr/local/apache2/modules/
/root/Download/httpd-2.0.55/srclib/apr/libtool --silent --mode=install cp mod_
rewrite.la /usr/local/apache2/modules/
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/mappers'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/modules/mappers'
make[2]: Entering directory `/root/Download/httpd-2.0.55/modules'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/modules'
make[1]: Leaving directory `/root/Download/httpd-2.0.55/modules'
Making install in support
make[1]: Entering directory `/root/Download/httpd-2.0.55/support'
make[2]: Entering directory `/root/Download/httpd-2.0.55/support'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/support'
make[1]: Leaving directory `/root/Download/httpd-2.0.55/support'
make[1]: Entering directory `/root/Download/httpd-2.0.55'

make[2]: Entering directory `/root/Download/httpd-2.0.55/os'
make[3]: Entering directory `/root/Download/httpd-2.0.55/os/unix'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/os/unix'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/os'
make[2]: Entering directory `/root/Download/httpd-2.0.55/server'
make[3]: Entering directory `/root/Download/httpd-2.0.55/server/mpm'
make[4]: Entering directory `/root/Download/httpd-2.0.55/server/mpm/prefork'
make[4]: Leaving directory `/root/Download/httpd-2.0.55/server/mpm/prefork'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/server/mpm'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/server'
make[2]: Entering directory `/root/Download/httpd-2.0.55/modules'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/aaa'
Building shared: mod_access.la mod_auth.la mod_auth_anon.la mod_auth_dbm.la mo
d_auth_digest.la
make[4]: Entering directory `/root/Download/httpd-2.0.55/modules/aaa'
make[4]: Nothing to be done for `local-shared-build'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/modules/aaa'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/aaa'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/filters'
Building shared: mod_ext_filter.la mod_include.la
make[4]: Entering directory `/root/Download/httpd-2.0.55/modules/filters'
make[4]: Nothing to be done for `local-shared-build'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/modules/filters'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/filters'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/loggers'
Building shared: mod_log_config.la
make[4]: Entering directory `/root/Download/httpd-2.0.55/modules/loggers'
make[4]: Nothing to be done for `local-shared-build'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/modules/loggers'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/loggers'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/metadata'
Building shared: mod_env.la mod_expires.la mod_headers.la mod_setenvif.la
make[4]: Entering directory `/root/Download/httpd-2.0.55/modules/metadata'
make[4]: Nothing to be done for `local-shared-build'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/modules/metadata'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/metadata'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/http'
Building shared: mod_mime.la
make[4]: Entering directory `/root/Download/httpd-2.0.55/modules/http'
make[4]: Nothing to be done for `local-shared-build'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/modules/http'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/http'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/dav/main'
Building shared: mod_dav.la
make[4]: Entering directory `/root/Download/httpd-2.0.55/modules/dav/main'
make[4]: Nothing to be done for `local-shared-build'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/modules/dav/main'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/dav/main'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/generators'
Building shared: mod_status.la mod_autoindex.la mod_asis.la mod_info.la mod_cg
i.la
make[4]: Entering directory `/root/Download/httpd-2.0.55/modules/generators'
make[4]: Nothing to be done for `local-shared-build'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/modules/generators'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/generators'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/dav/fs'
Building shared: mod_dav_fs.la
make[4]: Entering directory `/root/Download/httpd-2.0.55/modules/dav/fs'
make[4]: Nothing to be done for `local-shared-build'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/modules/dav/fs'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/dav/fs'
make[3]: Entering directory `/root/Download/httpd-2.0.55/modules/mappers'
Building shared: mod_vhost_alias.la mod_negotiation.la mod_dir.la mod_imap.la 
mod_actions.la mod_speling.la mod_userdir.la mod_alias.la mod_rewrite.la
make[4]: Entering directory `/root/Download/httpd-2.0.55/modules/mappers'
make[4]: Nothing to be done for `local-shared-build'.
make[4]: Leaving directory `/root/Download/httpd-2.0.55/modules/mappers'
make[3]: Leaving directory `/root/Download/httpd-2.0.55/modules/mappers'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/modules'
make[2]: Entering directory `/root/Download/httpd-2.0.55/support'
make[2]: Leaving directory `/root/Download/httpd-2.0.55/support'

Installing configuration files
mkdir /usr/local/apache2/conf
Installing HTML documents
mkdir /usr/local/apache2/htdocs
Installing error documents
mkdir /usr/local/apache2/error
Installing icons
mkdir /usr/local/apache2/icons
mkdir /usr/local/apache2/logs
Installing CGIs
mkdir /usr/local/apache2/cgi-bin
Installing header files
Installing man pages and online manual
mkdir /usr/local/apache2/man
mkdir /usr/local/apache2/man/man1
mkdir /usr/local/apache2/man/man8
mkdir /usr/local/apache2/manual
Installing build system files
make[1]: Leaving directory `/root/Download/httpd-2.0.55'
[root@uranos2 httpd-2.0.55]#  
  • これで,/usr/local/apache2にインストトールされたことがわかる.
  • ディレクトリを確認する.
[root@uranos2 httpd-2.0.55]# ls -la /usr/local/apache2/
total 64
drwxr-xr-x   15 root     root         4096 Feb 13 11:35 .
drwxr-xr-x   12 root     root         4096 Feb 13 11:34 ..
drwxr-xr-x    2 root     root         4096 Feb 13 11:35 bin
drwxr-xr-x    2 root     root         4096 Feb 13 11:35 build
drwxr-xr-x    2 root     root         4096 Feb 13 11:35 cgi-bin
drwxr-xr-x    2 root     root         4096 Feb 13 11:35 conf
drwxr-xr-x    3 root     root         4096 Feb 13 11:35 error
drwxr-xr-x    2 root     root         4096 Feb 13 11:35 htdocs
drwxr-xr-x    3 root     root         4096 Feb 13 11:35 icons
drwxr-xr-x    2 root     root         4096 Feb 13 11:35 include
drwxr-xr-x    2 root     root         4096 Feb 13 11:34 lib
drwxr-xr-x    2 root     root         4096 Feb 13 11:35 logs
drwxr-xr-x    4 root     root         4096 Feb 13 11:35 man
drwxr-xr-x   14 root     root         8192 Feb 13 11:35 manual
drwxr-xr-x    2 root     root         4096 Feb 13 11:35 modules
[root@uranos2 httpd-2.0.55]#  
  • ディレクトリを確認できた.

4.Apache2の起動と停止

  • インストール後に,locate用データベースのアップデートを行う.
[root@uranos2 httpd-2.0.55]# updatedb 
[root@uranos2 httpd-2.0.55]# 
  • httpd.confファイルを探す.
[root@uranos2 httpd-2.0.55]# locate httpd.conf
/usr/local/apache2/conf/httpd.conf
[root@uranos2 httpd-2.0.55]# 
  • エディタでhttpd.confをひらき,ServerNameを設定する.
/usr/local/apache2/conf/httpd.confを編集する
#
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If this is not set to valid DNS name for your host, server-generated
# redirections will not work.  See also the UseCanonicalName directive.
# 
# If your host doesn't have a registered DNS name, enter its IP address here.
# You will have to access it by its address anyway, and this will make
# redirections work in a sensible way.
#
#ServerName www.example.com:80
ServerName uranos2.ujp.jp


  • apachectlを探す.
[root@uranos2 httpd-2.0.55]# locate apachectl|grep bin
/usr/local/apache2/bin/apachectl
[root@uranos2 httpd-2.0.55]#  
  • まずはhttpd.confの文法チェックを行う.
[root@uranos2 httpd-2.0.55]# /usr/local/apache2/bin/apachectl configtest
Syntax OK
[root@uranos2 httpd-2.0.55]# 
  • 問題ないようなので,Apache2を起動する.
[root@uranos2 httpd-2.0.55]# /usr/local/apache2/bin/apachectl start
[root@uranos2 httpd-2.0.55]#
  • ステータスを確認する.
[root@uranos2 httpd-2.0.55]# /usr/local/apache2/bin/apachectl status

                                   Not Found

   The requested URL /server-status was not found on this server.
     _________________________________________________________________


    Apache/2.0.55 (Unix) DAV/2 Server at localhost Port 80
[root@uranos2 httpd-2.0.55]#
  • プロセス数を確認する.
[root@uranos2 httpd-2.0.55]# ps -ef | grep httpd
root      5007     1  0 12:06 ?        00:00:00 /usr/local/apache2/bin/httpd -k start
nobody    5008  5007  0 12:06 ?        00:00:00 /usr/local/apache2/bin/httpd -k start
nobody    5009  5007  0 12:06 ?        00:00:00 /usr/local/apache2/bin/httpd -k start
nobody    5010  5007  0 12:06 ?        00:00:00 /usr/local/apache2/bin/httpd -k start
nobody    5011  5007  0 12:06 ?        00:00:00 /usr/local/apache2/bin/httpd -k start
nobody    5012  5007  0 12:06 ?        00:00:00 /usr/local/apache2/bin/httpd -k start
root      5018 15313  0 12:06 pts/0    00:00:00 grep httpd
[root@uranos2 httpd-2.0.55]# 
  • TELNETで接続する.
[root@uranos2 httpd-2.0.55]# telnet localhost 80
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
HTTP   
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>501 Method Not Implemented</title>
</head><body>
<h1>Method Not Implemented</h1>
<p>HTTP to /index.html.en not supported.<br />
</p>
<hr>
<address>Apache/2.0.55 (Unix) DAV/2 Server at uranos2.ujp.jp Port 80</address>
</body></html>
Connection closed by foreign host.
[root@uranos2 httpd-2.0.55]# 
  • 正しく反応があることが確認できた.
  • Apache2を停止する.
[root@uranos2 httpd-2.0.55]# /usr/local/apache2/bin/apachectl stop
[root@uranos2 httpd-2.0.55]#
  • ステータスを確認する.
[root@uranos2 httpd-2.0.55]# /usr/local/apache2/bin/apachectl status

Looking up localhost
localhost
Making HTTP connection to localhost
Alert!: Unable to connect to remote host.

lynx: Can't access startfile http://localhost/server-status
[root@uranos2 httpd-2.0.55]# 
  • 起動していないことが確認できた.

5.自動起動の設定

  • init.dによって自動起動するように設定する.
[root@uranos2 httpd-2.0.55]# locate httpd.init
/root/Download/httpd-2.0.55/build/rpm/httpd.init
[root@uranos2 httpd-2.0.55]#
  • スクリプトを複写する.
[root@uranos2 httpd-2.0.55]# cp /root/Download/httpd-2.0.55/build/rpm/httpd.init ¥
> /etc/init.d/httpd
[root@uranos2 httpd-2.0.55]#  
  • 複写したスクリプトは,そのままでは起動しないので,修正する.
  • まずは,apachectlとhttpdのパスを修正する.
修正前
# Path to the apachectl script, server binary, and short-form for messages.
apachectl=/usr/sbin/apachectl
httpd=${HTTPD-/usr/sbin/httpd}
prog=httpd
RETVAL=0
修正後
# Path to the apachectl script, server binary, and short-form for messages.
#apachectl=/usr/sbin/apachectl
apachectl=/usr/local/apache2/bin/apachectl
#httpd=${HTTPD-/usr/sbin/httpd}
httpd=${HTTPD-/usr/local/apache2/bin/httpd}
prog=httpd
RETVAL=0
  • 次に,httpd.confへのパスを修正する.
修正前
# check for 1.3 configuration
check13 () {
        CONFFILE=/etc/httpd/conf/httpd.conf
        GONE="(ServerType|BindAddress|Port|AddModule|ClearModuleList|"
        GONE="${GONE}AgentLog|RefererLog|RefererIgnore|FancyIndexing|"
        GONE="${GONE}AccessConfig|ResourceConfig)"
修正後
# check for 1.3 configuration
check13 () {
#       CONFFILE=/etc/httpd/conf/httpd.conf
        CONFFILE=/usr/local/apache2/conf/httpd.conf
        GONE="(ServerType|BindAddress|Port|AddModule|ClearModuleList|"
        GONE="${GONE}AgentLog|RefererLog|RefererIgnore|FancyIndexing|"
  • 修正したスクリプトを使って,httpd.confのテストを行う.
[root@uranos2 httpd-2.0.55]# /etc/init.d/httpd configtest
Syntax OK
[root@uranos2 httpd-2.0.55]# 
  • 修正したスクリプトも,問題ないようである.
  • Apache2を起動する.
[root@uranos2 httpd-2.0.55]# /etc/init.d/httpd start
Starting httpd:                                            [  OK  ]
[root@uranos2 httpd-2.0.55]#
  • ステータスを確認する.
[root@uranos2 httpd-2.0.55]# /etc/init.d/httpd status
httpd (pid 10811 10808 10807 10806) is running...
[root@uranos2 httpd-2.0.55]# /etc/init.d/httpd fullstatus

                                   Not Found

   The requested URL /server-status was not found on this server.
     _________________________________________________________________


    Apache/2.0.55 (Unix) DAV/2 Server at localhost Port 80
[root@uranos2 httpd-2.0.55]# 
  • 自動的に起動するように,ランレベルを追加する.
[root@uranos2 httpd-2.0.55]# /sbin/chkconfig --add httpd
[root@uranos2 httpd-2.0.55]# /sbin/chkconfig --list | grep httpd
httpd           0:off   1:off   2:off   3:off   4:off   5:off   6:off
[root@uranos2 httpd-2.0.55]# /sbin/chkconfig --level 345 httpd on
[root@uranos2 httpd-2.0.55]# /sbin/chkconfig --list | grep httpd
httpd           0:off   1:off   2:off   3:on    4:on    5:on    6:off
[root@uranos2 httpd-2.0.55]# 
  • これで終了.


広告スペース
Google