# ./configure \
 --prefix=/usr/local/apache \
 --enable-mods-shared="all ssl ldap cache proxy authn_alias mem_cache file_cache authnz_ldap charset_lite dav_lock disk_cache" \
 --enable-so \
 --enable-ssl=shared \
 --enable-proxy=shared \

 checking for chosen layout... Apache
 checking for working mkdir -p... yes
 checking build system type... x86_64-unknown-linux-gnu
 checking host system type... x86_64-unknown-linux-gnu
 checking target system type... x86_64-unknown-linux-gnu
 
 Configuring Apache Portable Runtime library ...
 
 checking for APR... reconfig
 configuring package in srclib/apr now
 checking build system type... x86_64-unknown-linux-gnu
 checking host system type... x86_64-unknown-linux-gnu
 checking target system type... x86_64-unknown-linux-gnu
 Configuring APR library
 Platform: x86_64-unknown-linux-gnu
 checking for working mkdir -p... yes
 APR Version: 1.3.9
 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 ISO C89... none needed
 Applying APR hints file rules for x86_64-unknown-linux-gnu
   setting CPPFLAGS to "-DLINUX=2"
   adding "-D_REENTRANT" to CPPFLAGS
   adding "-D_GNU_SOURCE" 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 grep that handles long lines and -e... /bin/grep
 checking for egrep... /bin/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 minix/config.h usability... no
 checking minix/config.h presence... no
 checking for minix/config.h... no
 checking whether it is safe to define __EXTENSIONS__... yes
 checking for library containing strerror... none required
 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 recognize 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... 98304
 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 supports -fno-rtti -fno-exceptions... no
 checking for gcc option to produce PIC... -fPIC
 checking if gcc PIC flag -fPIC works... yes
 checking if gcc static flag -static works... yes
 checking if gcc supports -c -o file.o... yes
 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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 -m elf_x86_64
 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
 checking for g++ option to produce PIC... -fPIC
 checking if g++ PIC flag -fPIC works... yes
 checking if g++ static flag -static works... yes
 checking if g++ supports -c -o file.o... yes
 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
 checking dynamic linker characteristics... GNU/Linux ld.so
 (cached) (cached) checking how to hardcode library paths into programs... immediate
 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 static flag -static works... yes
 checking if g77 supports -c -o file.o... yes
 checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
 checking dynamic linker characteristics... GNU/Linux ld.so
 (cached) (cached) checking how to hardcode library paths into programs... immediate
 
 Check for compiler flags...
 checking whether the compiler provides atomic builtins... yes
 checking whether to enable -D_LARGEFILE64_SOURCE... no
 
 Checking for libraries...
 checking for library containing gethostbyname... none required
 checking for library containing gethostname... none required
 checking for library containing socket... none required
 checking for library containing crypt... -lcrypt
 checking for main in -ltruerand... no
 checking for library containing modf... none required
 
 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 recursive mutex support... yes
 checking for pthread_key_delete... yes
 checking for pthread_rwlock_init... yes
 checking for pthread_attr_setguardsize... yes
 checking for pthread_yield... yes
 checking for pthread_rwlock_t... 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 getservbyname in -lc_r... no
 checking for gethostbyname_r... yes
 checking for gethostbyaddr_r... yes
 checking for getservbyname_r... yes
 checking for sigsuspend... yes
 checking for sigwait... yes
 checking for poll... yes
 checking for kqueue... no
 checking for port_create... no
 checking for epoll support... yes
 checking for epoll_create1 support... no
 checking for dup3 support... no
 checking for accept4 support... no
 checking for SOCK_CLOEXEC support... no
 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 for sys/types.h... (cached) yes
 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 windows.h usability... no
 checking windows.h presence... no
 checking for windows.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() via MAP_ANON
 decision on namebased memory allocation method... SysV IPC shmget()
 checking for working alloca.h... yes
 checking for alloca... yes
 checking for calloc... yes
 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 writev... yes
 checking for getifaddrs... yes
 checking for utime... yes
 checking for utimes... yes
 checking for setrlimit... yes
 checking for getrlimit... yes
 checking for sendfilev in -lsendfile... no
 checking for sendfile... yes
 checking for send_file... no
 checking for sendfilev... no
 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 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 mkstemp... yes
 checking whether sigwait takes one argument... no
 checking for ANSI C header files... (cached) 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 for windows.h... (cached) no
 checking winsock2.h usability... no
 checking winsock2.h presence... no
 checking for winsock2.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/param.h usability... yes
 checking sys/param.h presence... yes
 checking for sys/param.h... 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 whether setpgrp takes no argument... yes
 checking for socklen_t... yes
 checking size of void*... 8
 checking size of char... 1
 checking size of int... 4
 checking size of long... 8
 checking size of short... 2
 checking size of long long... 8
 checking for INT64_C... yes
 checking size of pid_t... 4
 checking whether ssize_t and int are the same... no
 checking whether ssize_t and long are the same... yes
 checking whether size_t and unsigned int are the same... no
 checking whether size_t and unsigned long are the same... yes
 checking size of ssize_t... 8
 checking which format to use for apr_ssize_t... %ld
 checking size of size_t... 8
 checking which format to use for apr_size_t... %lu
 checking size of off_t... 8
 checking which type to use for apr_off_t... off_t
 configure: using ino_t for ino_t
 checking whether byte ordering is bigendian... no
 checking size of struct iovec... 16
 checking for strnicmp... no
 checking for strncasecmp... yes
 checking for stricmp... no
 checking for strcasecmp... yes
 checking for strdup... yes
 checking for strstr... yes
 checking for memchr... yes
 checking for strtol... yes
 
 Checking for DSO...
 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 OS.h usability... no
 checking OS.h presence... no
 checking for OS.h... no
 checking for library containing sem_open... none required
 checking for sem_close... yes
 checking for sem_unlink... yes
 checking for sem_post... yes
 checking for sem_wait... yes
 checking for create_sem... no
 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 robust cross-process mutex support... yes
 decision on apr_lock implementation method... SysV IPC semget()
 checking if fcntl returns EACCES when F_SETLK is already held... no
 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/urandom
 
 Checking for File Info Support...
 checking for struct stat.st_blocks... yes
 checking for struct stat.st_atimensec... no
 checking for struct stat.st_ctimensec... no
 checking for struct stat.st_mtimensec... no
 checking for struct stat.st_atim.tv_nsec... yes
 checking for struct stat.st_ctim.tv_nsec... yes
 checking for struct stat.st_mtim.tv_nsec... yes
 checking for struct stat.st_atime_n... no
 checking for struct stat.st_ctime_n... no
 checking for struct stat.st_mtime_n... no
 checking for inode member of struct dirent... d_fileno
 checking for file type member of struct dirent... d_type
 
 Checking for OS UUID Support...
 checking uuid.h usability... no
 checking uuid.h presence... no
 checking for uuid.h... no
 checking uuid/uuid.h usability... yes
 checking uuid/uuid.h presence... yes
 checking for uuid/uuid.h... yes
 checking for library containing uuid_create... no
 checking for library containing uuid_generate... -luuid
 checking for uuid_create... no
 checking for uuid_generate... yes
 checking for os uuid usability... yes
 
 Checking for Time Support...
 checking for struct tm.tm_gmtoff... yes
 checking for struct tm.__tm_gmtoff... no
 
 Checking for Networking support...
 checking for type in_addr... 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 style of getservbyname_r routine... glibc2
 checking if TCP_NODELAY setting is inherited from listening sockets... yes
 checking if O_NONBLOCK setting is inherited from listening sockets... no
 checking whether TCP_NODELAY and TCP_CORK can both be enabled... yes
 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 struct ip_mreq... yes
 checking for set_h_errno... no
 
 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 for sockaddr_storage... yes
 checking for working AI_ADDRCONFIG... 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
 
 Restore user-defined environment settings...
   restoring CPPFLAGS to ""
   setting EXTRA_CPPFLAGS to "-DLINUX=2 -D_REENTRANT -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 "-luuid -lrt -lcrypt  -lpthread -ldl"
   restoring INCLUDES to ""
   setting EXTRA_INCLUDES to ""
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: creating include/apr.h
 config.status: creating build/apr_rules.mk
 config.status: creating build/pkg/pkginfo
 config.status: creating apr-1-config
 config.status: creating apr.pc
 config.status: creating test/Makefile
 config.status: creating test/internal/Makefile
 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_GNU_SOURCE"
   setting LDFLAGS to " "
 
 Configuring Apache Portable Runtime Utility library...
 
 checking for APR-util... reconfig
 configuring package in srclib/apr-util now
 checking build system type... x86_64-unknown-linux-gnu
 checking host system type... x86_64-unknown-linux-gnu
 checking target system type... x86_64-unknown-linux-gnu
 checking for a BSD-compatible install... /usr/bin/install -c
 checking for working mkdir -p... yes
 APR-util Version: 1.3.9
 checking for chosen layout... apr-util
 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 ISO C89... none needed
 Applying apr-util hints file rules for x86_64-unknown-linux-gnu
 checking for APR... yes
   setting CPP to "gcc -E"
   adding "-pthread" to CFLAGS
   setting CPPFLAGS to " -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE"
 checking how to run the C preprocessor... gcc -E
 checking for grep that handles long lines and -e... /bin/grep
 checking for egrep... /bin/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 for default DBM... sdbm (default)
 checking for pg_config... no
 checking libpq-fe.h usability... no
 checking libpq-fe.h presence... no
 checking for libpq-fe.h... no
 checking postgresql/libpq-fe.h usability... no
 checking postgresql/libpq-fe.h presence... no
 checking for postgresql/libpq-fe.h... no
 checking sqlite3.h usability... no
 checking sqlite3.h presence... no
 checking for sqlite3.h... no
 checking sqlite.h usability... no
 checking sqlite.h presence... no
 checking for sqlite.h... no
 checking sybdb.h usability... no
 checking sybdb.h presence... no
 checking for sybdb.h... no
 checking freetds/sybdb.h usability... no
 checking freetds/sybdb.h presence... no
 checking for freetds/sybdb.h... no
 checking for odbc_config... no
 checking sql.h usability... no
 checking sql.h presence... no
 checking for sql.h... no
 checking odbc/sql.h usability... no
 checking odbc/sql.h presence... no
 checking for odbc/sql.h... no
 checking Expat 1.95.x... no
 checking old Debian-packaged expat... no
 checking old FreeBSD-packaged expat... no
 checking Expat 1.0/1.1... no
   setting LDFLAGS to "-L/usr/local/lib"
   adding "-I/usr/local/include" to CPPFLAGS
 checking Expat 1.95.x in /usr/local... no
   nulling LDFLAGS
   removed "-I/usr/local/include" from CPPFLAGS
 configuring package in xml/expat now
 checking build system type... x86_64-unknown-linux-gnu
 checking host system type... x86_64-unknown-linux-gnu
 checking target system type... x86_64-unknown-linux-gnu
 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 ISO C89... none needed
 checking for a sed that does not truncate output... /bin/sed
 checking for grep that handles long lines and -e... /bin/grep
 checking for egrep... /bin/grep -E
 checking for ld used by gcc... /usr/bin/ld
 checking if the linker (/usr/bin/ld) is GNU ld... yes
 checking for /usr/bin/ld option to reload object files... -r
 checking for BSD-compatible nm... /usr/bin/nm -B
 checking whether ln -s works... yes
 checking how to recognize dependent libraries... pass_all
 checking how to run the C preprocessor... gcc -E
 checking for ANSI C header files... yes
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... yes
 checking for unistd.h... yes
 checking dlfcn.h usability... yes
 checking dlfcn.h presence... yes
 checking for dlfcn.h... yes
 checking for g++... g++
 checking whether we are using the GNU C++ compiler... yes
 checking whether g++ accepts -g... yes
 checking 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... 98304
 checking command to parse /usr/bin/nm -B output from gcc object... ok
 checking for objdir... .libs
 checking for ar... ar
 checking for ranlib... ranlib
 checking for strip... strip
 checking if gcc supports -fno-rtti -fno-exceptions... no
 checking for gcc option to produce PIC... -fPIC
 checking if gcc PIC flag -fPIC works... yes
 checking if gcc static flag -static works... yes
 checking if gcc supports -c -o file.o... yes
 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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 -m elf_x86_64
 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
 checking for g++ option to produce PIC... -fPIC
 checking if g++ PIC flag -fPIC works... yes
 checking if g++ static flag -static works... yes
 checking if g++ supports -c -o file.o... yes
 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
 checking dynamic linker characteristics... GNU/Linux ld.so
 (cached) (cached) checking how to hardcode library paths into programs... immediate
 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 static flag -static works... yes
 checking if g77 supports -c -o file.o... yes
 checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
 checking dynamic linker characteristics... GNU/Linux ld.so
 (cached) (cached) checking how to hardcode library paths into programs... immediate
 checking for gcc... (cached) gcc
 checking whether we are using the GNU C compiler... (cached) yes
 checking whether gcc accepts -g... (cached) yes
 checking for gcc option to accept ISO C89... (cached) none needed
 checking for a BSD-compatible install... /usr/bin/install -c
 checking for ANSI C header files... (cached) yes
 checking fcntl.h usability... yes
 checking fcntl.h presence... yes
 checking for fcntl.h... yes
 checking for unistd.h... (cached) yes
 checking for string.h... (cached) yes
 checking whether byte ordering is bigendian... no
 checking for an ANSI C-conforming const... yes
 checking for off_t... yes
 checking for size_t... yes
 checking for working memcmp... yes
 checking for stdlib.h... (cached) yes
 checking for unistd.h... (cached) yes
 checking for getpagesize... yes
 checking for working mmap... yes
 checking for memmove... yes
 checking for bcopy... yes
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir setting
 config.status: creating lib/Makefile
 config.status: WARNING:  'lib/Makefile.in' seems to ignore the --datarootdir setting
 config.status: creating lib/expat.h
 config.status: creating config.h
 config.status: config.h is unchanged
 xml/expat configured properly
   setting APRUTIL_INCLUDES to "-I/root/apache/httpd-2.2.14/srclib/apr-util/xml/expat/lib"
   setting LDFLAGS to "-L/root/apache/httpd-2.2.14/srclib/apr-util/xml/expat/lib"
   setting APRUTIL_EXPORT_LIBS to "/root/apache/httpd-2.2.14/srclib/apr-util/xml/expat/lib/libexpat.la"
   setting APRUTIL_LIBS to "/root/apache/httpd-2.2.14/srclib/apr-util/xml/expat/lib/libexpat.la"
 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 whether APR has DSO support... 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/apache/httpd-2.2.14/srclib/apr/libapr-1.la" to APRUTIL_LIBS
   adding "-luuid" to APRUTIL_LIBS
   adding "-lrt" to APRUTIL_LIBS
   adding "-lcrypt" to APRUTIL_LIBS
   adding "-lpthread" to APRUTIL_LIBS
   adding "-ldl" to APRUTIL_LIBS
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: creating export_vars.sh
 config.status: creating build/pkg/pkginfo
 config.status: creating apr-util.pc
 config.status: creating apu-1-config
 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 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
 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 ISO C89... none needed
 checking how to run the C preprocessor... gcc -E
 configure: 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 ISO C89... none needed
 checking how to run the C preprocessor... gcc -E
 checking for grep that handles long lines and -e... /bin/grep
 checking for egrep... /bin/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
   setting AP_LIBS to "/root/apache/httpd-2.2.14/srclib/pcre/libpcre.la"
   setting INCLUDES to "-I$(top_builddir)/srclib/pcre"
 
 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
   adding "-I$(top_srcdir)/modules/mappers" to INCLUDES
   adding "-I$(top_srcdir)/modules/database" to INCLUDES
   adding "-I/root/apache/httpd-2.2.14/srclib/apr/include" to INCLUDES
   adding "-I/root/apache/httpd-2.2.14/srclib/apr-util/include" to INCLUDES
   adding "-I/root/apache/httpd-2.2.14/srclib/apr-util/xml/expat/lib" 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 pkg-config... no
 checking for rsync... no
 checking for gawk... gawk
 checking whether ln -s works... yes
 checking for ranlib... ranlib
 checking for lynx... no
 checking for links... no
 checking for elinks... no
 checking for grep that handles long lines and -e... /bin/grep
 checking for egrep... /bin/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 minix/config.h usability... no
 checking minix/config.h presence... no
 checking for minix/config.h... no
 checking whether it is safe to define __EXTENSIONS__... yes
 checking for library containing strerror... none required
 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
 checking for library containing sqrt... -lm
 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 getpgid... yes
 checking for void pointer length... no
 checking for tm_gmtoff in struct tm... yes
 checking whether to enable mod_authn_file... shared (all)
 checking whether to enable mod_authn_dbm... shared (all)
 checking whether to enable mod_authn_anon... shared (all)
 checking whether to enable mod_authn_dbd... shared (all)
 checking whether to enable mod_authn_default... shared (all)
 checking whether to enable mod_authn_alias... shared
 checking whether to enable mod_authz_host... shared (all)
 checking whether to enable mod_authz_groupfile... shared (all)
 checking whether to enable mod_authz_user... shared (all)
 checking whether to enable mod_authz_dbm... shared (all)
 checking whether to enable mod_authz_owner... shared (all)
 checking whether to enable mod_authnz_ldap... checking dependencies
 checking whether to enable mod_authnz_ldap... shared
 checking whether to enable mod_authz_default... shared (all)
 checking whether to enable mod_auth_basic... shared (all)
 checking whether to enable mod_auth_digest... checking dependencies
 checking whether to enable mod_auth_digest... shared (all)
 checking whether to enable mod_isapi... no
 checking whether to enable mod_file_cache... shared
 checking whether to enable mod_cache... shared
 checking whether to enable mod_disk_cache... shared
 checking whether to enable mod_mem_cache... shared
 checking whether to enable mod_dbd... shared (all)
 checking whether to enable mod_bucketeer... no
 checking whether to enable mod_dumpio... shared (all)
 checking whether to enable mod_echo... 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_ext_filter... shared (all)
 checking whether to enable mod_include... shared (all)
 checking whether to enable mod_filter... shared (all)
 checking whether to enable mod_substitute... shared (all)
 checking whether to enable mod_charset_lite... shared
 checking whether to enable mod_deflate... checking dependencies
 checking for zlib location... /usr
   adding "-lz" to LIBS
 checking for zlib library... found
   forcing MOD_DEFLATE_LDADD to "-lz"
   removed "-lz" from LIBS
 checking whether to enable mod_deflate... shared (all)
 checking whether to enable mod_ldap... checking dependencies
 checking whether to enable mod_ldap... shared
 checking whether to enable mod_log_config... shared (all)
 checking whether to enable mod_log_forensic... shared (all)
   adding "-I$(top_builddir)/server" to INCLUDES
 checking whether to enable mod_logio... shared (all)
 checking whether to enable mod_env... shared (all)
 checking whether to enable mod_mime_magic... shared (all)
 checking whether to enable mod_cern_meta... shared (all)
 checking whether to enable mod_expires... shared (all)
 checking whether to enable mod_headers... shared (all)
 checking whether to enable mod_ident... shared (all)
 checking whether to enable mod_usertrack... checking dependencies
 checking sys/times.h usability... yes
 checking sys/times.h presence... yes
 checking for sys/times.h... yes
 checking for times... yes
 checking whether to enable mod_usertrack... shared (all)
 checking whether to enable mod_unique_id... shared (all)
 checking whether to enable mod_setenvif... shared (all)
 checking whether to enable mod_version... shared (all)
 checking whether to enable mod_proxy... shared
 checking whether to enable mod_proxy_connect... shared
 checking whether to enable mod_proxy_ftp... shared
 checking whether to enable mod_proxy_http... shared
 checking whether to enable mod_proxy_scgi... shared
 checking whether to enable mod_proxy_ajp... shared
 checking whether to enable mod_proxy_balancer... shared
   adding "-I$(top_srcdir)/modules/proxy/../generators" to INCLUDES
 checking whether to enable mod_ssl... checking dependencies
 checking for SSL/TLS toolkit base... none
 checking for OpenSSL version... checking openssl/opensslv.h usability... yes
 checking openssl/opensslv.h presence... yes
 checking for openssl/opensslv.h... yes
 checking openssl/ssl.h usability... yes
 checking openssl/ssl.h presence... yes
 checking for openssl/ssl.h... yes
 OK
   forcing SSL_LIBS to "-lssl -lcrypto  -luuid -lrt -lcrypt  -lpthread -ldl"
   adding "-lssl" to LIBS
   adding "-lcrypto" to LIBS
   adding "-luuid" to LIBS
   adding "-lrt" to LIBS
   adding "-lcrypt" to LIBS
   adding "-lpthread" to LIBS
   adding "-ldl" to LIBS
 checking openssl/engine.h usability... yes
 checking openssl/engine.h presence... yes
 checking for openssl/engine.h... yes
 checking for SSLeay_version... yes
 checking for SSL_CTX_new... yes
 checking for ENGINE_init... yes
 checking for ENGINE_load_builtin_engines... yes
 checking for SSL_set_cert_store... no
   forcing MOD_SSL_LDADD to "$(SSL_LIBS)"
 checking whether Distcache is required... no (default)
   adding "-export-symbols-regex" to MOD_SSL_LDADD
   adding "ssl_module" to MOD_SSL_LDADD
 checking whether to enable mod_ssl... shared
   adding "-I$(top_srcdir)/modules/ssl" to INCLUDES
 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 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 for sys/times.h... (cached) yes
 checking for times... (cached) yes
 checking which MPM to use... prefork
 checking whether to enable mod_http... yes
 checking whether to enable mod_mime... shared (all)
 checking for extra modules... none
 checking whether to enable mod_dav... shared (all)
   adding "-I$(top_srcdir)/modules/dav/main" to INCLUDES
 checking whether to enable mod_status... shared (all)
 checking whether to enable mod_autoindex... shared (all)
 checking whether to enable mod_asis... shared (all)
 checking whether to enable mod_info... shared (all)
 checking whether to enable mod_suexec... no
 checking whether to enable mod_cgi... shared (all)
 checking whether to enable mod_cgid... no
 checking whether to enable mod_dav_fs... shared (all)
 checking whether to enable mod_dav_lock... shared
 checking whether to enable mod_vhost_alias... shared (all)
 checking whether to enable mod_negotiation... shared (all)
 checking whether to enable mod_dir... shared (all)
 checking whether to enable mod_imagemap... shared (all)
 checking whether to enable mod_actions... shared (all)
 checking whether to enable mod_speling... shared (all)
 checking whether to enable mod_userdir... shared (all)
 checking whether to enable mod_alias... shared (all)
 checking whether to enable mod_rewrite... shared (all)
   setting HTTPD_LDFLAGS to "-export-dynamic"
 checking whether to enable mod_so... yes
 
 Restore user-defined environment settings...
 
   restoring CPPFLAGS to ""
   setting EXTRA_CPPFLAGS to " -DLINUX=2 -D_REENTRANT -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 " -lm"
   restoring INCLUDES to ""
   setting EXTRA_INCLUDES to "-I$(top_builddir)/srclib/pcre -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME) -I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers -I$(top_srcdir)/modules/database -I/root/apache/httpd-2.2.14/srclib/apr/include -I/root/apache/httpd-2.2.14/srclib/apr-util/include -I/root/apache/httpd-2.2.14/srclib/apr-util/xml/expat/lib -I$(top_builddir)/server -I$(top_srcdir)/modules/proxy/../generators -I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/dav/main"
 
 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/database/Makefile
 creating modules/debug/Makefile
 creating modules/echo/Makefile
 creating modules/experimental/Makefile
 creating modules/filters/Makefile
 creating modules/ldap/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 server/mpm/prefork/Makefile
 creating modules/http/Makefile
 creating modules/dav/main/Makefile
 creating modules/generators/Makefile
 creating modules/dav/fs/Makefile
 creating modules/dav/lock/Makefile
 creating modules/mappers/Makefile
 creating Makefile
 creating modules/Makefile
 creating srclib/Makefile
 creating os/Makefile
 creating server/Makefile
 creating support/Makefile
 creating srclib/pcre/Makefile
 creating test/Makefile
 config.status: creating docs/conf/httpd.conf
 config.status: creating docs/conf/extra/httpd-autoindex.conf
 config.status: creating docs/conf/extra/httpd-dav.conf
 config.status: creating docs/conf/extra/httpd-default.conf
 config.status: creating docs/conf/extra/httpd-info.conf
 config.status: creating docs/conf/extra/httpd-languages.conf
 config.status: creating docs/conf/extra/httpd-manual.conf
 config.status: creating docs/conf/extra/httpd-mpm.conf
 config.status: creating docs/conf/extra/httpd-multilang-errordoc.conf
 config.status: creating docs/conf/extra/httpd-ssl.conf
 config.status: creating docs/conf/extra/httpd-userdir.conf
 config.status: creating docs/conf/extra/httpd-vhosts.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 build/config_vars.sh
 config.status: creating include/ap_config_auto.h
 config.status: executing default commands

* makeで失敗。。。 [#d7a29cbf]
 /root/apache/httpd-2.2.14/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -I/root/apache/httpd-2.2.14/srclib/pcre -I. -I/root/apache/httpd-2.2.14/os/unix -I/root/apache/httpd-2.2.14/server/mpm/prefork -I/root/apache/httpd-2.2.14/modules/http -I/root/apache/httpd-2.2.14/modules/filters -I/root/apache/httpd-2.2.14/modules/proxy -I/root/apache/httpd-2.2.14/include -I/root/apache/httpd-2.2.14/modules/generators -I/root/apache/httpd-2.2.14/modules/mappers -I/root/apache/httpd-2.2.14/modules/database -I/root/apache/httpd-2.2.14/srclib/apr/include -I/root/apache/httpd-2.2.14/srclib/apr-util/include -I/root/apache/httpd-2.2.14/srclib/apr-util/xml/expat/lib -I/root/apache/httpd-2.2.14/server -I/root/apache/httpd-2.2.14/modules/proxy/../generators -I/root/apache/httpd-2.2.14/modules/ssl -I/root/apache/httpd-2.2.14/modules/dav/main -prefer-pic -c mod_authnz_ldap.c && touch mod_authnz_ldap.slo
 mod_authnz_ldap.c:41:2: error: #error mod_authnz_ldap requires APR-util to have LDAP support built in. To fix add --with-ldap to ./configure.
 mod_authnz_ldap.c:63: error: expected specifier-qualifier-list before 'deref_options'
 mod_authnz_ldap.c:94: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
 mod_authnz_ldap.c:95: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
 mod_authnz_ldap.c:96: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
 mod_authnz_ldap.c:97: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
 mod_authnz_ldap.c:98: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
 mod_authnz_ldap.c:99: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
 mod_authnz_ldap.c:100: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
 mod_authnz_ldap.c: In function 'create_authnz_ldap_dir_config':
 mod_authnz_ldap.c:289: error: 'authn_ldap_config_t' has no member named 'groupattr'
 mod_authnz_ldap.c:292: error: 'authn_ldap_config_t' has no member named 'have_ldap_url'
 mod_authnz_ldap.c:295: error: 'authn_ldap_config_t' has no member named 'binddn'
 mod_authnz_ldap.c:296: error: 'authn_ldap_config_t' has no member named 'bindpw'
 mod_authnz_ldap.c:297: error: 'authn_ldap_config_t' has no member named 'deref'
 mod_authnz_ldap.c:297: error: 'always' undeclared (first use in this function)
 mod_authnz_ldap.c:297: error: (Each undeclared identifier is reported only once
 mod_authnz_ldap.c:297: error: for each function it appears in.)
 mod_authnz_ldap.c:298: error: 'authn_ldap_config_t' has no member named 'group_attrib_is_dn'
 mod_authnz_ldap.c:305: error: 'authn_ldap_config_t' has no member named 'secure'
 mod_authnz_ldap.c:307: error: 'authn_ldap_config_t' has no member named 'user_is_dn'
 mod_authnz_ldap.c:308: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:309: error: 'authn_ldap_config_t' has no member named 'compare_dn_on_server'
 mod_authnz_ldap.c: In function 'authnz_ldap_cleanup_connection_close':
 mod_authnz_ldap.c:316: error: 'util_ldap_connection_t' undeclared (first use in this function)
 mod_authnz_ldap.c:316: error: 'ldc' undeclared (first use in this function)
 mod_authnz_ldap.c: In function 'authn_ldap_check_password':
 mod_authnz_ldap.c:341: error: 'util_ldap_connection_t' undeclared (first use in this function)
 mod_authnz_ldap.c:341: error: 'ldc' undeclared (first use in this function)
 mod_authnz_ldap.c:359: error: 'authn_ldap_config_t' has no member named 'have_ldap_url'
 mod_authnz_ldap.c:368: error: 'authn_ldap_config_t' has no member named 'binddn'
 mod_authnz_ldap.c:368: error: 'authn_ldap_config_t' has no member named 'bindpw'
 mod_authnz_ldap.c:368: error: 'authn_ldap_config_t' has no member named 'deref'
 mod_authnz_ldap.c:369: error: 'authn_ldap_config_t' has no member named 'secure'
 mod_authnz_ldap.c:404: error: 'LDAP_SERVER_DOWN' undeclared (first use in this function)
 mod_authnz_ldap.c:411: error: 'LDAP_SUCCESS' undeclared (first use in this function)
 mod_authnz_ldap.c:417: error: 'LDAP_NO_SUCH_OBJECT' undeclared (first use in this function)
 mod_authnz_ldap.c:421: error: 'LDAP_INAPPROPRIATE_AUTH' undeclared (first use in this function)
 mod_authnz_ldap.c:422: error: 'LDAP_INVALID_CREDENTIALS' undeclared (first use in this function)
 mod_authnz_ldap.c:436: error: 'authn_ldap_config_t' has no member named 'user_is_dn'
 mod_authnz_ldap.c:454: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:455: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:455: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:455: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:455: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:455: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:455: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:455: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:455: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:455: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:455: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:455: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:455: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:455: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:455: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:455: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:455: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:455: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:455: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:455: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:455: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:464: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:471: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c: In function 'authz_ldap_check_user_access':
 mod_authnz_ldap.c:504: error: 'util_ldap_connection_t' undeclared (first use in this function)
 mod_authnz_ldap.c:504: error: 'ldc' undeclared (first use in this function)
 mod_authnz_ldap.c:526: error: 'authn_ldap_config_t' has no member named 'have_ldap_url'
 mod_authnz_ldap.c:555: error: 'authn_ldap_config_t' has no member named 'binddn'
 mod_authnz_ldap.c:555: error: 'authn_ldap_config_t' has no member named 'bindpw'
 mod_authnz_ldap.c:555: error: 'authn_ldap_config_t' has no member named 'deref'
 mod_authnz_ldap.c:556: error: 'authn_ldap_config_t' has no member named 'secure'
 mod_authnz_ldap.c:571: error: 'authn_ldap_config_t' has no member named 'groupattr'
 mod_authnz_ldap.c:576: error: 'authn_ldap_config_t' has no member named 'groupattr'
 mod_authnz_ldap.c:578: error: 'authn_ldap_config_t' has no member named 'groupattr'
 mod_authnz_ldap.c:610: error: 'LDAP_SUCCESS' undeclared (first use in this function)
 mod_authnz_ldap.c:648: error: 'LDAP_COMPARE_TRUE' undeclared (first use in this function)
 mod_authnz_ldap.c:692: error: 'authn_ldap_config_t' has no member named 'compare_dn_on_server'
 mod_authnz_ldap.c:709: error: 'authn_ldap_config_t' has no member named 'groupattr'
 mod_authnz_ldap.c:712: error: 'authn_ldap_config_t' has no member named 'group_attrib_is_dn'
 mod_authnz_ldap.c:734: error: 'authn_ldap_config_t' has no member named 'groupattr'
 mod_authnz_ldap.c:738: error: 'authn_ldap_config_t' has no member named 'group_attrib_is_dn'
 mod_authnz_ldap.c:741: error: 'authn_ldap_config_t' has no member named 'group_attrib_is_dn'
 mod_authnz_ldap.c:820: error: 'authn_ldap_config_t' has no member named 'compare_dn_on_server'
 mod_authnz_ldap.c:831: error: 'LDAP_FILTER_ERROR' undeclared (first use in this function)
 mod_authnz_ldap.c: In function 'mod_auth_ldap_parse_url':
 mod_authnz_ldap.c:882: error: 'apr_ldap_url_desc_t' undeclared (first use in this function)
 mod_authnz_ldap.c:882: error: 'urld' undeclared (first use in this function)
 mod_authnz_ldap.c:883: error: 'apr_ldap_err_t' undeclared (first use in this function)
 mod_authnz_ldap.c:883: error: 'result' undeclared (first use in this function)
 mod_authnz_ldap.c:922: error: 'LDAP_SCOPE_ONELEVEL' undeclared (first use in this function)
 mod_authnz_ldap.c:923: error: 'LDAP_SCOPE_SUBTREE' undeclared (first use in this function)
 mod_authnz_ldap.c:944: error: 'authn_ldap_config_t' has no member named 'secure'
 mod_authnz_ldap.c:944: error: 'APR_LDAP_NONE' undeclared (first use in this function)
 mod_authnz_ldap.c:947: error: 'authn_ldap_config_t' has no member named 'secure'
 mod_authnz_ldap.c:947: error: 'APR_LDAP_SSL' undeclared (first use in this function)
 mod_authnz_ldap.c:950: error: 'authn_ldap_config_t' has no member named 'secure'
 mod_authnz_ldap.c:950: error: 'APR_LDAP_STARTTLS' undeclared (first use in this function)
 mod_authnz_ldap.c:962: error: 'authn_ldap_config_t' has no member named 'secure'
 mod_authnz_ldap.c:963: error: 'LDAPS_PORT' undeclared (first use in this function)
 mod_authnz_ldap.c:967: error: 'LDAP_PORT' undeclared (first use in this function)
 mod_authnz_ldap.c:970: error: 'authn_ldap_config_t' has no member named 'have_ldap_url'
 mod_authnz_ldap.c:981: error: 'LDAP_SCOPE_BASE' undeclared (first use in this function)
 mod_authnz_ldap.c:984: error: 'authn_ldap_config_t' has no member named 'secure'
 mod_authnz_ldap.c: In function 'mod_auth_ldap_set_deref':
 mod_authnz_ldap.c:995: error: 'authn_ldap_config_t' has no member named 'deref'
 mod_authnz_ldap.c:995: error: 'never' undeclared (first use in this function)
 mod_authnz_ldap.c:998: error: 'authn_ldap_config_t' has no member named 'deref'
 mod_authnz_ldap.c:998: error: 'searching' undeclared (first use in this function)
 mod_authnz_ldap.c:1001: error: 'authn_ldap_config_t' has no member named 'deref'
 mod_authnz_ldap.c:1001: error: 'finding' undeclared (first use in this function)
 mod_authnz_ldap.c:1004: error: 'authn_ldap_config_t' has no member named 'deref'
 mod_authnz_ldap.c:1004: error: 'always' undeclared (first use in this function)
 mod_authnz_ldap.c: In function 'mod_auth_ldap_add_group_attribute':
 mod_authnz_ldap.c:1018: error: 'authn_ldap_config_t' has no member named 'groupattr'
 mod_authnz_ldap.c:1021: error: 'authn_ldap_config_t' has no member named 'groupattr'
 mod_authnz_ldap.c: At top level:
 mod_authnz_ldap.c:1060: error: 'authn_ldap_config_t' has no member named 'binddn'
 mod_authnz_ldap.c:1064: error: 'authn_ldap_config_t' has no member named 'bindpw'
 mod_authnz_ldap.c:1068: error: 'authn_ldap_config_t' has no member named 'user_is_dn'
 mod_authnz_ldap.c:1074: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute'
 mod_authnz_ldap.c:1086: error: 'authn_ldap_config_t' has no member named 'compare_dn_on_server'
 mod_authnz_ldap.c:1097: error: 'authn_ldap_config_t' has no member named 'group_attrib_is_dn'
 mod_authnz_ldap.c: In function 'ImportULDAPOptFn':
 mod_authnz_ldap.c:1211: error: 'util_ldap_connection_close' undeclared (first use in this function)
 mod_authnz_ldap.c:1211: error: 'apr_OFN_uldap_connection_close_t' undeclared (first use in this function)
 mod_authnz_ldap.c:1211: error: expected expression before ')' token
 mod_authnz_ldap.c:1211: error: invalid operands to binary *
 mod_authnz_ldap.c:1212: error: 'util_ldap_connection_find' undeclared (first use in this function)
 mod_authnz_ldap.c:1212: error: 'apr_OFN_uldap_connection_find_t' undeclared (first use in this function)
 mod_authnz_ldap.c:1212: error: expected expression before ')' token
 mod_authnz_ldap.c:1212: error: invalid operands to binary *
 mod_authnz_ldap.c:1213: error: 'util_ldap_cache_comparedn' undeclared (first use in this function)
 mod_authnz_ldap.c:1213: error: 'apr_OFN_uldap_cache_comparedn_t' undeclared (first use in this function)
 mod_authnz_ldap.c:1213: error: expected expression before ')' token
 mod_authnz_ldap.c:1213: error: invalid operands to binary *
 mod_authnz_ldap.c:1214: error: 'util_ldap_cache_compare' undeclared (first use in this function)
 mod_authnz_ldap.c:1214: error: 'apr_OFN_uldap_cache_compare_t' undeclared (first use in this function)
 mod_authnz_ldap.c:1214: error: expected expression before ')' token
 mod_authnz_ldap.c:1214: error: invalid operands to binary *
 mod_authnz_ldap.c:1215: error: 'util_ldap_cache_checkuserid' undeclared (first use in this function)
 mod_authnz_ldap.c:1215: error: 'apr_OFN_uldap_cache_checkuserid_t' undeclared (first use in this function)
 mod_authnz_ldap.c:1215: error: expected expression before ')' token
 mod_authnz_ldap.c:1215: error: invalid operands to binary *
 mod_authnz_ldap.c:1216: error: 'util_ldap_cache_getuserdn' undeclared (first use in this function)
 mod_authnz_ldap.c:1216: error: 'apr_OFN_uldap_cache_getuserdn_t' undeclared (first use in this function)
 mod_authnz_ldap.c:1216: error: expected expression before ')' token
 mod_authnz_ldap.c:1216: error: invalid operands to binary *
 mod_authnz_ldap.c:1217: error: 'util_ldap_ssl_supported' undeclared (first use in this function)
 mod_authnz_ldap.c:1217: error: 'apr_OFN_uldap_ssl_supported_t' undeclared (first use in this function)
 mod_authnz_ldap.c:1217: error: expected expression before ')' token
 mod_authnz_ldap.c:1217: error: invalid operands to binary *
 make[4]: *** [mod_authnz_ldap.slo] Error 1
 make[4]: Leaving directory `/root/apache/httpd-2.2.14/modules/aaa'
 make[3]: *** [shared-build-recursive] Error 1
 make[3]: Leaving directory `/root/apache/httpd-2.2.14/modules/aaa'
 make[2]: *** [shared-build-recursive] Error 1
 make[2]: Leaving directory `/root/apache/httpd-2.2.14/modules'
 make[1]: *** [shared-build-recursive] Error 1
 make[1]: Leaving directory `/root/apache/httpd-2.2.14'
 make: *** [all-recursive] Error 1

あとでやりなおし。。



リロード   差分   ホーム 一覧 検索 最終更新 バックアップ リンク元   ヘルプ   最終更新のRSS