十周第一次课(2月28日) 11.10/11.11/11.12 安装PHP5 11.13 安装PHP7

Xshell 5 (Build 1199)
Copyright (c) 2002-2017 NetSarang Computer, Inc. All rights reserved.

Type `help' to learn how to use Xshell prompt.
[c:\~]$

Connecting to 192.168.159.128:22...
Connection established.
To escape to local shell, press 'Ctrl+Alt+]'.

Last login: Tue Feb 27 20:57:21 2018 from 192.168.159.1
[root@localhost ~]# #cd /usr/local/src/
[root@localhost ~]# ls
1.txt 234 aa.txt anaconda-ks.cfg.1 apr-1.4.5 apr-1.4.5.tar.gz awk grep sed 新建文本文档_(2).txt
[root@localhost ~]# cd /usr/local/src/
[root@localhost src]# ls
apr-1.4.5 apr-util-1.6.1 mariadb-10.2.6-linux-glibc_214-x86_64.tar.gz
apr-1.4.5.tar.gz apr-util-1.6.1.tar.gz mysql-5.6.36-linux-glibc2.5-x86_64.tar.gz
apr-1.6.3 httpd-2.2.34 pcre-8.10
apr-1.6.3.tar.gz httpd-2.2.34.tar.gz pcre-8.10.zip
apr-util-1.3.12 httpd-2.4.29
apr-util-1.3.12.tar.gz httpd-2.4.29.tar.gz
[root@localhost src]# cd
[root@localhost ~]# cd srclib
-bash: cd: srclib: 没有那个文件或目录
[root@localhost ~]# cp -r apr-1.4.5 /usr/local/src/httpd-2.4.27 /srclib/apr
cp: 目标"/srclib/apr" 不是目录
[root@localhost ~]# cd /usr/local/src/
[root@localhost src]# cp -r apr-1.4.5 /usr/local/src/httpd-2.4.27 /srclib/apr
cp: 目标"/srclib/apr" 不是目录
[root@localhost src]# cp -r apr-1.4.5 /usr/local/src/httpd-2.4.27/srclib/apr
cp: 无法创建目录"/usr/local/src/httpd-2.4.27/srclib/apr": 没有那个文件或目录
[root@localhost src]# cp -r apr-1.6.3 /usr/local/src/httpd-2.4.27/srclib/apr
cp: 无法创建目录"/usr/local/src/httpd-2.4.27/srclib/apr": 没有那个文件或目录
[root@localhost src]# cd
[root@localhost ~]# cd /usr/local/src/
[root@localhost src]# cd httpd-2.4.29/
[root@localhost httpd-2.4.29]# ls
ABOUT_APACHE buildconf configure.in INSTALL Makefile.win README.cmake
acinclude.m4 buildmark.o docs InstallBin.dsp modules README.platforms
Apache-apr2.dsw CHANGES emacs-style LAYOUT modules.c ROADMAP
Apache.dsw CMakeLists.txt gd_png.c libhttpd.dep modules.lo server
apache_probes.d config.layout httpd.dep libhttpd.dsp modules.o srclib
ap.d config.log httpd.dsp libhttpd.mak NOTICE support
build config.nice httpd.mak LICENSE NWGNUmakefile test
BuildAll.dsp config.status httpd.spec Makefile os VERSIONING
BuildBin.dsp configure include Makefile.in README
[root@localhost httpd-2.4.29]# ./configure --with-included-apr --prefix=/usr/local/apache2.4 --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util --enable-so --enable-mods-shared=most
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
configure:
configure: Configuring Apache Portable Runtime library...
configure:
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.4.5
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
checking for a sed that does not truncate output... /usr/bin/sed
Applying APR hints file rules for x86_64-unknown-linux-gnu
setting CPPFLAGS to "-D_REENTRANT -D_GNU_SOURCE"
(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... /usr/bin/grep
checking for egrep... /usr/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... /usr/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... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 1572864
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... no
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... no
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

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... yes
checking for dup3 support... yes
checking for accept4 support... yes
checking for SOCK_CLOEXEC support... yes
checking for fdatasync... yes
checking for epoll_create1 support... (cached) yes
checking for dup3 support... (cached) yes
checking for accept4 support... (cached) yes
checking for SOCK_CLOEXEC support... (cached) 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 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
/usr/local/src/httpd-2.4.29/srclib/apr/configure: line 27734: test: 3.10.0-514.el7.x86_64: integer expression expected
decision on anonymous shared memory allocation method... 4.4BSD-style mmap() via MAP_ANON
/usr/local/src/httpd-2.4.29/srclib/apr/configure: line 28046: test: 3.10.0-514.el7.x86_64: integer expression expected
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
checking size of ino_t... 8
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... no
checking uuid/uuid.h presence... no
checking for uuid/uuid.h... no
checking sys/uuid.h usability... no
checking sys/uuid.h presence... no
checking for sys/uuid.h... no
checking for library containing uuid_create... no
checking for library containing uuid_generate... no
checking for uuid_create... no
checking for uuid_generate... no
checking for os uuid usability... no

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
setting have_unicode_fs to "0"
setting apr_has_xthread_files to "0"
setting apr_procattr_user_set_requires_password to "0"
setting apr_thread_func to ""
setting apr_has_user to "1"

Restore user-defined environment settings...
restoring CPPFLAGS to ""
setting EXTRA_CPPFLAGS to "-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 "-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
config.status: include/apr.h is unchanged
config.status: include/arch/unix/apr_private.h is unchanged
srclib/apr configured properly
setting CC to "gcc"
setting CPP to "gcc -E"
setting CFLAGS to " -g -O2 -pthread"
setting CPPFLAGS to " -D_REENTRANT -D_GNU_SOURCE"
setting LDFLAGS to " "
configure:
configure: Configuring Apache Portable Runtime Utility library...
configure:
configure: error: Bundled APR-Util requested but not found at ./srclib/. Download and unpack the corresponding apr and apr-util packages to ./srclib/.
[root@localhost httpd-2.4.29]# echo $?
1
[root@localhost httpd-2.4.29]# cp -r apr-1.6.3 /usr/local/src/httpd-2.4.27./srclib/apr
cp: 无法获取"apr-1.6.3" 的文件状态(stat): 没有那个文件或目录
[root@localhost httpd-2.4.29]# cp -r apr-1.4.5 /usr/local/src/httpd-2.4.27./srclib/apr
cp: 无法获取"apr-1.4.5" 的文件状态(stat): 没有那个文件或目录
[root@localhost httpd-2.4.29]# cd ..
[root@localhost src]# ls
apr-1.4.5 apr-util-1.3.12 httpd-2.2.34 mariadb-10.2.6-linux-glibc_214-x86_64.tar.gz
apr-1.4.5.tar.gz apr-util-1.3.12.tar.gz httpd-2.2.34.tar.gz mysql-5.6.36-linux-glibc2.5-x86_64.tar.gz
apr-1.6.3 apr-util-1.6.1 httpd-2.4.29 pcre-8.10
apr-1.6.3.tar.gz apr-util-1.6.1.tar.gz httpd-2.4.29.tar.gz pcre-8.10.zip
[root@localhost src]#
[root@localhost src]# rm -fr apr-1.4.5 apr-1.6.3
[root@localhost src]# ls
apr-1.4.5.tar.gz apr-util-1.6.1 httpd-2.4.29 pcre-8.10
apr-1.6.3.tar.gz apr-util-1.6.1.tar.gz httpd-2.4.29.tar.gz pcre-8.10.zip
apr-util-1.3.12 httpd-2.2.34 mariadb-10.2.6-linux-glibc_214-x86_64.tar.gz
apr-util-1.3.12.tar.gz httpd-2.2.34.tar.gz mysql-5.6.36-linux-glibc2.5-x86_64.tar.gz
[root@localhost src]# tar zxvf apr-1.6.3.tar.gz
apr-1.6.3/
apr-1.6.3/emacs-mode
apr-1.6.3/passwd/
apr-1.6.3/passwd/apr_getpass.c
apr-1.6.3/Makefile.win
apr-1.6.3/CMakeLists.txt
apr-1.6.3/poll/
apr-1.6.3/poll/os2/
apr-1.6.3/poll/os2/pollset.c
apr-1.6.3/poll/os2/poll.c
apr-1.6.3/poll/unix/
apr-1.6.3/poll/unix/epoll.c
apr-1.6.3/poll/unix/pollset.c
apr-1.6.3/poll/unix/kqueue.c
apr-1.6.3/poll/unix/select.c
apr-1.6.3/poll/unix/pollcb.c
apr-1.6.3/poll/unix/poll.c
apr-1.6.3/poll/unix/port.c
apr-1.6.3/poll/unix/z_asio.c
apr-1.6.3/poll/unix/wakeup.c
apr-1.6.3/mmap/
apr-1.6.3/mmap/unix/
apr-1.6.3/mmap/unix/common.c
apr-1.6.3/mmap/unix/mmap.c
apr-1.6.3/mmap/win32/
apr-1.6.3/mmap/win32/mmap.c
apr-1.6.3/configure.in
apr-1.6.3/NOTICE
apr-1.6.3/shmem/
apr-1.6.3/shmem/os2/
apr-1.6.3/shmem/os2/shm.c
apr-1.6.3/shmem/unix/
apr-1.6.3/shmem/unix/shm.c
apr-1.6.3/shmem/beos/
apr-1.6.3/shmem/beos/shm.c
apr-1.6.3/shmem/win32/
apr-1.6.3/shmem/win32/shm.c
apr-1.6.3/config.layout
apr-1.6.3/docs/
apr-1.6.3/docs/APRDesign.html
apr-1.6.3/docs/win32_builds.html
apr-1.6.3/docs/canonical_filenames.html
apr-1.6.3/docs/pool-design.html
apr-1.6.3/docs/non_apr_programs
apr-1.6.3/docs/incomplete_types
apr-1.6.3/docs/doxygen.conf
apr-1.6.3/strings/
apr-1.6.3/strings/apr_fnmatch.c
apr-1.6.3/strings/apr_snprintf.c
apr-1.6.3/strings/apr_cstr.c
apr-1.6.3/strings/apr_strnatcmp.c
apr-1.6.3/strings/apr_strings.c
apr-1.6.3/strings/apr_cpystrn.c
apr-1.6.3/strings/apr_strtok.c
apr-1.6.3/network_io/
apr-1.6.3/network_io/os2/
apr-1.6.3/network_io/os2/inet_ntop.c
apr-1.6.3/network_io/os2/sockaddr.c
apr-1.6.3/network_io/os2/sockopt.c
apr-1.6.3/network_io/os2/socket_util.c
apr-1.6.3/network_io/os2/sendrecv.c
apr-1.6.3/network_io/os2/sockets.c
apr-1.6.3/network_io/os2/os2calls.c
apr-1.6.3/network_io/os2/sendrecv_udp.c
apr-1.6.3/network_io/os2/inet_pton.c
apr-1.6.3/network_io/unix/
apr-1.6.3/network_io/unix/multicast.c
apr-1.6.3/network_io/unix/inet_ntop.c
apr-1.6.3/network_io/unix/sockaddr.c
apr-1.6.3/network_io/unix/sockopt.c
apr-1.6.3/network_io/unix/socket_util.c
apr-1.6.3/network_io/unix/sendrecv.c
apr-1.6.3/network_io/unix/sockets.c
apr-1.6.3/network_io/unix/inet_pton.c
apr-1.6.3/network_io/beos/
apr-1.6.3/network_io/beos/socketcommon.c
apr-1.6.3/network_io/beos/sendrecv.c
apr-1.6.3/network_io/win32/
apr-1.6.3/network_io/win32/sockopt.c
apr-1.6.3/network_io/win32/sendrecv.c
apr-1.6.3/network_io/win32/sockets.c
apr-1.6.3/buildconf
apr-1.6.3/CHANGES
apr-1.6.3/apr.spec
apr-1.6.3/support/
apr-1.6.3/support/unix/
apr-1.6.3/support/unix/waitio.c
apr-1.6.3/apr.dep
apr-1.6.3/README.cmake
apr-1.6.3/LICENSE
apr-1.6.3/dso/
apr-1.6.3/dso/os390/
apr-1.6.3/dso/os390/dso.c
apr-1.6.3/dso/aix/
apr-1.6.3/dso/aix/dso.c
apr-1.6.3/dso/os2/
apr-1.6.3/dso/os2/dso.c
apr-1.6.3/dso/unix/
apr-1.6.3/dso/unix/dso.c
apr-1.6.3/dso/beos/
apr-1.6.3/dso/beos/dso.c
apr-1.6.3/dso/netware/
apr-1.6.3/dso/netware/dso.c
apr-1.6.3/dso/win32/
apr-1.6.3/dso/win32/dso.c
apr-1.6.3/NWGNUmakefile
apr-1.6.3/configure
apr-1.6.3/README
apr-1.6.3/apr-config.in
apr-1.6.3/memory/
apr-1.6.3/memory/unix/
apr-1.6.3/memory/unix/apr_pools.c
apr-1.6.3/apr.dsp
apr-1.6.3/locks/
apr-1.6.3/locks/os2/
apr-1.6.3/locks/os2/proc_mutex.c
apr-1.6.3/locks/os2/thread_rwlock.c
apr-1.6.3/locks/os2/thread_cond.c
apr-1.6.3/locks/os2/thread_mutex.c
apr-1.6.3/locks/unix/
apr-1.6.3/locks/unix/proc_mutex.c
apr-1.6.3/locks/unix/global_mutex.c
apr-1.6.3/locks/unix/thread_rwlock.c
apr-1.6.3/locks/unix/thread_cond.c
apr-1.6.3/locks/unix/thread_mutex.c
apr-1.6.3/locks/beos/
apr-1.6.3/locks/beos/proc_mutex.c
apr-1.6.3/locks/beos/thread_rwlock.c
apr-1.6.3/locks/beos/thread_cond.c
apr-1.6.3/locks/beos/thread_mutex.c
apr-1.6.3/locks/netware/
apr-1.6.3/locks/netware/proc_mutex.c
apr-1.6.3/locks/netware/thread_rwlock.c
apr-1.6.3/locks/netware/thread_cond.c
apr-1.6.3/locks/netware/thread_mutex.c
apr-1.6.3/locks/win32/
apr-1.6.3/locks/win32/proc_mutex.c
apr-1.6.3/locks/win32/thread_rwlock.c
apr-1.6.3/locks/win32/thread_cond.c
apr-1.6.3/locks/win32/thread_mutex.c
apr-1.6.3/include/
apr-1.6.3/include/apr_thread_proc.h
apr-1.6.3/include/apr_errno.h
apr-1.6.3/include/apr_fnmatch.h
apr-1.6.3/include/apr_support.h
apr-1.6.3/include/apr_thread_cond.h
apr-1.6.3/include/apr_network_io.h
apr-1.6.3/include/apr_lib.h
apr-1.6.3/include/apr_perms_set.h
apr-1.6.3/include/apr_time.h
apr-1.6.3/include/apr_user.h
apr-1.6.3/include/apr_thread_rwlock.h
apr-1.6.3/include/apr_version.h
apr-1.6.3/include/apr_general.h
apr-1.6.3/include/apr_strings.h
apr-1.6.3/include/apr.hnw
apr-1.6.3/include/apr_file_io.h
apr-1.6.3/include/apr_want.h
apr-1.6.3/include/apr_shm.h
apr-1.6.3/include/apr_tables.h
apr-1.6.3/include/apr_mmap.h
apr-1.6.3/include/private/
apr-1.6.3/include/arch/
apr-1.6.3/include/arch/os390/
apr-1.6.3/include/arch/os390/apr_arch_dso.h
apr-1.6.3/include/arch/aix/
apr-1.6.3/include/arch/aix/apr_arch_dso.h
apr-1.6.3/include/arch/os2/
apr-1.6.3/include/arch/os2/apr_arch_inherit.h
apr-1.6.3/include/arch/os2/apr_arch_thread_mutex.h
apr-1.6.3/include/arch/os2/apr_arch_file_io.h
apr-1.6.3/include/arch/os2/apr_arch_thread_rwlock.h
apr-1.6.3/include/arch/os2/apr_arch_threadproc.h
apr-1.6.3/include/arch/os2/apr_arch_dso.h
apr-1.6.3/include/arch/os2/apr_arch_networkio.h
apr-1.6.3/include/arch/os2/apr_arch_proc_mutex.h
apr-1.6.3/include/arch/os2/apr_arch_os2calls.h
apr-1.6.3/include/arch/os2/apr_arch_thread_cond.h
apr-1.6.3/include/arch/darwin/
apr-1.6.3/include/arch/apr_private_common.h
apr-1.6.3/include/arch/unix/
apr-1.6.3/include/arch/unix/apr_arch_shm.h
apr-1.6.3/include/arch/unix/apr_arch_inherit.h
apr-1.6.3/include/arch/unix/apr_arch_thread_mutex.h
apr-1.6.3/include/arch/unix/apr_arch_poll_private.h
apr-1.6.3/include/arch/unix/apr_arch_file_io.h
apr-1.6.3/include/arch/unix/apr_arch_thread_rwlock.h
apr-1.6.3/include/arch/unix/apr_arch_atomic.h
apr-1.6.3/include/arch/unix/apr_arch_threadproc.h
apr-1.6.3/include/arch/unix/apr_private.h.in
apr-1.6.3/include/arch/unix/apr_arch_dso.h
apr-1.6.3/include/arch/unix/apr_arch_misc.h
apr-1.6.3/include/arch/unix/apr_arch_global_mutex.h
apr-1.6.3/include/arch/unix/apr_arch_networkio.h
apr-1.6.3/include/arch/unix/apr_arch_proc_mutex.h
apr-1.6.3/include/arch/unix/apr_arch_internal_time.h
apr-1.6.3/include/arch/unix/apr_arch_thread_cond.h
apr-1.6.3/include/arch/beos/
apr-1.6.3/include/arch/beos/apr_arch_thread_mutex.h
apr-1.6.3/include/arch/beos/apr_arch_thread_rwlock.h
apr-1.6.3/include/arch/beos/apr_arch_threadproc.h
apr-1.6.3/include/arch/beos/apr_arch_dso.h
apr-1.6.3/include/arch/beos/apr_arch_proc_mutex.h
apr-1.6.3/include/arch/beos/apr_arch_thread_cond.h
apr-1.6.3/include/arch/netware/
apr-1.6.3/include/arch/netware/apr_private.h
apr-1.6.3/include/arch/netware/apr_arch_thread_mutex.h
apr-1.6.3/include/arch/netware/apr_arch_file_io.h
apr-1.6.3/include/arch/netware/apr_arch_thread_rwlock.h
apr-1.6.3/include/arch/netware/apr_arch_pre_nw.h
apr-1.6.3/include/arch/netware/apr_arch_threadproc.h
apr-1.6.3/include/arch/netware/apr_arch_dso.h
apr-1.6.3/include/arch/netware/apr_arch_global_mutex.h
apr-1.6.3/include/arch/netware/apr_arch_networkio.h
apr-1.6.3/include/arch/netware/apr_arch_proc_mutex.h
apr-1.6.3/include/arch/netware/apr_arch_internal_time.h
apr-1.6.3/include/arch/netware/apr_arch_thread_cond.h
apr-1.6.3/include/arch/win32/
apr-1.6.3/include/arch/win32/apr_private.h
apr-1.6.3/include/arch/win32/apr_arch_inherit.h
apr-1.6.3/include/arch/win32/apr_arch_thread_mutex.h
apr-1.6.3/include/arch/win32/apr_dbg_win32_handles.h
apr-1.6.3/include/arch/win32/apr_arch_file_io.h
apr-1.6.3/include/arch/win32/apr_arch_thread_rwlock.h
apr-1.6.3/include/arch/win32/apr_arch_threadproc.h
apr-1.6.3/include/arch/win32/apr_arch_dso.h
apr-1.6.3/include/arch/win32/apr_arch_atime.h
apr-1.6.3/include/arch/win32/apr_arch_misc.h
apr-1.6.3/include/arch/win32/apr_arch_networkio.h
apr-1.6.3/include/arch/win32/apr_arch_utf8.h
apr-1.6.3/include/arch/win32/apr_arch_proc_mutex.h
apr-1.6.3/include/arch/win32/apr_arch_thread_cond.h
apr-1.6.3/include/apr.h.in
apr-1.6.3/include/apr_env.h
apr-1.6.3/include/apr_pools.h
apr-1.6.3/include/apr_proc_mutex.h
apr-1.6.3/include/apr.hwc
apr-1.6.3/include/apr_atomic.h
apr-1.6.3/include/apr_file_info.h
apr-1.6.3/include/apr_portable.h
apr-1.6.3/include/apr_allocator.h
apr-1.6.3/include/apr_poll.h
apr-1.6.3/include/apr_hash.h
apr-1.6.3/include/apr_getopt.h
apr-1.6.3/include/apr.hw
apr-1.6.3/include/apr_cstr.h
apr-1.6.3/include/apr_random.h
apr-1.6.3/include/apr_escape.h
apr-1.6.3/include/apr_inherit.h
apr-1.6.3/include/apr_skiplist.h
apr-1.6.3/include/apr_global_mutex.h
apr-1.6.3/include/apr_ring.h
apr-1.6.3/include/apr_thread_mutex.h
apr-1.6.3/include/apr_dso.h
apr-1.6.3/include/apr_signal.h
apr-1.6.3/apr.mak
apr-1.6.3/helpers/
apr-1.6.3/helpers/apr_rename.pl
apr-1.6.3/threadproc/
apr-1.6.3/threadproc/os2/
apr-1.6.3/threadproc/os2/signals.c
apr-1.6.3/threadproc/os2/thread.c
apr-1.6.3/threadproc/os2/threadpriv.c
apr-1.6.3/threadproc/os2/proc.c
apr-1.6.3/threadproc/unix/
apr-1.6.3/threadproc/unix/procsup.c
apr-1.6.3/threadproc/unix/signals.c
apr-1.6.3/threadproc/unix/thread.c
apr-1.6.3/threadproc/unix/threadpriv.c
apr-1.6.3/threadproc/unix/proc.c
apr-1.6.3/threadproc/beos/
apr-1.6.3/threadproc/beos/threadproc_common.c
apr-1.6.3/threadproc/beos/thread.c
apr-1.6.3/threadproc/beos/threadpriv.c
apr-1.6.3/threadproc/beos/proc.c
apr-1.6.3/threadproc/beos/apr_proc_stub.c
apr-1.6.3/threadproc/netware/
apr-1.6.3/threadproc/netware/procsup.c
apr-1.6.3/threadproc/netware/signals.c
apr-1.6.3/threadproc/netware/thread.c
apr-1.6.3/threadproc/netware/threadpriv.c
apr-1.6.3/threadproc/netware/proc.c
apr-1.6.3/threadproc/win32/
apr-1.6.3/threadproc/win32/signals.c
apr-1.6.3/threadproc/win32/thread.c
apr-1.6.3/threadproc/win32/threadpriv.c
apr-1.6.3/threadproc/win32/proc.c
apr-1.6.3/Makefile.in
apr-1.6.3/libapr.rc
apr-1.6.3/build.conf
apr-1.6.3/test/
apr-1.6.3/test/testargs.c
apr-1.6.3/test/testpools.c
apr-1.6.3/test/testlib.dsp
apr-1.6.3/test/testsockets.c
apr-1.6.3/test/mod_test.c
apr-1.6.3/test/Makefile.win
apr-1.6.3/test/NWGNUproc_child
apr-1.6.3/test/testfilecopy.c
apr-1.6.3/test/testlock.c
apr-1.6.3/test/testutil.h
apr-1.6.3/test/testflock.h
apr-1.6.3/test/NWGNUsockchild
apr-1.6.3/test/testlfs.c
apr-1.6.3/test/testpath.c
apr-1.6.3/test/NWGNUglobalmutexchild
apr-1.6.3/test/teststr.c
apr-1.6.3/test/abts.c
apr-1.6.3/test/testlockperf.c
apr-1.6.3/test/testuser.c
apr-1.6.3/test/testglobalmutex.c
apr-1.6.3/test/testdll.dsp
apr-1.6.3/test/testshmconsumer.c
apr-1.6.3/test/testtemp.c
apr-1.6.3/test/tryread.c
apr-1.6.3/test/testrand.c
apr-1.6.3/test/testnames.c
apr-1.6.3/test/testshmproducer.c
apr-1.6.3/test/testthread.c
apr-1.6.3/test/testatomic.c
apr-1.6.3/test/testsock.h
apr-1.6.3/test/abts_tests.h
apr-1.6.3/test/testvsn.c
apr-1.6.3/test/testall.dsw
apr-1.6.3/test/testdup.c
apr-1.6.3/test/testtable.c
apr-1.6.3/test/testdso.c
apr-1.6.3/test/testflock.c
apr-1.6.3/test/nw_misc.c
apr-1.6.3/test/NWGNUtestatmc
apr-1.6.3/test/testipsub.c
apr-1.6.3/test/sockchild.c
apr-1.6.3/test/testtime.c
apr-1.6.3/test/testfnmatch.c
apr-1.6.3/test/testhash.c
apr-1.6.3/test/NWGNUmakefile
apr-1.6.3/test/readchild.c
apr-1.6.3/test/testoc.c
apr-1.6.3/test/README
apr-1.6.3/test/NWGNUechod
apr-1.6.3/test/testud.c
apr-1.6.3/test/testproc.c
apr-1.6.3/test/echod.c
apr-1.6.3/test/sockperf.c
apr-1.6.3/test/testmmap.c
apr-1.6.3/test/testfile.c
apr-1.6.3/test/testcond.c
apr-1.6.3/test/Makefile.in
apr-1.6.3/test/internal/
apr-1.6.3/test/internal/Makefile.win
apr-1.6.3/test/internal/testucs.c
apr-1.6.3/test/internal/testregex.c
apr-1.6.3/test/internal/Makefile.in
apr-1.6.3/test/testutil.c
apr-1.6.3/test/testskiplist.c
apr-1.6.3/test/testshm.h
apr-1.6.3/test/NWGNUreadchild
apr-1.6.3/test/testsockopt.c
apr-1.6.3/test/testmutexscope.c
apr-1.6.3/test/data/
apr-1.6.3/test/data/file_datafile.txt
apr-1.6.3/test/data/mmap_datafile.txt
apr-1.6.3/test/sendfile.c
apr-1.6.3/test/NWGNUsockperf
apr-1.6.3/test/abts.h
apr-1.6.3/test/testpipe.c
apr-1.6.3/test/globalmutexchild.c
apr-1.6.3/test/teststrnatcmp.c
apr-1.6.3/test/testsleep.c
apr-1.6.3/test/testenv.c
apr-1.6.3/test/testshm.c
apr-1.6.3/test/testglobalmutex.h
apr-1.6.3/test/testfmt.c
apr-1.6.3/test/testprocmutex.c
apr-1.6.3/test/testescape.c
apr-1.6.3/test/NWGNUtryread
apr-1.6.3/test/testfileinfo.c
apr-1.6.3/test/testapp.c
apr-1.6.3/test/testdir.c
apr-1.6.3/test/testpoll.c
apr-1.6.3/test/NWGNUaprtest
apr-1.6.3/test/occhild.c
apr-1.6.3/test/proc_child.c
apr-1.6.3/test/testsock.c
apr-1.6.3/test/NWGNUmod_test
apr-1.6.3/encoding/
apr-1.6.3/encoding/apr_escape.c
apr-1.6.3/libapr.mak
apr-1.6.3/user/
apr-1.6.3/user/unix/
apr-1.6.3/user/unix/userinfo.c
apr-1.6.3/user/unix/groupinfo.c
apr-1.6.3/user/netware/
apr-1.6.3/user/netware/userinfo.c
apr-1.6.3/user/netware/groupinfo.c
apr-1.6.3/user/win32/
apr-1.6.3/user/win32/userinfo.c
apr-1.6.3/user/win32/groupinfo.c
apr-1.6.3/file_io/
apr-1.6.3/file_io/os2/
apr-1.6.3/file_io/os2/copy.c
apr-1.6.3/file_io/os2/tempdir.c
apr-1.6.3/file_io/os2/maperrorcode.c
apr-1.6.3/file_io/os2/pipe.c
apr-1.6.3/file_io/os2/filesys.c
apr-1.6.3/file_io/os2/readwrite.c
apr-1.6.3/file_io/os2/dir.c
apr-1.6.3/file_io/os2/dir_make_recurse.c
apr-1.6.3/file_io/os2/mktemp.c
apr-1.6.3/file_io/os2/buffer.c
apr-1.6.3/file_io/os2/fullrw.c
apr-1.6.3/file_io/os2/seek.c
apr-1.6.3/file_io/os2/filepath.c
apr-1.6.3/file_io/os2/filedup.c
apr-1.6.3/file_io/os2/filepath_util.c
apr-1.6.3/file_io/os2/fileacc.c
apr-1.6.3/file_io/os2/filestat.c
apr-1.6.3/file_io/os2/flock.c
apr-1.6.3/file_io/os2/open.c
apr-1.6.3/file_io/unix/
apr-1.6.3/file_io/unix/copy.c
apr-1.6.3/file_io/unix/tempdir.c
apr-1.6.3/file_io/unix/pipe.c
apr-1.6.3/file_io/unix/readwrite.c
apr-1.6.3/file_io/unix/dir.c
apr-1.6.3/file_io/unix/mktemp.c
apr-1.6.3/file_io/unix/buffer.c
apr-1.6.3/file_io/unix/fullrw.c
apr-1.6.3/file_io/unix/seek.c
apr-1.6.3/file_io/unix/filepath.c
apr-1.6.3/file_io/unix/filedup.c
apr-1.6.3/file_io/unix/filepath_util.c
apr-1.6.3/file_io/unix/fileacc.c
apr-1.6.3/file_io/unix/filestat.c
apr-1.6.3/file_io/unix/flock.c
apr-1.6.3/file_io/unix/open.c
apr-1.6.3/file_io/netware/
apr-1.6.3/file_io/netware/pipe.c
apr-1.6.3/file_io/netware/filesys.c
apr-1.6.3/file_io/netware/mktemp.c
apr-1.6.3/file_io/netware/filepath.c
apr-1.6.3/file_io/netware/filestat.c
apr-1.6.3/file_io/netware/flock.c
apr-1.6.3/file_io/win32/
apr-1.6.3/file_io/win32/pipe.c
apr-1.6.3/file_io/win32/filesys.c
apr-1.6.3/file_io/win32/readwrite.c
apr-1.6.3/file_io/win32/dir.c
apr-1.6.3/file_io/win32/buffer.c
apr-1.6.3/file_io/win32/seek.c
apr-1.6.3/file_io/win32/filepath.c
apr-1.6.3/file_io/win32/filedup.c
apr-1.6.3/file_io/win32/filestat.c
apr-1.6.3/file_io/win32/flock.c
apr-1.6.3/file_io/win32/open.c
apr-1.6.3/random/
apr-1.6.3/random/unix/
apr-1.6.3/random/unix/sha2_glue.c
apr-1.6.3/random/unix/apr_random.c
apr-1.6.3/random/unix/sha2.h
apr-1.6.3/random/unix/sha2.c
apr-1.6.3/time/
apr-1.6.3/time/unix/
apr-1.6.3/time/unix/timestr.c
apr-1.6.3/time/unix/time.c
apr-1.6.3/time/win32/
apr-1.6.3/time/win32/timestr.c
apr-1.6.3/time/win32/time.c
apr-1.6.3/misc/
apr-1.6.3/misc/unix/
apr-1.6.3/misc/unix/otherchild.c
apr-1.6.3/misc/unix/getopt.c
apr-1.6.3/misc/unix/randbyte_os2.inc
apr-1.6.3/misc/unix/env.c
apr-1.6.3/misc/unix/version.c
apr-1.6.3/misc/unix/start.c
apr-1.6.3/misc/unix/errorcodes.c
apr-1.6.3/misc/unix/charset.c
apr-1.6.3/misc/unix/rand.c
apr-1.6.3/misc/netware/
apr-1.6.3/misc/netware/libprews.c
apr-1.6.3/misc/netware/apr.xdc
apr-1.6.3/misc/netware/start.c
apr-1.6.3/misc/netware/aprlib.def
apr-1.6.3/misc/netware/charset.c
apr-1.6.3/misc/netware/rand.c
apr-1.6.3/misc/win32/
apr-1.6.3/misc/win32/utf8.c
apr-1.6.3/misc/win32/env.c
apr-1.6.3/misc/win32/start.c
apr-1.6.3/misc/win32/misc.c
apr-1.6.3/misc/win32/charset.c
apr-1.6.3/misc/win32/internal.c
apr-1.6.3/misc/win32/rand.c
apr-1.6.3/misc/win32/apr_app.c
apr-1.6.3/libapr.dsp
apr-1.6.3/build-outputs.mk
apr-1.6.3/tables/
apr-1.6.3/tables/apr_skiplist.c
apr-1.6.3/tables/apr_tables.c
apr-1.6.3/tables/apr_hash.c
apr-1.6.3/tools/
apr-1.6.3/tools/gen_test_char.c
apr-1.6.3/apr.pc.in
apr-1.6.3/atomic/
apr-1.6.3/atomic/os390/
apr-1.6.3/atomic/os390/atomic.c
apr-1.6.3/atomic/unix/
apr-1.6.3/atomic/unix/builtins.c
apr-1.6.3/atomic/unix/solaris.c
apr-1.6.3/atomic/unix/mutex.c
apr-1.6.3/atomic/unix/s390.c
apr-1.6.3/atomic/unix/ia32.c
apr-1.6.3/atomic/unix/ppc.c
apr-1.6.3/atomic/netware/
apr-1.6.3/atomic/netware/apr_atomic.c
apr-1.6.3/atomic/win32/
apr-1.6.3/atomic/win32/apr_atomic.c
apr-1.6.3/build/
apr-1.6.3/build/apr_threads.m4
apr-1.6.3/build/fixwin32mak.pl
apr-1.6.3/build/rpm/
apr-1.6.3/build/rpm/apr.spec.in
apr-1.6.3/build/pkg/
apr-1.6.3/build/pkg/buildpkg.sh
apr-1.6.3/build/pkg/pkginfo.in
apr-1.6.3/build/pkg/README
apr-1.6.3/build/jlibtool.c
apr-1.6.3/build/prelibaprapp.dsp
apr-1.6.3/build/ltoptions.m4
apr-1.6.3/build/run-gcov.sh
apr-1.6.3/build/mkdir.sh
apr-1.6.3/build/make_var_export.awk
apr-1.6.3/build/apr_common.m4
apr-1.6.3/build/win32ver.awk
apr-1.6.3/build/gen-build.py
apr-1.6.3/build/libaprapp.mak
apr-1.6.3/build/NWGNUenvironment.inc
apr-1.6.3/build/config.guess
apr-1.6.3/build/aprapp.dsp
apr-1.6.3/build/ltversion.m4
apr-1.6.3/build/aplibtool.c
apr-1.6.3/build/find_apr.m4
apr-1.6.3/build/nw_make_header.awk
apr-1.6.3/build/NWGNUmakefile
apr-1.6.3/build/apr_network.m4
apr-1.6.3/build/nw_export.inc
apr-1.6.3/build/apr_win32.m4
apr-1.6.3/build/ltsugar.m4
apr-1.6.3/build/apr_rules.mk.in
apr-1.6.3/build/apr_hints.m4
apr-1.6.3/build/NWGNUhead.inc
apr-1.6.3/build/config.sub
apr-1.6.3/build/lt~obsolete.m4
apr-1.6.3/build/install.sh
apr-1.6.3/build/NWGNUtail.inc
apr-1.6.3/build/aprapp.mak
apr-1.6.3/build/nw_ver.awk
apr-1.6.3/build/make_exports.awk
apr-1.6.3/build/MakeEtags
apr-1.6.3/build/make_nw_export.awk
apr-1.6.3/build/lineends.pl
apr-1.6.3/build/aprapp.dep
apr-1.6.3/build/libtool.m4
apr-1.6.3/build/preaprapp.dsp
apr-1.6.3/build/get-version.sh
apr-1.6.3/build/cvtdsp.pl
apr-1.6.3/build/buildcheck.sh
apr-1.6.3/build/libaprapp.dep
apr-1.6.3/build/ltmain.sh
apr-1.6.3/build/PrintPath
apr-1.6.3/build/libaprapp.dsp
apr-1.6.3/apr.dsw
apr-1.6.3/libapr.dep
[root@localhost src]# ls
apr-1.4.5.tar.gz apr-util-1.6.1 httpd-2.4.29.tar.gz
apr-1.6.3 apr-util-1.6.1.tar.gz mariadb-10.2.6-linux-glibc_214-x86_64.tar.gz
apr-1.6.3.tar.gz httpd-2.2.34 mysql-5.6.36-linux-glibc2.5-x86_64.tar.gz
apr-util-1.3.12 httpd-2.2.34.tar.gz pcre-8.10
apr-util-1.3.12.tar.gz httpd-2.4.29 pcre-8.10.zip
[root@localhost src]# cp -r apr-1.6.3 /usr/local/src/httpd-2.4.27./srclib/apr
cp: 无法创建目录"/usr/local/src/httpd-2.4.27./srclib/apr": 没有那个文件或目录
[root@localhost src]# cp -r apr-1.6.3 /usr/local/src/httpd-2.4.29./srclib/apr
cp: 无法创建目录"/usr/local/src/httpd-2.4.29./srclib/apr": 没有那个文件或目录
[root@localhost src]# cp -r apr-1.6.3
cp: 在"apr-1.6.3" 后缺少了要操作的目标文件
Try 'cp --help' for more information.
[root@localhost src]# cd apr-1.6.3
[root@localhost apr-1.6.3]# ls
apr-config.in atomic config.layout file_io LICENSE network_io README.cmake time
apr.dep build configure helpers locks NOTICE shmem tools
apr.dsp buildconf configure.in include Makefile.in NWGNUmakefile strings user
apr.dsw build.conf docs libapr.dep Makefile.win passwd support
apr.mak build-outputs.mk dso libapr.dsp memory poll tables
apr.pc.in CHANGES emacs-mode libapr.mak misc random test
apr.spec CMakeLists.txt encoding libapr.rc mmap README threadproc
[root@localhost apr-1.6.3]# /configure --prefix=/usr/local/apr
-bash: /configure: 没有那个文件或目录
[root@localhost apr-1.6.3]# /configure --prefix=/usr/local/apr
-bash: /configure: 没有那个文件或目录
[root@localhost apr-1.6.3]# cd .
[root@localhost apr-1.6.3]# cd ..
[root@localhost src]# ls
apr-1.4.5.tar.gz apr-util-1.6.1 httpd-2.4.29.tar.gz
apr-1.6.3 apr-util-1.6.1.tar.gz mariadb-10.2.6-linux-glibc_214-x86_64.tar.gz
apr-1.6.3.tar.gz httpd-2.2.34 mysql-5.6.36-linux-glibc2.5-x86_64.tar.gz
apr-util-1.3.12 httpd-2.2.34.tar.gz pcre-8.10
apr-util-1.3.12.tar.gz httpd-2.4.29 pcre-8.10.zip
[root@localhost src]# rm -fr apr-1.6.3
[root@localhost src]# tar zxvf apr-1.6.3.tar.gz
apr-1.6.3/
apr-1.6.3/emacs-mode
apr-1.6.3/passwd/
apr-1.6.3/passwd/apr_getpass.c
apr-1.6.3/Makefile.win
apr-1.6.3/CMakeLists.txt
apr-1.6.3/poll/
apr-1.6.3/poll/os2/
apr-1.6.3/poll/os2/pollset.c
apr-1.6.3/poll/os2/poll.c
apr-1.6.3/poll/unix/
apr-1.6.3/poll/unix/epoll.c
apr-1.6.3/poll/unix/pollset.c
apr-1.6.3/poll/unix/kqueue.c
apr-1.6.3/poll/unix/select.c
apr-1.6.3/poll/unix/pollcb.c
apr-1.6.3/poll/unix/poll.c
apr-1.6.3/poll/unix/port.c
apr-1.6.3/poll/unix/z_asio.c
apr-1.6.3/poll/unix/wakeup.c
apr-1.6.3/mmap/
apr-1.6.3/mmap/unix/
apr-1.6.3/mmap/unix/common.c
apr-1.6.3/mmap/unix/mmap.c
apr-1.6.3/mmap/win32/
apr-1.6.3/mmap/win32/mmap.c
apr-1.6.3/configure.in
apr-1.6.3/NOTICE
apr-1.6.3/shmem/
apr-1.6.3/shmem/os2/
apr-1.6.3/shmem/os2/shm.c
apr-1.6.3/shmem/unix/
apr-1.6.3/shmem/unix/shm.c
apr-1.6.3/shmem/beos/
apr-1.6.3/shmem/beos/shm.c
apr-1.6.3/shmem/win32/
apr-1.6.3/shmem/win32/shm.c
apr-1.6.3/config.layout
apr-1.6.3/docs/
apr-1.6.3/docs/APRDesign.html
apr-1.6.3/docs/win32_builds.html
apr-1.6.3/docs/canonical_filenames.html
apr-1.6.3/docs/pool-design.html
apr-1.6.3/docs/non_apr_programs
apr-1.6.3/docs/incomplete_types
apr-1.6.3/docs/doxygen.conf
apr-1.6.3/strings/
apr-1.6.3/strings/apr_fnmatch.c
apr-1.6.3/strings/apr_snprintf.c
apr-1.6.3/strings/apr_cstr.c
apr-1.6.3/strings/apr_strnatcmp.c
apr-1.6.3/strings/apr_strings.c
apr-1.6.3/strings/apr_cpystrn.c
apr-1.6.3/strings/apr_strtok.c
apr-1.6.3/network_io/
apr-1.6.3/network_io/os2/
apr-1.6.3/network_io/os2/inet_ntop.c
apr-1.6.3/network_io/os2/sockaddr.c
apr-1.6.3/network_io/os2/sockopt.c
apr-1.6.3/network_io/os2/socket_util.c
apr-1.6.3/network_io/os2/sendrecv.c
apr-1.6.3/network_io/os2/sockets.c
apr-1.6.3/network_io/os2/os2calls.c
apr-1.6.3/network_io/os2/sendrecv_udp.c
apr-1.6.3/network_io/os2/inet_pton.c
apr-1.6.3/network_io/unix/
apr-1.6.3/network_io/unix/multicast.c
apr-1.6.3/network_io/unix/inet_ntop.c
apr-1.6.3/network_io/unix/sockaddr.c
apr-1.6.3/network_io/unix/sockopt.c
apr-1.6.3/network_io/unix/socket_util.c
apr-1.6.3/network_io/unix/sendrecv.c
apr-1.6.3/network_io/unix/sockets.c
apr-1.6.3/network_io/unix/inet_pton.c
apr-1.6.3/network_io/beos/
apr-1.6.3/network_io/beos/socketcommon.c
apr-1.6.3/network_io/beos/sendrecv.c
apr-1.6.3/network_io/win32/
apr-1.6.3/network_io/win32/sockopt.c
apr-1.6.3/network_io/win32/sendrecv.c
apr-1.6.3/network_io/win32/sockets.c
apr-1.6.3/buildconf
apr-1.6.3/CHANGES
apr-1.6.3/apr.spec
apr-1.6.3/support/
apr-1.6.3/support/unix/
apr-1.6.3/support/unix/waitio.c
apr-1.6.3/apr.dep
apr-1.6.3/README.cmake
apr-1.6.3/LICENSE
apr-1.6.3/dso/
apr-1.6.3/dso/os390/
apr-1.6.3/dso/os390/dso.c
apr-1.6.3/dso/aix/
apr-1.6.3/dso/aix/dso.c
apr-1.6.3/dso/os2/
apr-1.6.3/dso/os2/dso.c
apr-1.6.3/dso/unix/
apr-1.6.3/dso/unix/dso.c
apr-1.6.3/dso/beos/
apr-1.6.3/dso/beos/dso.c
apr-1.6.3/dso/netware/
apr-1.6.3/dso/netware/dso.c
apr-1.6.3/dso/win32/
apr-1.6.3/dso/win32/dso.c
apr-1.6.3/NWGNUmakefile
apr-1.6.3/configure
apr-1.6.3/README
apr-1.6.3/apr-config.in
apr-1.6.3/memory/
apr-1.6.3/memory/unix/
apr-1.6.3/memory/unix/apr_pools.c
apr-1.6.3/apr.dsp
apr-1.6.3/locks/
apr-1.6.3/locks/os2/
apr-1.6.3/locks/os2/proc_mutex.c
apr-1.6.3/locks/os2/thread_rwlock.c
apr-1.6.3/locks/os2/thread_cond.c
apr-1.6.3/locks/os2/thread_mutex.c
apr-1.6.3/locks/unix/
apr-1.6.3/locks/unix/proc_mutex.c
apr-1.6.3/locks/unix/global_mutex.c
apr-1.6.3/locks/unix/thread_rwlock.c
apr-1.6.3/locks/unix/thread_cond.c
apr-1.6.3/locks/unix/thread_mutex.c
apr-1.6.3/locks/beos/
apr-1.6.3/locks/beos/proc_mutex.c
apr-1.6.3/locks/beos/thread_rwlock.c
apr-1.6.3/locks/beos/thread_cond.c
apr-1.6.3/locks/beos/thread_mutex.c
apr-1.6.3/locks/netware/
apr-1.6.3/locks/netware/proc_mutex.c
apr-1.6.3/locks/netware/thread_rwlock.c
apr-1.6.3/locks/netware/thread_cond.c
apr-1.6.3/locks/netware/thread_mutex.c
apr-1.6.3/locks/win32/
apr-1.6.3/locks/win32/proc_mutex.c
apr-1.6.3/locks/win32/thread_rwlock.c
apr-1.6.3/locks/win32/thread_cond.c
apr-1.6.3/locks/win32/thread_mutex.c
apr-1.6.3/include/
apr-1.6.3/include/apr_thread_proc.h
apr-1.6.3/include/apr_errno.h
apr-1.6.3/include/apr_fnmatch.h
apr-1.6.3/include/apr_support.h
apr-1.6.3/include/apr_thread_cond.h
apr-1.6.3/include/apr_network_io.h
apr-1.6.3/include/apr_lib.h
apr-1.6.3/include/apr_perms_set.h
apr-1.6.3/include/apr_time.h
apr-1.6.3/include/apr_user.h
apr-1.6.3/include/apr_thread_rwlock.h
apr-1.6.3/include/apr_version.h
apr-1.6.3/include/apr_general.h
apr-1.6.3/include/apr_strings.h
apr-1.6.3/include/apr.hnw
apr-1.6.3/include/apr_file_io.h
apr-1.6.3/include/apr_want.h
apr-1.6.3/include/apr_shm.h
apr-1.6.3/include/apr_tables.h
apr-1.6.3/include/apr_mmap.h
apr-1.6.3/include/private/
apr-1.6.3/include/arch/
apr-1.6.3/include/arch/os390/
apr-1.6.3/include/arch/os390/apr_arch_dso.h
apr-1.6.3/include/arch/aix/
apr-1.6.3/include/arch/aix/apr_arch_dso.h
apr-1.6.3/include/arch/os2/
apr-1.6.3/include/arch/os2/apr_arch_inherit.h
apr-1.6.3/include/arch/os2/apr_arch_thread_mutex.h
apr-1.6.3/include/arch/os2/apr_arch_file_io.h
apr-1.6.3/include/arch/os2/apr_arch_thread_rwlock.h
apr-1.6.3/include/arch/os2/apr_arch_threadproc.h
apr-1.6.3/include/arch/os2/apr_arch_dso.h
apr-1.6.3/include/arch/os2/apr_arch_networkio.h
apr-1.6.3/include/arch/os2/apr_arch_proc_mutex.h
apr-1.6.3/include/arch/os2/apr_arch_os2calls.h
apr-1.6.3/include/arch/os2/apr_arch_thread_cond.h
apr-1.6.3/include/arch/darwin/
apr-1.6.3/include/arch/apr_private_common.h
apr-1.6.3/include/arch/unix/
apr-1.6.3/include/arch/unix/apr_arch_shm.h
apr-1.6.3/include/arch/unix/apr_arch_inherit.h
apr-1.6.3/include/arch/unix/apr_arch_thread_mutex.h
apr-1.6.3/include/arch/unix/apr_arch_poll_private.h
apr-1.6.3/include/arch/unix/apr_arch_file_io.h
apr-1.6.3/include/arch/unix/apr_arch_thread_rwlock.h
apr-1.6.3/include/arch/unix/apr_arch_atomic.h
apr-1.6.3/include/arch/unix/apr_arch_threadproc.h
apr-1.6.3/include/arch/unix/apr_private.h.in
apr-1.6.3/include/arch/unix/apr_arch_dso.h
apr-1.6.3/include/arch/unix/apr_arch_misc.h
apr-1.6.3/include/arch/unix/apr_arch_global_mutex.h
apr-1.6.3/include/arch/unix/apr_arch_networkio.h
apr-1.6.3/include/arch/unix/apr_arch_proc_mutex.h
apr-1.6.3/include/arch/unix/apr_arch_internal_time.h
apr-1.6.3/include/arch/unix/apr_arch_thread_cond.h
apr-1.6.3/include/arch/beos/
apr-1.6.3/include/arch/beos/apr_arch_thread_mutex.h
apr-1.6.3/include/arch/beos/apr_arch_thread_rwlock.h
apr-1.6.3/include/arch/beos/apr_arch_threadproc.h
apr-1.6.3/include/arch/beos/apr_arch_dso.h
apr-1.6.3/include/arch/beos/apr_arch_proc_mutex.h
apr-1.6.3/include/arch/beos/apr_arch_thread_cond.h
apr-1.6.3/include/arch/netware/
apr-1.6.3/include/arch/netware/apr_private.h
apr-1.6.3/include/arch/netware/apr_arch_thread_mutex.h
apr-1.6.3/include/arch/netware/apr_arch_file_io.h
apr-1.6.3/include/arch/netware/apr_arch_thread_rwlock.h
apr-1.6.3/include/arch/netware/apr_arch_pre_nw.h
apr-1.6.3/include/arch/netware/apr_arch_threadproc.h
apr-1.6.3/include/arch/netware/apr_arch_dso.h
apr-1.6.3/include/arch/netware/apr_arch_global_mutex.h
apr-1.6.3/include/arch/netware/apr_arch_networkio.h
apr-1.6.3/include/arch/netware/apr_arch_proc_mutex.h
apr-1.6.3/include/arch/netware/apr_arch_internal_time.h
apr-1.6.3/include/arch/netware/apr_arch_thread_cond.h
apr-1.6.3/include/arch/win32/
apr-1.6.3/include/arch/win32/apr_private.h
apr-1.6.3/include/arch/win32/apr_arch_inherit.h
apr-1.6.3/include/arch/win32/apr_arch_thread_mutex.h
apr-1.6.3/include/arch/win32/apr_dbg_win32_handles.h
apr-1.6.3/include/arch/win32/apr_arch_file_io.h
apr-1.6.3/include/arch/win32/apr_arch_thread_rwlock.h
apr-1.6.3/include/arch/win32/apr_arch_threadproc.h
apr-1.6.3/include/arch/win32/apr_arch_dso.h
apr-1.6.3/include/arch/win32/apr_arch_atime.h
apr-1.6.3/include/arch/win32/apr_arch_misc.h
apr-1.6.3/include/arch/win32/apr_arch_networkio.h
apr-1.6.3/include/arch/win32/apr_arch_utf8.h
apr-1.6.3/include/arch/win32/apr_arch_proc_mutex.h
apr-1.6.3/include/arch/win32/apr_arch_thread_cond.h
apr-1.6.3/include/apr.h.in
apr-1.6.3/include/apr_env.h
apr-1.6.3/include/apr_pools.h
apr-1.6.3/include/apr_proc_mutex.h
apr-1.6.3/include/apr.hwc
apr-1.6.3/include/apr_atomic.h
apr-1.6.3/include/apr_file_info.h
apr-1.6.3/include/apr_portable.h
apr-1.6.3/include/apr_allocator.h
apr-1.6.3/include/apr_poll.h
apr-1.6.3/include/apr_hash.h
apr-1.6.3/include/apr_getopt.h
apr-1.6.3/include/apr.hw
apr-1.6.3/include/apr_cstr.h
apr-1.6.3/include/apr_random.h
apr-1.6.3/include/apr_escape.h
apr-1.6.3/include/apr_inherit.h
apr-1.6.3/include/apr_skiplist.h
apr-1.6.3/include/apr_global_mutex.h
apr-1.6.3/include/apr_ring.h
apr-1.6.3/include/apr_thread_mutex.h
apr-1.6.3/include/apr_dso.h
apr-1.6.3/include/apr_signal.h
apr-1.6.3/apr.mak
apr-1.6.3/helpers/
apr-1.6.3/helpers/apr_rename.pl
apr-1.6.3/threadproc/
apr-1.6.3/threadproc/os2/
apr-1.6.3/threadproc/os2/signals.c
apr-1.6.3/threadproc/os2/thread.c
apr-1.6.3/threadproc/os2/threadpriv.c
apr-1.6.3/threadproc/os2/proc.c
apr-1.6.3/threadproc/unix/
apr-1.6.3/threadproc/unix/procsup.c
apr-1.6.3/threadproc/unix/signals.c
apr-1.6.3/threadproc/unix/thread.c
apr-1.6.3/threadproc/unix/threadpriv.c
apr-1.6.3/threadproc/unix/proc.c
apr-1.6.3/threadproc/beos/
apr-1.6.3/threadproc/beos/threadproc_common.c
apr-1.6.3/threadproc/beos/thread.c
apr-1.6.3/threadproc/beos/threadpriv.c
apr-1.6.3/threadproc/beos/proc.c
apr-1.6.3/threadproc/beos/apr_proc_stub.c
apr-1.6.3/threadproc/netware/
apr-1.6.3/threadproc/netware/procsup.c
apr-1.6.3/threadproc/netware/signals.c
apr-1.6.3/threadproc/netware/thread.c
apr-1.6.3/threadproc/netware/threadpriv.c
apr-1.6.3/threadproc/netware/proc.c
apr-1.6.3/threadproc/win32/
apr-1.6.3/threadproc/win32/signals.c
apr-1.6.3/threadproc/win32/thread.c
apr-1.6.3/threadproc/win32/threadpriv.c
apr-1.6.3/threadproc/win32/proc.c
apr-1.6.3/Makefile.in
apr-1.6.3/libapr.rc
apr-1.6.3/build.conf
apr-1.6.3/test/
apr-1.6.3/test/testargs.c
apr-1.6.3/test/testpools.c
apr-1.6.3/test/testlib.dsp
apr-1.6.3/test/testsockets.c
apr-1.6.3/test/mod_test.c
apr-1.6.3/test/Makefile.win
apr-1.6.3/test/NWGNUproc_child
apr-1.6.3/test/testfilecopy.c
apr-1.6.3/test/testlock.c
apr-1.6.3/test/testutil.h
apr-1.6.3/test/testflock.h
apr-1.6.3/test/NWGNUsockchild
apr-1.6.3/test/testlfs.c
apr-1.6.3/test/testpath.c
apr-1.6.3/test/NWGNUglobalmutexchild
apr-1.6.3/test/teststr.c
apr-1.6.3/test/abts.c
apr-1.6.3/test/testlockperf.c
apr-1.6.3/test/testuser.c
apr-1.6.3/test/testglobalmutex.c
apr-1.6.3/test/testdll.dsp
apr-1.6.3/test/testshmconsumer.c
apr-1.6.3/test/testtemp.c
apr-1.6.3/test/tryread.c
apr-1.6.3/test/testrand.c
apr-1.6.3/test/testnames.c
apr-1.6.3/test/testshmproducer.c
apr-1.6.3/test/testthread.c
apr-1.6.3/test/testatomic.c
apr-1.6.3/test/testsock.h
apr-1.6.3/test/abts_tests.h
apr-1.6.3/test/testvsn.c
apr-1.6.3/test/testall.dsw
apr-1.6.3/test/testdup.c
apr-1.6.3/test/testtable.c
apr-1.6.3/test/testdso.c
apr-1.6.3/test/testflock.c
apr-1.6.3/test/nw_misc.c
apr-1.6.3/test/NWGNUtestatmc
apr-1.6.3/test/testipsub.c
apr-1.6.3/test/sockchild.c
apr-1.6.3/test/testtime.c
apr-1.6.3/test/testfnmatch.c
apr-1.6.3/test/testhash.c
apr-1.6.3/test/NWGNUmakefile
apr-1.6.3/test/readchild.c
apr-1.6.3/test/testoc.c
apr-1.6.3/test/README
apr-1.6.3/test/NWGNUechod
apr-1.6.3/test/testud.c
apr-1.6.3/test/testproc.c
apr-1.6.3/test/echod.c
apr-1.6.3/test/sockperf.c
apr-1.6.3/test/testmmap.c
apr-1.6.3/test/testfile.c
apr-1.6.3/test/testcond.c
apr-1.6.3/test/Makefile.in
apr-1.6.3/test/internal/
apr-1.6.3/test/internal/Makefile.win
apr-1.6.3/test/internal/testucs.c
apr-1.6.3/test/internal/testregex.c
apr-1.6.3/test/internal/Makefile.in
apr-1.6.3/test/testutil.c
apr-1.6.3/test/testskiplist.c
apr-1.6.3/test/testshm.h
apr-1.6.3/test/NWGNUreadchild
apr-1.6.3/test/testsockopt.c
apr-1.6.3/test/testmutexscope.c
apr-1.6.3/test/data/
apr-1.6.3/test/data/file_datafile.txt
apr-1.6.3/test/data/mmap_datafile.txt
apr-1.6.3/test/sendfile.c
apr-1.6.3/test/NWGNUsockperf
apr-1.6.3/test/abts.h
apr-1.6.3/test/testpipe.c
apr-1.6.3/test/globalmutexchild.c
apr-1.6.3/test/teststrnatcmp.c
apr-1.6.3/test/testsleep.c
apr-1.6.3/test/testenv.c
apr-1.6.3/test/testshm.c
apr-1.6.3/test/testglobalmutex.h
apr-1.6.3/test/testfmt.c
apr-1.6.3/test/testprocmutex.c
apr-1.6.3/test/testescape.c
apr-1.6.3/test/NWGNUtryread
apr-1.6.3/test/testfileinfo.c
apr-1.6.3/test/testapp.c
apr-1.6.3/test/testdir.c
apr-1.6.3/test/testpoll.c
apr-1.6.3/test/NWGNUaprtest
apr-1.6.3/test/occhild.c
apr-1.6.3/test/proc_child.c
apr-1.6.3/test/testsock.c
apr-1.6.3/test/NWGNUmod_test
apr-1.6.3/encoding/
apr-1.6.3/encoding/apr_escape.c
apr-1.6.3/libapr.mak
apr-1.6.3/user/
apr-1.6.3/user/unix/
apr-1.6.3/user/unix/userinfo.c
apr-1.6.3/user/unix/groupinfo.c
apr-1.6.3/user/netware/
apr-1.6.3/user/netware/userinfo.c
apr-1.6.3/user/netware/groupinfo.c
apr-1.6.3/user/win32/
apr-1.6.3/user/win32/userinfo.c
apr-1.6.3/user/win32/groupinfo.c
apr-1.6.3/file_io/
apr-1.6.3/file_io/os2/
apr-1.6.3/file_io/os2/copy.c
apr-1.6.3/file_io/os2/tempdir.c
apr-1.6.3/file_io/os2/maperrorcode.c
apr-1.6.3/file_io/os2/pipe.c
apr-1.6.3/file_io/os2/filesys.c
apr-1.6.3/file_io/os2/readwrite.c
apr-1.6.3/file_io/os2/dir.c
apr-1.6.3/file_io/os2/dir_make_recurse.c
apr-1.6.3/file_io/os2/mktemp.c
apr-1.6.3/file_io/os2/buffer.c
apr-1.6.3/file_io/os2/fullrw.c
apr-1.6.3/file_io/os2/seek.c
apr-1.6.3/file_io/os2/filepath.c
apr-1.6.3/file_io/os2/filedup.c
apr-1.6.3/file_io/os2/filepath_util.c
apr-1.6.3/file_io/os2/fileacc.c
apr-1.6.3/file_io/os2/filestat.c
apr-1.6.3/file_io/os2/flock.c
apr-1.6.3/file_io/os2/open.c
apr-1.6.3/file_io/unix/
apr-1.6.3/file_io/unix/copy.c
apr-1.6.3/file_io/unix/tempdir.c
apr-1.6.3/file_io/unix/pipe.c
apr-1.6.3/file_io/unix/readwrite.c
apr-1.6.3/file_io/unix/dir.c
apr-1.6.3/file_io/unix/mktemp.c
apr-1.6.3/file_io/unix/buffer.c
apr-1.6.3/file_io/unix/fullrw.c
apr-1.6.3/file_io/unix/seek.c
apr-1.6.3/file_io/unix/filepath.c
apr-1.6.3/file_io/unix/filedup.c
apr-1.6.3/file_io/unix/filepath_util.c
apr-1.6.3/file_io/unix/fileacc.c
apr-1.6.3/file_io/unix/filestat.c
apr-1.6.3/file_io/unix/flock.c
apr-1.6.3/file_io/unix/open.c
apr-1.6.3/file_io/netware/
apr-1.6.3/file_io/netware/pipe.c
apr-1.6.3/file_io/netware/filesys.c
apr-1.6.3/file_io/netware/mktemp.c
apr-1.6.3/file_io/netware/filepath.c
apr-1.6.3/file_io/netware/filestat.c
apr-1.6.3/file_io/netware/flock.c
apr-1.6.3/file_io/win32/
apr-1.6.3/file_io/win32/pipe.c
apr-1.6.3/file_io/win32/filesys.c
apr-1.6.3/file_io/win32/readwrite.c
apr-1.6.3/file_io/win32/dir.c
apr-1.6.3/file_io/win32/buffer.c
apr-1.6.3/file_io/win32/seek.c
apr-1.6.3/file_io/win32/filepath.c
apr-1.6.3/file_io/win32/filedup.c
apr-1.6.3/file_io/win32/filestat.c
apr-1.6.3/file_io/win32/flock.c
apr-1.6.3/file_io/win32/open.c
apr-1.6.3/random/
apr-1.6.3/random/unix/
apr-1.6.3/random/unix/sha2_glue.c
apr-1.6.3/random/unix/apr_random.c
apr-1.6.3/random/unix/sha2.h
apr-1.6.3/random/unix/sha2.c
apr-1.6.3/time/
apr-1.6.3/time/unix/
apr-1.6.3/time/unix/timestr.c
apr-1.6.3/time/unix/time.c
apr-1.6.3/time/win32/
apr-1.6.3/time/win32/timestr.c
apr-1.6.3/time/win32/time.c
apr-1.6.3/misc/
apr-1.6.3/misc/unix/
apr-1.6.3/misc/unix/otherchild.c
apr-1.6.3/misc/unix/getopt.c
apr-1.6.3/misc/unix/randbyte_os2.inc
apr-1.6.3/misc/unix/env.c
apr-1.6.3/misc/unix/version.c
apr-1.6.3/misc/unix/start.c
apr-1.6.3/misc/unix/errorcodes.c
apr-1.6.3/misc/unix/charset.c
apr-1.6.3/misc/unix/rand.c
apr-1.6.3/misc/netware/
apr-1.6.3/misc/netware/libprews.c
apr-1.6.3/misc/netware/apr.xdc
apr-1.6.3/misc/netware/start.c
apr-1.6.3/misc/netware/aprlib.def
apr-1.6.3/misc/netware/charset.c
apr-1.6.3/misc/netware/rand.c
apr-1.6.3/misc/win32/
apr-1.6.3/misc/win32/utf8.c
apr-1.6.3/misc/win32/env.c
apr-1.6.3/misc/win32/start.c
apr-1.6.3/misc/win32/misc.c
apr-1.6.3/misc/win32/charset.c
apr-1.6.3/misc/win32/internal.c
apr-1.6.3/misc/win32/rand.c
apr-1.6.3/misc/win32/apr_app.c
apr-1.6.3/libapr.dsp
apr-1.6.3/build-outputs.mk
apr-1.6.3/tables/
apr-1.6.3/tables/apr_skiplist.c
apr-1.6.3/tables/apr_tables.c
apr-1.6.3/tables/apr_hash.c
apr-1.6.3/tools/
apr-1.6.3/tools/gen_test_char.c
apr-1.6.3/apr.pc.in
apr-1.6.3/atomic/
apr-1.6.3/atomic/os390/
apr-1.6.3/atomic/os390/atomic.c
apr-1.6.3/atomic/unix/
apr-1.6.3/atomic/unix/builtins.c
apr-1.6.3/atomic/unix/solaris.c
apr-1.6.3/atomic/unix/mutex.c
apr-1.6.3/atomic/unix/s390.c
apr-1.6.3/atomic/unix/ia32.c
apr-1.6.3/atomic/unix/ppc.c
apr-1.6.3/atomic/netware/
apr-1.6.3/atomic/netware/apr_atomic.c
apr-1.6.3/atomic/win32/
apr-1.6.3/atomic/win32/apr_atomic.c
apr-1.6.3/build/
apr-1.6.3/build/apr_threads.m4
apr-1.6.3/build/fixwin32mak.pl
apr-1.6.3/build/rpm/
apr-1.6.3/build/rpm/apr.spec.in
apr-1.6.3/build/pkg/
apr-1.6.3/build/pkg/buildpkg.sh
apr-1.6.3/build/pkg/pkginfo.in
apr-1.6.3/build/pkg/README
apr-1.6.3/build/jlibtool.c
apr-1.6.3/build/prelibaprapp.dsp
apr-1.6.3/build/ltoptions.m4
apr-1.6.3/build/run-gcov.sh
apr-1.6.3/build/mkdir.sh
apr-1.6.3/build/make_var_export.awk
apr-1.6.3/build/apr_common.m4
apr-1.6.3/build/win32ver.awk
apr-1.6.3/build/gen-build.py
apr-1.6.3/build/libaprapp.mak
apr-1.6.3/build/NWGNUenvironment.inc
apr-1.6.3/build/config.guess
apr-1.6.3/build/aprapp.dsp
apr-1.6.3/build/ltversion.m4
apr-1.6.3/build/aplibtool.c
apr-1.6.3/build/find_apr.m4
apr-1.6.3/build/nw_make_header.awk
apr-1.6.3/build/NWGNUmakefile
apr-1.6.3/build/apr_network.m4
apr-1.6.3/build/nw_export.inc
apr-1.6.3/build/apr_win32.m4
apr-1.6.3/build/ltsugar.m4
apr-1.6.3/build/apr_rules.mk.in
apr-1.6.3/build/apr_hints.m4
apr-1.6.3/build/NWGNUhead.inc
apr-1.6.3/build/config.sub
apr-1.6.3/build/lt~obsolete.m4
apr-1.6.3/build/install.sh
apr-1.6.3/build/NWGNUtail.inc
apr-1.6.3/build/aprapp.mak
apr-1.6.3/build/nw_ver.awk
apr-1.6.3/build/make_exports.awk
apr-1.6.3/build/MakeEtags
apr-1.6.3/build/make_nw_export.awk
apr-1.6.3/build/lineends.pl
apr-1.6.3/build/aprapp.dep
apr-1.6.3/build/libtool.m4
apr-1.6.3/build/preaprapp.dsp
apr-1.6.3/build/get-version.sh
apr-1.6.3/build/cvtdsp.pl
apr-1.6.3/build/buildcheck.sh
apr-1.6.3/build/libaprapp.dep
apr-1.6.3/build/ltmain.sh
apr-1.6.3/build/PrintPath
apr-1.6.3/build/libaprapp.dsp
apr-1.6.3/apr.dsw
apr-1.6.3/libapr.dep
[root@localhost src]# cd apr-1.6.3/
[root@localhost apr-1.6.3]# /configure --prefix=/usr/local/apr
-bash: /configure: 没有那个文件或目录
[root@localhost apr-1.6.3]# cd /usr/local/
[root@localhost local]# ls
apache2 apr apr-util bin etc games include lib lib64 libexec mariadb mysql sbin share src
[root@localhost local]# cd
[root@localhost ~]# cd /usr/local/src
[root@localhost src]# ls
apr-1.4.5.tar.gz apr-util-1.6.1 httpd-2.4.29.tar.gz
apr-1.6.3 apr-util-1.6.1.tar.gz mariadb-10.2.6-linux-glibc_214-x86_64.tar.gz
apr-1.6.3.tar.gz httpd-2.2.34 mysql-5.6.36-linux-glibc2.5-x86_64.tar.gz
apr-util-1.3.12 httpd-2.2.34.tar.gz pcre-8.10
apr-util-1.3.12.tar.gz httpd-2.4.29 pcre-8.10.zip
[root@localhost src]# rm -fr apr-1.6.3
[root@localhost src]# tar zxvf apr-1.4.5.tar.gz
apr-1.4.5/
apr-1.4.5/CHANGES
apr-1.4.5/file_io/
apr-1.4.5/file_io/win32/
apr-1.4.5/file_io/win32/filestat.c
apr-1.4.5/file_io/win32/filepath.c
apr-1.4.5/file_io/win32/pipe.c
apr-1.4.5/file_io/win32/filedup.c
apr-1.4.5/file_io/win32/dir.c
apr-1.4.5/file_io/win32/seek.c
apr-1.4.5/file_io/win32/readwrite.c
apr-1.4.5/file_io/win32/buffer.c
apr-1.4.5/file_io/win32/filesys.c
apr-1.4.5/file_io/win32/open.c
apr-1.4.5/file_io/win32/flock.c
apr-1.4.5/file_io/netware/
apr-1.4.5/file_io/netware/filestat.c
apr-1.4.5/file_io/netware/filepath.c
apr-1.4.5/file_io/netware/pipe.c
apr-1.4.5/file_io/netware/filesys.c
apr-1.4.5/file_io/netware/mktemp.c
apr-1.4.5/file_io/netware/flock.c
apr-1.4.5/file_io/unix/
apr-1.4.5/file_io/unix/filestat.c
apr-1.4.5/file_io/unix/fileacc.c
apr-1.4.5/file_io/unix/filepath.c
apr-1.4.5/file_io/unix/pipe.c
apr-1.4.5/file_io/unix/filedup.c
apr-1.4.5/file_io/unix/fullrw.c
apr-1.4.5/file_io/unix/dir.c
apr-1.4.5/file_io/unix/seek.c
apr-1.4.5/file_io/unix/readwrite.c
apr-1.4.5/file_io/unix/filepath_util.c
apr-1.4.5/file_io/unix/copy.c
apr-1.4.5/file_io/unix/buffer.c
apr-1.4.5/file_io/unix/tempdir.c
apr-1.4.5/file_io/unix/mktemp.c
apr-1.4.5/file_io/unix/open.c
apr-1.4.5/file_io/unix/flock.c
apr-1.4.5/file_io/os2/
apr-1.4.5/file_io/os2/maperrorcode.c
apr-1.4.5/file_io/os2/filestat.c
apr-1.4.5/file_io/os2/fileacc.c
apr-1.4.5/file_io/os2/filepath.c
apr-1.4.5/file_io/os2/pipe.c
apr-1.4.5/file_io/os2/filedup.c
apr-1.4.5/file_io/os2/fullrw.c
apr-1.4.5/file_io/os2/dir.c
apr-1.4.5/file_io/os2/seek.c
apr-1.4.5/file_io/os2/readwrite.c
apr-1.4.5/file_io/os2/filepath_util.c
apr-1.4.5/file_io/os2/copy.c
apr-1.4.5/file_io/os2/dir_make_recurse.c
apr-1.4.5/file_io/os2/buffer.c
apr-1.4.5/file_io/os2/tempdir.c
apr-1.4.5/file_io/os2/filesys.c
apr-1.4.5/file_io/os2/mktemp.c
apr-1.4.5/file_io/os2/open.c
apr-1.4.5/file_io/os2/flock.c
apr-1.4.5/apr-config.in
apr-1.4.5/helpers/
apr-1.4.5/helpers/apr_rename.pl
apr-1.4.5/README
apr-1.4.5/time/
apr-1.4.5/time/win32/
apr-1.4.5/time/win32/time.c
apr-1.4.5/time/win32/timestr.c
apr-1.4.5/time/unix/
apr-1.4.5/time/unix/time.c
apr-1.4.5/time/unix/timestr.c
apr-1.4.5/apr.dsp
apr-1.4.5/locks/
apr-1.4.5/locks/win32/
apr-1.4.5/locks/win32/proc_mutex.c
apr-1.4.5/locks/win32/thread_mutex.c
apr-1.4.5/locks/win32/thread_cond.c
apr-1.4.5/locks/win32/thread_rwlock.c
apr-1.4.5/locks/netware/
apr-1.4.5/locks/netware/proc_mutex.c
apr-1.4.5/locks/netware/thread_mutex.c
apr-1.4.5/locks/netware/thread_cond.c
apr-1.4.5/locks/netware/thread_rwlock.c
apr-1.4.5/locks/beos/
apr-1.4.5/locks/beos/proc_mutex.c
apr-1.4.5/locks/beos/thread_mutex.c
apr-1.4.5/locks/beos/thread_cond.c
apr-1.4.5/locks/beos/thread_rwlock.c
apr-1.4.5/locks/unix/
apr-1.4.5/locks/unix/global_mutex.c
apr-1.4.5/locks/unix/proc_mutex.c
apr-1.4.5/locks/unix/thread_mutex.c
apr-1.4.5/locks/unix/thread_cond.c
apr-1.4.5/locks/unix/thread_rwlock.c
apr-1.4.5/locks/os2/
apr-1.4.5/locks/os2/proc_mutex.c
apr-1.4.5/locks/os2/thread_mutex.c
apr-1.4.5/locks/os2/thread_cond.c
apr-1.4.5/locks/os2/thread_rwlock.c
apr-1.4.5/poll/
apr-1.4.5/poll/unix/
apr-1.4.5/poll/unix/pollset.c
apr-1.4.5/poll/unix/epoll.c
apr-1.4.5/poll/unix/pollcb.c
apr-1.4.5/poll/unix/select.c
apr-1.4.5/poll/unix/port.c
apr-1.4.5/poll/unix/poll.c
apr-1.4.5/poll/unix/kqueue.c
apr-1.4.5/poll/os2/
apr-1.4.5/poll/os2/pollset.c
apr-1.4.5/poll/os2/poll.c
apr-1.4.5/configure.in
apr-1.4.5/apr.pc.in
apr-1.4.5/NOTICE
apr-1.4.5/docs/
apr-1.4.5/docs/win32_builds.html
apr-1.4.5/docs/doxygen.conf
apr-1.4.5/docs/APRDesign.html
apr-1.4.5/docs/canonical_filenames.html
apr-1.4.5/docs/non_apr_programs
apr-1.4.5/docs/incomplete_types
apr-1.4.5/docs/pool-design.html
apr-1.4.5/tables/
apr-1.4.5/tables/apr_hash.c
apr-1.4.5/tables/apr_tables.c
apr-1.4.5/libapr.dep
apr-1.4.5/config.layout
apr-1.4.5/include/
apr-1.4.5/include/apr.h.in
apr-1.4.5/include/apr_thread_mutex.h
apr-1.4.5/include/apr_thread_rwlock.h
apr-1.4.5/include/apr_poll.h
apr-1.4.5/include/apr.hnw
apr-1.4.5/include/apr_pools.h
apr-1.4.5/include/apr_time.h
apr-1.4.5/include/apr_mmap.h
apr-1.4.5/include/apr_dso.h
apr-1.4.5/include/apr_tables.h
apr-1.4.5/include/apr_hash.h
apr-1.4.5/include/arch/
apr-1.4.5/include/arch/apr_private_common.h
apr-1.4.5/include/arch/win32/
apr-1.4.5/include/arch/win32/apr_private.h
apr-1.4.5/include/arch/win32/apr_arch_networkio.h
apr-1.4.5/include/arch/win32/apr_arch_threadproc.h
apr-1.4.5/include/arch/win32/apr_arch_proc_mutex.h
apr-1.4.5/include/arch/win32/apr_arch_thread_cond.h
apr-1.4.5/include/arch/win32/apr_dbg_win32_handles.h
apr-1.4.5/include/arch/win32/apr_arch_file_io.h
apr-1.4.5/include/arch/win32/apr_arch_misc.h
apr-1.4.5/include/arch/win32/apr_arch_thread_rwlock.h
apr-1.4.5/include/arch/win32/apr_arch_atime.h
apr-1.4.5/include/arch/win32/apr_arch_dso.h
apr-1.4.5/include/arch/win32/apr_arch_thread_mutex.h
apr-1.4.5/include/arch/win32/apr_arch_utf8.h
apr-1.4.5/include/arch/win32/apr_arch_inherit.h
apr-1.4.5/include/arch/netware/
apr-1.4.5/include/arch/netware/apr_arch_pre_nw.h
apr-1.4.5/include/arch/netware/apr_private.h
apr-1.4.5/include/arch/netware/apr_arch_networkio.h
apr-1.4.5/include/arch/netware/apr_arch_threadproc.h
apr-1.4.5/include/arch/netware/apr_arch_proc_mutex.h
apr-1.4.5/include/arch/netware/apr_arch_thread_cond.h
apr-1.4.5/include/arch/netware/apr_arch_internal_time.h
apr-1.4.5/include/arch/netware/apr_arch_file_io.h
apr-1.4.5/include/arch/netware/apr_arch_thread_rwlock.h
apr-1.4.5/include/arch/netware/apr_arch_dso.h
apr-1.4.5/include/arch/netware/apr_arch_global_mutex.h
apr-1.4.5/include/arch/netware/apr_arch_thread_mutex.h
apr-1.4.5/include/arch/aix/
apr-1.4.5/include/arch/aix/apr_arch_dso.h
apr-1.4.5/include/arch/darwin/
apr-1.4.5/include/arch/beos/
apr-1.4.5/include/arch/beos/apr_arch_threadproc.h
apr-1.4.5/include/arch/beos/apr_arch_proc_mutex.h
apr-1.4.5/include/arch/beos/apr_arch_thread_cond.h
apr-1.4.5/include/arch/beos/apr_arch_thread_rwlock.h
apr-1.4.5/include/arch/beos/apr_arch_dso.h
apr-1.4.5/include/arch/beos/apr_arch_thread_mutex.h
apr-1.4.5/include/arch/unix/
apr-1.4.5/include/arch/unix/apr_arch_networkio.h
apr-1.4.5/include/arch/unix/apr_arch_threadproc.h
apr-1.4.5/include/arch/unix/apr_arch_proc_mutex.h
apr-1.4.5/include/arch/unix/apr_arch_poll_private.h
apr-1.4.5/include/arch/unix/apr_arch_thread_cond.h
apr-1.4.5/include/arch/unix/apr_arch_internal_time.h
apr-1.4.5/include/arch/unix/apr_arch_file_io.h
apr-1.4.5/include/arch/unix/apr_arch_misc.h
apr-1.4.5/include/arch/unix/apr_arch_atomic.h
apr-1.4.5/include/arch/unix/apr_arch_thread_rwlock.h
apr-1.4.5/include/arch/unix/apr_arch_shm.h
apr-1.4.5/include/arch/unix/apr_private.h.in
apr-1.4.5/include/arch/unix/apr_arch_dso.h
apr-1.4.5/include/arch/unix/apr_arch_global_mutex.h
apr-1.4.5/include/arch/unix/apr_arch_thread_mutex.h
apr-1.4.5/include/arch/unix/apr_arch_inherit.h
apr-1.4.5/include/arch/os390/
apr-1.4.5/include/arch/os390/apr_arch_dso.h
apr-1.4.5/include/arch/os2/
apr-1.4.5/include/arch/os2/apr_arch_networkio.h
apr-1.4.5/include/arch/os2/apr_arch_threadproc.h
apr-1.4.5/include/arch/os2/apr_arch_proc_mutex.h
apr-1.4.5/include/arch/os2/apr_arch_os2calls.h
apr-1.4.5/include/arch/os2/apr_arch_thread_cond.h
apr-1.4.5/include/arch/os2/apr_arch_file_io.h
apr-1.4.5/include/arch/os2/apr_arch_thread_rwlock.h
apr-1.4.5/include/arch/os2/apr_arch_dso.h
apr-1.4.5/include/arch/os2/apr_arch_thread_mutex.h
apr-1.4.5/include/arch/os2/apr_arch_inherit.h
apr-1.4.5/include/apr_env.h
apr-1.4.5/include/apr_lib.h
apr-1.4.5/include/apr_fnmatch.h
apr-1.4.5/include/apr_ring.h
apr-1.4.5/include/apr_proc_mutex.h
apr-1.4.5/include/apr_random.h
apr-1.4.5/include/apr_inherit.h
apr-1.4.5/include/apr_errno.h
apr-1.4.5/include/apr_global_mutex.h
apr-1.4.5/include/apr_portable.h
apr-1.4.5/include/apr_allocator.h
apr-1.4.5/include/apr_getopt.h
apr-1.4.5/include/apr_network_io.h
apr-1.4.5/include/apr_thread_cond.h
apr-1.4.5/include/apr_support.h
apr-1.4.5/include/apr_strings.h
apr-1.4.5/include/apr_atomic.h
apr-1.4.5/include/apr_want.h
apr-1.4.5/include/apr_general.h
apr-1.4.5/include/apr_user.h
apr-1.4.5/include/apr_signal.h
apr-1.4.5/include/apr_shm.h
apr-1.4.5/include/apr.hw
apr-1.4.5/include/apr_file_info.h
apr-1.4.5/include/apr_thread_proc.h
apr-1.4.5/include/apr_version.h
apr-1.4.5/include/apr_file_io.h
apr-1.4.5/LICENSE
apr-1.4.5/misc/
apr-1.4.5/misc/win32/
apr-1.4.5/misc/win32/utf8.c
apr-1.4.5/misc/win32/internal.c
apr-1.4.5/misc/win32/charset.c
apr-1.4.5/misc/win32/rand.c
apr-1.4.5/misc/win32/misc.c
apr-1.4.5/misc/win32/env.c
apr-1.4.5/misc/win32/start.c
apr-1.4.5/misc/win32/apr_app.c
apr-1.4.5/misc/netware/
apr-1.4.5/misc/netware/aprlib.def
apr-1.4.5/misc/netware/libprews.c
apr-1.4.5/misc/netware/charset.c
apr-1.4.5/misc/netware/apr.xdc
apr-1.4.5/misc/netware/rand.c
apr-1.4.5/misc/netware/start.c
apr-1.4.5/misc/unix/
apr-1.4.5/misc/unix/randbyte_os2.inc
apr-1.4.5/misc/unix/charset.c
apr-1.4.5/misc/unix/version.c
apr-1.4.5/misc/unix/rand.c
apr-1.4.5/misc/unix/errorcodes.c
apr-1.4.5/misc/unix/getopt.c
apr-1.4.5/misc/unix/env.c
apr-1.4.5/misc/unix/otherchild.c
apr-1.4.5/misc/unix/start.c
apr-1.4.5/build.conf
apr-1.4.5/threadproc/
apr-1.4.5/threadproc/win32/
apr-1.4.5/threadproc/win32/signals.c
apr-1.4.5/threadproc/win32/proc.c
apr-1.4.5/threadproc/win32/thread.c
apr-1.4.5/threadproc/win32/threadpriv.c
apr-1.4.5/threadproc/netware/
apr-1.4.5/threadproc/netware/signals.c
apr-1.4.5/threadproc/netware/proc.c
apr-1.4.5/threadproc/netware/procsup.c
apr-1.4.5/threadproc/netware/thread.c
apr-1.4.5/threadproc/netware/threadpriv.c
apr-1.4.5/threadproc/beos/
apr-1.4.5/threadproc/beos/threadproc_common.c
apr-1.4.5/threadproc/beos/proc.c
apr-1.4.5/threadproc/beos/apr_proc_stub.c
apr-1.4.5/threadproc/beos/thread.c
apr-1.4.5/threadproc/beos/threadpriv.c
apr-1.4.5/threadproc/unix/
apr-1.4.5/threadproc/unix/signals.c
apr-1.4.5/threadproc/unix/proc.c
apr-1.4.5/threadproc/unix/procsup.c
apr-1.4.5/threadproc/unix/thread.c
apr-1.4.5/threadproc/unix/threadpriv.c
apr-1.4.5/threadproc/os2/
apr-1.4.5/threadproc/os2/signals.c
apr-1.4.5/threadproc/os2/proc.c
apr-1.4.5/threadproc/os2/thread.c
apr-1.4.5/threadproc/os2/threadpriv.c
apr-1.4.5/emacs-mode
apr-1.4.5/apr.mak
apr-1.4.5/strings/
apr-1.4.5/strings/apr_strings.c
apr-1.4.5/strings/apr_fnmatch.c
apr-1.4.5/strings/apr_strtok.c
apr-1.4.5/strings/apr_snprintf.c
apr-1.4.5/strings/apr_cpystrn.c
apr-1.4.5/strings/apr_strnatcmp.c
apr-1.4.5/build/
apr-1.4.5/build/win32ver.awk
apr-1.4.5/build/lineends.pl
apr-1.4.5/build/nw_ver.awk
apr-1.4.5/build/rpm/
apr-1.4.5/build/rpm/apr.spec.in
apr-1.4.5/build/prelibaprapp.dsp
apr-1.4.5/build/apr_win32.m4
apr-1.4.5/build/aprapp.mak
apr-1.4.5/build/libaprapp.dsp
apr-1.4.5/build/make_var_export.awk
apr-1.4.5/build/find_apr.m4
apr-1.4.5/build/make_nw_export.awk
apr-1.4.5/build/aplibtool.c
apr-1.4.5/build/gen-build.py
apr-1.4.5/build/config.sub
apr-1.4.5/build/ltmain.sh
apr-1.4.5/build/install.sh
apr-1.4.5/build/config.guess
apr-1.4.5/build/mkdir.sh
apr-1.4.5/build/apr_network.m4
apr-1.4.5/build/NWGNUtail.inc
apr-1.4.5/build/preaprapp.dsp
apr-1.4.5/build/run-gcov.sh
apr-1.4.5/build/apr_hints.m4
apr-1.4.5/build/make_exports.awk
apr-1.4.5/build/fixwin32mak.pl
apr-1.4.5/build/libaprapp.dep
apr-1.4.5/build/apr_common.m4
apr-1.4.5/build/libtool.m4
apr-1.4.5/build/NWGNUenvironment.inc
apr-1.4.5/build/MakeEtags
apr-1.4.5/build/PrintPath
apr-1.4.5/build/apr_threads.m4
apr-1.4.5/build/NWGNUmakefile
apr-1.4.5/build/NWGNUhead.inc
apr-1.4.5/build/aprapp.dep
apr-1.4.5/build/buildcheck.sh
apr-1.4.5/build/jlibtool.c
apr-1.4.5/build/get-version.sh
apr-1.4.5/build/aprapp.dsp
apr-1.4.5/build/apr_rules.mk.in
apr-1.4.5/build/pkg/
apr-1.4.5/build/pkg/README
apr-1.4.5/build/pkg/buildpkg.sh
apr-1.4.5/build/pkg/pkginfo.in
apr-1.4.5/build/cvtdsp.pl
apr-1.4.5/build/nw_export.inc
apr-1.4.5/build/libaprapp.mak
apr-1.4.5/atomic/
apr-1.4.5/atomic/win32/
apr-1.4.5/atomic/win32/apr_atomic.c
apr-1.4.5/atomic/netware/
apr-1.4.5/atomic/netware/apr_atomic.c
apr-1.4.5/atomic/unix/
apr-1.4.5/atomic/unix/ppc.c
apr-1.4.5/atomic/unix/ia32.c
apr-1.4.5/atomic/unix/s390.c
apr-1.4.5/atomic/unix/builtins.c
apr-1.4.5/atomic/unix/solaris.c
apr-1.4.5/atomic/unix/mutex.c
apr-1.4.5/atomic/os390/
apr-1.4.5/atomic/os390/atomic.c
apr-1.4.5/configure
apr-1.4.5/passwd/
apr-1.4.5/passwd/apr_getpass.c
apr-1.4.5/libapr.rc
apr-1.4.5/memory/
apr-1.4.5/memory/unix/
apr-1.4.5/memory/unix/apr_pools.c
apr-1.4.5/mmap/
apr-1.4.5/mmap/win32/
apr-1.4.5/mmap/win32/mmap.c
apr-1.4.5/mmap/unix/
apr-1.4.5/mmap/unix/mmap.c
apr-1.4.5/mmap/unix/common.c
apr-1.4.5/network_io/
apr-1.4.5/network_io/win32/
apr-1.4.5/network_io/win32/sockets.c
apr-1.4.5/network_io/win32/sockopt.c
apr-1.4.5/network_io/win32/sendrecv.c
apr-1.4.5/network_io/beos/
apr-1.4.5/network_io/beos/socketcommon.c
apr-1.4.5/network_io/beos/sendrecv.c
apr-1.4.5/network_io/unix/
apr-1.4.5/network_io/unix/sockaddr.c
apr-1.4.5/network_io/unix/socket_util.c
apr-1.4.5/network_io/unix/inet_ntop.c
apr-1.4.5/network_io/unix/multicast.c
apr-1.4.5/network_io/unix/sockets.c
apr-1.4.5/network_io/unix/sockopt.c
apr-1.4.5/network_io/unix/sendrecv.c
apr-1.4.5/network_io/unix/inet_pton.c
apr-1.4.5/network_io/os2/
apr-1.4.5/network_io/os2/sockaddr.c
apr-1.4.5/network_io/os2/socket_util.c
apr-1.4.5/network_io/os2/inet_ntop.c
apr-1.4.5/network_io/os2/sockets.c
apr-1.4.5/network_io/os2/os2calls.c
apr-1.4.5/network_io/os2/sockopt.c
apr-1.4.5/network_io/os2/sendrecv_udp.c
apr-1.4.5/network_io/os2/sendrecv.c
apr-1.4.5/network_io/os2/inet_pton.c
apr-1.4.5/NWGNUmakefile
apr-1.4.5/libapr.dsp
apr-1.4.5/Makefile.win
apr-1.4.5/build-outputs.mk
apr-1.4.5/buildconf
apr-1.4.5/support/
apr-1.4.5/support/unix/
apr-1.4.5/support/unix/waitio.c
apr-1.4.5/apr.spec
apr-1.4.5/test/
apr-1.4.5/test/nw_misc.c
apr-1.4.5/test/NWGNUsockchild
apr-1.4.5/test/README
apr-1.4.5/test/testmmap.c
apr-1.4.5/test/NWGNUechod
apr-1.4.5/test/testatomic.c
apr-1.4.5/test/occhild.c
apr-1.4.5/test/testdup.c
apr-1.4.5/test/testtemp.c
apr-1.4.5/test/abts.c
apr-1.4.5/test/testsleep.c
apr-1.4.5/test/testmutexscope.c
apr-1.4.5/test/testapp.c
apr-1.4.5/test/teststrnatcmp.c
apr-1.4.5/test/testflock.h
apr-1.4.5/test/testtime.c
apr-1.4.5/test/testuser.c
apr-1.4.5/test/mod_test.c
apr-1.4.5/test/testrand.c
apr-1.4.5/test/testvsn.c
apr-1.4.5/test/internal/
apr-1.4.5/test/internal/testucs.c
apr-1.4.5/test/internal/testregex.c
apr-1.4.5/test/internal/Makefile.win
apr-1.4.5/test/internal/Makefile.in
apr-1.4.5/test/proc_child.c
apr-1.4.5/test/testoc.c
apr-1.4.5/test/NWGNUproc_child
apr-1.4.5/test/sockchild.c
apr-1.4.5/test/testflock.c
apr-1.4.5/test/testutil.h
apr-1.4.5/test/testlib.dsp
apr-1.4.5/test/testall.dsw
apr-1.4.5/test/testlock.c
apr-1.4.5/test/testnames.c
apr-1.4.5/test/NWGNUmod_test
apr-1.4.5/test/testpoll.c
apr-1.4.5/test/NWGNUsockperf
apr-1.4.5/test/echod.c
apr-1.4.5/test/testlfs.c
apr-1.4.5/test/testsock.c
apr-1.4.5/test/abts_tests.h
apr-1.4.5/test/testfile.c
apr-1.4.5/test/testipsub.c
apr-1.4.5/test/testshm.h
apr-1.4.5/test/testhash.c
apr-1.4.5/test/readchild.c
apr-1.4.5/test/testdir.c
apr-1.4.5/test/NWGNUaprtest
apr-1.4.5/test/NWGNUtryread
apr-1.4.5/test/testud.c
apr-1.4.5/test/sockperf.c
apr-1.4.5/test/teststr.c
apr-1.4.5/test/testproc.c
apr-1.4.5/test/testfilecopy.c
apr-1.4.5/test/testpath.c
apr-1.4.5/test/abts.h
apr-1.4.5/test/testfnmatch.c
apr-1.4.5/test/testenv.c
apr-1.4.5/test/testdso.c
apr-1.4.5/test/sendfile.c
apr-1.4.5/test/NWGNUmakefile
apr-1.4.5/test/NWGNUglobalmutexchild
apr-1.4.5/test/testlockperf.c
apr-1.4.5/test/testdll.dsp
apr-1.4.5/test/testsock.h
apr-1.4.5/test/Makefile.win
apr-1.4.5/test/testprocmutex.c
apr-1.4.5/test/tryread.c
apr-1.4.5/test/testsockopt.c
apr-1.4.5/test/testpools.c
apr-1.4.5/test/testfmt.c
apr-1.4.5/test/testsockets.c
apr-1.4.5/test/testthread.c
apr-1.4.5/test/testshm.c
apr-1.4.5/test/testcond.c
apr-1.4.5/test/testfileinfo.c
apr-1.4.5/test/NWGNUreadchild
apr-1.4.5/test/testshmproducer.c
apr-1.4.5/test/testpipe.c
apr-1.4.5/test/data/
apr-1.4.5/test/data/file_datafile.txt
apr-1.4.5/test/data/mmap_datafile.txt
apr-1.4.5/test/NWGNUtestatmc
apr-1.4.5/test/testargs.c
apr-1.4.5/test/testutil.c
apr-1.4.5/test/testtable.c
apr-1.4.5/test/testglobalmutex.h
apr-1.4.5/test/testglobalmutex.c
apr-1.4.5/test/globalmutexchild.c
apr-1.4.5/test/testshmconsumer.c
apr-1.4.5/test/Makefile.in
apr-1.4.5/shmem/
apr-1.4.5/shmem/win32/
apr-1.4.5/shmem/win32/shm.c
apr-1.4.5/shmem/beos/
apr-1.4.5/shmem/beos/shm.c
apr-1.4.5/shmem/unix/
apr-1.4.5/shmem/unix/shm.c
apr-1.4.5/shmem/os2/
apr-1.4.5/shmem/os2/shm.c
apr-1.4.5/libapr.mak
apr-1.4.5/dso/
apr-1.4.5/dso/win32/
apr-1.4.5/dso/win32/dso.c
apr-1.4.5/dso/netware/
apr-1.4.5/dso/netware/dso.c
apr-1.4.5/dso/aix/
apr-1.4.5/dso/aix/dso.c
apr-1.4.5/dso/beos/
apr-1.4.5/dso/beos/dso.c
apr-1.4.5/dso/unix/
apr-1.4.5/dso/unix/dso.c
apr-1.4.5/dso/os390/
apr-1.4.5/dso/os390/dso.c
apr-1.4.5/dso/os2/
apr-1.4.5/dso/os2/dso.c
apr-1.4.5/apr.dep
apr-1.4.5/Makefile.in
apr-1.4.5/apr.dsw
apr-1.4.5/random/
apr-1.4.5/random/unix/
apr-1.4.5/random/unix/sha2_glue.c
apr-1.4.5/random/unix/apr_random.c
apr-1.4.5/random/unix/sha2.h
apr-1.4.5/random/unix/sha2.c
apr-1.4.5/user/
apr-1.4.5/user/win32/
apr-1.4.5/user/win32/groupinfo.c
apr-1.4.5/user/win32/userinfo.c
apr-1.4.5/user/netware/
apr-1.4.5/user/netware/groupinfo.c
apr-1.4.5/user/netware/userinfo.c
apr-1.4.5/user/unix/
apr-1.4.5/user/unix/groupinfo.c
apr-1.4.5/user/unix/userinfo.c
[root@localhost src]# cd apr-1.4.5
[root@localhost apr-1.4.5]# ls
apr-config.in apr.spec CHANGES emacs-mode libapr.mak memory passwd support
apr.dep atomic config.layout file_io libapr.rc misc poll tables
apr.dsp build configure helpers LICENSE mmap random test
apr.dsw buildconf configure.in include locks network_io README threadproc
apr.mak build.conf docs libapr.dep Makefile.in NOTICE shmem time
apr.pc.in build-outputs.mk dso libapr.dsp Makefile.win NWGNUmakefile strings user
[root@localhost apr-1.4.5]# ./configure --prefix=/usr/local/apr
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.4.5
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
checking for a sed that does not truncate output... /usr/bin/sed
Applying APR hints file rules for x86_64-unknown-linux-gnu
setting CPPFLAGS to "-D_REENTRANT -D_GNU_SOURCE"
(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... /usr/bin/grep
checking for egrep... /usr/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... /usr/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... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 1572864
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... no
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... no
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

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... yes
checking for dup3 support... yes
checking for accept4 support... yes
checking for SOCK_CLOEXEC support... yes
checking for fdatasync... yes
checking for epoll_create1 support... (cached) yes
checking for dup3 support... (cached) yes
checking for accept4 support... (cached) yes
checking for SOCK_CLOEXEC support... (cached) 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 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
./configure: line 27734: test: 3.10.0-514.el7.x86_64: integer expression expected
decision on anonymous shared memory allocation method... 4.4BSD-style mmap() via MAP_ANON
./configure: line 28046: test: 3.10.0-514.el7.x86_64: integer expression expected
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
checking size of ino_t... 8
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... no
checking uuid/uuid.h presence... no
checking for uuid/uuid.h... no
checking sys/uuid.h usability... no
checking sys/uuid.h presence... no
checking for sys/uuid.h... no
checking for library containing uuid_create... no
checking for library containing uuid_generate... no
checking for uuid_create... no
checking for uuid_generate... no
checking for os uuid usability... no

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
setting have_unicode_fs to "0"
setting apr_has_xthread_files to "0"
setting apr_procattr_user_set_requires_password to "0"
setting apr_thread_func to ""
setting apr_has_user to "1"

Restore user-defined environment settings...
restoring CPPFLAGS to ""
setting EXTRA_CPPFLAGS to "-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 "-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
[root@localhost apr-1.4.5]# echo $?
0
[root@localhost apr-1.4.5]# make && make install
make[1]: 进入目录“/usr/local/src/apr-1.4.5”
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o passwd/apr_getpass.lo -c passwd/apr_getpass.c && touch passwd/apr_getpass.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o strings/apr_cpystrn.lo -c strings/apr_cpystrn.c && touch strings/apr_cpystrn.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o strings/apr_fnmatch.lo -c strings/apr_fnmatch.c && touch strings/apr_fnmatch.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o strings/apr_snprintf.lo -c strings/apr_snprintf.c && touch strings/apr_snprintf.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o strings/apr_strings.lo -c strings/apr_strings.c && touch strings/apr_strings.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o strings/apr_strnatcmp.lo -c strings/apr_strnatcmp.c && touch strings/apr_strnatcmp.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o strings/apr_strtok.lo -c strings/apr_strtok.c && touch strings/apr_strtok.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o tables/apr_hash.lo -c tables/apr_hash.c && touch tables/apr_hash.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o tables/apr_tables.lo -c tables/apr_tables.c && touch tables/apr_tables.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o atomic/unix/builtins.lo -c atomic/unix/builtins.c && touch atomic/unix/builtins.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o atomic/unix/ia32.lo -c atomic/unix/ia32.c && touch atomic/unix/ia32.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o atomic/unix/mutex.lo -c atomic/unix/mutex.c && touch atomic/unix/mutex.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o atomic/unix/ppc.lo -c atomic/unix/ppc.c && touch atomic/unix/ppc.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o atomic/unix/s390.lo -c atomic/unix/s390.c && touch atomic/unix/s390.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o atomic/unix/solaris.lo -c atomic/unix/solaris.c && touch atomic/unix/solaris.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o dso/unix/dso.lo -c dso/unix/dso.c && touch dso/unix/dso.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o file_io/unix/buffer.lo -c file_io/unix/buffer.c && touch file_io/unix/buffer.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o file_io/unix/copy.lo -c file_io/unix/copy.c && touch file_io/unix/copy.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o file_io/unix/dir.lo -c file_io/unix/dir.c && touch file_io/unix/dir.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o file_io/unix/fileacc.lo -c file_io/unix/fileacc.c && touch file_io/unix/fileacc.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o file_io/unix/filedup.lo -c file_io/unix/filedup.c && touch file_io/unix/filedup.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o file_io/unix/filepath.lo -c file_io/unix/filepath.c && touch file_io/unix/filepath.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o file_io/unix/filepath_util.lo -c file_io/unix/filepath_util.c && touch file_io/unix/filepath_util.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o file_io/unix/filestat.lo -c file_io/unix/filestat.c && touch file_io/unix/filestat.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o file_io/unix/flock.lo -c file_io/unix/flock.c && touch file_io/unix/flock.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o file_io/unix/fullrw.lo -c file_io/unix/fullrw.c && touch file_io/unix/fullrw.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o file_io/unix/mktemp.lo -c file_io/unix/mktemp.c && touch file_io/unix/mktemp.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o file_io/unix/open.lo -c file_io/unix/open.c && touch file_io/unix/open.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o file_io/unix/pipe.lo -c file_io/unix/pipe.c && touch file_io/unix/pipe.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o file_io/unix/readwrite.lo -c file_io/unix/readwrite.c && touch file_io/unix/readwrite.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o file_io/unix/seek.lo -c file_io/unix/seek.c && touch file_io/unix/seek.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o file_io/unix/tempdir.lo -c file_io/unix/tempdir.c && touch file_io/unix/tempdir.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o locks/unix/global_mutex.lo -c locks/unix/global_mutex.c && touch locks/unix/global_mutex.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o locks/unix/proc_mutex.lo -c locks/unix/proc_mutex.c && touch locks/unix/proc_mutex.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o locks/unix/thread_cond.lo -c locks/unix/thread_cond.c && touch locks/unix/thread_cond.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o locks/unix/thread_mutex.lo -c locks/unix/thread_mutex.c && touch locks/unix/thread_mutex.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o locks/unix/thread_rwlock.lo -c locks/unix/thread_rwlock.c && touch locks/unix/thread_rwlock.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o memory/unix/apr_pools.lo -c memory/unix/apr_pools.c && touch memory/unix/apr_pools.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o misc/unix/charset.lo -c misc/unix/charset.c && touch misc/unix/charset.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o misc/unix/env.lo -c misc/unix/env.c && touch misc/unix/env.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o misc/unix/errorcodes.lo -c misc/unix/errorcodes.c && touch misc/unix/errorcodes.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o misc/unix/getopt.lo -c misc/unix/getopt.c && touch misc/unix/getopt.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o misc/unix/otherchild.lo -c misc/unix/otherchild.c && touch misc/unix/otherchild.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o misc/unix/rand.lo -c misc/unix/rand.c && touch misc/unix/rand.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o misc/unix/start.lo -c misc/unix/start.c && touch misc/unix/start.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o misc/unix/version.lo -c misc/unix/version.c && touch misc/unix/version.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o mmap/unix/common.lo -c mmap/unix/common.c && touch mmap/unix/common.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o mmap/unix/mmap.lo -c mmap/unix/mmap.c && touch mmap/unix/mmap.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o network_io/unix/inet_ntop.lo -c network_io/unix/inet_ntop.c && touch network_io/unix/inet_ntop.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o network_io/unix/inet_pton.lo -c network_io/unix/inet_pton.c && touch network_io/unix/inet_pton.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o network_io/unix/multicast.lo -c network_io/unix/multicast.c && touch network_io/unix/multicast.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o network_io/unix/sendrecv.lo -c network_io/unix/sendrecv.c && touch network_io/unix/sendrecv.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o network_io/unix/sockaddr.lo -c network_io/unix/sockaddr.c && touch network_io/unix/sockaddr.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o network_io/unix/socket_util.lo -c network_io/unix/socket_util.c && touch network_io/unix/socket_util.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o network_io/unix/sockets.lo -c network_io/unix/sockets.c && touch network_io/unix/sockets.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o network_io/unix/sockopt.lo -c network_io/unix/sockopt.c && touch network_io/unix/sockopt.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o poll/unix/epoll.lo -c poll/unix/epoll.c && touch poll/unix/epoll.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o poll/unix/kqueue.lo -c poll/unix/kqueue.c && touch poll/unix/kqueue.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o poll/unix/poll.lo -c poll/unix/poll.c && touch poll/unix/poll.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o poll/unix/pollcb.lo -c poll/unix/pollcb.c && touch poll/unix/pollcb.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o poll/unix/pollset.lo -c poll/unix/pollset.c && touch poll/unix/pollset.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o poll/unix/port.lo -c poll/unix/port.c && touch poll/unix/port.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o poll/unix/select.lo -c poll/unix/select.c && touch poll/unix/select.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o random/unix/apr_random.lo -c random/unix/apr_random.c && touch random/unix/apr_random.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o random/unix/sha2.lo -c random/unix/sha2.c && touch random/unix/sha2.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o random/unix/sha2_glue.lo -c random/unix/sha2_glue.c && touch random/unix/sha2_glue.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o shmem/unix/shm.lo -c shmem/unix/shm.c && touch shmem/unix/shm.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o support/unix/waitio.lo -c support/unix/waitio.c && touch support/unix/waitio.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o threadproc/unix/proc.lo -c threadproc/unix/proc.c && touch threadproc/unix/proc.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o threadproc/unix/procsup.lo -c threadproc/unix/procsup.c && touch threadproc/unix/procsup.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o threadproc/unix/signals.lo -c threadproc/unix/signals.c && touch threadproc/unix/signals.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o threadproc/unix/thread.lo -c threadproc/unix/thread.c && touch threadproc/unix/thread.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o threadproc/unix/threadpriv.lo -c threadproc/unix/threadpriv.c && touch threadproc/unix/threadpriv.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o time/unix/time.lo -c time/unix/time.c && touch time/unix/time.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o time/unix/timestr.lo -c time/unix/timestr.c && touch time/unix/timestr.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o user/unix/groupinfo.lo -c user/unix/groupinfo.c && touch user/unix/groupinfo.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -o user/unix/userinfo.lo -c user/unix/userinfo.c && touch user/unix/userinfo.lo
/bin/sh /usr/local/src/apr-1.4.5/libtool --silent --mode=link gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include -version-info 4:5:4 -o libapr-1.la -rpath /usr/local/apr/lib passwd/apr_getpass.lo strings/apr_cpystrn.lo strings/apr_fnmatch.lo strings/apr_snprintf.lo strings/apr_strings.lo strings/apr_strnatcmp.lo strings/apr_strtok.lo tables/apr_hash.lo tables/apr_tables.lo atomic/unix/builtins.lo atomic/unix/ia32.lo atomic/unix/mutex.lo atomic/unix/ppc.lo atomic/unix/s390.lo atomic/unix/solaris.lo dso/unix/dso.lo file_io/unix/buffer.lo file_io/unix/copy.lo file_io/unix/dir.lo file_io/unix/fileacc.lo file_io/unix/filedup.lo file_io/unix/filepath.lo file_io/unix/filepath_util.lo file_io/unix/filestat.lo file_io/unix/flock.lo file_io/unix/fullrw.lo file_io/unix/mktemp.lo file_io/unix/open.lo file_io/unix/pipe.lo file_io/unix/readwrite.lo file_io/unix/seek.lo file_io/unix/tempdir.lo locks/unix/global_mutex.lo locks/unix/proc_mutex.lo locks/unix/thread_cond.lo locks/unix/thread_mutex.lo locks/unix/thread_rwlock.lo memory/unix/apr_pools.lo misc/unix/charset.lo misc/unix/env.lo misc/unix/errorcodes.lo misc/unix/getopt.lo misc/unix/otherchild.lo misc/unix/rand.lo misc/unix/start.lo misc/unix/version.lo mmap/unix/common.lo mmap/unix/mmap.lo network_io/unix/inet_ntop.lo network_io/unix/inet_pton.lo network_io/unix/multicast.lo network_io/unix/sendrecv.lo network_io/unix/sockaddr.lo network_io/unix/socket_util.lo network_io/unix/sockets.lo network_io/unix/sockopt.lo poll/unix/epoll.lo poll/unix/kqueue.lo poll/unix/poll.lo poll/unix/pollcb.lo poll/unix/pollset.lo poll/unix/port.lo poll/unix/select.lo random/unix/apr_random.lo random/unix/sha2.lo random/unix/sha2_glue.lo shmem/unix/shm.lo support/unix/waitio.lo threadproc/unix/proc.lo threadproc/unix/procsup.lo threadproc/unix/signals.lo threadproc/unix/thread.lo threadproc/unix/threadpriv.lo time/unix/time.lo time/unix/timestr.lo user/unix/groupinfo.lo user/unix/userinfo.lo -lrt -lcrypt -lpthread -ldl
gawk -f /usr/local/src/apr-1.4.5/build/make_exports.awk /usr/local/src/apr-1.4.5/include/apr_allocator.h /usr/local/src/apr-1.4.5/include/apr_atomic.h /usr/local/src/apr-1.4.5/include/apr_dso.h /usr/local/src/apr-1.4.5/include/apr_env.h /usr/local/src/apr-1.4.5/include/apr_errno.h /usr/local/src/apr-1.4.5/include/apr_file_info.h /usr/local/src/apr-1.4.5/include/apr_file_io.h /usr/local/src/apr-1.4.5/include/apr_fnmatch.h /usr/local/src/apr-1.4.5/include/apr_general.h /usr/local/src/apr-1.4.5/include/apr_getopt.h /usr/local/src/apr-1.4.5/include/apr_global_mutex.h /usr/local/src/apr-1.4.5/include/apr_hash.h /usr/local/src/apr-1.4.5/include/apr_inherit.h /usr/local/src/apr-1.4.5/include/apr_lib.h /usr/local/src/apr-1.4.5/include/apr_mmap.h /usr/local/src/apr-1.4.5/include/apr_network_io.h /usr/local/src/apr-1.4.5/include/apr_poll.h /usr/local/src/apr-1.4.5/include/apr_pools.h /usr/local/src/apr-1.4.5/include/apr_portable.h /usr/local/src/apr-1.4.5/include/apr_proc_mutex.h /usr/local/src/apr-1.4.5/include/apr_random.h /usr/local/src/apr-1.4.5/include/apr_ring.h /usr/local/src/apr-1.4.5/include/apr_shm.h /usr/local/src/apr-1.4.5/include/apr_signal.h /usr/local/src/apr-1.4.5/include/apr_strings.h /usr/local/src/apr-1.4.5/include/apr_support.h /usr/local/src/apr-1.4.5/include/apr_tables.h /usr/local/src/apr-1.4.5/include/apr_thread_cond.h /usr/local/src/apr-1.4.5/include/apr_thread_mutex.h /usr/local/src/apr-1.4.5/include/apr_thread_proc.h /usr/local/src/apr-1.4.5/include/apr_thread_rwlock.h /usr/local/src/apr-1.4.5/include/apr_time.h /usr/local/src/apr-1.4.5/include/apr_user.h /usr/local/src/apr-1.4.5/include/apr_version.h /usr/local/src/apr-1.4.5/include/apr_want.h > exports.c
gawk -f /usr/local/src/apr-1.4.5/build/make_var_export.awk /usr/local/src/apr-1.4.5/include/apr_allocator.h /usr/local/src/apr-1.4.5/include/apr_atomic.h /usr/local/src/apr-1.4.5/include/apr_dso.h /usr/local/src/apr-1.4.5/include/apr_env.h /usr/local/src/apr-1.4.5/include/apr_errno.h /usr/local/src/apr-1.4.5/include/apr_file_info.h /usr/local/src/apr-1.4.5/include/apr_file_io.h /usr/local/src/apr-1.4.5/include/apr_fnmatch.h /usr/local/src/apr-1.4.5/include/apr_general.h /usr/local/src/apr-1.4.5/include/apr_getopt.h /usr/local/src/apr-1.4.5/include/apr_global_mutex.h /usr/local/src/apr-1.4.5/include/apr_hash.h /usr/local/src/apr-1.4.5/include/apr_inherit.h /usr/local/src/apr-1.4.5/include/apr_lib.h /usr/local/src/apr-1.4.5/include/apr_mmap.h /usr/local/src/apr-1.4.5/include/apr_network_io.h /usr/local/src/apr-1.4.5/include/apr_poll.h /usr/local/src/apr-1.4.5/include/apr_pools.h /usr/local/src/apr-1.4.5/include/apr_portable.h /usr/local/src/apr-1.4.5/include/apr_proc_mutex.h /usr/local/src/apr-1.4.5/include/apr_random.h /usr/local/src/apr-1.4.5/include/apr_ring.h /usr/local/src/apr-1.4.5/include/apr_shm.h /usr/local/src/apr-1.4.5/include/apr_signal.h /usr/local/src/apr-1.4.5/include/apr_strings.h /usr/local/src/apr-1.4.5/include/apr_support.h /usr/local/src/apr-1.4.5/include/apr_tables.h /usr/local/src/apr-1.4.5/include/apr_thread_cond.h /usr/local/src/apr-1.4.5/include/apr_thread_mutex.h /usr/local/src/apr-1.4.5/include/apr_thread_proc.h /usr/local/src/apr-1.4.5/include/apr_thread_rwlock.h /usr/local/src/apr-1.4.5/include/apr_time.h /usr/local/src/apr-1.4.5/include/apr_user.h /usr/local/src/apr-1.4.5/include/apr_version.h /usr/local/src/apr-1.4.5/include/apr_want.h > export_vars.c
gcc -E -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$/\1/' >> apr.exp
gcc -E -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/apr-1.4.5/include/arch/unix -I./include/arch/unix -I/usr/local/src/apr-1.4.5/include/arch/unix -I/usr/local/src/apr-1.4.5/include export_vars.c | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> apr.exp
sed 's,^\(location=\).*$,\1installed,' < apr-1-config > apr-config.out
sed -e 's,^\(apr_build.*=\).*$,\1/usr/local/apr/build-1,' -e 's,^\(top_build.*=\).*$,\1/usr/local/apr/build-1,' < build/apr_rules.mk > build/apr_rules.out
make[1]: 离开目录“/usr/local/src/apr-1.4.5”
make[1]: 进入目录“/usr/local/src/apr-1.4.5”
make[1]: 对“local-all”无需做任何事。
make[1]: 离开目录“/usr/local/src/apr-1.4.5”
/usr/local/src/apr-1.4.5/build/mkdir.sh /usr/local/apr/lib /usr/local/apr/bin /usr/local/apr/build-1 \
/usr/local/apr/lib/pkgconfig /usr/local/apr/include/apr-1
/usr/bin/install -c -m 644 /usr/local/src/apr-1.4.5/include/apr.h /usr/local/apr/include/apr-1
for f in /usr/local/src/apr-1.4.5/include/apr_*.h; do \
/usr/bin/install -c -m 644 ${f} /usr/local/apr/include/apr-1; \
done
/bin/sh /usr/local/src/apr-1.4.5/libtool --mode=install /usr/bin/install -c -m 755 libapr-1.la /usr/local/apr/lib
/usr/bin/install -c -m 755 .libs/libapr-1.so.0.4.5 /usr/local/apr/lib/libapr-1.so.0.4.5
(cd /usr/local/apr/lib && { ln -s -f libapr-1.so.0.4.5 libapr-1.so.0 || { rm -f libapr-1.so.0 && ln -s libapr-1.so.0.4.5 libapr-1.so.0; }; })
(cd /usr/local/apr/lib && { ln -s -f libapr-1.so.0.4.5 libapr-1.so || { rm -f libapr-1.so && ln -s libapr-1.so.0.4.5 libapr-1.so; }; })
/usr/bin/install -c -m 755 .libs/libapr-1.lai /usr/local/apr/lib/libapr-1.la
/usr/bin/install -c -m 755 .libs/libapr-1.a /usr/local/apr/lib/libapr-1.a
chmod 644 /usr/local/apr/lib/libapr-1.a
ranlib /usr/local/apr/lib/libapr-1.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/apr/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/apr/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.
----------------------------------------------------------------------
/usr/bin/install -c -m 644 apr.exp /usr/local/apr/lib/apr.exp
/usr/bin/install -c -m 644 apr.pc /usr/local/apr/lib/pkgconfig/apr-1.pc
for f in libtool shlibtool; do \
if test -f ${f}; then /usr/bin/install -c -m 755 ${f} /usr/local/apr/build-1; fi; \
done
/usr/bin/install -c -m 755 /usr/local/src/apr-1.4.5/build/mkdir.sh /usr/local/apr/build-1
for f in make_exports.awk make_var_export.awk; do \
/usr/bin/install -c -m 644 /usr/local/src/apr-1.4.5/build/${f} /usr/local/apr/build-1; \
done
/usr/bin/install -c -m 644 build/apr_rules.out /usr/local/apr/build-1/apr_rules.mk
/usr/bin/install -c -m 755 apr-config.out /usr/local/apr/bin/apr-1-config
[root@localhost apr-1.4.5]# echo $?
0
[root@localhost apr-1.4.5]# cd ..
[root@localhost src]# ls
apr-1.4.5 apr-util-1.6.1 httpd-2.4.29.tar.gz
apr-1.4.5.tar.gz apr-util-1.6.1.tar.gz mariadb-10.2.6-linux-glibc_214-x86_64.tar.gz
apr-1.6.3.tar.gz httpd-2.2.34 mysql-5.6.36-linux-glibc2.5-x86_64.tar.gz
apr-util-1.3.12 httpd-2.2.34.tar.gz pcre-8.10
apr-util-1.3.12.tar.gz httpd-2.4.29 pcre-8.10.zip
[root@localhost src]# cd /usr/local/src/apr-util-1.6.1/
[root@localhost apr-util-1.6.1]# ls
aprutil.dep apu-config.in config.layout docs libaprutil-1.la memcache strmatch
aprutil.dsp apu-config.out config.log encoding libaprutil.dep misc test
aprutil.dsw buckets config.nice exports.c libaprutil.dsp NOTICE uri
aprutil.exp build config.status export_vars.c libaprutil.mak NWGNUmakefile xlate
aprutil.mak buildconf configure export_vars.sh libaprutil.rc README xml
apr-util.pc build.conf configure.in export_vars.sh.in LICENSE README.cmake
apr-util.pc.in build-outputs.mk crypto hooks Makefile README.FREETDS
apr-util.spec CHANGES dbd include Makefile.in redis
apu-1-config CMakeLists.txt dbm ldap Makefile.win renames_pending
[root@localhost apr-util-1.6.1]# cd
[root@localhost ~]# cd /usr/local/src
[root@localhost src]# ls
apr-1.4.5 apr-util-1.6.1 httpd-2.4.29.tar.gz
apr-1.4.5.tar.gz apr-util-1.6.1.tar.gz mariadb-10.2.6-linux-glibc_214-x86_64.tar.gz
apr-1.6.3.tar.gz httpd-2.2.34 mysql-5.6.36-linux-glibc2.5-x86_64.tar.gz
apr-util-1.3.12 httpd-2.2.34.tar.gz pcre-8.10
apr-util-1.3.12.tar.gz httpd-2.4.29 pcre-8.10.zip
[root@localhost src]# rm -fr ./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr
rm:无法识别的选项“--prefix=/usr/local/apr-util”
Try 'rm --help' for more information.
[root@localhost src]# rm -fr apr-util-1.6.1
[root@localhost src]# ls
apr-1.4.5 apr-util-1.3.12.tar.gz httpd-2.4.29 pcre-8.10
apr-1.4.5.tar.gz apr-util-1.6.1.tar.gz httpd-2.4.29.tar.gz pcre-8.10.zip
apr-1.6.3.tar.gz httpd-2.2.34 mariadb-10.2.6-linux-glibc_214-x86_64.tar.gz
apr-util-1.3.12 httpd-2.2.34.tar.gz mysql-5.6.36-linux-glibc2.5-x86_64.tar.gz
[root@localhost src]# cd apr-util-1.3.12
[root@localhost apr-util-1.3.12]# ls
aprutil.dep apu-config.out config.status export_vars.sh LICENSE strmatch
aprutil.dsp buckets configure export_vars.sh.in Makefile test
aprutil.dsw build configure.in hooks Makefile.in uri
aprutil.exp buildconf crypto include Makefile.win xlate
aprutil.mak build.conf dbd ldap memcache xml
apr-util.pc build-outputs.mk dbm libaprutil-1.la misc
apr-util.pc.in CHANGES docs libaprutil.dep NOTICE
apr-util.spec config.layout encoding libaprutil.dsp NWGNUmakefile
apu-1-config config.log exports.c libaprutil.mak README
apu-config.in config.nice export_vars.c libaprutil.rc renames_pending
[root@localhost apr-util-1.3.12]# ./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr
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.12
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 " -D_REENTRANT -D_GNU_SOURCE"
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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... yes
setting APRUTIL_EXPORT_LIBS to "-lexpat"
setting APRUTIL_LIBS to "-lexpat"
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 "/usr/local/apr/lib/libapr-1.la" 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
[root@localhost apr-util-1.3.12]# echo $?
0
[root@localhost apr-util-1.3.12]# make && make install
make[1]: 进入目录“/usr/local/src/apr-util-1.3.12”
sed 's,^\(location=\).*$,\1installed,' < apu-1-config > apu-config.out
make[1]: 离开目录“/usr/local/src/apr-util-1.3.12”
make[1]: 进入目录“/usr/local/src/apr-util-1.3.12”
make[1]: 对“local-all”无需做任何事。
make[1]: 离开目录“/usr/local/src/apr-util-1.3.12”
/usr/local/apr/build-1/mkdir.sh /usr/local/apr-util/include/apr-1 /usr/local/apr-util/lib/pkgconfig \
/usr/local/apr-util/lib /usr/local/apr-util/bin
for f in /usr/local/src/apr-util-1.3.12/include/*.h /usr/local/src/apr-util-1.3.12/include/*.h; do \
/usr/bin/install -c -m 644 ${f} /usr/local/apr-util/include/apr-1; \
done
/usr/bin/install -c -m 644 apr-util.pc /usr/local/apr-util/lib/pkgconfig/apr-util-1.pc
list=''; for i in $list; do \
( cd $i ; make DESTDIR= install ); \
done
/bin/sh /usr/local/apr/build-1/libtool --mode=install /usr/bin/install -c -m 755 libaprutil-1.la /usr/local/apr-util/lib
/usr/bin/install -c -m 755 .libs/libaprutil-1.so.0.3.12 /usr/local/apr-util/lib/libaprutil-1.so.0.3.12
(cd /usr/local/apr-util/lib && { ln -s -f libaprutil-1.so.0.3.12 libaprutil-1.so.0 || { rm -f libaprutil-1.so.0 && ln -s libaprutil-1.so.0.3.12 libaprutil-1.so.0; }; })
(cd /usr/local/apr-util/lib && { ln -s -f libaprutil-1.so.0.3.12 libaprutil-1.so || { rm -f libaprutil-1.so && ln -s libaprutil-1.so.0.3.12 libaprutil-1.so; }; })
/usr/bin/install -c -m 755 .libs/libaprutil-1.lai /usr/local/apr-util/lib/libaprutil-1.la
/usr/bin/install -c -m 755 .libs/libaprutil-1.a /usr/local/apr-util/lib/libaprutil-1.a
chmod 644 /usr/local/apr-util/lib/libaprutil-1.a
ranlib /usr/local/apr-util/lib/libaprutil-1.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/apr-util/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/apr-util/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.
----------------------------------------------------------------------
/usr/bin/install -c -m 644 aprutil.exp /usr/local/apr-util/lib
/usr/bin/install -c -m 755 apu-config.out /usr/local/apr-util/bin/apu-1-config
[root@localhost apr-util-1.3.12]# echo $?
0
[root@localhost apr-util-1.3.12]# cd /usr/local/src/httpd-2.4.29/
[root@localhost httpd-2.4.29]# ls
ABOUT_APACHE BuildBin.dsp config.status httpd.mak libhttpd.mak modules.o server
acinclude.m4 buildconf configure httpd.spec LICENSE NOTICE srclib
Apache-apr2.dsw buildmark.o configure.in include Makefile NWGNUmakefile support
Apache.dsw CHANGES docs INSTALL Makefile.in os test
apache_probes.d CMakeLists.txt emacs-style InstallBin.dsp Makefile.win README VERSIONING
ap.d config.layout gd_png.c LAYOUT modules README.cmake
build config.log httpd.dep libhttpd.dep modules.c README.platforms
BuildAll.dsp config.nice httpd.dsp libhttpd.dsp modules.lo ROADMAP
[root@localhost httpd-2.4.29]# ./configure --with-included-apr --prefix=/usr/local/apache2.4 --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util --enable-so --enable-mods-shared=most
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
configure:
configure: Configuring Apache Portable Runtime library...
configure:
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.4.5
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
checking for a sed that does not truncate output... /usr/bin/sed
Applying APR hints file rules for x86_64-unknown-linux-gnu
setting CPPFLAGS to "-D_REENTRANT -D_GNU_SOURCE"
(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... /usr/bin/grep
checking for egrep... /usr/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... /usr/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... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 1572864
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... no
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... no
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

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... yes
checking for dup3 support... yes
checking for accept4 support... yes
checking for SOCK_CLOEXEC support... yes
checking for fdatasync... yes
checking for epoll_create1 support... (cached) yes
checking for dup3 support... (cached) yes
checking for accept4 support... (cached) yes
checking for SOCK_CLOEXEC support... (cached) 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 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
/usr/local/src/httpd-2.4.29/srclib/apr/configure: line 27734: test: 3.10.0-514.el7.x86_64: integer expression expected
decision on anonymous shared memory allocation method... 4.4BSD-style mmap() via MAP_ANON
/usr/local/src/httpd-2.4.29/srclib/apr/configure: line 28046: test: 3.10.0-514.el7.x86_64: integer expression expected
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
checking size of ino_t... 8
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... no
checking uuid/uuid.h presence... no
checking for uuid/uuid.h... no
checking sys/uuid.h usability... no
checking sys/uuid.h presence... no
checking for sys/uuid.h... no
checking for library containing uuid_create... no
checking for library containing uuid_generate... no
checking for uuid_create... no
checking for uuid_generate... no
checking for os uuid usability... no

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
setting have_unicode_fs to "0"
setting apr_has_xthread_files to "0"
setting apr_procattr_user_set_requires_password to "0"
setting apr_thread_func to ""
setting apr_has_user to "1"

Restore user-defined environment settings...
restoring CPPFLAGS to ""
setting EXTRA_CPPFLAGS to "-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 "-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
config.status: include/apr.h is unchanged
config.status: include/arch/unix/apr_private.h is unchanged
srclib/apr configured properly
setting CC to "gcc"
setting CPP to "gcc -E"
setting CFLAGS to " -g -O2 -pthread"
setting CPPFLAGS to " -D_REENTRANT -D_GNU_SOURCE"
setting LDFLAGS to " "
configure:
configure: Configuring Apache Portable Runtime Utility library...
configure:
configure: error: Bundled APR-Util requested but not found at ./srclib/. Download and unpack the corresponding apr and apr-util packages to ./srclib/.
[root@localhost httpd-2.4.29]# cd /usr/local/src/.
[root@localhost src]# ls
apr-1.4.5 apr-util-1.3.12.tar.gz httpd-2.4.29 pcre-8.10
apr-1.4.5.tar.gz apr-util-1.6.1.tar.gz httpd-2.4.29.tar.gz pcre-8.10.zip
apr-1.6.3.tar.gz httpd-2.2.34 mariadb-10.2.6-linux-glibc_214-x86_64.tar.gz
apr-util-1.3.12 httpd-2.2.34.tar.gz mysql-5.6.36-linux-glibc2.5-x86_64.tar.gz
[root@localhost src]# cp -r apr-1.4.5 /usr/local/src/httpd-2.4.29/srclib/apr
[root@localhost src]# cp -r apr-util-1.3.12 /usr/local/src/httpd-2.4.29/srclib/apr-util
[root@localhost src]# cd httpd-2.4.29/
[root@localhost httpd-2.4.29]# ./configure --with-included-apr --prefix=/usr/local/apache2.4 --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util --enable-so --enable-mods-shared=most
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
configure:
configure: Configuring Apache Portable Runtime library...
configure:
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.4.5
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
checking for a sed that does not truncate output... /usr/bin/sed
Applying APR hints file rules for x86_64-unknown-linux-gnu
setting CPPFLAGS to "-D_REENTRANT -D_GNU_SOURCE"
(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... /usr/bin/grep
checking for egrep... /usr/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... /usr/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... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 1572864
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... no
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... no
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

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... yes
checking for dup3 support... yes
checking for accept4 support... yes
checking for SOCK_CLOEXEC support... yes
checking for fdatasync... yes
checking for epoll_create1 support... (cached) yes
checking for dup3 support... (cached) yes
checking for accept4 support... (cached) yes
checking for SOCK_CLOEXEC support... (cached) 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 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
/usr/local/src/httpd-2.4.29/srclib/apr/configure: line 27734: test: 3.10.0-514.el7.x86_64: integer expression expected
decision on anonymous shared memory allocation method... 4.4BSD-style mmap() via MAP_ANON
/usr/local/src/httpd-2.4.29/srclib/apr/configure: line 28046: test: 3.10.0-514.el7.x86_64: integer expression expected
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
checking size of ino_t... 8
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... no
checking uuid/uuid.h presence... no
checking for uuid/uuid.h... no
checking sys/uuid.h usability... no
checking sys/uuid.h presence... no
checking for sys/uuid.h... no
checking for library containing uuid_create... no
checking for library containing uuid_generate... no
checking for uuid_create... no
checking for uuid_generate... no
checking for os uuid usability... no

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
setting have_unicode_fs to "0"
setting apr_has_xthread_files to "0"
setting apr_procattr_user_set_requires_password to "0"
setting apr_thread_func to ""
setting apr_has_user to "1"

Restore user-defined environment settings...
restoring CPPFLAGS to ""
setting EXTRA_CPPFLAGS to "-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 "-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
config.status: include/apr.h is unchanged
config.status: include/arch/unix/apr_private.h is unchanged
srclib/apr configured properly
setting CC to "gcc"
setting CPP to "gcc -E"
setting CFLAGS to " -g -O2 -pthread"
setting CPPFLAGS to " -D_REENTRANT -D_GNU_SOURCE"
setting LDFLAGS to " "
configure:
configure: Configuring Apache Portable Runtime Utility library...
configure:
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.12
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 " -D_REENTRANT -D_GNU_SOURCE"
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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... yes
setting APRUTIL_EXPORT_LIBS to "-lexpat"
setting APRUTIL_LIBS to "-lexpat"
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 "/usr/local/src/httpd-2.4.29/srclib/apr/libapr-1.la" 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: executing default commands
srclib/apr-util configured properly
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 gcc option to accept ISO C99... -std=gnu99
checking for pcre-config... /usr/local/bin/pcre-config
configure: Using external PCRE library from /usr/local/bin/pcre-config
setting PCRE_INCLUDES to "-I/usr/local/include -DPCRE_STATIC"
setting PCRE_LIBS to "-L/usr/local/lib -lpcre"
configure:
configure: Configuring Apache httpd...
configure:
setting INCLUDES to "-I."
adding "-I$(top_srcdir)/os/$(OS_DIR)" to INCLUDES
adding "-I$(top_srcdir)/include" to INCLUDES
adding "-I/usr/local/src/httpd-2.4.29/srclib/apr/include" to INCLUDES
adding "-I/usr/local/src/httpd-2.4.29/srclib/apr-util/include" to INCLUDES
adding "-I/usr/local/include" to INCLUDES
adding "-DPCRE_STATIC" to INCLUDES
configure:
configure: Applying OS-specific hints for httpd...
configure:
forcing SINGLE_LISTEN_UNSERIALIZED_ACCEPT to "1"
forcing AP_NONBLOCK_WHEN_MULTI_LISTEN to "1"
checking for rm... /usr/bin/rm
checking for pkg-config... /usr/bin/pkg-config
checking for rsync... /usr/bin/rsync
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 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 sys/sdt.h usability... no
checking sys/sdt.h presence... no
checking for sys/sdt.h... no
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
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 library containing crypt... -lcrypt
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 fopen64... yes
checking for getloadavg... yes
checking for void pointer length... no
checking for gettid()... yes
checking for tm_gmtoff in struct tm... yes
checking whether to enable mod_authn_file... shared
checking whether to enable mod_authn_dbm... shared (most)
checking whether to enable mod_authn_anon... shared (most)
checking whether to enable mod_authn_dbd... shared (most)
checking whether to enable mod_authn_socache... shared (most)
checking whether to enable mod_authn_core... shared
checking whether to enable mod_authz_host... shared
checking whether to enable mod_authz_groupfile... shared
checking whether to enable mod_authz_user... shared
checking whether to enable mod_authz_dbm... shared (most)
checking whether to enable mod_authz_owner... shared (most)
checking whether to enable mod_authz_dbd... shared (most)
checking whether to enable mod_authz_core... shared
checking whether to enable mod_authnz_ldap... checking dependencies
checking for ldap support in apr/apr-util... no
configure: WARNING: apr/apr-util is compiled without ldap support
checking whether to enable mod_authnz_ldap... no (disabled)
checking whether to enable mod_authnz_fcgi... no
checking whether to enable mod_access_compat... shared
checking whether to enable mod_auth_basic... shared
checking whether to enable mod_auth_form... shared (most)
checking whether to enable mod_auth_digest... checking dependencies
checking whether to enable mod_auth_digest... shared (most)
checking whether to enable mod_allowmethods... shared (most)
adding "-I$(top_srcdir)/modules/aaa" to INCLUDES
checking whether to enable mod_isapi... no
checking whether to enable mod_file_cache... shared (most)
checking whether to enable mod_cache... shared (most)
checking whether to enable mod_cache_disk... checking dependencies
checking whether to enable mod_cache_disk... shared (most)
checking whether to enable mod_cache_socache... shared (most)
checking whether to enable mod_socache_shmcb... shared (most)
checking whether to enable mod_socache_dbm... shared (most)
checking whether to enable mod_socache_memcache... shared (most)
checking whether to enable mod_socache_dc... no
adding "-I$(top_srcdir)/modules/cache" to INCLUDES
setting HTTPD_LDFLAGS to "-export-dynamic"
checking whether to enable mod_so... static
setting AP_LIBS to "$(MOD_SO_LDADD)"
checking whether to enable mod_watchdog... checking dependencies
checking whether to enable mod_watchdog... shared (most)
checking whether to enable mod_macro... shared (most)
adding "-I$(top_srcdir)/modules/core" to INCLUDES
checking whether to enable mod_dbd... shared (most)
adding "-I$(top_srcdir)/modules/database" to INCLUDES
checking whether to enable mod_bucketeer... no
checking whether to enable mod_dumpio... shared (most)
checking whether to enable mod_echo... no
checking whether to enable mod_example_hooks... no
checking whether to enable mod_case_filter... no
checking whether to enable mod_case_filter_in... no
checking whether to enable mod_example_ipc... no
checking whether to enable mod_buffer... shared (most)
checking whether to enable mod_data... no
checking whether to enable mod_ratelimit... shared (most)
checking whether to enable mod_reqtimeout... shared
checking whether to enable mod_ext_filter... shared (most)
checking whether to enable mod_request... shared (most)
checking whether to enable mod_include... shared (most)
checking whether to enable mod_filter... shared
checking whether to enable mod_reflector... no
checking whether to enable mod_substitute... shared (most)
checking whether to enable mod_sed... checking dependencies
setting MOD_SED_LDADD to "-export-symbols-regex sed_module"
checking whether to enable mod_sed... shared (most)
checking whether to enable mod_charset_lite... no
checking whether to enable mod_deflate... checking dependencies
checking for zlib location... not found
checking whether to enable mod_deflate... no (disabled)
checking whether to enable mod_xml2enc... no
checking whether to enable mod_proxy_html... no
checking whether to enable mod_brotli... checking dependencies
checking for Brotli library >= 0.6.0 via pkg-config... no
checking whether to enable mod_brotli... no (disabled)
adding "-I$(top_srcdir)/modules/filters" to INCLUDES
checking whether to enable mod_http... static
adding "$(MOD_HTTP_LDADD)" to AP_LIBS
checking whether to enable mod_mime... shared
checking whether to enable mod_ldap... checking dependencies
checking for ldap support in apr/apr-util... (cached) no
configure: WARNING: apr/apr-util is compiled without ldap support
checking whether to enable mod_ldap... no (disabled)
adding "-I$(top_srcdir)/modules/ldap" to INCLUDES
checking whether to enable mod_log_config... shared
checking whether to enable mod_log_debug... shared (most)
checking whether to enable mod_log_forensic... no
checking whether to enable mod_logio... shared (most)
adding "-I$(top_srcdir)/modules/loggers" to INCLUDES
checking whether to enable mod_lua... no
adding "-I$(top_srcdir)/modules/lua" to INCLUDES
checking whether to enable mod_env... shared
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
checking whether to enable mod_ident... no
checking whether to enable mod_usertrack... no
checking whether to enable mod_unique_id... shared (most)
checking whether to enable mod_setenvif... shared
checking whether to enable mod_version... shared
checking whether to enable mod_remoteip... shared (most)
checking whether to enable mod_proxy... shared (most)
checking whether to enable mod_proxy_connect... checking dependencies
checking whether to enable mod_proxy_connect... shared (most)
checking whether to enable mod_proxy_ftp... checking dependencies
checking whether to enable mod_proxy_ftp... shared (most)
checking whether to enable mod_proxy_http... checking dependencies
checking whether to enable mod_proxy_http... shared (most)
checking whether to enable mod_proxy_fcgi... checking dependencies
checking whether to enable mod_proxy_fcgi... shared (most)
checking whether to enable mod_proxy_scgi... checking dependencies
checking whether to enable mod_proxy_scgi... shared (most)
checking whether to enable mod_proxy_fdpass... checking dependencies
checking whether CMSG_DATA is declared... yes
checking whether to enable mod_proxy_fdpass... shared (most)
checking whether to enable mod_proxy_wstunnel... checking dependencies
checking whether to enable mod_proxy_wstunnel... shared (most)
checking whether to enable mod_proxy_ajp... checking dependencies
checking whether to enable mod_proxy_ajp... shared (most)
checking whether to enable mod_proxy_balancer... checking dependencies
checking whether to enable mod_proxy_balancer... shared (most)
checking whether to enable mod_proxy_express... checking dependencies
checking whether to enable mod_proxy_express... shared (most)
checking whether to enable mod_proxy_hcheck... checking dependencies
checking whether to enable mod_proxy_hcheck... shared (most)
adding "-I$(top_srcdir)/modules/proxy" to INCLUDES
checking whether to enable mod_session... shared (most)
checking whether to enable mod_session_cookie... checking dependencies
checking whether to enable mod_session_cookie... shared (most)
configure: WARNING: Your APR does not include SSL/EVP support. To enable it: configure --with-crypto
checking whether to enable mod_session_crypto... no
checking whether to enable mod_session_dbd... checking dependencies
checking whether to enable mod_session_dbd... shared (most)
adding "-I$(top_srcdir)/modules/session" to INCLUDES
checking whether to enable mod_slotmem_shm... shared (most)
checking whether to enable mod_slotmem_plain... no
checking whether to enable mod_ssl... checking dependencies
checking for OpenSSL... checking for user-provided OpenSSL base directory... none
checking for OpenSSL version >= 0.9.8a... FAILED
configure: WARNING: OpenSSL version is too old
no
checking whether to enable mod_ssl... no (disabled)
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 whether to enable mod_dialup... no
adding "-I$(top_srcdir)/modules/test" to INCLUDES
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
adding "-I$(top_srcdir)/server" to INCLUDES
checking whether APR supports thread-safe pollsets... checking for kqueue... no
checking for port_create... no
checking for epoll_create... yes
yes
checking if event MPM supports this platform... no - APR skiplist is not available
checking if mpmt_os2 MPM supports this platform... no
checking if prefork MPM supports this platform... yes
checking if WinNT MPM supports this platform... no
checking if worker MPM supports this platform... yes
checking whether to enable mod_http2... checking dependencies
checking for OpenSSL... (cached) no
checking for nghttp2... checking for user-provided nghttp2 base directory... none
checking for pkg-config along ... checking for nghttp2 version >= 1.2.1... FAILED
configure: WARNING: nghttp2 version is too old
no
checking whether to enable mod_http2... no (disabled)
checking whether to enable mod_proxy_http2... no
checking whether to enable mod_lbmethod_byrequests... checking dependencies
checking whether to enable mod_lbmethod_byrequests... shared
checking whether to enable mod_lbmethod_bytraffic... checking dependencies
checking whether to enable mod_lbmethod_bytraffic... shared
checking whether to enable mod_lbmethod_bybusyness... checking dependencies
checking whether to enable mod_lbmethod_bybusyness... shared
checking whether to enable mod_lbmethod_heartbeat... checking dependencies
checking whether to enable mod_lbmethod_heartbeat... shared
checking which MPM to use by default... worker - event is not supported
checking for pthread_kill... yes
checking whether to enable mod_unixd... shared
checking whether to enable mod_privileges... no
adding "-I$(top_srcdir)/modules/arch/unix" to INCLUDES
checking whether to enable mod_heartbeat... no
checking whether to enable mod_heartmonitor... no
checking whether to enable mod_dav... shared (most)
adding "-I$(top_srcdir)/modules/dav/main" to INCLUDES
checking whether to enable mod_status... shared
checking whether to enable mod_autoindex... shared
checking whether to enable mod_asis... no
checking whether to enable mod_info... shared (most)
checking whether to enable mod_suexec... no
checking whether to enable mod_cgid... checking dependencies
checking whether to enable mod_cgid... shared (most)
checking whether to enable mod_cgi... no
adding "-I$(top_srcdir)/modules/generators" to INCLUDES
checking whether to enable mod_dav_fs... checking dependencies
checking whether to enable mod_dav_fs... shared
checking whether to enable mod_dav_lock... no
checking for extra modules... none
checking whether to enable mod_vhost_alias... shared (most)
checking whether to enable mod_negotiation... shared (most)
checking whether to enable mod_dir... shared
checking whether to enable mod_imagemap... no
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
checking whether to enable mod_rewrite... shared (most)
adding "-I$(top_srcdir)/modules/mappers" to INCLUDES
configure:
configure: Restore user-defined environment settings...
configure:
restoring CPPFLAGS to ""
setting EXTRA_CPPFLAGS to " -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 ""
restoring INCLUDES to ""
setting EXTRA_INCLUDES to "-I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I$(top_srcdir)/modules/aaa -I$(top_srcdir)/modules/cache -I$(top_srcdir)/modules/core -I$(top_srcdir)/modules/database -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/ldap -I$(top_srcdir)/modules/loggers -I$(top_srcdir)/modules/lua -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/modules/session -I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/test -I$(top_srcdir)/server -I$(top_srcdir)/modules/arch/unix -I$(top_srcdir)/modules/dav/main -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers"
configure:
configure: Construct makefiles and header files...
configure:
configure: creating config_vars.mk
configure: creating ./config.status
creating modules/aaa/Makefile
creating modules/arch/win32/Makefile
creating modules/cache/Makefile
creating modules/core/Makefile
creating modules/database/Makefile
creating modules/debugging/Makefile
creating modules/echo/Makefile
creating modules/examples/Makefile
creating modules/experimental/Makefile
creating modules/filters/Makefile
creating modules/http/Makefile
creating modules/ldap/Makefile
creating modules/loggers/Makefile
creating modules/lua/Makefile
creating modules/metadata/Makefile
creating modules/proxy/Makefile
creating modules/session/Makefile
creating modules/slotmem/Makefile
creating modules/ssl/Makefile
creating modules/test/Makefile
creating os/unix/Makefile
creating modules/http2/Makefile
creating modules/proxy/balancers/Makefile
creating server/mpm/Makefile
creating server/mpm/worker/Makefile
creating modules/arch/unix/Makefile
creating modules/cluster/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 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 docs/conf/extra/proxy-html.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
configure: summary of build options:

Server Version: 2.4.29
Install prefix: /usr/local/apache2.4
C compiler: gcc -std=gnu99
CFLAGS: -g -O2 -pthread
CPPFLAGS: -D_REENTRANT -D_GNU_SOURCE
LDFLAGS:
LIBS:
C preprocessor: gcc -E

[root@localhost httpd-2.4.29]# echo $?
0
[root@localhost httpd-2.4.29]# make &&make install
Making all in srclib
make[1]: 进入目录“/usr/local/src/httpd-2.4.29/srclib”
Making all in apr
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/srclib/apr”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/srclib/apr”
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o passwd/apr_getpass.lo -c passwd/apr_getpass.c && touch passwd/apr_getpass.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o strings/apr_cpystrn.lo -c strings/apr_cpystrn.c && touch strings/apr_cpystrn.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o strings/apr_fnmatch.lo -c strings/apr_fnmatch.c && touch strings/apr_fnmatch.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o strings/apr_snprintf.lo -c strings/apr_snprintf.c && touch strings/apr_snprintf.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o strings/apr_strings.lo -c strings/apr_strings.c && touch strings/apr_strings.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o strings/apr_strnatcmp.lo -c strings/apr_strnatcmp.c && touch strings/apr_strnatcmp.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o strings/apr_strtok.lo -c strings/apr_strtok.c && touch strings/apr_strtok.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o tables/apr_hash.lo -c tables/apr_hash.c && touch tables/apr_hash.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o tables/apr_tables.lo -c tables/apr_tables.c && touch tables/apr_tables.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o atomic/unix/builtins.lo -c atomic/unix/builtins.c && touch atomic/unix/builtins.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o atomic/unix/ia32.lo -c atomic/unix/ia32.c && touch atomic/unix/ia32.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o atomic/unix/mutex.lo -c atomic/unix/mutex.c && touch atomic/unix/mutex.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o atomic/unix/ppc.lo -c atomic/unix/ppc.c && touch atomic/unix/ppc.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o atomic/unix/s390.lo -c atomic/unix/s390.c && touch atomic/unix/s390.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o atomic/unix/solaris.lo -c atomic/unix/solaris.c && touch atomic/unix/solaris.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o dso/unix/dso.lo -c dso/unix/dso.c && touch dso/unix/dso.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o file_io/unix/buffer.lo -c file_io/unix/buffer.c && touch file_io/unix/buffer.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o file_io/unix/copy.lo -c file_io/unix/copy.c && touch file_io/unix/copy.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o file_io/unix/dir.lo -c file_io/unix/dir.c && touch file_io/unix/dir.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o file_io/unix/fileacc.lo -c file_io/unix/fileacc.c && touch file_io/unix/fileacc.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o file_io/unix/filedup.lo -c file_io/unix/filedup.c && touch file_io/unix/filedup.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o file_io/unix/filepath.lo -c file_io/unix/filepath.c && touch file_io/unix/filepath.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o file_io/unix/filepath_util.lo -c file_io/unix/filepath_util.c && touch file_io/unix/filepath_util.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o file_io/unix/filestat.lo -c file_io/unix/filestat.c && touch file_io/unix/filestat.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o file_io/unix/flock.lo -c file_io/unix/flock.c && touch file_io/unix/flock.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o file_io/unix/fullrw.lo -c file_io/unix/fullrw.c && touch file_io/unix/fullrw.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o file_io/unix/mktemp.lo -c file_io/unix/mktemp.c && touch file_io/unix/mktemp.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o file_io/unix/open.lo -c file_io/unix/open.c && touch file_io/unix/open.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o file_io/unix/pipe.lo -c file_io/unix/pipe.c && touch file_io/unix/pipe.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o file_io/unix/readwrite.lo -c file_io/unix/readwrite.c && touch file_io/unix/readwrite.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o file_io/unix/seek.lo -c file_io/unix/seek.c && touch file_io/unix/seek.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o file_io/unix/tempdir.lo -c file_io/unix/tempdir.c && touch file_io/unix/tempdir.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o locks/unix/global_mutex.lo -c locks/unix/global_mutex.c && touch locks/unix/global_mutex.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o locks/unix/proc_mutex.lo -c locks/unix/proc_mutex.c && touch locks/unix/proc_mutex.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o locks/unix/thread_cond.lo -c locks/unix/thread_cond.c && touch locks/unix/thread_cond.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o locks/unix/thread_mutex.lo -c locks/unix/thread_mutex.c && touch locks/unix/thread_mutex.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o locks/unix/thread_rwlock.lo -c locks/unix/thread_rwlock.c && touch locks/unix/thread_rwlock.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o memory/unix/apr_pools.lo -c memory/unix/apr_pools.c && touch memory/unix/apr_pools.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o misc/unix/charset.lo -c misc/unix/charset.c && touch misc/unix/charset.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o misc/unix/env.lo -c misc/unix/env.c && touch misc/unix/env.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o misc/unix/errorcodes.lo -c misc/unix/errorcodes.c && touch misc/unix/errorcodes.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o misc/unix/getopt.lo -c misc/unix/getopt.c && touch misc/unix/getopt.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o misc/unix/otherchild.lo -c misc/unix/otherchild.c && touch misc/unix/otherchild.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o misc/unix/rand.lo -c misc/unix/rand.c && touch misc/unix/rand.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o misc/unix/start.lo -c misc/unix/start.c && touch misc/unix/start.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o misc/unix/version.lo -c misc/unix/version.c && touch misc/unix/version.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o mmap/unix/common.lo -c mmap/unix/common.c && touch mmap/unix/common.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o mmap/unix/mmap.lo -c mmap/unix/mmap.c && touch mmap/unix/mmap.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o network_io/unix/inet_ntop.lo -c network_io/unix/inet_ntop.c && touch network_io/unix/inet_ntop.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o network_io/unix/inet_pton.lo -c network_io/unix/inet_pton.c && touch network_io/unix/inet_pton.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o network_io/unix/multicast.lo -c network_io/unix/multicast.c && touch network_io/unix/multicast.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o network_io/unix/sendrecv.lo -c network_io/unix/sendrecv.c && touch network_io/unix/sendrecv.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o network_io/unix/sockaddr.lo -c network_io/unix/sockaddr.c && touch network_io/unix/sockaddr.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o network_io/unix/socket_util.lo -c network_io/unix/socket_util.c && touch network_io/unix/socket_util.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o network_io/unix/sockets.lo -c network_io/unix/sockets.c && touch network_io/unix/sockets.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o network_io/unix/sockopt.lo -c network_io/unix/sockopt.c && touch network_io/unix/sockopt.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o poll/unix/epoll.lo -c poll/unix/epoll.c && touch poll/unix/epoll.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o poll/unix/kqueue.lo -c poll/unix/kqueue.c && touch poll/unix/kqueue.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o poll/unix/poll.lo -c poll/unix/poll.c && touch poll/unix/poll.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o poll/unix/pollcb.lo -c poll/unix/pollcb.c && touch poll/unix/pollcb.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o poll/unix/pollset.lo -c poll/unix/pollset.c && touch poll/unix/pollset.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o poll/unix/port.lo -c poll/unix/port.c && touch poll/unix/port.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o poll/unix/select.lo -c poll/unix/select.c && touch poll/unix/select.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o random/unix/apr_random.lo -c random/unix/apr_random.c && touch random/unix/apr_random.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o random/unix/sha2.lo -c random/unix/sha2.c && touch random/unix/sha2.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o random/unix/sha2_glue.lo -c random/unix/sha2_glue.c && touch random/unix/sha2_glue.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o shmem/unix/shm.lo -c shmem/unix/shm.c && touch shmem/unix/shm.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o support/unix/waitio.lo -c support/unix/waitio.c && touch support/unix/waitio.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o threadproc/unix/proc.lo -c threadproc/unix/proc.c && touch threadproc/unix/proc.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o threadproc/unix/procsup.lo -c threadproc/unix/procsup.c && touch threadproc/unix/procsup.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o threadproc/unix/signals.lo -c threadproc/unix/signals.c && touch threadproc/unix/signals.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o threadproc/unix/thread.lo -c threadproc/unix/thread.c && touch threadproc/unix/thread.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o threadproc/unix/threadpriv.lo -c threadproc/unix/threadpriv.c && touch threadproc/unix/threadpriv.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o time/unix/time.lo -c time/unix/time.c && touch time/unix/time.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o time/unix/timestr.lo -c time/unix/timestr.c && touch time/unix/timestr.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o user/unix/groupinfo.lo -c user/unix/groupinfo.c && touch user/unix/groupinfo.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o user/unix/userinfo.lo -c user/unix/userinfo.c && touch user/unix/userinfo.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.4.29/srclib/apr/include -version-info 4:5:4 -o libapr-1.la -rpath /usr/local/apache2.4/lib passwd/apr_getpass.lo strings/apr_cpystrn.lo strings/apr_fnmatch.lo strings/apr_snprintf.lo strings/apr_strings.lo strings/apr_strnatcmp.lo strings/apr_strtok.lo tables/apr_hash.lo tables/apr_tables.lo atomic/unix/builtins.lo atomic/unix/ia32.lo atomic/unix/mutex.lo atomic/unix/ppc.lo atomic/unix/s390.lo atomic/unix/solaris.lo dso/unix/dso.lo file_io/unix/buffer.lo file_io/unix/copy.lo file_io/unix/dir.lo file_io/unix/fileacc.lo file_io/unix/filedup.lo file_io/unix/filepath.lo file_io/unix/filepath_util.lo file_io/unix/filestat.lo file_io/unix/flock.lo file_io/unix/fullrw.lo file_io/unix/mktemp.lo file_io/unix/open.lo file_io/unix/pipe.lo file_io/unix/readwrite.lo file_io/unix/seek.lo file_io/unix/tempdir.lo locks/unix/global_mutex.lo locks/unix/proc_mutex.lo locks/unix/thread_cond.lo locks/unix/thread_mutex.lo locks/unix/thread_rwlock.lo memory/unix/apr_pools.lo misc/unix/charset.lo misc/unix/env.lo misc/unix/errorcodes.lo misc/unix/getopt.lo misc/unix/otherchild.lo misc/unix/rand.lo misc/unix/start.lo misc/unix/version.lo mmap/unix/common.lo mmap/unix/mmap.lo network_io/unix/inet_ntop.lo network_io/unix/inet_pton.lo network_io/unix/multicast.lo network_io/unix/sendrecv.lo network_io/unix/sockaddr.lo network_io/unix/socket_util.lo network_io/unix/sockets.lo network_io/unix/sockopt.lo poll/unix/epoll.lo poll/unix/kqueue.lo poll/unix/poll.lo poll/unix/pollcb.lo poll/unix/pollset.lo poll/unix/port.lo poll/unix/select.lo random/unix/apr_random.lo random/unix/sha2.lo random/unix/sha2_glue.lo shmem/unix/shm.lo support/unix/waitio.lo threadproc/unix/proc.lo threadproc/unix/procsup.lo threadproc/unix/signals.lo threadproc/unix/thread.lo threadproc/unix/threadpriv.lo time/unix/time.lo time/unix/timestr.lo user/unix/groupinfo.lo user/unix/userinfo.lo -lrt -lcrypt -lpthread -ldl
sed 's,^\(location=\).*$,\1installed,' < apr-1-config > apr-config.out
sed -e 's,^\(apr_build.*=\).*$,\1/usr/local/apache2.4/build,' -e 's,^\(top_build.*=\).*$,\1/usr/local/apache2.4/build,' < build/apr_rules.mk > build/apr_rules.out
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/srclib/apr”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/srclib/apr”
Making all in apr-util
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/srclib/apr-util”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/srclib/apr-util”
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o buckets/apr_brigade.lo -c buckets/apr_brigade.c && touch buckets/apr_brigade.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o buckets/apr_buckets.lo -c buckets/apr_buckets.c && touch buckets/apr_buckets.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o buckets/apr_buckets_alloc.lo -c buckets/apr_buckets_alloc.c && touch buckets/apr_buckets_alloc.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o buckets/apr_buckets_eos.lo -c buckets/apr_buckets_eos.c && touch buckets/apr_buckets_eos.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o buckets/apr_buckets_file.lo -c buckets/apr_buckets_file.c && touch buckets/apr_buckets_file.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o buckets/apr_buckets_flush.lo -c buckets/apr_buckets_flush.c && touch buckets/apr_buckets_flush.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o buckets/apr_buckets_heap.lo -c buckets/apr_buckets_heap.c && touch buckets/apr_buckets_heap.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o buckets/apr_buckets_mmap.lo -c buckets/apr_buckets_mmap.c && touch buckets/apr_buckets_mmap.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o buckets/apr_buckets_pipe.lo -c buckets/apr_buckets_pipe.c && touch buckets/apr_buckets_pipe.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o crypto/apr_md4.lo -c crypto/apr_md4.c && touch crypto/apr_md4.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o crypto/apr_md5.lo -c crypto/apr_md5.c && touch crypto/apr_md5.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o crypto/apr_sha1.lo -c crypto/apr_sha1.c && touch crypto/apr_sha1.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o crypto/getuuid.lo -c crypto/getuuid.c && touch crypto/getuuid.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o crypto/uuid.lo -c crypto/uuid.c && touch crypto/uuid.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o dbd/apr_dbd.lo -c dbd/apr_dbd.c && touch dbd/apr_dbd.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o dbm/apr_dbm.lo -c dbm/apr_dbm.c && touch dbm/apr_dbm.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o dbm/apr_dbm_sdbm.lo -c dbm/apr_dbm_sdbm.c && touch dbm/apr_dbm_sdbm.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o dbm/sdbm/sdbm.lo -c dbm/sdbm/sdbm.c && touch dbm/sdbm/sdbm.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o dbm/sdbm/sdbm_hash.lo -c dbm/sdbm/sdbm_hash.c && touch dbm/sdbm/sdbm_hash.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o dbm/sdbm/sdbm_lock.lo -c dbm/sdbm/sdbm_lock.c && touch dbm/sdbm/sdbm_lock.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o dbm/sdbm/sdbm_pair.lo -c dbm/sdbm/sdbm_pair.c && touch dbm/sdbm/sdbm_pair.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o encoding/apr_base64.lo -c encoding/apr_base64.c && touch encoding/apr_base64.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o hooks/apr_hooks.lo -c hooks/apr_hooks.c && touch hooks/apr_hooks.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o ldap/apr_ldap_stub.lo -c ldap/apr_ldap_stub.c && touch ldap/apr_ldap_stub.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o ldap/apr_ldap_url.lo -c ldap/apr_ldap_url.c && touch ldap/apr_ldap_url.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o memcache/apr_memcache.lo -c memcache/apr_memcache.c && touch memcache/apr_memcache.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o misc/apr_date.lo -c misc/apr_date.c && touch misc/apr_date.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o misc/apr_queue.lo -c misc/apr_queue.c && touch misc/apr_queue.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o misc/apr_reslist.lo -c misc/apr_reslist.c && touch misc/apr_reslist.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o misc/apr_rmm.lo -c misc/apr_rmm.c && touch misc/apr_rmm.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o misc/apr_thread_pool.lo -c misc/apr_thread_pool.c && touch misc/apr_thread_pool.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o misc/apu_dso.lo -c misc/apu_dso.c && touch misc/apu_dso.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o misc/apu_version.lo -c misc/apu_version.c && touch misc/apu_version.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o strmatch/apr_strmatch.lo -c strmatch/apr_strmatch.c && touch strmatch/apr_strmatch.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o uri/apr_uri.lo -c uri/apr_uri.c && touch uri/apr_uri.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o xlate/xlate.lo -c xlate/xlate.c && touch xlate/xlate.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -o xml/apr_xml.lo -c xml/apr_xml.c && touch xml/apr_xml.lo
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -version-info 3:12:3 -o libaprutil-1.la -rpath /usr/local/apache2.4/lib buckets/apr_brigade.lo buckets/apr_buckets.lo buckets/apr_buckets_alloc.lo buckets/apr_buckets_eos.lo buckets/apr_buckets_file.lo buckets/apr_buckets_flush.lo buckets/apr_buckets_heap.lo buckets/apr_buckets_mmap.lo buckets/apr_buckets_pipe.lo buckets/apr_buckets_pool.lo buckets/apr_buckets_refcount.lo buckets/apr_buckets_simple.lo buckets/apr_buckets_socket.lo crypto/apr_md4.lo crypto/apr_md5.lo crypto/apr_sha1.lo crypto/getuuid.lo crypto/uuid.lo dbd/apr_dbd.lo dbm/apr_dbm.lo dbm/apr_dbm_sdbm.lo dbm/sdbm/sdbm.lo dbm/sdbm/sdbm_hash.lo dbm/sdbm/sdbm_lock.lo dbm/sdbm/sdbm_pair.lo encoding/apr_base64.lo hooks/apr_hooks.lo ldap/apr_ldap_stub.lo ldap/apr_ldap_url.lo memcache/apr_memcache.lo misc/apr_date.lo misc/apr_queue.lo misc/apr_reslist.lo misc/apr_rmm.lo misc/apr_thread_pool.lo misc/apu_dso.lo misc/apu_version.lo strmatch/apr_strmatch.lo uri/apr_uri.lo xlate/xlate.lo xml/apr_xml.lo -lrt -lcrypt -lpthread -ldl -lexpat /usr/local/src/httpd-2.4.29/srclib/apr/libapr-1.la -lrt -lcrypt -lpthread -ldl
sed 's,^\(location=\).*$,\1installed,' < apu-1-config > apu-config.out
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/srclib/apr-util”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/srclib/apr-util”
make[1]: 离开目录“/usr/local/src/httpd-2.4.29/srclib”
Making all in os
make[1]: 进入目录“/usr/local/src/httpd-2.4.29/os”
Making all in unix
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/os/unix”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/os/unix”
make[3]: 对“local-all”无需做任何事。
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/os/unix”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/os/unix”
make[1]: 离开目录“/usr/local/src/httpd-2.4.29/os”
Making all in server
make[1]: 进入目录“/usr/local/src/httpd-2.4.29/server”
Making all in mpm
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/server/mpm”
Making all in worker
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[4]: 对“local-all”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/server/mpm”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/server”
Found newer headers. Will rebuild exports.c.
rm -f exports.c export_files
( for dir in /usr/local/src/httpd-2.4.29/include /usr/local/src/httpd-2.4.29/os/unix; do \
ls $dir/*.h ; \
done; \
for dir in /usr/local/src/httpd-2.4.29/srclib/apr/include /usr/local/src/httpd-2.4.29/srclib/apr-util/include; do \
ls $dir/ap[ru].h $dir/ap[ru]_*.h 2>/dev/null; \
done; \
) | sed -e s,//,/,g | sort -u > export_files
gawk -f /usr/local/src/httpd-2.4.29/build/make_exports.awk `cat export_files` > exports.c
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-non-pic -static -c exports.c && touch exports.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o libmain.la -static config.lo log.lo main.lo vhost.lo util.lo util_fcgi.lo util_script.lo util_md5.lo util_cfgtree.lo util_ebcdic.lo util_time.lo connection.lo listen.lo util_mutex.lo mpm_common.lo mpm_unix.lo util_charset.lo util_cookies.lo util_debug.lo util_xml.lo util_filter.lo util_pcre.lo util_regex.lo exports.lo scoreboard.lo error_bucket.lo protocol.lo core.lo request.lo provider.lo eoc_bucket.lo eor_bucket.lo core_filters.lo util_expr_parse.lo util_expr_scan.lo util_expr_eval.lo
gawk -f /usr/local/src/httpd-2.4.29/build/make_var_export.awk `cat export_files` > export_vars.h
gcc -E -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers exports.c | grep "ap_hack_" | grep -v apr_ | sed -e 's/^.*[)]\(.*\);$/\1/' >> httpd.exp
gcc -E -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers export_vars.h | grep -v apr_ | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> httpd.exp
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/server”
make[1]: 离开目录“/usr/local/src/httpd-2.4.29/server”
Making all in modules
make[1]: 进入目录“/usr/local/src/httpd-2.4.29/modules”
Making all in aaa
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/aaa”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/aaa”
Making all in cache
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/cache”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/cache”
Making all in core
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/core”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/core”
make[3]: 对“local-all”无需做任何事。
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/core”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/core”
Making all in database
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/database”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/database”
Making all in debugging
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/debugging”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/debugging”
Making all in filters
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/filters”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/filters”
Making all in http
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/http”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/http”
make[3]: 对“local-all”无需做任何事。
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/http”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/http”
Making all in loggers
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/loggers”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/loggers”
Making all in metadata
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/metadata”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/metadata”
Making all in proxy
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy”
Making all in session
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/session”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/session”
Making all in slotmem
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
Making all in proxy/balancers
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
Making all in arch/unix
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
Making all in dav/main
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
Making all in generators
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/generators”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/generators”
Making all in dav/fs
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
Making all in mappers
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/mappers”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/mappers”
make[1]: 离开目录“/usr/local/src/httpd-2.4.29/modules”
Making all in support
make[1]: 进入目录“/usr/local/src/httpd-2.4.29/support”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/support”
make[2]: 对“local-all”无需做任何事。
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/support”
make[1]: 离开目录“/usr/local/src/httpd-2.4.29/support”
make[1]: 进入目录“/usr/local/src/httpd-2.4.29”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-non-pic -static -c modules.c && touch modules.lo
gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -c /usr/local/src/httpd-2.4.29/server/buildmark.c
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o httpd modules.lo buildmark.o -export-dynamic server/libmain.la modules/core/libmod_so.la modules/http/libmod_http.la server/mpm/worker/libworker.la os/unix/libos.la -L/usr/local/lib -lpcre /usr/local/src/httpd-2.4.29/srclib/apr-util/libaprutil-1.la -lexpat /usr/local/src/httpd-2.4.29/srclib/apr/libapr-1.la -lrt -lcrypt -lpthread -ldl

make[2]: 进入目录“/usr/local/src/httpd-2.4.29/os”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/os/unix”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/os/unix”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/os”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/server”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/server/mpm”
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/server/mpm”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/server”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/aaa”
Building shared: mod_authn_file.la mod_authn_dbm.la mod_authn_anon.la mod_authn_dbd.la mod_authn_socache.la mod_authn_core.la mod_authz_host.la mod_authz_groupfile.la mod_authz_user.la mod_authz_dbm.la mod_authz_owner.la mod_authz_dbd.la mod_authz_core.la mod_access_compat.la mod_auth_basic.la mod_auth_form.la mod_auth_digest.la mod_allowmethods.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/aaa”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_authn_file.c && touch mod_authn_file.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_authn_file.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_authn_file.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_authn_dbm.c && touch mod_authn_dbm.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_authn_dbm.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_authn_dbm.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_authn_anon.c && touch mod_authn_anon.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_authn_anon.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_authn_anon.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_authn_dbd.c && touch mod_authn_dbd.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_authn_dbd.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_authn_dbd.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_authn_socache.c && touch mod_authn_socache.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_authn_socache.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_authn_socache.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_authn_core.c && touch mod_authn_core.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_authn_core.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_authn_core.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_authz_host.c && touch mod_authz_host.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_authz_host.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_authz_host.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_authz_groupfile.c && touch mod_authz_groupfile.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_authz_groupfile.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_authz_groupfile.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_authz_user.c && touch mod_authz_user.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_authz_user.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_authz_user.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_authz_dbm.c && touch mod_authz_dbm.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_authz_dbm.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_authz_dbm.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_authz_owner.c && touch mod_authz_owner.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_authz_owner.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_authz_owner.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_authz_dbd.c && touch mod_authz_dbd.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_authz_dbd.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_authz_dbd.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_authz_core.c && touch mod_authz_core.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_authz_core.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_authz_core.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_access_compat.c && touch mod_access_compat.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_access_compat.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_access_compat.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_auth_basic.c && touch mod_auth_basic.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_auth_basic.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_auth_basic.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_auth_form.c && touch mod_auth_form.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_auth_form.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_auth_form.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_auth_digest.c && touch mod_auth_digest.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_auth_digest.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_auth_digest.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_allowmethods.c && touch mod_allowmethods.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_allowmethods.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_allowmethods.lo
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/aaa”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/aaa”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/cache”
Building shared: mod_file_cache.la mod_cache.la mod_cache_disk.la mod_cache_socache.la mod_socache_shmcb.la mod_socache_dbm.la mod_socache_memcache.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/cache”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_file_cache.c && touch mod_file_cache.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_file_cache.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_file_cache.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_cache.c && touch mod_cache.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c cache_storage.c && touch cache_storage.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c cache_util.c && touch cache_util.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_cache.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_cache.lo cache_storage.lo cache_util.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_cache_disk.c && touch mod_cache_disk.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_cache_disk.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_cache_disk.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_cache_socache.c && touch mod_cache_socache.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_cache_socache.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_cache_socache.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_socache_shmcb.c && touch mod_socache_shmcb.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_socache_shmcb.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_socache_shmcb.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_socache_dbm.c && touch mod_socache_dbm.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_socache_dbm.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_socache_dbm.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_socache_memcache.c && touch mod_socache_memcache.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_socache_memcache.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_socache_memcache.lo
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/cache”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/cache”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/core”
Building shared: mod_watchdog.la mod_macro.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/core”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_watchdog.c && touch mod_watchdog.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_watchdog.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_watchdog.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_macro.c && touch mod_macro.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_macro.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_macro.lo
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/core”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/core”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/database”
Building shared: mod_dbd.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/database”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_dbd.c && touch mod_dbd.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_dbd.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_dbd.lo
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/database”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/database”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/debugging”
Building shared: mod_dumpio.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/debugging”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_dumpio.c && touch mod_dumpio.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_dumpio.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_dumpio.lo
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/debugging”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/debugging”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/filters”
Building shared: mod_buffer.la mod_ratelimit.la mod_reqtimeout.la mod_ext_filter.la mod_request.la mod_include.la mod_filter.la mod_substitute.la mod_sed.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/filters”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_buffer.c && touch mod_buffer.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_buffer.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_buffer.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_ratelimit.c && touch mod_ratelimit.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_ratelimit.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_ratelimit.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_reqtimeout.c && touch mod_reqtimeout.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_reqtimeout.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_reqtimeout.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_ext_filter.c && touch mod_ext_filter.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_ext_filter.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_ext_filter.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_request.c && touch mod_request.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_request.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_request.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_include.c && touch mod_include.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_include.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_include.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_filter.c && touch mod_filter.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_filter.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_filter.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_substitute.c && touch mod_substitute.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_substitute.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_substitute.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_sed.c && touch mod_sed.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c sed0.c && touch sed0.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c sed1.c && touch sed1.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c regexp.c && touch regexp.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_sed.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_sed.lo sed0.lo sed1.lo regexp.lo -export-symbols-regex sed_module
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/filters”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/filters”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/http”
Building shared: mod_mime.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/http”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_mime.c && touch mod_mime.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_mime.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_mime.lo
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/http”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/http”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/loggers”
Building shared: mod_log_config.la mod_log_debug.la mod_logio.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/loggers”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_log_config.c && touch mod_log_config.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_log_config.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_log_config.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_log_debug.c && touch mod_log_debug.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_log_debug.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_log_debug.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_logio.c && touch mod_logio.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_logio.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_logio.lo
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/loggers”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/loggers”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/metadata”
Building shared: mod_env.la mod_expires.la mod_headers.la mod_unique_id.la mod_setenvif.la mod_version.la mod_remoteip.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/metadata”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_env.c && touch mod_env.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_env.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_env.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_expires.c && touch mod_expires.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_expires.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_expires.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_headers.c && touch mod_headers.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_headers.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_headers.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_unique_id.c && touch mod_unique_id.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_unique_id.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_unique_id.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_setenvif.c && touch mod_setenvif.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_setenvif.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_setenvif.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_version.c && touch mod_version.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_version.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_version.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_remoteip.c && touch mod_remoteip.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_remoteip.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_remoteip.lo
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/metadata”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/metadata”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy”
Building shared: mod_proxy.la mod_proxy_connect.la mod_proxy_ftp.la mod_proxy_http.la mod_proxy_fcgi.la mod_proxy_scgi.la mod_proxy_fdpass.la mod_proxy_wstunnel.la mod_proxy_ajp.la mod_proxy_balancer.la mod_proxy_express.la mod_proxy_hcheck.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_proxy.c && touch mod_proxy.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c proxy_util.c && touch proxy_util.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_proxy.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_proxy.lo proxy_util.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_proxy_connect.c && touch mod_proxy_connect.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_proxy_connect.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_proxy_connect.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_proxy_ftp.c && touch mod_proxy_ftp.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_proxy_ftp.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_proxy_ftp.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_proxy_http.c && touch mod_proxy_http.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_proxy_http.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_proxy_http.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_proxy_fcgi.c && touch mod_proxy_fcgi.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_proxy_fcgi.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_proxy_fcgi.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_proxy_scgi.c && touch mod_proxy_scgi.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_proxy_scgi.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_proxy_scgi.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_proxy_fdpass.c && touch mod_proxy_fdpass.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_proxy_fdpass.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_proxy_fdpass.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_proxy_wstunnel.c && touch mod_proxy_wstunnel.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_proxy_wstunnel.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_proxy_wstunnel.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_proxy_ajp.c && touch mod_proxy_ajp.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c ajp_header.c && touch ajp_header.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c ajp_link.c && touch ajp_link.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c ajp_msg.c && touch ajp_msg.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c ajp_utils.c && touch ajp_utils.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_proxy_ajp.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_proxy_ajp.lo ajp_header.lo ajp_link.lo ajp_msg.lo ajp_utils.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_proxy_balancer.c && touch mod_proxy_balancer.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_proxy_balancer.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_proxy_balancer.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_proxy_express.c && touch mod_proxy_express.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_proxy_express.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_proxy_express.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_proxy_hcheck.c && touch mod_proxy_hcheck.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_proxy_hcheck.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_proxy_hcheck.lo
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/session”
Building shared: mod_session.la mod_session_cookie.la mod_session_dbd.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/session”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_session.c && touch mod_session.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_session.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_session.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_session_cookie.c && touch mod_session_cookie.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_session_cookie.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_session_cookie.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_session_dbd.c && touch mod_session_dbd.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_session_dbd.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_session_dbd.lo
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/session”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/session”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
Building shared: mod_slotmem_shm.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_slotmem_shm.c && touch mod_slotmem_shm.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_slotmem_shm.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_slotmem_shm.lo
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
Building shared: mod_lbmethod_byrequests.la mod_lbmethod_bytraffic.la mod_lbmethod_bybusyness.la mod_lbmethod_heartbeat.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_lbmethod_byrequests.c && touch mod_lbmethod_byrequests.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_lbmethod_byrequests.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_lbmethod_byrequests.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_lbmethod_bytraffic.c && touch mod_lbmethod_bytraffic.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_lbmethod_bytraffic.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_lbmethod_bytraffic.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_lbmethod_bybusyness.c && touch mod_lbmethod_bybusyness.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_lbmethod_bybusyness.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_lbmethod_bybusyness.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_lbmethod_heartbeat.c && touch mod_lbmethod_heartbeat.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_lbmethod_heartbeat.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_lbmethod_heartbeat.lo
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
Building shared: mod_unixd.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_unixd.c && touch mod_unixd.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_unixd.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_unixd.lo
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
Building shared: mod_dav.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_dav.c && touch mod_dav.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c props.c && touch props.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c util.c && touch util.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c util_lock.c && touch util_lock.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c liveprop.c && touch liveprop.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c providers.c && touch providers.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c std_liveprop.c && touch std_liveprop.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_dav.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_dav.lo props.lo util.lo util_lock.lo liveprop.lo providers.lo std_liveprop.lo
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/generators”
Building shared: mod_status.la mod_autoindex.la mod_info.la mod_cgid.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/generators”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_status.c && touch mod_status.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_status.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_status.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_autoindex.c && touch mod_autoindex.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_autoindex.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_autoindex.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_info.c && touch mod_info.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_info.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_info.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_cgid.c && touch mod_cgid.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_cgid.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_cgid.lo
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/generators”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/generators”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
Building shared: mod_dav_fs.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_dav_fs.c && touch mod_dav_fs.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c dbm.c && touch dbm.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c lock.c && touch lock.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c repos.c && touch repos.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_dav_fs.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_dav_fs.lo dbm.lo lock.lo repos.lo
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/mappers”
Building shared: mod_vhost_alias.la mod_negotiation.la mod_dir.la mod_actions.la mod_speling.la mod_userdir.la mod_alias.la mod_rewrite.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/mappers”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_vhost_alias.c && touch mod_vhost_alias.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_vhost_alias.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_vhost_alias.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_negotiation.c && touch mod_negotiation.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_negotiation.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_negotiation.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_dir.c && touch mod_dir.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_dir.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_dir.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_actions.c && touch mod_actions.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_actions.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_actions.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_speling.c && touch mod_speling.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_speling.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_speling.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_userdir.c && touch mod_userdir.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_userdir.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_userdir.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_alias.c && touch mod_alias.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_alias.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_alias.lo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/local/src/httpd-2.4.29/os/unix -I/usr/local/src/httpd-2.4.29/include -I/usr/local/src/httpd-2.4.29/srclib/apr/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/include -DPCRE_STATIC -I/usr/local/src/httpd-2.4.29/modules/aaa -I/usr/local/src/httpd-2.4.29/modules/cache -I/usr/local/src/httpd-2.4.29/modules/core -I/usr/local/src/httpd-2.4.29/modules/database -I/usr/local/src/httpd-2.4.29/modules/filters -I/usr/local/src/httpd-2.4.29/modules/ldap -I/usr/local/src/httpd-2.4.29/modules/loggers -I/usr/local/src/httpd-2.4.29/modules/lua -I/usr/local/src/httpd-2.4.29/modules/proxy -I/usr/local/src/httpd-2.4.29/modules/session -I/usr/local/src/httpd-2.4.29/modules/ssl -I/usr/local/src/httpd-2.4.29/modules/test -I/usr/local/src/httpd-2.4.29/server -I/usr/local/src/httpd-2.4.29/modules/arch/unix -I/usr/local/src/httpd-2.4.29/modules/dav/main -I/usr/local/src/httpd-2.4.29/modules/generators -I/usr/local/src/httpd-2.4.29/modules/mappers -prefer-pic -c mod_rewrite.c && touch mod_rewrite.slo
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_rewrite.la -rpath /usr/local/apache2.4/modules -module -avoid-version mod_rewrite.lo
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/mappers”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/mappers”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/support”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/support”

make[1]: 离开目录“/usr/local/src/httpd-2.4.29”
Making install in srclib
make[1]: 进入目录“/usr/local/src/httpd-2.4.29/srclib”
Making install in apr
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/srclib/apr”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/srclib/apr”
make[3]: 对“local-all”无需做任何事。
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/srclib/apr”
/usr/local/src/httpd-2.4.29/srclib/apr/build/mkdir.sh /usr/local/apache2.4/lib /usr/local/apache2.4/bin /usr/local/apache2.4/build \
/usr/local/apache2.4/lib/pkgconfig /usr/local/apache2.4/include
mkdir /usr/local/apache2.4
mkdir /usr/local/apache2.4/lib
mkdir /usr/local/apache2.4/bin
mkdir /usr/local/apache2.4/build
mkdir /usr/local/apache2.4/lib/pkgconfig
mkdir /usr/local/apache2.4/include
/usr/bin/install -c -m 644 /usr/local/src/httpd-2.4.29/srclib/apr/include/apr.h /usr/local/apache2.4/include
for f in /usr/local/src/httpd-2.4.29/srclib/apr/include/apr_*.h; do \
/usr/bin/install -c -m 644 ${f} /usr/local/apache2.4/include; \
done
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --mode=install /usr/bin/install -c -m 755 libapr-1.la /usr/local/apache2.4/lib
/usr/bin/install -c -m 755 .libs/libapr-1.so.0.4.5 /usr/local/apache2.4/lib/libapr-1.so.0.4.5
(cd /usr/local/apache2.4/lib && { ln -s -f libapr-1.so.0.4.5 libapr-1.so.0 || { rm -f libapr-1.so.0 && ln -s libapr-1.so.0.4.5 libapr-1.so.0; }; })
(cd /usr/local/apache2.4/lib && { ln -s -f libapr-1.so.0.4.5 libapr-1.so || { rm -f libapr-1.so && ln -s libapr-1.so.0.4.5 libapr-1.so; }; })
/usr/bin/install -c -m 755 .libs/libapr-1.lai /usr/local/apache2.4/lib/libapr-1.la
/usr/bin/install -c -m 755 .libs/libapr-1.a /usr/local/apache2.4/lib/libapr-1.a
chmod 644 /usr/local/apache2.4/lib/libapr-1.a
ranlib /usr/local/apache2.4/lib/libapr-1.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/apache2.4/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/apache2.4/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.
----------------------------------------------------------------------
/usr/bin/install -c -m 644 apr.exp /usr/local/apache2.4/lib/apr.exp
/usr/bin/install -c -m 644 apr.pc /usr/local/apache2.4/lib/pkgconfig/apr-1.pc
for f in libtool shlibtool; do \
if test -f ${f}; then /usr/bin/install -c -m 755 ${f} /usr/local/apache2.4/build; fi; \
done
/usr/bin/install -c -m 755 /usr/local/src/httpd-2.4.29/srclib/apr/build/mkdir.sh /usr/local/apache2.4/build
for f in make_exports.awk make_var_export.awk; do \
/usr/bin/install -c -m 644 /usr/local/src/httpd-2.4.29/srclib/apr/build/${f} /usr/local/apache2.4/build; \
done
/usr/bin/install -c -m 644 build/apr_rules.out /usr/local/apache2.4/build/apr_rules.mk
/usr/bin/install -c -m 755 apr-config.out /usr/local/apache2.4/bin/apr-1-config
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/srclib/apr”
Making install in apr-util
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/srclib/apr-util”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/srclib/apr-util”
make[3]: 对“local-all”无需做任何事。
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/srclib/apr-util”
/usr/local/src/httpd-2.4.29/srclib/apr/build/mkdir.sh /usr/local/apache2.4/include /usr/local/apache2.4/lib/pkgconfig \
/usr/local/apache2.4/lib /usr/local/apache2.4/bin
for f in /usr/local/src/httpd-2.4.29/srclib/apr-util/include/*.h /usr/local/src/httpd-2.4.29/srclib/apr-util/include/*.h; do \
/usr/bin/install -c -m 644 ${f} /usr/local/apache2.4/include; \
done
/usr/bin/install -c -m 644 apr-util.pc /usr/local/apache2.4/lib/pkgconfig/apr-util-1.pc
list=''; for i in $list; do \
( cd $i ; make DESTDIR= install ); \
done
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --mode=install /usr/bin/install -c -m 755 libaprutil-1.la /usr/local/apache2.4/lib
libtool: install: warning: relinking `libaprutil-1.la'
(cd /usr/local/src/httpd-2.4.29/srclib/apr-util; /bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=relink gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -version-info 3:12:3 -o libaprutil-1.la -rpath /usr/local/apache2.4/lib buckets/apr_brigade.lo buckets/apr_buckets.lo buckets/apr_buckets_alloc.lo buckets/apr_buckets_eos.lo buckets/apr_buckets_file.lo buckets/apr_buckets_flush.lo buckets/apr_buckets_heap.lo buckets/apr_buckets_mmap.lo buckets/apr_buckets_pipe.lo buckets/apr_buckets_pool.lo buckets/apr_buckets_refcount.lo buckets/apr_buckets_simple.lo buckets/apr_buckets_socket.lo crypto/apr_md4.lo crypto/apr_md5.lo crypto/apr_sha1.lo crypto/getuuid.lo crypto/uuid.lo dbd/apr_dbd.lo dbm/apr_dbm.lo dbm/apr_dbm_sdbm.lo dbm/sdbm/sdbm.lo dbm/sdbm/sdbm_hash.lo dbm/sdbm/sdbm_lock.lo dbm/sdbm/sdbm_pair.lo encoding/apr_base64.lo hooks/apr_hooks.lo ldap/apr_ldap_stub.lo ldap/apr_ldap_url.lo memcache/apr_memcache.lo misc/apr_date.lo misc/apr_queue.lo misc/apr_reslist.lo misc/apr_rmm.lo misc/apr_thread_pool.lo misc/apu_dso.lo misc/apu_version.lo strmatch/apr_strmatch.lo uri/apr_uri.lo xlate/xlate.lo xml/apr_xml.lo -lrt -lcrypt -lpthread -ldl -lexpat /usr/local/src/httpd-2.4.29/srclib/apr/libapr-1.la -lrt -lcrypt -lpthread -ldl )
/usr/bin/install -c -m 755 .libs/libaprutil-1.so.0.3.12T /usr/local/apache2.4/lib/libaprutil-1.so.0.3.12
(cd /usr/local/apache2.4/lib && { ln -s -f libaprutil-1.so.0.3.12 libaprutil-1.so.0 || { rm -f libaprutil-1.so.0 && ln -s libaprutil-1.so.0.3.12 libaprutil-1.so.0; }; })
(cd /usr/local/apache2.4/lib && { ln -s -f libaprutil-1.so.0.3.12 libaprutil-1.so || { rm -f libaprutil-1.so && ln -s libaprutil-1.so.0.3.12 libaprutil-1.so; }; })
/usr/bin/install -c -m 755 .libs/libaprutil-1.lai /usr/local/apache2.4/lib/libaprutil-1.la
/usr/bin/install -c -m 755 .libs/libaprutil-1.a /usr/local/apache2.4/lib/libaprutil-1.a
chmod 644 /usr/local/apache2.4/lib/libaprutil-1.a
ranlib /usr/local/apache2.4/lib/libaprutil-1.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/apache2.4/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/apache2.4/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.
----------------------------------------------------------------------
/usr/bin/install -c -m 644 aprutil.exp /usr/local/apache2.4/lib
/usr/bin/install -c -m 755 apu-config.out /usr/local/apache2.4/bin/apu-1-config
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/srclib/apr-util”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/srclib”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/srclib”
make[1]: 离开目录“/usr/local/src/httpd-2.4.29/srclib”
Making install in os
make[1]: 进入目录“/usr/local/src/httpd-2.4.29/os”
Making install in unix
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/os/unix”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/os/unix”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/os/unix”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/os/unix”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/os”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/os”
make[1]: 离开目录“/usr/local/src/httpd-2.4.29/os”
Making install in server
make[1]: 进入目录“/usr/local/src/httpd-2.4.29/server”
Making install in mpm
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/server/mpm”
Making install in worker
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
mkdir /usr/local/apache2.4/modules
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/server/mpm”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/server/mpm”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/server/mpm”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/server”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/server”
make[1]: 离开目录“/usr/local/src/httpd-2.4.29/server”
Making install in modules
make[1]: 进入目录“/usr/local/src/httpd-2.4.29/modules”
Making install in aaa
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/aaa”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/aaa”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authn_file.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authn_dbm.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authn_anon.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authn_dbd.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authn_socache.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authn_core.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authz_host.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authz_groupfile.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authz_user.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authz_dbm.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authz_owner.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authz_dbd.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authz_core.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_access_compat.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_auth_basic.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_auth_form.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_auth_digest.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_allowmethods.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/aaa”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/aaa”
Making install in cache
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/cache”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/cache”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_file_cache.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_cache.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_cache_disk.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_cache_socache.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_socache_shmcb.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_socache_dbm.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_socache_memcache.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/cache”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/cache”
Making install in core
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/core”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/core”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_watchdog.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_macro.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/core”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/core”
Making install in database
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/database”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/database”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_dbd.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/database”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/database”
Making install in debugging
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/debugging”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/debugging”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_dumpio.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/debugging”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/debugging”
Making install in filters
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/filters”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/filters”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_buffer.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_ratelimit.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_reqtimeout.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_ext_filter.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_request.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_include.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_filter.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_substitute.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_sed.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/filters”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/filters”
Making install in http
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/http”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/http”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_mime.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/http”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/http”
Making install in loggers
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/loggers”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/loggers”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_log_config.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_log_debug.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_logio.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/loggers”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/loggers”
Making install in metadata
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/metadata”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/metadata”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_env.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_expires.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_headers.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_unique_id.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_setenvif.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_version.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_remoteip.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/metadata”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/metadata”
Making install in proxy
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy_connect.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy_ftp.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy_http.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy_fcgi.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy_scgi.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy_fdpass.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy_wstunnel.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy_ajp.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy_balancer.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy_express.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy_hcheck.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy”
Making install in session
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/session”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/session”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_session.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_session_cookie.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_session_dbd.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/session”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/session”
Making install in slotmem
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_slotmem_shm.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
Making install in proxy/balancers
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_lbmethod_byrequests.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_lbmethod_bytraffic.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_lbmethod_bybusyness.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_lbmethod_heartbeat.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
Making install in arch/unix
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_unixd.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
Making install in dav/main
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_dav.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
Making install in generators
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/generators”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/generators”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_status.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_autoindex.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_info.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_cgid.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/generators”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/generators”
Making install in dav/fs
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_dav_fs.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
Making install in mappers
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/mappers”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/mappers”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_vhost_alias.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_negotiation.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_dir.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_actions.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_speling.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_userdir.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_alias.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_rewrite.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/mappers”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/mappers”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules”
make[1]: 离开目录“/usr/local/src/httpd-2.4.29/modules”
Making install in support
make[1]: 进入目录“/usr/local/src/httpd-2.4.29/support”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/support”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/support”
make[1]: 离开目录“/usr/local/src/httpd-2.4.29/support”
make[1]: 进入目录“/usr/local/src/httpd-2.4.29”

make[2]: 进入目录“/usr/local/src/httpd-2.4.29/os”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/os/unix”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/os/unix”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/os”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/server”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/server/mpm”
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/server/mpm”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/server”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/aaa”
Building shared: mod_authn_file.la mod_authn_dbm.la mod_authn_anon.la mod_authn_dbd.la mod_authn_socache.la mod_authn_core.la mod_authz_host.la mod_authz_groupfile.la mod_authz_user.la mod_authz_dbm.la mod_authz_owner.la mod_authz_dbd.la mod_authz_core.la mod_access_compat.la mod_auth_basic.la mod_auth_form.la mod_auth_digest.la mod_allowmethods.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/aaa”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/aaa”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/aaa”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/cache”
Building shared: mod_file_cache.la mod_cache.la mod_cache_disk.la mod_cache_socache.la mod_socache_shmcb.la mod_socache_dbm.la mod_socache_memcache.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/cache”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/cache”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/cache”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/core”
Building shared: mod_watchdog.la mod_macro.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/core”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/core”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/core”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/database”
Building shared: mod_dbd.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/database”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/database”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/database”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/debugging”
Building shared: mod_dumpio.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/debugging”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/debugging”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/debugging”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/filters”
Building shared: mod_buffer.la mod_ratelimit.la mod_reqtimeout.la mod_ext_filter.la mod_request.la mod_include.la mod_filter.la mod_substitute.la mod_sed.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/filters”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/filters”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/filters”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/http”
Building shared: mod_mime.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/http”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/http”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/http”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/loggers”
Building shared: mod_log_config.la mod_log_debug.la mod_logio.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/loggers”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/loggers”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/loggers”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/metadata”
Building shared: mod_env.la mod_expires.la mod_headers.la mod_unique_id.la mod_setenvif.la mod_version.la mod_remoteip.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/metadata”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/metadata”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/metadata”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy”
Building shared: mod_proxy.la mod_proxy_connect.la mod_proxy_ftp.la mod_proxy_http.la mod_proxy_fcgi.la mod_proxy_scgi.la mod_proxy_fdpass.la mod_proxy_wstunnel.la mod_proxy_ajp.la mod_proxy_balancer.la mod_proxy_express.la mod_proxy_hcheck.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/session”
Building shared: mod_session.la mod_session_cookie.la mod_session_dbd.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/session”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/session”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/session”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
Building shared: mod_slotmem_shm.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
Building shared: mod_lbmethod_byrequests.la mod_lbmethod_bytraffic.la mod_lbmethod_bybusyness.la mod_lbmethod_heartbeat.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
Building shared: mod_unixd.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
Building shared: mod_dav.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/generators”
Building shared: mod_status.la mod_autoindex.la mod_info.la mod_cgid.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/generators”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/generators”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/generators”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
Building shared: mod_dav_fs.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/mappers”
Building shared: mod_vhost_alias.la mod_negotiation.la mod_dir.la mod_actions.la mod_speling.la mod_userdir.la mod_alias.la mod_rewrite.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/mappers”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/mappers”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/mappers”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/support”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/support”

Installing configuration files
mkdir /usr/local/apache2.4/conf
mkdir /usr/local/apache2.4/conf/extra
mkdir /usr/local/apache2.4/conf/original
mkdir /usr/local/apache2.4/conf/original/extra
Installing HTML documents
mkdir /usr/local/apache2.4/htdocs
Installing error documents
mkdir /usr/local/apache2.4/error
Installing icons
mkdir /usr/local/apache2.4/icons
mkdir /usr/local/apache2.4/logs
Installing CGIs
mkdir /usr/local/apache2.4/cgi-bin
Installing header files
Installing build system files
Installing man pages and online manual
mkdir /usr/local/apache2.4/man
mkdir /usr/local/apache2.4/man/man1
mkdir /usr/local/apache2.4/man/man8
mkdir /usr/local/apache2.4/manual
make[1]: 离开目录“/usr/local/src/httpd-2.4.29”
[root@localhost httpd-2.4.29]# echo $?
0
[root@localhost httpd-2.4.29]# cd /usr/local/ap
apache2/ apache2.4/ apr/ apr-util/
[root@localhost httpd-2.4.29]# cd /usr/local/apache2.4/
[root@localhost apache2.4]# ls
bin build cgi-bin conf error htdocs icons include lib logs man manual modules
[root@localhost apache2.4]# /usr/local/apache2.4/bin/apachectl start
AH00526: Syntax error on line 66 of /usr/local/apache2/conf/httpd.conf:
Invalid command 'User', perhaps misspelled or defined by a module not included in the server configuration
[root@localhost apache2.4]# ps aux |grep httpd
root 94740 0.0 0.0 112676 976 pts/0 S+ 21:46 0:00 grep --color=auto httpd
[root@localhost apache2.4]# ls b
bin/ build/
[root@localhost apache2.4]# ls bin/httpd
bin/httpd
[root@localhost apache2.4]# du -sh
40M .
[root@localhost apache2.4]# ls -l !$
ls -l -sh
总用量 44K
0 drwxr-xr-x 2 root root 302 2月 28 21:31 bin
0 drwxr-xr-x 2 root root 253 2月 28 21:31 build
0 drwxr-xr-x 2 root root 78 2月 28 21:31 cgi-bin
0 drwxr-xr-x 4 root root 84 2月 28 21:31 conf
4.0K drwxr-xr-x 3 root root 4.0K 2月 28 21:31 error
0 drwxr-xr-x 2 root root 24 10月 18 02:53 htdocs
12K drwxr-xr-x 3 root root 8.0K 2月 28 21:31 icons
12K drwxr-xr-x 2 root root 8.0K 2月 28 21:31 include
0 drwxr-xr-x 3 root root 282 2月 28 21:30 lib
0 drwxr-xr-x 2 root root 6 2月 28 21:31 logs
0 drwxr-xr-x 4 root root 30 2月 28 21:31 man
12K drwxr-xr-x 14 root root 8.0K 10月 18 02:53 manual
4.0K drwxr-xr-x 2 root root 4.0K 2月 28 21:31 modules
[root@localhost apache2.4]# /usr/local/apache2.4/bin/ht
htcacheclean htdbm htdigest htpasswd httpd httxt2dbm
[root@localhost apache2.4]# /usr/local/apache2.4/bin/httpd -M
AH00526: Syntax error on line 66 of /usr/local/apache2/conf/httpd.conf:
Invalid command 'User', perhaps misspelled or defined by a module not included in the server configuration
[root@localhost apache2.4]# ln -s /usr/local/lib/libltdl.so.3 /usr/lib/libltdl.so.3
[root@localhost apache2.4]# /usr/local/apache2.4/bin/apachectl start
AH00526: Syntax error on line 66 of /usr/local/apache2/conf/httpd.conf:
Invalid command 'User', perhaps misspelled or defined by a module not included in the server configuration
[root@localhost apache2.4]# LoadModule userdir_module /etc/httpd/modules/mod_userdir.so
-bash: LoadModule: 未找到命令
[root@localhost apache2.4]# cp LoadModule userdir_module /etc/httpd/modules/mod_userdir.so
cp: 目标"/etc/httpd/modules/mod_userdir.so" 不是目录
[root@localhost apache2.4]# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1090/sshd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1726/master
tcp6 0 0 :::22 :::* LISTEN 1090/sshd
tcp6 0 0 ::1:25 :::* LISTEN 1726/master
[root@localhost apache2.4]# /usr/local/apache2.4/bin/apachectl start
AH00526: Syntax error on line 66 of /usr/local/apache2/conf/httpd.conf:
Invalid command 'User', perhaps misspelled or defined by a module not included in the server configuration
[root@localhost apache2.4]# ls /usr/local/apache2.4/modules
httpd.exp mod_buffer.so mod_log_config.so mod_rewrite.so
mod_access_compat.so mod_cache_disk.so mod_log_debug.so mod_sed.so
mod_actions.so mod_cache.so mod_logio.so mod_session_cookie.so
mod_alias.so mod_cache_socache.so mod_macro.so mod_session_dbd.so
mod_allowmethods.so mod_cgid.so mod_mime.so mod_session.so
mod_auth_basic.so mod_dav_fs.so mod_negotiation.so mod_setenvif.so
mod_auth_digest.so mod_dav.so mod_proxy_ajp.so mod_slotmem_shm.so
mod_auth_form.so mod_dbd.so mod_proxy_balancer.so mod_socache_dbm.so
mod_authn_anon.so mod_dir.so mod_proxy_connect.so mod_socache_memcache.so
mod_authn_core.so mod_dumpio.so mod_proxy_express.so mod_socache_shmcb.so
mod_authn_dbd.so mod_env.so mod_proxy_fcgi.so mod_speling.so
mod_authn_dbm.so mod_expires.so mod_proxy_fdpass.so mod_status.so
mod_authn_file.so mod_ext_filter.so mod_proxy_ftp.so mod_substitute.so
mod_authn_socache.so mod_file_cache.so mod_proxy_hcheck.so mod_unique_id.so
mod_authz_core.so mod_filter.so mod_proxy_http.so mod_unixd.so
mod_authz_dbd.so mod_headers.so mod_proxy_scgi.so mod_userdir.so
mod_authz_dbm.so mod_include.so mod_proxy.so mod_version.so
mod_authz_groupfile.so mod_info.so mod_proxy_wstunnel.so mod_vhost_alias.so
mod_authz_host.so mod_lbmethod_bybusyness.so mod_ratelimit.so mod_watchdog.so
mod_authz_owner.so mod_lbmethod_byrequests.so mod_remoteip.so
mod_authz_user.so mod_lbmethod_bytraffic.so mod_reqtimeout.so
mod_autoindex.so mod_lbmethod_heartbeat.so mod_request.so
[root@localhost apache2.4]# /usr/local/apache2.4/bin/httpd -M //查看加载的模块
Usage: /usr/local/apache2.4/bin/httpd [-D name] [-d directory] [-f file]
[-C "directive"] [-c "directive"]
[-k start|restart|graceful|graceful-stop|stop]
[-v] [-V] [-h] [-l] [-L] [-t] [-T] [-S] [-X]
Options:
-D name : define a name for use in <IfDefine name> directives
-d directory : specify an alternate initial ServerRoot
-f file : specify an alternate ServerConfigFile
-C "directive" : process directive before reading config files
-c "directive" : process directive after reading config files
-e level : show startup errors of level (see LogLevel)
-E file : log startup errors to file
-v : show version number
-V : show compile settings
-h : list available command line options (this page)
-l : list compiled in modules
-L : list available configuration directives
-t -D DUMP_VHOSTS : show parsed vhost settings
-t -D DUMP_RUN_CFG : show parsed run settings
-S : a synonym for -t -D DUMP_VHOSTS -D DUMP_RUN_CFG
-t -D DUMP_MODULES : show all loaded modules
-M : a synonym for -t -D DUMP_MODULES
-t -D DUMP_INCLUDES: show all included configuration files
-t : run syntax check for config files
-T : start without DocumentRoot(s) check
-X : debug mode (only one worker, do not detach)
[root@localhost apache2.4]# /usr/local/apache2.4/bin/httpd -M
AH00526: Syntax error on line 66 of /usr/local/apache2/conf/httpd.conf:
Invalid command 'User', perhaps misspelled or defined by a module not included in the server configuration
[root@localhost apache2.4]# make && make install.
make: *** 没有指明目标并且找不到 makefile。 停止。
[root@localhost apache2.4]# make && make install
make: *** 没有指明目标并且找不到 makefile。 停止。
[root@localhost apache2.4]# cd /usr/local/src/httpd-2.4.29
[root@localhost httpd-2.4.29]# make
Making all in srclib
make[1]: 进入目录“/usr/local/src/httpd-2.4.29/srclib”
Making all in apr
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/srclib/apr”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/srclib/apr”
make[3]: 对“local-all”无需做任何事。
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/srclib/apr”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/srclib/apr”
Making all in apr-util
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/srclib/apr-util”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/srclib/apr-util”
make[3]: 对“local-all”无需做任何事。
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/srclib/apr-util”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/srclib/apr-util”
make[1]: 离开目录“/usr/local/src/httpd-2.4.29/srclib”
Making all in os
make[1]: 进入目录“/usr/local/src/httpd-2.4.29/os”
Making all in unix
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/os/unix”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/os/unix”
make[3]: 对“local-all”无需做任何事。
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/os/unix”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/os/unix”
make[1]: 离开目录“/usr/local/src/httpd-2.4.29/os”
Making all in server
make[1]: 进入目录“/usr/local/src/httpd-2.4.29/server”
Making all in mpm
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/server/mpm”
Making all in worker
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[4]: 对“local-all”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/server/mpm”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/server”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/server”
make[1]: 离开目录“/usr/local/src/httpd-2.4.29/server”
Making all in modules
make[1]: 进入目录“/usr/local/src/httpd-2.4.29/modules”
Making all in aaa
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/aaa”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/aaa”
Making all in cache
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/cache”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/cache”
Making all in core
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/core”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/core”
make[3]: 对“local-all”无需做任何事。
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/core”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/core”
Making all in database
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/database”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/database”
Making all in debugging
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/debugging”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/debugging”
Making all in filters
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/filters”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/filters”
Making all in http
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/http”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/http”
make[3]: 对“local-all”无需做任何事。
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/http”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/http”
Making all in loggers
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/loggers”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/loggers”
Making all in metadata
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/metadata”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/metadata”
Making all in proxy
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy”
Making all in session
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/session”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/session”
Making all in slotmem
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
Making all in proxy/balancers
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
Making all in arch/unix
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
Making all in dav/main
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
Making all in generators
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/generators”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/generators”
Making all in dav/fs
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
Making all in mappers
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/mappers”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/mappers”
make[1]: 离开目录“/usr/local/src/httpd-2.4.29/modules”
Making all in support
make[1]: 进入目录“/usr/local/src/httpd-2.4.29/support”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/support”
make[2]: 对“local-all”无需做任何事。
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/support”
make[1]: 离开目录“/usr/local/src/httpd-2.4.29/support”
make[1]: 进入目录“/usr/local/src/httpd-2.4.29”

make[2]: 进入目录“/usr/local/src/httpd-2.4.29/os”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/os/unix”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/os/unix”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/os”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/server”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/server/mpm”
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/server/mpm”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/server”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/aaa”
Building shared: mod_authn_file.la mod_authn_dbm.la mod_authn_anon.la mod_authn_dbd.la mod_authn_socache.la mod_authn_core.la mod_authz_host.la mod_authz_groupfile.la mod_authz_user.la mod_authz_dbm.la mod_authz_owner.la mod_authz_dbd.la mod_authz_core.la mod_access_compat.la mod_auth_basic.la mod_auth_form.la mod_auth_digest.la mod_allowmethods.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/aaa”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/aaa”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/aaa”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/cache”
Building shared: mod_file_cache.la mod_cache.la mod_cache_disk.la mod_cache_socache.la mod_socache_shmcb.la mod_socache_dbm.la mod_socache_memcache.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/cache”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/cache”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/cache”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/core”
Building shared: mod_watchdog.la mod_macro.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/core”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/core”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/core”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/database”
Building shared: mod_dbd.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/database”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/database”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/database”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/debugging”
Building shared: mod_dumpio.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/debugging”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/debugging”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/debugging”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/filters”
Building shared: mod_buffer.la mod_ratelimit.la mod_reqtimeout.la mod_ext_filter.la mod_request.la mod_include.la mod_filter.la mod_substitute.la mod_sed.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/filters”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/filters”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/filters”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/http”
Building shared: mod_mime.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/http”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/http”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/http”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/loggers”
Building shared: mod_log_config.la mod_log_debug.la mod_logio.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/loggers”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/loggers”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/loggers”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/metadata”
Building shared: mod_env.la mod_expires.la mod_headers.la mod_unique_id.la mod_setenvif.la mod_version.la mod_remoteip.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/metadata”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/metadata”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/metadata”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy”
Building shared: mod_proxy.la mod_proxy_connect.la mod_proxy_ftp.la mod_proxy_http.la mod_proxy_fcgi.la mod_proxy_scgi.la mod_proxy_fdpass.la mod_proxy_wstunnel.la mod_proxy_ajp.la mod_proxy_balancer.la mod_proxy_express.la mod_proxy_hcheck.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/session”
Building shared: mod_session.la mod_session_cookie.la mod_session_dbd.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/session”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/session”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/session”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
Building shared: mod_slotmem_shm.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
Building shared: mod_lbmethod_byrequests.la mod_lbmethod_bytraffic.la mod_lbmethod_bybusyness.la mod_lbmethod_heartbeat.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
Building shared: mod_unixd.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
Building shared: mod_dav.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/generators”
Building shared: mod_status.la mod_autoindex.la mod_info.la mod_cgid.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/generators”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/generators”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/generators”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
Building shared: mod_dav_fs.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/mappers”
Building shared: mod_vhost_alias.la mod_negotiation.la mod_dir.la mod_actions.la mod_speling.la mod_userdir.la mod_alias.la mod_rewrite.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/mappers”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/mappers”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/mappers”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/support”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/support”

make[1]: 离开目录“/usr/local/src/httpd-2.4.29”
[root@localhost httpd-2.4.29]# echo $?
0
[root@localhost httpd-2.4.29]# make install
Making install in srclib
make[1]: 进入目录“/usr/local/src/httpd-2.4.29/srclib”
Making install in apr
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/srclib/apr”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/srclib/apr”
make[3]: 对“local-all”无需做任何事。
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/srclib/apr”
/usr/local/src/httpd-2.4.29/srclib/apr/build/mkdir.sh /usr/local/apache2.4/lib /usr/local/apache2.4/bin /usr/local/apache2.4/build \
/usr/local/apache2.4/lib/pkgconfig /usr/local/apache2.4/include
/usr/bin/install -c -m 644 /usr/local/src/httpd-2.4.29/srclib/apr/include/apr.h /usr/local/apache2.4/include
for f in /usr/local/src/httpd-2.4.29/srclib/apr/include/apr_*.h; do \
/usr/bin/install -c -m 644 ${f} /usr/local/apache2.4/include; \
done
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --mode=install /usr/bin/install -c -m 755 libapr-1.la /usr/local/apache2.4/lib
/usr/bin/install -c -m 755 .libs/libapr-1.so.0.4.5 /usr/local/apache2.4/lib/libapr-1.so.0.4.5
(cd /usr/local/apache2.4/lib && { ln -s -f libapr-1.so.0.4.5 libapr-1.so.0 || { rm -f libapr-1.so.0 && ln -s libapr-1.so.0.4.5 libapr-1.so.0; }; })
(cd /usr/local/apache2.4/lib && { ln -s -f libapr-1.so.0.4.5 libapr-1.so || { rm -f libapr-1.so && ln -s libapr-1.so.0.4.5 libapr-1.so; }; })
/usr/bin/install -c -m 755 .libs/libapr-1.lai /usr/local/apache2.4/lib/libapr-1.la
/usr/bin/install -c -m 755 .libs/libapr-1.a /usr/local/apache2.4/lib/libapr-1.a
chmod 644 /usr/local/apache2.4/lib/libapr-1.a
ranlib /usr/local/apache2.4/lib/libapr-1.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/apache2.4/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/apache2.4/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.
----------------------------------------------------------------------
/usr/bin/install -c -m 644 apr.exp /usr/local/apache2.4/lib/apr.exp
/usr/bin/install -c -m 644 apr.pc /usr/local/apache2.4/lib/pkgconfig/apr-1.pc
for f in libtool shlibtool; do \
if test -f ${f}; then /usr/bin/install -c -m 755 ${f} /usr/local/apache2.4/build; fi; \
done
/usr/bin/install -c -m 755 /usr/local/src/httpd-2.4.29/srclib/apr/build/mkdir.sh /usr/local/apache2.4/build
for f in make_exports.awk make_var_export.awk; do \
/usr/bin/install -c -m 644 /usr/local/src/httpd-2.4.29/srclib/apr/build/${f} /usr/local/apache2.4/build; \
done
/usr/bin/install -c -m 644 build/apr_rules.out /usr/local/apache2.4/build/apr_rules.mk
/usr/bin/install -c -m 755 apr-config.out /usr/local/apache2.4/bin/apr-1-config
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/srclib/apr”
Making install in apr-util
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/srclib/apr-util”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/srclib/apr-util”
make[3]: 对“local-all”无需做任何事。
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/srclib/apr-util”
/usr/local/src/httpd-2.4.29/srclib/apr/build/mkdir.sh /usr/local/apache2.4/include /usr/local/apache2.4/lib/pkgconfig \
/usr/local/apache2.4/lib /usr/local/apache2.4/bin
for f in /usr/local/src/httpd-2.4.29/srclib/apr-util/include/*.h /usr/local/src/httpd-2.4.29/srclib/apr-util/include/*.h; do \
/usr/bin/install -c -m 644 ${f} /usr/local/apache2.4/include; \
done
/usr/bin/install -c -m 644 apr-util.pc /usr/local/apache2.4/lib/pkgconfig/apr-util-1.pc
list=''; for i in $list; do \
( cd $i ; make DESTDIR= install ); \
done
/bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --mode=install /usr/bin/install -c -m 755 libaprutil-1.la /usr/local/apache2.4/lib
libtool: install: warning: relinking `libaprutil-1.la'
(cd /usr/local/src/httpd-2.4.29/srclib/apr-util; /bin/sh /usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=relink gcc -g -O2 -pthread -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include -I/usr/local/src/httpd-2.4.29/srclib/apr-util/include/private -I/usr/local/src/httpd-2.4.29/srclib/apr/include -version-info 3:12:3 -o libaprutil-1.la -rpath /usr/local/apache2.4/lib buckets/apr_brigade.lo buckets/apr_buckets.lo buckets/apr_buckets_alloc.lo buckets/apr_buckets_eos.lo buckets/apr_buckets_file.lo buckets/apr_buckets_flush.lo buckets/apr_buckets_heap.lo buckets/apr_buckets_mmap.lo buckets/apr_buckets_pipe.lo buckets/apr_buckets_pool.lo buckets/apr_buckets_refcount.lo buckets/apr_buckets_simple.lo buckets/apr_buckets_socket.lo crypto/apr_md4.lo crypto/apr_md5.lo crypto/apr_sha1.lo crypto/getuuid.lo crypto/uuid.lo dbd/apr_dbd.lo dbm/apr_dbm.lo dbm/apr_dbm_sdbm.lo dbm/sdbm/sdbm.lo dbm/sdbm/sdbm_hash.lo dbm/sdbm/sdbm_lock.lo dbm/sdbm/sdbm_pair.lo encoding/apr_base64.lo hooks/apr_hooks.lo ldap/apr_ldap_stub.lo ldap/apr_ldap_url.lo memcache/apr_memcache.lo misc/apr_date.lo misc/apr_queue.lo misc/apr_reslist.lo misc/apr_rmm.lo misc/apr_thread_pool.lo misc/apu_dso.lo misc/apu_version.lo strmatch/apr_strmatch.lo uri/apr_uri.lo xlate/xlate.lo xml/apr_xml.lo -lrt -lcrypt -lpthread -ldl -lexpat /usr/local/src/httpd-2.4.29/srclib/apr/libapr-1.la -lrt -lcrypt -lpthread -ldl )
/usr/bin/install -c -m 755 .libs/libaprutil-1.so.0.3.12T /usr/local/apache2.4/lib/libaprutil-1.so.0.3.12
(cd /usr/local/apache2.4/lib && { ln -s -f libaprutil-1.so.0.3.12 libaprutil-1.so.0 || { rm -f libaprutil-1.so.0 && ln -s libaprutil-1.so.0.3.12 libaprutil-1.so.0; }; })
(cd /usr/local/apache2.4/lib && { ln -s -f libaprutil-1.so.0.3.12 libaprutil-1.so || { rm -f libaprutil-1.so && ln -s libaprutil-1.so.0.3.12 libaprutil-1.so; }; })
/usr/bin/install -c -m 755 .libs/libaprutil-1.lai /usr/local/apache2.4/lib/libaprutil-1.la
/usr/bin/install -c -m 755 .libs/libaprutil-1.a /usr/local/apache2.4/lib/libaprutil-1.a
chmod 644 /usr/local/apache2.4/lib/libaprutil-1.a
ranlib /usr/local/apache2.4/lib/libaprutil-1.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/apache2.4/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/apache2.4/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.
----------------------------------------------------------------------
/usr/bin/install -c -m 644 aprutil.exp /usr/local/apache2.4/lib
/usr/bin/install -c -m 755 apu-config.out /usr/local/apache2.4/bin/apu-1-config
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/srclib/apr-util”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/srclib”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/srclib”
make[1]: 离开目录“/usr/local/src/httpd-2.4.29/srclib”
Making install in os
make[1]: 进入目录“/usr/local/src/httpd-2.4.29/os”
Making install in unix
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/os/unix”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/os/unix”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/os/unix”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/os/unix”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/os”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/os”
make[1]: 离开目录“/usr/local/src/httpd-2.4.29/os”
Making install in server
make[1]: 进入目录“/usr/local/src/httpd-2.4.29/server”
Making install in mpm
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/server/mpm”
Making install in worker
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/server/mpm”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/server/mpm”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/server/mpm”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/server”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/server”
make[1]: 离开目录“/usr/local/src/httpd-2.4.29/server”
Making install in modules
make[1]: 进入目录“/usr/local/src/httpd-2.4.29/modules”
Making install in aaa
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/aaa”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/aaa”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authn_file.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authn_dbm.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authn_anon.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authn_dbd.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authn_socache.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authn_core.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authz_host.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authz_groupfile.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authz_user.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authz_dbm.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authz_owner.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authz_dbd.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_authz_core.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_access_compat.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_auth_basic.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_auth_form.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_auth_digest.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_allowmethods.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/aaa”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/aaa”
Making install in cache
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/cache”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/cache”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_file_cache.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_cache.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_cache_disk.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_cache_socache.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_socache_shmcb.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_socache_dbm.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_socache_memcache.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/cache”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/cache”
Making install in core
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/core”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/core”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_watchdog.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_macro.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/core”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/core”
Making install in database
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/database”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/database”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_dbd.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/database”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/database”
Making install in debugging
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/debugging”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/debugging”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_dumpio.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/debugging”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/debugging”
Making install in filters
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/filters”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/filters”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_buffer.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_ratelimit.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_reqtimeout.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_ext_filter.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_request.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_include.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_filter.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_substitute.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_sed.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/filters”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/filters”
Making install in http
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/http”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/http”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_mime.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/http”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/http”
Making install in loggers
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/loggers”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/loggers”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_log_config.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_log_debug.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_logio.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/loggers”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/loggers”
Making install in metadata
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/metadata”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/metadata”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_env.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_expires.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_headers.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_unique_id.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_setenvif.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_version.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_remoteip.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/metadata”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/metadata”
Making install in proxy
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy_connect.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy_ftp.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy_http.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy_fcgi.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy_scgi.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy_fdpass.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy_wstunnel.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy_ajp.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy_balancer.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy_express.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_proxy_hcheck.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy”
Making install in session
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/session”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/session”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_session.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_session_cookie.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_session_dbd.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/session”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/session”
Making install in slotmem
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_slotmem_shm.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
Making install in proxy/balancers
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_lbmethod_byrequests.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_lbmethod_bytraffic.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_lbmethod_bybusyness.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_lbmethod_heartbeat.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
Making install in arch/unix
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_unixd.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
Making install in dav/main
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_dav.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
Making install in generators
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/generators”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/generators”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_status.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_autoindex.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_info.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_cgid.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/generators”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/generators”
Making install in dav/fs
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_dav_fs.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
Making install in mappers
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules/mappers”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/mappers”
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_vhost_alias.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_negotiation.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_dir.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_actions.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_speling.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_userdir.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_alias.la /usr/local/apache2.4/modules/
/usr/local/src/httpd-2.4.29/srclib/apr/libtool --silent --mode=install install mod_rewrite.la /usr/local/apache2.4/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/mappers”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules/mappers”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules”
make[1]: 离开目录“/usr/local/src/httpd-2.4.29/modules”
Making install in support
make[1]: 进入目录“/usr/local/src/httpd-2.4.29/support”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/support”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/support”
make[1]: 离开目录“/usr/local/src/httpd-2.4.29/support”
make[1]: 进入目录“/usr/local/src/httpd-2.4.29”

make[2]: 进入目录“/usr/local/src/httpd-2.4.29/os”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/os/unix”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/os/unix”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/os”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/server”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/server/mpm”
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/server/mpm/worker”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/server/mpm”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/server”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/modules”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/aaa”
Building shared: mod_authn_file.la mod_authn_dbm.la mod_authn_anon.la mod_authn_dbd.la mod_authn_socache.la mod_authn_core.la mod_authz_host.la mod_authz_groupfile.la mod_authz_user.la mod_authz_dbm.la mod_authz_owner.la mod_authz_dbd.la mod_authz_core.la mod_access_compat.la mod_auth_basic.la mod_auth_form.la mod_auth_digest.la mod_allowmethods.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/aaa”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/aaa”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/aaa”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/cache”
Building shared: mod_file_cache.la mod_cache.la mod_cache_disk.la mod_cache_socache.la mod_socache_shmcb.la mod_socache_dbm.la mod_socache_memcache.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/cache”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/cache”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/cache”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/core”
Building shared: mod_watchdog.la mod_macro.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/core”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/core”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/core”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/database”
Building shared: mod_dbd.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/database”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/database”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/database”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/debugging”
Building shared: mod_dumpio.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/debugging”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/debugging”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/debugging”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/filters”
Building shared: mod_buffer.la mod_ratelimit.la mod_reqtimeout.la mod_ext_filter.la mod_request.la mod_include.la mod_filter.la mod_substitute.la mod_sed.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/filters”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/filters”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/filters”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/http”
Building shared: mod_mime.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/http”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/http”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/http”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/loggers”
Building shared: mod_log_config.la mod_log_debug.la mod_logio.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/loggers”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/loggers”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/loggers”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/metadata”
Building shared: mod_env.la mod_expires.la mod_headers.la mod_unique_id.la mod_setenvif.la mod_version.la mod_remoteip.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/metadata”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/metadata”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/metadata”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy”
Building shared: mod_proxy.la mod_proxy_connect.la mod_proxy_ftp.la mod_proxy_http.la mod_proxy_fcgi.la mod_proxy_scgi.la mod_proxy_fdpass.la mod_proxy_wstunnel.la mod_proxy_ajp.la mod_proxy_balancer.la mod_proxy_express.la mod_proxy_hcheck.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/session”
Building shared: mod_session.la mod_session_cookie.la mod_session_dbd.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/session”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/session”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/session”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
Building shared: mod_slotmem_shm.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/slotmem”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
Building shared: mod_lbmethod_byrequests.la mod_lbmethod_bytraffic.la mod_lbmethod_bybusyness.la mod_lbmethod_heartbeat.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/proxy/balancers”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
Building shared: mod_unixd.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/arch/unix”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
Building shared: mod_dav.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/main”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/generators”
Building shared: mod_status.la mod_autoindex.la mod_info.la mod_cgid.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/generators”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/generators”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/generators”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
Building shared: mod_dav_fs.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/dav/fs”
make[3]: 进入目录“/usr/local/src/httpd-2.4.29/modules/mappers”
Building shared: mod_vhost_alias.la mod_negotiation.la mod_dir.la mod_actions.la mod_speling.la mod_userdir.la mod_alias.la mod_rewrite.la
make[4]: 进入目录“/usr/local/src/httpd-2.4.29/modules/mappers”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.4.29/modules/mappers”
make[3]: 离开目录“/usr/local/src/httpd-2.4.29/modules/mappers”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/modules”
make[2]: 进入目录“/usr/local/src/httpd-2.4.29/support”
make[2]: 离开目录“/usr/local/src/httpd-2.4.29/support”

Installing configuration files
[PRESERVING EXISTING HTDOCS SUBDIR: /usr/local/apache2.4/htdocs]
[PRESERVING EXISTING ERROR SUBDIR: /usr/local/apache2.4/error]
[PRESERVING EXISTING ICONS SUBDIR: /usr/local/apache2.4/icons]
[PRESERVING EXISTING CGI SUBDIR: /usr/local/apache2.4/cgi-bin]
Installing header files
Installing build system files
Installing man pages and online manual
make[1]: 离开目录“/usr/local/src/httpd-2.4.29”
[root@localhost httpd-2.4.29]# echo $?
0
[root@localhost httpd-2.4.29]# ls /usr/local/apache2.4/modules
httpd.exp mod_buffer.so mod_log_config.so mod_rewrite.so
mod_access_compat.so mod_cache_disk.so mod_log_debug.so mod_sed.so
mod_actions.so mod_cache.so mod_logio.so mod_session_cookie.so
mod_alias.so mod_cache_socache.so mod_macro.so mod_session_dbd.so
mod_allowmethods.so mod_cgid.so mod_mime.so mod_session.so
mod_auth_basic.so mod_dav_fs.so mod_negotiation.so mod_setenvif.so
mod_auth_digest.so mod_dav.so mod_proxy_ajp.so mod_slotmem_shm.so
mod_auth_form.so mod_dbd.so mod_proxy_balancer.so mod_socache_dbm.so
mod_authn_anon.so mod_dir.so mod_proxy_connect.so mod_socache_memcache.so
mod_authn_core.so mod_dumpio.so mod_proxy_express.so mod_socache_shmcb.so
mod_authn_dbd.so mod_env.so mod_proxy_fcgi.so mod_speling.so
mod_authn_dbm.so mod_expires.so mod_proxy_fdpass.so mod_status.so
mod_authn_file.so mod_ext_filter.so mod_proxy_ftp.so mod_substitute.so
mod_authn_socache.so mod_file_cache.so mod_proxy_hcheck.so mod_unique_id.so
mod_authz_core.so mod_filter.so mod_proxy_http.so mod_unixd.so
mod_authz_dbd.so mod_headers.so mod_proxy_scgi.so mod_userdir.so
mod_authz_dbm.so mod_include.so mod_proxy.so mod_version.so
mod_authz_groupfile.so mod_info.so mod_proxy_wstunnel.so mod_vhost_alias.so
mod_authz_host.so mod_lbmethod_bybusyness.so mod_ratelimit.so mod_watchdog.so
mod_authz_owner.so mod_lbmethod_byrequests.so mod_remoteip.so
mod_authz_user.so mod_lbmethod_bytraffic.so mod_reqtimeout.so
mod_autoindex.so mod_lbmethod_heartbeat.so mod_request.so
[root@localhost httpd-2.4.29]# /usr/local/apache2.4/bin/httpd -M
AH00526: Syntax error on line 66 of /usr/local/apache2/conf/httpd.conf:
Invalid command 'User', perhaps misspelled or defined by a module not included in the server configuration
[root@localhost httpd-2.4.29]#
[root@localhost httpd-2.4.29]# useradd httpd
[root@localhost httpd-2.4.29]# /usr/local/apache2.4/bin/apachectl start
AH00526: Syntax error on line 66 of /usr/local/apache2/conf/httpd.conf:
Invalid command 'User', perhaps misspelled or defined by a module not included in the server configuration
[root@localhost httpd-2.4.29]# /usr/local/apache2.4/bin/apachectl start
AH00526: Syntax error on line 66 of /usr/local/apache2/conf/httpd.conf:
Invalid command 'User', perhaps misspelled or defined by a module not included in the server configuration
[root@localhost httpd-2.4.29]# ls bin/apachectl
ls: 无法访问bin/apachectl: 没有那个文件或目录
[root@localhost httpd-2.4.29]# cd /bin/
[root@localhost bin]# ls
[ ipcmk rmdir
a2p ipcrm rpcgen
addr2line ipcs rpm
alias iptables-xml rpm2cpio
apropos isosize rpmdb
ar jobs rpmkeys
arch join rpmquery
as journalctl rpmverify
aserver kbdinfo rsync
aulast kbd_mode rsyslog-recover-qi.pl
aulastlog kbdrate runcon
ausyscall kdumpctl run-parts
autoexpect kernel-install rvi
auvirt kibitz rview
awk kill rvim
base64 kmod rx
basename last rz
bash lastb s2p
bashbug lastlog sadf
bashbug-64 lchfn sar
bg lchsh sb
bond2team ld scp
bootctl ld.bfd screen
bunzip2 ldd script
busctl ld.gold scriptreplay
bzcat less sdiff
bzcmp lessecho secon
bzdiff lesskey sed
bzgrep lesspipe.sh seq
bzip2 lexgrog setarch
bzip2recover link setfacl
bzless linux32 setfont
bzmore linux64 setkeycodes
c++ linux-boot-prober setleds
c2ph ln setmetamode
c89 loadkeys setpriv
c99 loadunimap setsid
cairo-sphinx locale setterm
cal localectl setup-nsssysinit
ca-legacy localedef setup-nsssysinit.sh
captoinfo locate setvtrgb
cat logger sexp-conv
catchsegv login sftp
catman loginctl sg
cc logname sh
cd look sha1sum
centrino-decode lpunlock sha224sum
certutil ls sha256sum
c++filt lsattr sha384sum
chacl lsblk sha512sum
chage lscpu showconsolefont
chattr lsinitrd showkey
chcon lsipc shred
chfn lslocks shuf
chgrp lslogins signtool
chmod lsns signver
chown lsscsi size
chronyc lua skill
chrt luac slabtop
chsh machinectl sleep
chvt mailq slogin
cifsiostat mailq.postfix snice
cksum make soelim
clear makedb sort
cmp man sotruss
cmsutil mandb splain
col manpath split
colcrt mapscrn sprof
colrm mcookie sqlite3
column md5sum ssh
comm mesg ssh-add
command mixartloader ssh-agent
coredumpctl mkdir ssh-copy-id
cp mkfifo ssh-keygen
cpio mkinitrd ssh-keyscan
cpp mknod ssltap
cpupower mkpasswd stat
crlutil mktemp stdbuf
crontab modutil strings
csplit more strip
csslint-0.6 mount stty
curl mountpoint su
cut mpstat sudo
date msgattrib sudoedit
db_archive msgcat sudoreplay
db_checkpoint msgcmp sum
db_deadlock msgcomm sx
db_dump msgconv sync
db_dump185 msgen systemctl
db_hotbackup msgexec systemd-analyze
db_load msgfilter systemd-ask-password
db_log_verify msgfmt systemd-cat
db_printlog msggrep systemd-cgls
db_recover msghack systemd-cgtop
db_replicate msginit systemd-coredumpctl
db_stat msgmerge systemd-delta
db_tuner msgunfmt systemd-detect-virt
db_upgrade msguniq systemd-escape
dbus-binding-tool mv systemd-firstboot
dbus-cleanup-sockets namei systemd-hwdb
dbus-daemon ndptool systemd-inhibit
dbus-monitor neqn systemd-loginctl
dbus-send netstat systemd-machine-id-setup
dbus-uuidgen nettle-hash systemd-notify
db_verify nettle-lfib-stream systemd-nspawn
dd newaliases systemd-path
deallocvt newaliases.postfix systemd-run
df newgrp systemd-stdio-bridge
dgawk nf-ct-add systemd-sysv-convert
diff nf-ct-list systemd-tmpfiles
diff3 nf-exp-add systemd-tty-ask-password-agent
dir nf-exp-delete sz
dircolors nf-exp-list tabs
dirname nf-log tac
dislocate nf-monitor tail
dmesg nf-queue tailf
dnsdomainname nfsiostat-sysstat tapestat
domainname ngettext tar
dracut nice taskset
du nisdomainname tbl
dumpkeys nl tclsh
dwp nl-addr-add tclsh8.5
echo nl-addr-delete teamd
egrep nl-addr-list teamdctl
eject nl-class-add teamnl
elfedit nl-class-delete tee
env nl-classid-lookup telnet
envsubst nl-class-list test
eqn nl-cls-add testgdbm
ex nl-cls-delete tic
expand nl-cls-list timedatectl
expect nl-fib-lookup timed-read
expr nl-link-enslave timed-run
factor nl-link-ifindex2name timeout
fallocate nl-link-list tload
false nl-link-name2ifindex tmon
fc nl-link-release toe
fc-cache nl-link-set top
fc-cat nl-link-stats touch
fc-list nl-list-caches tput
fc-match nl-list-sockets tr
fc-pattern nl-monitor tracepath
fc-query nl-neigh-add tracepath6
fc-scan nl-neigh-delete tree
fc-validate nl-neigh-list troff
fg nl-neightbl-list true
fgconsole nload truncate
fgrep nl-pktloc-lookup trust
file nl-qdisc-add tset
find nl-qdisc-delete tsort
find2perl nl-qdisc-list tty
findmnt nl-route-add turbostat
fipscheck nl-route-delete tzselect
fipshmac nl-route-get udevadm
firewall-cmd nl-route-list ul
firewall-offline-cmd nl-rule-list ulockmgr_server
flock nl-tctree-list umask
fmt nl-util-addr umount
fold nm unalias
free nmcli uname
ftp-rfc nm-online unbuffer
funzip nmtui unexpand
fusermount nmtui-connect unicode_start
g++ nmtui-edit unicode_stop
gapplication nmtui-hostname uniq
gawk nohup unlink
gcc nproc unshare
gcc-ar nroff unxz
gcc-nm nsenter unzip
gcc-ranlib numfmt unzipsfx
gcov objcopy update-ca-trust
gdbus objdump updatedb
gdk-pixbuf-query-loaders-64 od update-gtk-immodules
gencat oldfind update-mime-database
genl-ctrl-list open uptime
geoiplookup openssl urlgrabber
geoiplookup6 openvt users
geoipupdate os-prober usleep
geqn p11-kit usx2yloader
getconf pango-querymodules-64 utmpdump
getent pango-view uuidgen
getfacl passmass vdir
getkeycodes passwd vi
getopt paste view
getopts pathchk vim
gettext perl vimdiff
gettext.sh perl5.16.3 vimtutor
gio-querymodules-64 perlbug vlock
glib-compile-schemas perldoc vmhgfs-fuse
gmake perlthanks vmstat
gneqn pgawk vm-support
gnroff pgrep vmtoolsd
gpasswd pic vmware-checkvm
gpg piconv vmware-guestproxycerttool
gpg2 pidstat vmware-hgfsclient
gpg-agent pinentry vmware-rpctool
gpgconf pinentry-curses vmware-toolbox-cmd
gpg-connect-agent ping vmware-user-suid-wrapper
gpg-error ping6 vmware-vmblock-fuse
gpgparsemail pinky vmware-xferlogs
gpgsplit pk12util vxloader
gpgv pkaction w
gpgv2 pkcheck wait
gpg-zip pkcs1-conv wall
gpic pkexec watch
gprof pkg-config watchgnupg
gr2fonttest pkill wc
grep pkla-admin-identities wdctl
groff pkla-check-authorization weather
grops pkttyagent wget
grotty pl2pm whatis
groups pldd whereis
grub2-editenv plymouth which
grub2-file pmap whiptail
grub2-fstest pod2html who
grub2-glue-efi pod2man whoami
grub2-kbdcomp pod2text write
grub2-menulst2cfg pod2usage x86_64
grub2-mkfont post-grohtml x86_64-redhat-linux-c++
grub2-mkimage powernow-k8-decode x86_64-redhat-linux-g++
grub2-mklayout pr x86_64-redhat-linux-gcc
grub2-mknetdir preconv x86_energy_perf_policy
grub2-mkpasswd-pbkdf2 pre-grohtml xargs
grub2-mkrelpath printenv xgettext
grub2-mkrescue printf xkibitz
grub2-mkstandalone prlimit xmlcatalog
grub2-render-label ps xmllint
grub2-script-check psed xmlwf
grub2-syslinux2cfg psfaddtable xxd
gsettings psfgettable xz
gsoelim psfstriptable xzcat
gtar psfxtable xzcmp
gtbl pstruct xzdec
gtk-query-immodules-2.0-64 ptx xzdiff
gtk-update-icon-cache pwd xzegrep
gtroff pwdx xzfgrep
gunzip pwmake xzgrep
gzexe pwscore xzless
gzip pydoc xzmore
h2ph python yes
hdsploader python2 ypdomainname
head python2.7 yum
hexdump ranlib zcat
hostid raw zcmp
hostname rb zdiff
hostnamectl read zegrep
i386 readelf zfgrep
iconv readlink zforce
id realpath zgrep
idiag-socket-details recode-sr-latin zip
idn rename zipcloak
igawk renice zipgrep
info reset zipinfo
infocmp resizecons zipnote
infokey rev zipsplit
infotocap rftp zless
install rlogin-cwd zmore
ionice rm znew
iostat rmail zsoelim
ipcalc rmail.postfix
[root@localhost bin]# ls apachectl
ls: 无法访问apachectl: 没有那个文件或目录
[root@localhost bin]# /usr/local/apache2.4/bin/apachectl start
AH00526: Syntax error on line 66 of /usr/local/apache2/conf/httpd.conf:
Invalid command 'User', perhaps misspelled or defined by a module not included in the server configuration
[root@localhost bin]# cd /usr/local/src/
[root@localhost src]# ls
apr-1.4.5 apr-util-1.6.1.tar.gz mariadb-10.2.6-linux-glibc_214-x86_64.tar.gz
apr-1.4.5.tar.gz httpd-2.2.34 mysql-5.6.36-linux-glibc2.5-x86_64.tar.gz
apr-1.6.3.tar.gz httpd-2.2.34.tar.gz pcre-8.10
apr-util-1.3.12 httpd-2.4.29 pcre-8.10.zip
apr-util-1.3.12.tar.gz httpd-2.4.29.tar.gz
[root@localhost src]# cd httpd-2.2.34
[root@localhost httpd-2.2.34]# ls
ABOUT_APACHE config.layout httpd.dep libhttpd.dsp modules.o srclib
acinclude.m4 config.log httpd.dsp libhttpd.mak NOTICE support
Apache.dsw config.nice httpd.mak LICENSE NWGNUmakefile test
build config.status httpd.spec Makefile os VERSIONING
BuildAll.dsp configure include Makefile.in README
BuildBin.dsp configure.in INSTALL Makefile.win README.platforms
buildconf docs InstallBin.dsp modules README-win32.txt
buildmark.o emacs-style LAYOUT modules.c ROADMAP
CHANGES httpd libhttpd.dep modules.lo server
[root@localhost httpd-2.2.34]# ./configure --with-included-apr --prefix=/usr/local/apache2.2 --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util --enable-so --enable-mods-shared=most
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 ...

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.5.2
checking for chosen layout... apr
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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... /usr/bin/sed
Applying APR hints file rules for x86_64-unknown-linux-gnu
setting CPPFLAGS to "-DLINUX -D_REENTRANT -D_GNU_SOURCE"
(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... /usr/bin/grep
checking for egrep... /usr/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 how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... rm: cannot remove 'conftest*': No such file or directory
yes
checking if gcc supports -c -o file.o... (cached) 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... rm: cannot remove 'conftest*': No such file or directory
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

Check for compiler flags...
checking whether the compiler provides atomic builtins... yes
checking whether to enable -D_LARGEFILE64_SOURCE... no
configure: Configured for Linux 3.10

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... yes
checking for dup3 support... yes
checking for accept4 support... yes
checking for SOCK_CLOEXEC support... yes
checking for fdatasync... yes
checking for epoll_create1 support... (cached) yes
checking for asio -> message queue support... no
checking for dup3 support... (cached) yes
checking for accept4 support... (cached) yes
checking for SOCK_CLOEXEC support... (cached) 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 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 size_t... yes
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... (cached) 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
checking size of ino_t... 8
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... no
checking uuid/uuid.h presence... no
checking for uuid/uuid.h... no
checking sys/uuid.h usability... no
checking sys/uuid.h presence... no
checking for sys/uuid.h... no
checking for library containing uuid_create... no
checking for library containing uuid_generate... no
checking for uuid_create... no
checking for uuid_generate... no
checking for os uuid usability... no

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
setting have_unicode_fs to "0"
setting apr_has_xthread_files to "0"
setting apr_procattr_user_set_requires_password to "0"
setting apr_thread_func to ""
setting apr_has_user to "1"

Restore user-defined environment settings...
restoring CPPFLAGS to ""
setting EXTRA_CPPFLAGS to "-DLINUX -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 "-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 libtool commands
rm: cannot remove 'libtoolT': No such file or directory
config.status: executing default commands
config.status: include/apr.h is unchanged
config.status: include/arch/unix/apr_private.h is unchanged
srclib/apr configured properly
setting CC to "gcc"
setting CPP to "gcc -E"
setting CFLAGS to " -g -O2 -pthread"
setting CPPFLAGS to " -DLINUX -D_REENTRANT -D_GNU_SOURCE"
setting LDFLAGS to " "

Configuring Apache Portable Runtime Utility library...

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.5.4
checking for chosen layout... apr-util
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 -D_REENTRANT -D_GNU_SOURCE"
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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... yes
setting APRUTIL_EXPORT_LIBS to "-lexpat"
setting APRUTIL_LIBS to "-lexpat"
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 "/usr/local/src/httpd-2.2.34/srclib/apr/libapr-1.la" 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: executing default commands
srclib/apr-util configured properly
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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... /usr/bin/grep
checking for egrep... /usr/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 "/usr/local/src/httpd-2.2.34/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/usr/local/src/httpd-2.2.34/srclib/apr/include" to INCLUDES
adding "-I/usr/local/src/httpd-2.2.34/srclib/apr-util/include" 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... /usr/bin/rm
checking for pkg-config... /usr/bin/pkg-config
checking for rsync... /usr/bin/rsync
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... /usr/bin/grep
checking for egrep... /usr/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 library containing crypt... -lcrypt
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 (most)
checking whether to enable mod_authn_dbm... shared (most)
checking whether to enable mod_authn_anon... shared (most)
checking whether to enable mod_authn_dbd... shared (most)
checking whether to enable mod_authn_default... shared (most)
checking whether to enable mod_authn_alias... no
checking whether to enable mod_authz_host... shared (most)
checking whether to enable mod_authz_groupfile... shared (most)
checking whether to enable mod_authz_user... shared (most)
checking whether to enable mod_authz_dbm... shared (most)
checking whether to enable mod_authz_owner... shared (most)
checking whether to enable mod_authnz_ldap... no
checking whether to enable mod_authz_default... shared (most)
checking whether to enable mod_auth_basic... shared (most)
checking whether to enable mod_auth_digest... checking dependencies
checking whether to enable mod_auth_digest... shared (most)
checking whether to enable mod_isapi... no
checking whether to enable mod_file_cache... 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_dbd... shared (most)
checking whether to enable mod_bucketeer... no
checking whether to enable mod_dumpio... shared (most)
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_reqtimeout... shared (most)
checking whether to enable mod_ext_filter... shared (most)
checking whether to enable mod_include... shared (most)
checking whether to enable mod_filter... shared (most)
checking whether to enable mod_substitute... shared (most)
checking whether to enable mod_charset_lite... no
checking whether to enable mod_deflate... checking dependencies
checking for zlib location... not found
checking whether to enable mod_deflate... no (disabled)
checking whether to enable mod_ldap... no
checking whether to enable mod_log_config... shared (most)
checking whether to enable mod_log_forensic... no
checking whether to enable mod_logio... shared (most)
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_ident... 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_version... 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_proxy_scgi... no
checking whether to enable mod_proxy_ajp... no
checking whether to enable mod_proxy_balancer... no
adding "-I$(top_srcdir)/modules/proxy/../generators" to INCLUDES
checking whether to enable mod_ssl... no
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 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... prefork
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_cgi... shared (most)
checking whether to enable mod_cgid... no
checking whether to enable mod_dav_fs... shared (most)
checking whether to enable mod_dav_lock... no
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_imagemap... 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)
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 -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/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -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
[root@localhost httpd-2.2.34]# echo $?
0
[root@localhost httpd-2.2.34]# make
Making all in srclib
make[1]: 进入目录“/usr/local/src/httpd-2.2.34/srclib”
Making all in apr
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/srclib/apr”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/srclib/apr”
sed 's,^\(location=\).*$,\1installed,' < apr-1-config > apr-config.out
sed -e 's,^\(apr_build.*=\).*$,\1/usr/local/apache2.2/build,' -e 's,^\(top_build.*=\).*$,\1/usr/local/apache2.2/build,' < build/apr_rules.mk > build/apr_rules.out
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/srclib/apr”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/srclib/apr”
Making all in apr-util
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/srclib/apr-util”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/srclib/apr-util”
sed 's,^\(location=\).*$,\1installed,' < apu-1-config > apu-config.out
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/srclib/apr-util”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/srclib/apr-util”
Making all in pcre
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/srclib/pcre”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/srclib/pcre”
make[3]: 对“local-all”无需做任何事。
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/srclib/pcre”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/srclib/pcre”
make[1]: 离开目录“/usr/local/src/httpd-2.2.34/srclib”
Making all in os
make[1]: 进入目录“/usr/local/src/httpd-2.2.34/os”
Making all in unix
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/os/unix”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/os/unix”
make[3]: 对“local-all”无需做任何事。
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/os/unix”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/os/unix”
make[1]: 离开目录“/usr/local/src/httpd-2.2.34/os”
Making all in server
make[1]: 进入目录“/usr/local/src/httpd-2.2.34/server”
Making all in mpm
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/server/mpm”
Making all in prefork
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/server/mpm/prefork”
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/server/mpm/prefork”
make[4]: 对“local-all”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/server/mpm/prefork”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/server/mpm/prefork”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/server/mpm”
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/server”
Found newer headers. Will rebuild exports.c.
rm -f exports.c export_files
tmp=export_files_unsorted.txt; \
rm -f $tmp && touch $tmp; \
for dir in /usr/local/src/httpd-2.2.34/include /usr/local/src/httpd-2.2.34/os/unix /usr/local/src/httpd-2.2.34/modules/http; do \
ls $dir/*.h >> $tmp; \
done; \
for dir in /usr/local/src/httpd-2.2.34/srclib/apr/include /usr/local/src/httpd-2.2.34/srclib/apr-util/include; do \
(ls $dir/ap[ru].h $dir/ap[ru]_*.h >> $tmp 2>/dev/null); \
done; \
sort -u $tmp > export_files; \
rm -f $tmp
gawk -f /usr/local/src/httpd-2.2.34/build/make_exports.awk `cat export_files` > exports.c
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c exports.c && touch exports.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o libmain.la -static test_char.h config.lo log.lo main.lo vhost.lo util.lo util_script.lo util_md5.lo util_cfgtree.lo util_ebcdic.lo util_time.lo connection.lo listen.lo mpm_common.lo util_charset.lo util_debug.lo util_xml.lo util_filter.lo util_pcre.lo exports.lo scoreboard.lo error_bucket.lo protocol.lo core.lo request.lo provider.lo eoc_bucket.lo core_filters.lo
gawk -f /usr/local/src/httpd-2.2.34/build/make_var_export.awk `cat export_files` > export_vars.h
gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main exports.c | grep "ap_hack_" | grep -v apr_ | sed -e 's/^.*[)]\(.*\);$/\1/' >> httpd.exp
gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main export_vars.h | grep -v apr_ | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> httpd.exp
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/server”
make[1]: 离开目录“/usr/local/src/httpd-2.2.34/server”
Making all in modules
make[1]: 进入目录“/usr/local/src/httpd-2.2.34/modules”
Making all in aaa
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/aaa”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/aaa”
Making all in database
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/database”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/database”
Making all in debug
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/debug”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/debug”
Making all in filters
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/filters”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/filters”
Making all in loggers
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/loggers”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/loggers”
Making all in metadata
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/metadata”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/metadata”
Making all in http
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/http”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/http”
make[3]: 对“local-all”无需做任何事。
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/http”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/http”
Making all in dav/main
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/dav/main”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/dav/main”
Making all in generators
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/generators”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/generators”
Making all in dav/fs
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/dav/fs”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/dav/fs”
Making all in mappers
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/mappers”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/mappers”
make[3]: 对“local-all”无需做任何事。
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/mappers”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/mappers”
make[1]: 离开目录“/usr/local/src/httpd-2.2.34/modules”
Making all in support
make[1]: 进入目录“/usr/local/src/httpd-2.2.34/support”
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/support”
make[2]: 对“local-all”无需做任何事。
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/support”
make[1]: 离开目录“/usr/local/src/httpd-2.2.34/support”
make[1]: 进入目录“/usr/local/src/httpd-2.2.34”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c modules.c && touch modules.lo
gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -c /usr/local/src/httpd-2.2.34/server/buildmark.c
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o httpd modules.lo buildmark.o -export-dynamic server/libmain.la modules/http/libmod_http.la modules/mappers/libmod_so.la server/mpm/prefork/libprefork.la os/unix/libos.la -lm /usr/local/src/httpd-2.2.34/srclib/pcre/libpcre.la /usr/local/src/httpd-2.2.34/srclib/apr-util/libaprutil-1.la -lexpat /usr/local/src/httpd-2.2.34/srclib/apr/libapr-1.la -lrt -lcrypt -lpthread -ldl

make[2]: 进入目录“/usr/local/src/httpd-2.2.34/os”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/os/unix”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/os/unix”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/os”
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/server”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/server/mpm”
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/server/mpm/prefork”
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/server/mpm/prefork”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/server/mpm”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/server”
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/aaa”
Building shared: mod_authn_file.la mod_authn_dbm.la mod_authn_anon.la mod_authn_dbd.la mod_authn_default.la mod_authz_host.la mod_authz_groupfile.la mod_authz_user.la mod_authz_dbm.la mod_authz_owner.la mod_authz_default.la mod_auth_basic.la mod_auth_digest.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/aaa”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_authn_file.c && touch mod_authn_file.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_authn_file.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_authn_file.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_authn_dbm.c && touch mod_authn_dbm.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_authn_dbm.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_authn_dbm.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_authn_anon.c && touch mod_authn_anon.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_authn_anon.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_authn_anon.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_authn_dbd.c && touch mod_authn_dbd.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_authn_dbd.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_authn_dbd.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_authn_default.c && touch mod_authn_default.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_authn_default.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_authn_default.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_authz_host.c && touch mod_authz_host.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_authz_host.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_authz_host.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_authz_groupfile.c && touch mod_authz_groupfile.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_authz_groupfile.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_authz_groupfile.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_authz_user.c && touch mod_authz_user.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_authz_user.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_authz_user.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_authz_dbm.c && touch mod_authz_dbm.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_authz_dbm.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_authz_dbm.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_authz_owner.c && touch mod_authz_owner.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_authz_owner.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_authz_owner.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_authz_default.c && touch mod_authz_default.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_authz_default.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_authz_default.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_auth_basic.c && touch mod_auth_basic.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_auth_basic.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_auth_basic.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_auth_digest.c && touch mod_auth_digest.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_auth_digest.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_auth_digest.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/aaa”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/aaa”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/database”
Building shared: mod_dbd.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/database”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_dbd.c && touch mod_dbd.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_dbd.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_dbd.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/database”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/database”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/debug”
Building shared: mod_dumpio.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/debug”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_dumpio.c && touch mod_dumpio.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_dumpio.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_dumpio.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/debug”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/debug”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/filters”
Building shared: mod_reqtimeout.la mod_ext_filter.la mod_include.la mod_filter.la mod_substitute.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/filters”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_reqtimeout.c && touch mod_reqtimeout.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_reqtimeout.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_reqtimeout.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_ext_filter.c && touch mod_ext_filter.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_ext_filter.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_ext_filter.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_include.c && touch mod_include.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_include.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_include.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_filter.c && touch mod_filter.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_filter.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_filter.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_substitute.c && touch mod_substitute.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_substitute.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_substitute.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/filters”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/filters”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/loggers”
Building shared: mod_log_config.la mod_logio.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/loggers”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_log_config.c && touch mod_log_config.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_log_config.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_log_config.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_logio.c && touch mod_logio.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_logio.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_logio.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/loggers”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/loggers”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/metadata”
Building shared: mod_env.la mod_expires.la mod_headers.la mod_ident.la mod_setenvif.la mod_version.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/metadata”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_env.c && touch mod_env.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_env.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_env.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_expires.c && touch mod_expires.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_expires.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_expires.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_headers.c && touch mod_headers.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_headers.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_headers.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_ident.c && touch mod_ident.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_ident.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_ident.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_setenvif.c && touch mod_setenvif.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_setenvif.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_setenvif.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_version.c && touch mod_version.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_version.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_version.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/metadata”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/metadata”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/http”
Building shared: mod_mime.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/http”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_mime.c && touch mod_mime.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_mime.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_mime.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/http”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/http”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/dav/main”
Building shared: mod_dav.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/dav/main”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_dav.c && touch mod_dav.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c props.c && touch props.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c util.c && touch util.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c util_lock.c && touch util_lock.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c liveprop.c && touch liveprop.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c providers.c && touch providers.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c std_liveprop.c && touch std_liveprop.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_dav.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_dav.lo props.lo util.lo util_lock.lo liveprop.lo providers.lo std_liveprop.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/dav/main”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/dav/main”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/generators”
Building shared: mod_status.la mod_autoindex.la mod_asis.la mod_info.la mod_cgi.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/generators”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_status.c && touch mod_status.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_status.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_status.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_autoindex.c && touch mod_autoindex.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_autoindex.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_autoindex.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_asis.c && touch mod_asis.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_asis.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_asis.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_info.c && touch mod_info.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_info.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_info.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_cgi.c && touch mod_cgi.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_cgi.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_cgi.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/generators”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/generators”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/dav/fs”
Building shared: mod_dav_fs.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/dav/fs”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_dav_fs.c && touch mod_dav_fs.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c dbm.c && touch dbm.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c lock.c && touch lock.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c repos.c && touch repos.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_dav_fs.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_dav_fs.lo dbm.lo lock.lo repos.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/dav/fs”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/dav/fs”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/mappers”
Building shared: mod_vhost_alias.la mod_negotiation.la mod_dir.la mod_imagemap.la mod_actions.la mod_speling.la mod_userdir.la mod_alias.la mod_rewrite.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/mappers”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_vhost_alias.c && touch mod_vhost_alias.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_vhost_alias.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_vhost_alias.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_negotiation.c && touch mod_negotiation.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_negotiation.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_negotiation.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_dir.c && touch mod_dir.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_dir.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_dir.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_imagemap.c && touch mod_imagemap.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_imagemap.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_imagemap.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_actions.c && touch mod_actions.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_actions.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_actions.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_speling.c && touch mod_speling.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_speling.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_speling.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_userdir.c && touch mod_userdir.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_userdir.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_userdir.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_alias.c && touch mod_alias.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_alias.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_alias.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_rewrite.c && touch mod_rewrite.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_rewrite.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_rewrite.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/mappers”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/mappers”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules”
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/support”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/support”

make[1]: 离开目录“/usr/local/src/httpd-2.2.34”
[root@localhost httpd-2.2.34]# echo $?
0
[root@localhost httpd-2.2.34]# make install
Making install in srclib
make[1]: 进入目录“/usr/local/src/httpd-2.2.34/srclib”
Making install in apr
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/srclib/apr”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/srclib/apr”
make[3]: 对“local-all”无需做任何事。
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/srclib/apr”
/usr/local/src/httpd-2.2.34/srclib/apr/build/mkdir.sh /usr/local/apache2.2/lib /usr/local/apache2.2/bin /usr/local/apache2.2/build \
/usr/local/apache2.2/lib/pkgconfig /usr/local/apache2.2/include
mkdir /usr/local/apache2.2
mkdir /usr/local/apache2.2/lib
mkdir /usr/local/apache2.2/bin
mkdir /usr/local/apache2.2/build
mkdir /usr/local/apache2.2/lib/pkgconfig
mkdir /usr/local/apache2.2/include
/usr/bin/install -c -m 644 /usr/local/src/httpd-2.2.34/srclib/apr/include/apr.h /usr/local/apache2.2/include
for f in /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_*.h; do \
/usr/bin/install -c -m 644 ${f} /usr/local/apache2.2/include; \
done
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --mode=install /usr/bin/install -c -m 755 libapr-1.la /usr/local/apache2.2/lib
libtool: install: /usr/bin/install -c -m 755 .libs/libapr-1.so.0.5.2 /usr/local/apache2.2/lib/libapr-1.so.0.5.2
libtool: install: (cd /usr/local/apache2.2/lib && { ln -s -f libapr-1.so.0.5.2 libapr-1.so.0 || { rm -f libapr-1.so.0 && ln -s libapr-1.so.0.5.2 libapr-1.so.0; }; })
libtool: install: (cd /usr/local/apache2.2/lib && { ln -s -f libapr-1.so.0.5.2 libapr-1.so || { rm -f libapr-1.so && ln -s libapr-1.so.0.5.2 libapr-1.so; }; })
libtool: install: /usr/bin/install -c -m 755 .libs/libapr-1.lai /usr/local/apache2.2/lib/libapr-1.la
libtool: install: /usr/bin/install -c -m 755 .libs/libapr-1.a /usr/local/apache2.2/lib/libapr-1.a
libtool: install: chmod 644 /usr/local/apache2.2/lib/libapr-1.a
libtool: install: ranlib /usr/local/apache2.2/lib/libapr-1.a
libtool: warning: remember to run 'libtool --finish /usr/local/apache2/lib'
/usr/bin/install -c -m 644 apr.exp /usr/local/apache2.2/lib/apr.exp
/usr/bin/install -c -m 644 apr.pc /usr/local/apache2.2/lib/pkgconfig/apr-1.pc
for f in libtool shlibtool; do \
if test -f ${f}; then /usr/bin/install -c -m 755 ${f} /usr/local/apache2.2/build; fi; \
done
/usr/bin/install -c -m 755 /usr/local/src/httpd-2.2.34/srclib/apr/build/mkdir.sh /usr/local/apache2.2/build
for f in make_exports.awk make_var_export.awk; do \
/usr/bin/install -c -m 644 /usr/local/src/httpd-2.2.34/srclib/apr/build/${f} /usr/local/apache2.2/build; \
done
/usr/bin/install -c -m 644 build/apr_rules.out /usr/local/apache2.2/build/apr_rules.mk
/usr/bin/install -c -m 755 apr-config.out /usr/local/apache2.2/bin/apr-1-config
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/srclib/apr”
Making install in apr-util
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/srclib/apr-util”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/srclib/apr-util”
make[3]: 对“local-all”无需做任何事。
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/srclib/apr-util”
/usr/local/src/httpd-2.2.34/srclib/apr/build/mkdir.sh /usr/local/apache2.2/include /usr/local/apache2.2/lib/pkgconfig \
/usr/local/apache2.2/lib /usr/local/apache2.2/bin
for f in /usr/local/src/httpd-2.2.34/srclib/apr-util/include/*.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/*.h; do \
/usr/bin/install -c -m 644 ${f} /usr/local/apache2.2/include; \
done
/usr/bin/install -c -m 644 apr-util.pc /usr/local/apache2.2/lib/pkgconfig/apr-util-1.pc
list=''; for i in $list; do \
( cd $i ; make DESTDIR= install ); \
done
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --mode=install /usr/bin/install -c -m 755 libaprutil-1.la /usr/local/apache2.2/lib
libtool: error: error: cannot install 'libaprutil-1.la' to a directory not ending in /usr/local/apache2/lib
make[2]: *** [install] 错误 1
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/srclib/apr-util”
make[1]: *** [install-recursive] 错误 1
make[1]: 离开目录“/usr/local/src/httpd-2.2.34/srclib”
make: *** [install-recursive] 错误 1
[root@localhost httpd-2.2.34]# cd ..
[root@localhost src]# ls
apr-1.4.5 apr-util-1.3.12.tar.gz httpd-2.4.29 pcre-8.10
apr-1.4.5.tar.gz apr-util-1.6.1.tar.gz httpd-2.4.29.tar.gz pcre-8.10.zip
apr-1.6.3.tar.gz httpd-2.2.34 mariadb-10.2.6-linux-glibc_214-x86_64.tar.gz
apr-util-1.3.12 httpd-2.2.34.tar.gz mysql-5.6.36-linux-glibc2.5-x86_64.tar.gz
[root@localhost src]# rm -fr httpd-2.4.29
[root@localhost src]# rm -fr httpd-2.2.34
[root@localhost src]# tar -zxvf httpd-2.2.34.tar.gz
httpd-2.2.34/
httpd-2.2.34/BuildAll.dsp
httpd-2.2.34/Apache.dsw
httpd-2.2.34/emacs-style
httpd-2.2.34/ABOUT_APACHE
httpd-2.2.34/Makefile.win
httpd-2.2.34/libhttpd.dsp
httpd-2.2.34/libhttpd.mak
httpd-2.2.34/configure.in
httpd-2.2.34/NOTICE
httpd-2.2.34/os/
httpd-2.2.34/os/bs2000/
httpd-2.2.34/os/bs2000/ebcdic.h
httpd-2.2.34/os/bs2000/os.c
httpd-2.2.34/os/bs2000/os.h
httpd-2.2.34/os/bs2000/ebcdic.c
httpd-2.2.34/os/os2/
httpd-2.2.34/os/os2/core_header.def
httpd-2.2.34/os/os2/util_os2.c
httpd-2.2.34/os/os2/config.m4
httpd-2.2.34/os/os2/Makefile.in
httpd-2.2.34/os/os2/os.h
httpd-2.2.34/os/os2/core.mk
httpd-2.2.34/os/config.m4
httpd-2.2.34/os/unix/
httpd-2.2.34/os/unix/unixd.c
httpd-2.2.34/os/unix/config.m4
httpd-2.2.34/os/unix/Makefile.in
httpd-2.2.34/os/unix/os.h
httpd-2.2.34/os/unix/unixd.h
httpd-2.2.34/os/.indent.pro
httpd-2.2.34/os/Makefile.in
httpd-2.2.34/os/beos/
httpd-2.2.34/os/beos/os.c
httpd-2.2.34/os/beos/config.m4
httpd-2.2.34/os/beos/beosd.c
httpd-2.2.34/os/beos/Makefile.in
httpd-2.2.34/os/beos/beosd.h
httpd-2.2.34/os/beos/os.h
httpd-2.2.34/os/netware/
httpd-2.2.34/os/netware/apache.xdc
httpd-2.2.34/os/netware/pre_nw.h
httpd-2.2.34/os/netware/Apache.def
httpd-2.2.34/os/netware/util_nw.c
httpd-2.2.34/os/netware/os.h
httpd-2.2.34/os/netware/modules.c
httpd-2.2.34/os/tpf/
httpd-2.2.34/os/tpf/ebcdic.h
httpd-2.2.34/os/tpf/os.c
httpd-2.2.34/os/tpf/samples/
httpd-2.2.34/os/tpf/samples/loadset.jcl
httpd-2.2.34/os/tpf/samples/linkdll.jcl
httpd-2.2.34/os/tpf/TPFExport
httpd-2.2.34/os/tpf/os.h
httpd-2.2.34/os/tpf/ebcdic.c
httpd-2.2.34/os/win32/
httpd-2.2.34/os/win32/util_win32.c
httpd-2.2.34/os/win32/ap_regkey.c
httpd-2.2.34/os/win32/BaseAddr.ref
httpd-2.2.34/os/win32/Makefile.in
httpd-2.2.34/os/win32/os.h
httpd-2.2.34/os/win32/modules.c
httpd-2.2.34/server/
httpd-2.2.34/server/gen_test_char.dsp
httpd-2.2.34/server/util_debug.c
httpd-2.2.34/server/mpm/
httpd-2.2.34/server/mpm/prefork/
httpd-2.2.34/server/mpm/prefork/config.m4
httpd-2.2.34/server/mpm/prefork/mpm.h
httpd-2.2.34/server/mpm/prefork/Makefile.in
httpd-2.2.34/server/mpm/prefork/mpm_default.h
httpd-2.2.34/server/mpm/prefork/prefork.c
httpd-2.2.34/server/mpm/MPM.NAMING
httpd-2.2.34/server/mpm/mpmt_os2/
httpd-2.2.34/server/mpm/mpmt_os2/mpmt_os2.c
httpd-2.2.34/server/mpm/mpmt_os2/mpmt_os2_child.c
httpd-2.2.34/server/mpm/mpmt_os2/config5.m4
httpd-2.2.34/server/mpm/mpmt_os2/mpm.h
httpd-2.2.34/server/mpm/mpmt_os2/Makefile.in
httpd-2.2.34/server/mpm/mpmt_os2/mpm_default.h
httpd-2.2.34/server/mpm/config.m4
httpd-2.2.34/server/mpm/Makefile.in
httpd-2.2.34/server/mpm/beos/
httpd-2.2.34/server/mpm/beos/beos.h
httpd-2.2.34/server/mpm/beos/config5.m4
httpd-2.2.34/server/mpm/beos/mpm.h
httpd-2.2.34/server/mpm/beos/Makefile.in
httpd-2.2.34/server/mpm/beos/mpm_default.h
httpd-2.2.34/server/mpm/beos/beos.c
httpd-2.2.34/server/mpm/netware/
httpd-2.2.34/server/mpm/netware/mpm_netware.c
httpd-2.2.34/server/mpm/netware/mpm.h
httpd-2.2.34/server/mpm/netware/mpm_default.h
httpd-2.2.34/server/mpm/winnt/
httpd-2.2.34/server/mpm/winnt/service.c
httpd-2.2.34/server/mpm/winnt/Win9xConHook.h
httpd-2.2.34/server/mpm/winnt/child.c
httpd-2.2.34/server/mpm/winnt/mpm_winnt.c
httpd-2.2.34/server/mpm/winnt/config.m4
httpd-2.2.34/server/mpm/winnt/mpm.h
httpd-2.2.34/server/mpm/winnt/Makefile.in
httpd-2.2.34/server/mpm/winnt/Win9xConHook.dsp
httpd-2.2.34/server/mpm/winnt/mpm_winnt.h
httpd-2.2.34/server/mpm/winnt/Win9xConHook.c
httpd-2.2.34/server/mpm/winnt/Win9xConHook.def
httpd-2.2.34/server/mpm/winnt/mpm_default.h
httpd-2.2.34/server/mpm/winnt/nt_eventlog.c
httpd-2.2.34/server/mpm/experimental/
httpd-2.2.34/server/mpm/experimental/event/
httpd-2.2.34/server/mpm/experimental/event/pod.c
httpd-2.2.34/server/mpm/experimental/event/event.c
httpd-2.2.34/server/mpm/experimental/event/fdqueue.h
httpd-2.2.34/server/mpm/experimental/event/config5.m4
httpd-2.2.34/server/mpm/experimental/event/mpm.h
httpd-2.2.34/server/mpm/experimental/event/fdqueue.c
httpd-2.2.34/server/mpm/experimental/event/Makefile.in
httpd-2.2.34/server/mpm/experimental/event/pod.h
httpd-2.2.34/server/mpm/experimental/event/mpm_default.h
httpd-2.2.34/server/mpm/worker/
httpd-2.2.34/server/mpm/worker/pod.c
httpd-2.2.34/server/mpm/worker/fdqueue.h
httpd-2.2.34/server/mpm/worker/config5.m4
httpd-2.2.34/server/mpm/worker/mpm.h
httpd-2.2.34/server/mpm/worker/fdqueue.c
httpd-2.2.34/server/mpm/worker/Makefile.in
httpd-2.2.34/server/mpm/worker/pod.h
httpd-2.2.34/server/mpm/worker/mpm_default.h
httpd-2.2.34/server/mpm/worker/worker.c
httpd-2.2.34/server/core.c
httpd-2.2.34/server/provider.c
httpd-2.2.34/server/util_ebcdic.c
httpd-2.2.34/server/util_charset.c
httpd-2.2.34/server/request.c
httpd-2.2.34/server/util_pcre.c
httpd-2.2.34/server/util_time.c
httpd-2.2.34/server/util_xml.c
httpd-2.2.34/server/scoreboard.c
httpd-2.2.34/server/main.c
httpd-2.2.34/server/gen_test_char.c
httpd-2.2.34/server/vhost.c
httpd-2.2.34/server/log.c
httpd-2.2.34/server/config.m4
httpd-2.2.34/server/NWGNUmakefile
httpd-2.2.34/server/core_filters.c
httpd-2.2.34/server/buildmark.c
httpd-2.2.34/server/.indent.pro
httpd-2.2.34/server/util_script.c
httpd-2.2.34/server/util_cfgtree.c
httpd-2.2.34/server/error_bucket.c
httpd-2.2.34/server/Makefile.in
httpd-2.2.34/server/connection.c
httpd-2.2.34/server/listen.c
httpd-2.2.34/server/gen_test_char.mak
httpd-2.2.34/server/protocol.c
httpd-2.2.34/server/mpm_common.c
httpd-2.2.34/server/util_filter.c
httpd-2.2.34/server/util.c
httpd-2.2.34/server/config.c
httpd-2.2.34/server/util_md5.c
httpd-2.2.34/server/eoc_bucket.c
httpd-2.2.34/server/gen_test_char.dep
httpd-2.2.34/config.layout
httpd-2.2.34/libhttpd.dep
httpd-2.2.34/README-win32.txt
httpd-2.2.34/docs/
httpd-2.2.34/docs/cgi-examples/
httpd-2.2.34/docs/cgi-examples/printenv
httpd-2.2.34/docs/cgi-examples/test-cgi
httpd-2.2.34/docs/icons/
httpd-2.2.34/docs/icons/sound2.gif
httpd-2.2.34/docs/icons/image1.gif
httpd-2.2.34/docs/icons/movie.png
httpd-2.2.34/docs/icons/generic.red.png
httpd-2.2.34/docs/icons/ball.red.png
httpd-2.2.34/docs/icons/p.gif
httpd-2.2.34/docs/icons/apache_pb.png
httpd-2.2.34/docs/icons/pie3.gif
httpd-2.2.34/docs/icons/uuencoded.png
httpd-2.2.34/docs/icons/binary.gif
httpd-2.2.34/docs/icons/pie7.gif
httpd-2.2.34/docs/icons/folder.png
httpd-2.2.34/docs/icons/binhex.png
httpd-2.2.34/docs/icons/screw1.png
httpd-2.2.34/docs/icons/f.png
httpd-2.2.34/docs/icons/box1.gif
httpd-2.2.34/docs/icons/sphere1.gif
httpd-2.2.34/docs/icons/diskimg.png
httpd-2.2.34/docs/icons/dir.gif
httpd-2.2.34/docs/icons/world2.gif
httpd-2.2.34/docs/icons/unknown.gif
httpd-2.2.34/docs/icons/small/
httpd-2.2.34/docs/icons/small/sound2.gif
httpd-2.2.34/docs/icons/small/movie.png
httpd-2.2.34/docs/icons/small/binary.gif
httpd-2.2.34/docs/icons/small/binhex.png
httpd-2.2.34/docs/icons/small/image.png
httpd-2.2.34/docs/icons/small/dir.gif
httpd-2.2.34/docs/icons/small/unknown.gif
httpd-2.2.34/docs/icons/small/dir2.png
httpd-2.2.34/docs/icons/small/generic2.gif
httpd-2.2.34/docs/icons/small/patch.gif
httpd-2.2.34/docs/icons/small/doc.png
httpd-2.2.34/docs/icons/small/image.gif
httpd-2.2.34/docs/icons/small/sound2.png
httpd-2.2.34/docs/icons/small/sound.png
httpd-2.2.34/docs/icons/small/continued.png
httpd-2.2.34/docs/icons/small/image2.png
httpd-2.2.34/docs/icons/small/movie.gif
httpd-2.2.34/docs/icons/small/text.gif
httpd-2.2.34/docs/icons/small/broken.gif
httpd-2.2.34/docs/icons/small/ps.png
httpd-2.2.34/docs/icons/small/compressed.gif
httpd-2.2.34/docs/icons/small/rainbow.gif
httpd-2.2.34/docs/icons/small/blank.png
httpd-2.2.34/docs/icons/small/binary.png
httpd-2.2.34/docs/icons/small/image2.gif
httpd-2.2.34/docs/icons/small/generic2.png
httpd-2.2.34/docs/icons/small/transfer.png
httpd-2.2.34/docs/icons/small/index.gif
httpd-2.2.34/docs/icons/small/back.gif
httpd-2.2.34/docs/icons/small/index.png
httpd-2.2.34/docs/icons/small/text.png
httpd-2.2.34/docs/icons/small/dir.png
httpd-2.2.34/docs/icons/small/patch.png
httpd-2.2.34/docs/icons/small/broken.png
httpd-2.2.34/docs/icons/small/forward.gif
httpd-2.2.34/docs/icons/small/continued.gif
httpd-2.2.34/docs/icons/small/key.gif
httpd-2.2.34/docs/icons/small/forward.png
httpd-2.2.34/docs/icons/small/generic3.gif
httpd-2.2.34/docs/icons/small/tar.png
httpd-2.2.34/docs/icons/small/uu.gif
httpd-2.2.34/docs/icons/small/ps.gif
httpd-2.2.34/docs/icons/small/burst.png
httpd-2.2.34/docs/icons/small/comp1.png
httpd-2.2.34/docs/icons/small/binhex.gif
httpd-2.2.34/docs/icons/small/dir2.gif
httpd-2.2.34/docs/icons/small/rainbow.png
httpd-2.2.34/docs/icons/small/back.png
httpd-2.2.34/docs/icons/small/burst.gif
httpd-2.2.34/docs/icons/small/comp1.gif
httpd-2.2.34/docs/icons/small/compressed.png
httpd-2.2.34/docs/icons/small/tar.gif
httpd-2.2.34/docs/icons/small/key.png
httpd-2.2.34/docs/icons/small/uu.png
httpd-2.2.34/docs/icons/small/generic3.png
httpd-2.2.34/docs/icons/small/generic.gif
httpd-2.2.34/docs/icons/small/comp2.png
httpd-2.2.34/docs/icons/small/generic.png
httpd-2.2.34/docs/icons/small/sound.gif
httpd-2.2.34/docs/icons/small/transfer.gif
httpd-2.2.34/docs/icons/small/doc.gif
httpd-2.2.34/docs/icons/small/unknown.png
httpd-2.2.34/docs/icons/small/comp2.gif
httpd-2.2.34/docs/icons/small/blank.gif
httpd-2.2.34/docs/icons/sphere1.png
httpd-2.2.34/docs/icons/world2.png
httpd-2.2.34/docs/icons/pie4.png
httpd-2.2.34/docs/icons/icon.sheet.png
httpd-2.2.34/docs/icons/pie3.png
httpd-2.2.34/docs/icons/up.gif
httpd-2.2.34/docs/icons/sphere2.png
httpd-2.2.34/docs/icons/p.png
httpd-2.2.34/docs/icons/left.gif
httpd-2.2.34/docs/icons/patch.gif
httpd-2.2.34/docs/icons/pie1.png
httpd-2.2.34/docs/icons/right.png
httpd-2.2.34/docs/icons/bomb.png
httpd-2.2.34/docs/icons/hand.right.png
httpd-2.2.34/docs/icons/dvi.png
httpd-2.2.34/docs/icons/sound2.png
httpd-2.2.34/docs/icons/hand.up.png
httpd-2.2.34/docs/icons/world1.gif
httpd-2.2.34/docs/icons/image3.png
httpd-2.2.34/docs/icons/sound1.gif
httpd-2.2.34/docs/icons/c.png
httpd-2.2.34/docs/icons/pdf.gif
httpd-2.2.34/docs/icons/continued.png
httpd-2.2.34/docs/icons/image2.png
httpd-2.2.34/docs/icons/pie6.png
httpd-2.2.34/docs/icons/movie.gif
httpd-2.2.34/docs/icons/left.png
httpd-2.2.34/docs/icons/apache_pb.gif
httpd-2.2.34/docs/icons/image1.png
httpd-2.2.34/docs/icons/text.gif
httpd-2.2.34/docs/icons/broken.gif
httpd-2.2.34/docs/icons/ball.gray.png
httpd-2.2.34/docs/icons/ps.png
httpd-2.2.34/docs/icons/compressed.gif
httpd-2.2.34/docs/icons/pie0.png
httpd-2.2.34/docs/icons/tex.png
httpd-2.2.34/docs/icons/blank.png
httpd-2.2.34/docs/icons/binary.png
httpd-2.2.34/docs/icons/ball.gray.gif
httpd-2.2.34/docs/icons/image2.gif
httpd-2.2.34/docs/icons/box2.png
httpd-2.2.34/docs/icons/quill.png
httpd-2.2.34/docs/icons/transfer.png
httpd-2.2.34/docs/icons/alert.black.png
httpd-2.2.34/docs/icons/index.gif
httpd-2.2.34/docs/icons/back.gif
httpd-2.2.34/docs/icons/index.png
httpd-2.2.34/docs/icons/text.png
httpd-2.2.34/docs/icons/dir.png
httpd-2.2.34/docs/icons/pie8.png
httpd-2.2.34/docs/icons/a.png
httpd-2.2.34/docs/icons/patch.png
httpd-2.2.34/docs/icons/script.png
httpd-2.2.34/docs/icons/broken.png
httpd-2.2.34/docs/icons/pie7.png
httpd-2.2.34/docs/icons/ball.red.gif
httpd-2.2.34/docs/icons/a.gif
httpd-2.2.34/docs/icons/bomb.gif
httpd-2.2.34/docs/icons/pie5.gif
httpd-2.2.34/docs/icons/forward.gif
httpd-2.2.34/docs/icons/folder.sec.png
httpd-2.2.34/docs/icons/README.html
httpd-2.2.34/docs/icons/dvi.gif
httpd-2.2.34/docs/icons/continued.gif
httpd-2.2.34/docs/icons/alert.red.png
httpd-2.2.34/docs/icons/README
httpd-2.2.34/docs/icons/screw1.gif
httpd-2.2.34/docs/icons/forward.png
httpd-2.2.34/docs/icons/diskimg.gif
httpd-2.2.34/docs/icons/tar.png
httpd-2.2.34/docs/icons/uu.gif
httpd-2.2.34/docs/icons/ps.gif
httpd-2.2.34/docs/icons/f.gif
httpd-2.2.34/docs/icons/alert.black.gif
httpd-2.2.34/docs/icons/comp.blue.png
httpd-2.2.34/docs/icons/screw2.gif
httpd-2.2.34/docs/icons/world1.png
httpd-2.2.34/docs/icons/icon.sheet.gif
httpd-2.2.34/docs/icons/burst.png
httpd-2.2.34/docs/icons/hand.up.gif
httpd-2.2.34/docs/icons/binhex.gif
httpd-2.2.34/docs/icons/pie2.gif
httpd-2.2.34/docs/icons/comp.gray.png
httpd-2.2.34/docs/icons/box1.png
httpd-2.2.34/docs/icons/apache_pb2.gif
httpd-2.2.34/docs/icons/screw2.png
httpd-2.2.34/docs/icons/layout.png
httpd-2.2.34/docs/icons/layout.gif
httpd-2.2.34/docs/icons/pie6.gif
httpd-2.2.34/docs/icons/back.png
httpd-2.2.34/docs/icons/burst.gif
httpd-2.2.34/docs/icons/compressed.png
httpd-2.2.34/docs/icons/folder.open.gif
httpd-2.2.34/docs/icons/link.png
httpd-2.2.34/docs/icons/pie0.gif
httpd-2.2.34/docs/icons/tar.gif
httpd-2.2.34/docs/icons/generic.red.gif
httpd-2.2.34/docs/icons/pie8.gif
httpd-2.2.34/docs/icons/folder.open.png
httpd-2.2.34/docs/icons/uu.png
httpd-2.2.34/docs/icons/link.gif
httpd-2.2.34/docs/icons/folder.sec.gif
httpd-2.2.34/docs/icons/comp.blue.gif
httpd-2.2.34/docs/icons/generic.sec.gif
httpd-2.2.34/docs/icons/folder.gif
httpd-2.2.34/docs/icons/image3.gif
httpd-2.2.34/docs/icons/generic.gif
httpd-2.2.34/docs/icons/generic.png
httpd-2.2.34/docs/icons/uuencoded.gif
httpd-2.2.34/docs/icons/apache_pb2.png
httpd-2.2.34/docs/icons/tex.gif
httpd-2.2.34/docs/icons/pie4.gif
httpd-2.2.34/docs/icons/comp.gray.gif
httpd-2.2.34/docs/icons/up.png
httpd-2.2.34/docs/icons/pie1.gif
httpd-2.2.34/docs/icons/generic.sec.png
httpd-2.2.34/docs/icons/transfer.gif
httpd-2.2.34/docs/icons/right.gif
httpd-2.2.34/docs/icons/pie5.png
httpd-2.2.34/docs/icons/portal.png
httpd-2.2.34/docs/icons/pie2.png
httpd-2.2.34/docs/icons/c.gif
httpd-2.2.34/docs/icons/alert.red.gif
httpd-2.2.34/docs/icons/pdf.png
httpd-2.2.34/docs/icons/script.gif
httpd-2.2.34/docs/icons/down.png
httpd-2.2.34/docs/icons/sound1.png
httpd-2.2.34/docs/icons/down.gif
httpd-2.2.34/docs/icons/sphere2.gif
httpd-2.2.34/docs/icons/portal.gif
httpd-2.2.34/docs/icons/unknown.png
httpd-2.2.34/docs/icons/hand.right.gif
httpd-2.2.34/docs/icons/quill.gif
httpd-2.2.34/docs/icons/apache_pb2_ani.gif
httpd-2.2.34/docs/icons/blank.gif
httpd-2.2.34/docs/icons/box2.gif
httpd-2.2.34/docs/conf/
httpd-2.2.34/docs/conf/mime.types
httpd-2.2.34/docs/conf/httpd.conf.in
httpd-2.2.34/docs/conf/magic
httpd-2.2.34/docs/conf/charset.conv
httpd-2.2.34/docs/conf/extra/
httpd-2.2.34/docs/conf/extra/httpd-multilang-errordoc.conf.in
httpd-2.2.34/docs/conf/extra/httpd-vhosts.conf.in
httpd-2.2.34/docs/conf/extra/httpd-info.conf.in
httpd-2.2.34/docs/conf/extra/httpd-languages.conf.in
httpd-2.2.34/docs/conf/extra/httpd-autoindex.conf.in
httpd-2.2.34/docs/conf/extra/httpd-userdir.conf.in
httpd-2.2.34/docs/conf/extra/httpd-mpm.conf.in
httpd-2.2.34/docs/conf/extra/httpd-dav.conf.in
httpd-2.2.34/docs/conf/extra/httpd-manual.conf.in
httpd-2.2.34/docs/conf/extra/httpd-default.conf.in
httpd-2.2.34/docs/conf/extra/httpd-ssl.conf.in
httpd-2.2.34/docs/docroot/
httpd-2.2.34/docs/docroot/index.html
httpd-2.2.34/docs/manual/
httpd-2.2.34/docs/manual/dso.html.ja.utf8
httpd-2.2.34/docs/manual/platform/
httpd-2.2.34/docs/manual/platform/index.html.en
httpd-2.2.34/docs/manual/platform/ebcdic.html.en
httpd-2.2.34/docs/manual/platform/windows.html.en
httpd-2.2.34/docs/manual/platform/netware.html.ko.euc-kr
httpd-2.2.34/docs/manual/platform/windows.html.ko.euc-kr
httpd-2.2.34/docs/manual/platform/index.html.zh-cn.utf8
httpd-2.2.34/docs/manual/platform/win_compiling.html
httpd-2.2.34/docs/manual/platform/perf-hp.html
httpd-2.2.34/docs/manual/platform/perf-hp.html.ko.euc-kr
httpd-2.2.34/docs/manual/platform/index.html.ko.euc-kr
httpd-2.2.34/docs/manual/platform/perf-hp.html.en
httpd-2.2.34/docs/manual/platform/ebcdic.html.ko.euc-kr
httpd-2.2.34/docs/manual/platform/windows.html
httpd-2.2.34/docs/manual/platform/netware.html
httpd-2.2.34/docs/manual/platform/index.html
httpd-2.2.34/docs/manual/platform/ebcdic.html
httpd-2.2.34/docs/manual/platform/win_compiling.html.en
httpd-2.2.34/docs/manual/platform/win_compiling.html.ko.euc-kr
httpd-2.2.34/docs/manual/platform/netware.html.en
httpd-2.2.34/docs/manual/invoking.html.en
httpd-2.2.34/docs/manual/upgrading.html.fr
httpd-2.2.34/docs/manual/install.html.fr
httpd-2.2.34/docs/manual/new_features_2_0.html.de
httpd-2.2.34/docs/manual/sections.html
httpd-2.2.34/docs/manual/new_features_2_0.html.tr.utf8
httpd-2.2.34/docs/manual/howto/
httpd-2.2.34/docs/manual/howto/htaccess.html.pt-br
httpd-2.2.34/docs/manual/howto/index.html.en
httpd-2.2.34/docs/manual/howto/ssi.html.ko.euc-kr
httpd-2.2.34/docs/manual/howto/auth.html.ja.utf8
httpd-2.2.34/docs/manual/howto/htaccess.html.ko.euc-kr
httpd-2.2.34/docs/manual/howto/access.html
httpd-2.2.34/docs/manual/howto/index.html.zh-cn.utf8
httpd-2.2.34/docs/manual/howto/auth.html
httpd-2.2.34/docs/manual/howto/htaccess.html.en
httpd-2.2.34/docs/manual/howto/auth.html.tr.utf8
httpd-2.2.34/docs/manual/howto/index.html.ja.utf8
httpd-2.2.34/docs/manual/howto/index.html.ko.euc-kr
httpd-2.2.34/docs/manual/howto/auth.html.ko.euc-kr
httpd-2.2.34/docs/manual/howto/public_html.html.ja.utf8
httpd-2.2.34/docs/manual/howto/public_html.html.ko.euc-kr
httpd-2.2.34/docs/manual/howto/htaccess.html
httpd-2.2.34/docs/manual/howto/ssi.html
httpd-2.2.34/docs/manual/howto/htaccess.html.ja.utf8
httpd-2.2.34/docs/manual/howto/cgi.html.en
httpd-2.2.34/docs/manual/howto/public_html.html.en
httpd-2.2.34/docs/manual/howto/cgi.html
httpd-2.2.34/docs/manual/howto/ssi.html.ja.utf8
httpd-2.2.34/docs/manual/howto/public_html.html
httpd-2.2.34/docs/manual/howto/htaccess.html.fr
httpd-2.2.34/docs/manual/howto/public_html.html.tr.utf8
httpd-2.2.34/docs/manual/howto/cgi.html.ja.utf8
httpd-2.2.34/docs/manual/howto/index.html
httpd-2.2.34/docs/manual/howto/auth.html.en
httpd-2.2.34/docs/manual/howto/cgi.html.ko.euc-kr
httpd-2.2.34/docs/manual/howto/auth.html.fr
httpd-2.2.34/docs/manual/howto/ssi.html.en
httpd-2.2.34/docs/manual/howto/access.html.en
httpd-2.2.34/docs/manual/stopping.html.ja.utf8
httpd-2.2.34/docs/manual/developer/
httpd-2.2.34/docs/manual/developer/API.html.en
httpd-2.2.34/docs/manual/developer/index.html.en
httpd-2.2.34/docs/manual/developer/API.html
httpd-2.2.34/docs/manual/developer/modules.html.en
httpd-2.2.34/docs/manual/developer/index.html.zh-cn.utf8
httpd-2.2.34/docs/manual/developer/debugging.html.en
httpd-2.2.34/docs/manual/developer/thread_safety.html
httpd-2.2.34/docs/manual/developer/filters.html.en
httpd-2.2.34/docs/manual/developer/hooks.html.en
httpd-2.2.34/docs/manual/developer/modules.html
httpd-2.2.34/docs/manual/developer/hooks.html
httpd-2.2.34/docs/manual/developer/documenting.html
httpd-2.2.34/docs/manual/developer/thread_safety.html.en
httpd-2.2.34/docs/manual/developer/modules.html.ja.utf8
httpd-2.2.34/docs/manual/developer/documenting.html.en
httpd-2.2.34/docs/manual/developer/request.html.en
httpd-2.2.34/docs/manual/developer/index.html
httpd-2.2.34/docs/manual/developer/request.html
httpd-2.2.34/docs/manual/developer/filters.html
httpd-2.2.34/docs/manual/developer/debugging.html
httpd-2.2.34/docs/manual/developer/documenting.html.zh-cn.utf8
httpd-2.2.34/docs/manual/handler.html.ko.euc-kr
httpd-2.2.34/docs/manual/index.html.en
httpd-2.2.34/docs/manual/content-negotiation.html.tr.utf8
httpd-2.2.34/docs/manual/env.html.tr.utf8
httpd-2.2.34/docs/manual/new_features_2_0.html
httpd-2.2.34/docs/manual/filter.html.ko.euc-kr
httpd-2.2.34/docs/manual/handler.html.tr.utf8
httpd-2.2.34/docs/manual/server-wide.html.en
httpd-2.2.34/docs/manual/sitemap.html.ja.utf8
httpd-2.2.34/docs/manual/stopping.html.de
httpd-2.2.34/docs/manual/handler.html.es
httpd-2.2.34/docs/manual/faq/
httpd-2.2.34/docs/manual/faq/index.html.en
httpd-2.2.34/docs/manual/faq/index.html.zh-cn.utf8
httpd-2.2.34/docs/manual/faq/index.html.tr.utf8
httpd-2.2.34/docs/manual/faq/index.html
httpd-2.2.34/docs/manual/bind.html.tr.utf8
httpd-2.2.34/docs/manual/rewrite/
httpd-2.2.34/docs/manual/rewrite/vhosts.html
httpd-2.2.34/docs/manual/rewrite/tech.html.fr
httpd-2.2.34/docs/manual/rewrite/flags.html
httpd-2.2.34/docs/manual/rewrite/index.html.en
httpd-2.2.34/docs/manual/rewrite/avoid.html.en
httpd-2.2.34/docs/manual/rewrite/access.html
httpd-2.2.34/docs/manual/rewrite/remapping.html
httpd-2.2.34/docs/manual/rewrite/index.html.zh-cn.utf8
httpd-2.2.34/docs/manual/rewrite/proxy.html.en
httpd-2.2.34/docs/manual/rewrite/htaccess.html.en
httpd-2.2.34/docs/manual/rewrite/tech.html
httpd-2.2.34/docs/manual/rewrite/remapping.html.en
httpd-2.2.34/docs/manual/rewrite/tech.html.en
httpd-2.2.34/docs/manual/rewrite/rewritemap.html.en
httpd-2.2.34/docs/manual/rewrite/avoid.html
httpd-2.2.34/docs/manual/rewrite/index.html.tr.utf8
httpd-2.2.34/docs/manual/rewrite/htaccess.html
httpd-2.2.34/docs/manual/rewrite/intro.html.fr
httpd-2.2.34/docs/manual/rewrite/advanced.html.en
httpd-2.2.34/docs/manual/rewrite/intro.html.en
httpd-2.2.34/docs/manual/rewrite/rewritemap.html
httpd-2.2.34/docs/manual/rewrite/advanced.html
httpd-2.2.34/docs/manual/rewrite/flags.html.fr
httpd-2.2.34/docs/manual/rewrite/flags.html.en
httpd-2.2.34/docs/manual/rewrite/index.html.fr
httpd-2.2.34/docs/manual/rewrite/index.html
httpd-2.2.34/docs/manual/rewrite/proxy.html
httpd-2.2.34/docs/manual/rewrite/vhosts.html.en
httpd-2.2.34/docs/manual/rewrite/intro.html
httpd-2.2.34/docs/manual/rewrite/access.html.en
httpd-2.2.34/docs/manual/ssl/
httpd-2.2.34/docs/manual/ssl/index.html.en
httpd-2.2.34/docs/manual/ssl/ssl_compat.html.en
httpd-2.2.34/docs/manual/ssl/ssl_howto.html.en
httpd-2.2.34/docs/manual/ssl/ssl_intro.html.ja.utf8
httpd-2.2.34/docs/manual/ssl/ssl_compat.html
httpd-2.2.34/docs/manual/ssl/index.html.zh-cn.utf8
httpd-2.2.34/docs/manual/ssl/ssl_faq.html
httpd-2.2.34/docs/manual/ssl/index.html.ja.utf8
httpd-2.2.34/docs/manual/ssl/index.html.tr.utf8
httpd-2.2.34/docs/manual/ssl/ssl_intro.html.en
httpd-2.2.34/docs/manual/ssl/ssl_howto.html
httpd-2.2.34/docs/manual/ssl/ssl_intro.html
httpd-2.2.34/docs/manual/ssl/ssl_faq.html.en
httpd-2.2.34/docs/manual/ssl/index.html
httpd-2.2.34/docs/manual/style/
httpd-2.2.34/docs/manual/style/modulesynopsis.dtd
httpd-2.2.34/docs/manual/style/faq.dtd
httpd-2.2.34/docs/manual/style/xsl/
httpd-2.2.34/docs/manual/style/xsl/util/
httpd-2.2.34/docs/manual/style/sitemap.dtd
httpd-2.2.34/docs/manual/style/manualpage.dtd
httpd-2.2.34/docs/manual/style/common.dtd
httpd-2.2.34/docs/manual/style/scripts/
httpd-2.2.34/docs/manual/style/scripts/prettify.js
httpd-2.2.34/docs/manual/style/scripts/MINIFY
httpd-2.2.34/docs/manual/style/scripts/prettify.min.js
httpd-2.2.34/docs/manual/style/css/
httpd-2.2.34/docs/manual/style/css/manual.css
httpd-2.2.34/docs/manual/style/css/manual-loose-100pc.css
httpd-2.2.34/docs/manual/style/css/manual-zip.css
httpd-2.2.34/docs/manual/style/css/manual-print.css
httpd-2.2.34/docs/manual/style/css/prettify.css
httpd-2.2.34/docs/manual/style/css/manual-zip-100pc.css
httpd-2.2.34/docs/manual/style/css/manual-chm.css
httpd-2.2.34/docs/manual/style/latex/
httpd-2.2.34/docs/manual/style/latex/atbeginend.sty
httpd-2.2.34/docs/manual/style/version.ent
httpd-2.2.34/docs/manual/style/build.properties
httpd-2.2.34/docs/manual/style/lang.dtd
httpd-2.2.34/docs/manual/style/lang/
httpd-2.2.34/docs/manual/invoking.html.ko.euc-kr
httpd-2.2.34/docs/manual/configuring.html.de
httpd-2.2.34/docs/manual/sections.html.tr.utf8
httpd-2.2.34/docs/manual/bind.html.en
httpd-2.2.34/docs/manual/install.html.en
httpd-2.2.34/docs/manual/sitemap.html.es
httpd-2.2.34/docs/manual/server-wide.html.ja.utf8
httpd-2.2.34/docs/manual/upgrading.html.ja.utf8
httpd-2.2.34/docs/manual/server-wide.html.tr.utf8
httpd-2.2.34/docs/manual/dns-caveats.html.tr.utf8
httpd-2.2.34/docs/manual/invoking.html.de
httpd-2.2.34/docs/manual/suexec.html.tr.utf8
httpd-2.2.34/docs/manual/invoking.html.ja.utf8
httpd-2.2.34/docs/manual/filter.html.tr.utf8
httpd-2.2.34/docs/manual/content-negotiation.html.en
httpd-2.2.34/docs/manual/bind.html.ko.euc-kr
httpd-2.2.34/docs/manual/stopping.html.es
httpd-2.2.34/docs/manual/custom-error.html
httpd-2.2.34/docs/manual/server-wide.html
httpd-2.2.34/docs/manual/mpm.html
httpd-2.2.34/docs/manual/glossary.html.ko.euc-kr
httpd-2.2.34/docs/manual/index.html.zh-cn.utf8
httpd-2.2.34/docs/manual/mpm.html.en
httpd-2.2.34/docs/manual/install.html.ja.utf8
httpd-2.2.34/docs/manual/mpm.html.es
httpd-2.2.34/docs/manual/sections.html.ko.euc-kr
httpd-2.2.34/docs/manual/urlmapping.html.ko.euc-kr
httpd-2.2.34/docs/manual/caching.html.tr.utf8
httpd-2.2.34/docs/manual/upgrading.html
httpd-2.2.34/docs/manual/convenience.map
httpd-2.2.34/docs/manual/sitemap.html.en
httpd-2.2.34/docs/manual/dso.html
httpd-2.2.34/docs/manual/sections.html.en
httpd-2.2.34/docs/manual/dns-caveats.html.ja.utf8
httpd-2.2.34/docs/manual/glossary.html.es
httpd-2.2.34/docs/manual/glossary.html.tr.utf8
httpd-2.2.34/docs/manual/sections.html.fr
httpd-2.2.34/docs/manual/install.html.de
httpd-2.2.34/docs/manual/license.html
httpd-2.2.34/docs/manual/suexec.html.ja.utf8
httpd-2.2.34/docs/manual/logs.html.ko.euc-kr
httpd-2.2.34/docs/manual/sitemap.html.de
httpd-2.2.34/docs/manual/bind.html.ja.utf8
httpd-2.2.34/docs/manual/new_features_2_2.html.tr.utf8
httpd-2.2.34/docs/manual/bind.html.de
httpd-2.2.34/docs/manual/sections.html.ja.utf8
httpd-2.2.34/docs/manual/install.html
httpd-2.2.34/docs/manual/LICENSE
httpd-2.2.34/docs/manual/invoking.html.tr.utf8
httpd-2.2.34/docs/manual/caching.html
httpd-2.2.34/docs/manual/new_features_2_0.html.pt-br
httpd-2.2.34/docs/manual/custom-error.html.ko.euc-kr
httpd-2.2.34/docs/manual/new_features_2_0.html.en
httpd-2.2.34/docs/manual/index.html.ja.utf8
httpd-2.2.34/docs/manual/custom-error.html.es
httpd-2.2.34/docs/manual/handler.html.ja.utf8
httpd-2.2.34/docs/manual/index.html.ko.euc-kr
httpd-2.2.34/docs/manual/new_features_2_2.html
httpd-2.2.34/docs/manual/invoking.html
httpd-2.2.34/docs/manual/sitemap.html
httpd-2.2.34/docs/manual/dso.html.tr.utf8
httpd-2.2.34/docs/manual/caching.html.en
httpd-2.2.34/docs/manual/env.html.ja.utf8
httpd-2.2.34/docs/manual/new_features_2_2.html.ko.euc-kr
httpd-2.2.34/docs/manual/logs.html
httpd-2.2.34/docs/manual/logs.html.fr
httpd-2.2.34/docs/manual/mod/
httpd-2.2.34/docs/manual/mod/mpm_winnt.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_log_config.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/quickreference.html.tr.utf8
httpd-2.2.34/docs/manual/mod/quickreference.html.es
httpd-2.2.34/docs/manual/mod/mod_authz_owner.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_cgid.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_dir.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_asis.html
httpd-2.2.34/docs/manual/mod/mpm_winnt.html.en
httpd-2.2.34/docs/manual/mod/mod_ssl.html.en
httpd-2.2.34/docs/manual/mod/core.html
httpd-2.2.34/docs/manual/mod/mod_speling.html
httpd-2.2.34/docs/manual/mod/mod_status.html
httpd-2.2.34/docs/manual/mod/mod_authn_anon.html
httpd-2.2.34/docs/manual/mod/mod_cern_meta.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_imagemap.html.en
httpd-2.2.34/docs/manual/mod/index.html.en
httpd-2.2.34/docs/manual/mod/mod_dav_fs.html.en
httpd-2.2.34/docs/manual/mod/mod_cgi.html.en
httpd-2.2.34/docs/manual/mod/mod_so.html
httpd-2.2.34/docs/manual/mod/worker.html
httpd-2.2.34/docs/manual/mod/mod_authn_dbm.html.en
httpd-2.2.34/docs/manual/mod/mod_file_cache.html
httpd-2.2.34/docs/manual/mod/mod_logio.html
httpd-2.2.34/docs/manual/mod/mod_authz_default.html
httpd-2.2.34/docs/manual/mod/mod_ident.html.en
httpd-2.2.34/docs/manual/mod/mod_autoindex.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_echo.html
httpd-2.2.34/docs/manual/mod/mod_unique_id.html
httpd-2.2.34/docs/manual/mod/mod_asis.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_authn_anon.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_dav_lock.html.ja.utf8
httpd-2.2.34/docs/manual/mod/module-dict.html
httpd-2.2.34/docs/manual/mod/mod_nw_ssl.html.en
httpd-2.2.34/docs/manual/mod/mod_authn_alias.html
httpd-2.2.34/docs/manual/mod/mod_env.html.tr.utf8
httpd-2.2.34/docs/manual/mod/mod_expires.html.en
httpd-2.2.34/docs/manual/mod/mod_negotiation.html.ja.utf8
httpd-2.2.34/docs/manual/mod/core.html.en
httpd-2.2.34/docs/manual/mod/mpm_common.html.en
httpd-2.2.34/docs/manual/mod/mod_proxy_ftp.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_authz_host.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_proxy_http.html.en
httpd-2.2.34/docs/manual/mod/mod_cgi.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_suexec.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_info.html.en
httpd-2.2.34/docs/manual/mod/mod_authz_host.html.en
httpd-2.2.34/docs/manual/mod/mod_proxy_ftp.html
httpd-2.2.34/docs/manual/mod/mod_proxy_connect.html.en
httpd-2.2.34/docs/manual/mod/mod_isapi.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_authz_groupfile.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_cgi.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_proxy_ajp.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_vhost_alias.html.tr.utf8
httpd-2.2.34/docs/manual/mod/mod_authz_dbm.html.en
httpd-2.2.34/docs/manual/mod/mod_log_config.html.tr.utf8
httpd-2.2.34/docs/manual/mod/quickreference.html.de
httpd-2.2.34/docs/manual/mod/beos.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_authz_user.html.en
httpd-2.2.34/docs/manual/mod/mod_cgid.html
httpd-2.2.34/docs/manual/mod/mod_vhost_alias.html.en
httpd-2.2.34/docs/manual/mod/mpm_common.html.de
httpd-2.2.34/docs/manual/mod/mod_logio.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mpm_winnt.html.de
httpd-2.2.34/docs/manual/mod/mod_info.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_authz_groupfile.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_authn_dbm.html.ja.utf8
httpd-2.2.34/docs/manual/mod/module-dict.html.en
httpd-2.2.34/docs/manual/mod/mod_usertrack.html
httpd-2.2.34/docs/manual/mod/mod_ident.html
httpd-2.2.34/docs/manual/mod/mod_charset_lite.html.en
httpd-2.2.34/docs/manual/mod/mod_log_forensic.html.en
httpd-2.2.34/docs/manual/mod/directive-dict.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_deflate.html
httpd-2.2.34/docs/manual/mod/mod_status.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_headers.html
httpd-2.2.34/docs/manual/mod/mod_authn_dbd.html
httpd-2.2.34/docs/manual/mod/mod_alias.html.tr.utf8
httpd-2.2.34/docs/manual/mod/directives.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_ext_filter.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_proxy_scgi.html.en
httpd-2.2.34/docs/manual/mod/mod_autoindex.html.en
httpd-2.2.34/docs/manual/mod/mod_proxy_scgi.html.ja.utf8
httpd-2.2.34/docs/manual/mod/index.html.zh-cn.utf8
httpd-2.2.34/docs/manual/mod/mod_authnz_ldap.html.en
httpd-2.2.34/docs/manual/mod/mod_authn_file.html.en
httpd-2.2.34/docs/manual/mod/mod_example.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_suexec.html.fr
httpd-2.2.34/docs/manual/mod/mod_actions.html.en
httpd-2.2.34/docs/manual/mod/mod_echo.html.en
httpd-2.2.34/docs/manual/mod/mod_dir.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_authz_default.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_ldap.html.en
httpd-2.2.34/docs/manual/mod/mod_asis.html.en
httpd-2.2.34/docs/manual/mod/beos.html.de
httpd-2.2.34/docs/manual/mod/mod_status.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_mem_cache.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_cgi.html
httpd-2.2.34/docs/manual/mod/mod_version.html.en
httpd-2.2.34/docs/manual/mod/mod_authz_user.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_unique_id.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_authn_dbm.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_charset_lite.html
httpd-2.2.34/docs/manual/mod/mod_auth_digest.html.fr
httpd-2.2.34/docs/manual/mod/mod_authz_owner.html.en
httpd-2.2.34/docs/manual/mod/mod_so.html.en
httpd-2.2.34/docs/manual/mod/beos.html.en
httpd-2.2.34/docs/manual/mod/mod_proxy.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_setenvif.html.tr.utf8
httpd-2.2.34/docs/manual/mod/mod_setenvif.html
httpd-2.2.34/docs/manual/mod/mod_disk_cache.html
httpd-2.2.34/docs/manual/mod/mod_mime.html.ja.utf8
httpd-2.2.34/docs/manual/mod/directives.html.zh-cn.utf8
httpd-2.2.34/docs/manual/mod/mod_alias.html
httpd-2.2.34/docs/manual/mod/worker.html.en
httpd-2.2.34/docs/manual/mod/mod_env.html
httpd-2.2.34/docs/manual/mod/mod_authz_user.html
httpd-2.2.34/docs/manual/mod/mod_suexec.html
httpd-2.2.34/docs/manual/mod/mod_authz_dbm.html
httpd-2.2.34/docs/manual/mod/mod_proxy_balancer.html
httpd-2.2.34/docs/manual/mod/mod_expires.html
httpd-2.2.34/docs/manual/mod/mod_auth_digest.html
httpd-2.2.34/docs/manual/mod/mod_userdir.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_actions.html
httpd-2.2.34/docs/manual/mod/mod_proxy.html
httpd-2.2.34/docs/manual/mod/mod_deflate.html.en
httpd-2.2.34/docs/manual/mod/mod_auth_basic.html.en
httpd-2.2.34/docs/manual/mod/worker.html.de
httpd-2.2.34/docs/manual/mod/directives.html.tr.utf8
httpd-2.2.34/docs/manual/mod/quickreference.html.zh-cn.utf8
httpd-2.2.34/docs/manual/mod/mod_proxy_balancer.html.en
httpd-2.2.34/docs/manual/mod/mod_echo.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/event.html
httpd-2.2.34/docs/manual/mod/mod_negotiation.html
httpd-2.2.34/docs/manual/mod/mod_auth_basic.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_dav_fs.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_authn_file.html
httpd-2.2.34/docs/manual/mod/mpm_common.html.tr.utf8
httpd-2.2.34/docs/manual/mod/quickreference.html
httpd-2.2.34/docs/manual/mod/mod_userdir.html.en
httpd-2.2.34/docs/manual/mod/mod_dumpio.html
httpd-2.2.34/docs/manual/mod/mod_userdir.html.tr.utf8
httpd-2.2.34/docs/manual/mod/core.html.tr.utf8
httpd-2.2.34/docs/manual/mod/quickreference.html.ru.koi8-r
httpd-2.2.34/docs/manual/mod/mod_disk_cache.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_echo.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_auth_digest.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_authn_default.html
httpd-2.2.34/docs/manual/mod/mod_dir.html.en
httpd-2.2.34/docs/manual/mod/mod_rewrite.html
httpd-2.2.34/docs/manual/mod/index.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_authz_host.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_mem_cache.html
httpd-2.2.34/docs/manual/mod/mod_cgid.html.en
httpd-2.2.34/docs/manual/mod/index.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_example.html.en
httpd-2.2.34/docs/manual/mod/mod_authn_anon.html.en
httpd-2.2.34/docs/manual/mod/mod_env.html.en
httpd-2.2.34/docs/manual/mod/event.html.en
httpd-2.2.34/docs/manual/mod/mod_authn_alias.html.fr
httpd-2.2.34/docs/manual/mod/mod_version.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_unique_id.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/prefork.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_headers.html.en
httpd-2.2.34/docs/manual/mod/module-dict.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/worker.html.ja.utf8
httpd-2.2.34/docs/manual/mod/directive-dict.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_include.html
httpd-2.2.34/docs/manual/mod/mod_dav.html
httpd-2.2.34/docs/manual/mod/mod_dav.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_alias.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_autoindex.html.tr.utf8
httpd-2.2.34/docs/manual/mod/beos.html.es
httpd-2.2.34/docs/manual/mod/mod_actions.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_reqtimeout.html.en
httpd-2.2.34/docs/manual/mod/index.html.tr.utf8
httpd-2.2.34/docs/manual/mod/mod_authz_default.html.en
httpd-2.2.34/docs/manual/mod/prefork.html.de
httpd-2.2.34/docs/manual/mod/mod_expires.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_proxy_connect.html
httpd-2.2.34/docs/manual/mod/prefork.html.tr.utf8
httpd-2.2.34/docs/manual/mod/mod_proxy_ftp.html.en
httpd-2.2.34/docs/manual/mod/mod_file_cache.html.en
httpd-2.2.34/docs/manual/mod/mod_info.html.ja.utf8
httpd-2.2.34/docs/manual/mod/directives.html.de
httpd-2.2.34/docs/manual/mod/mpm_winnt.html
httpd-2.2.34/docs/manual/mod/mod_speling.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_setenvif.html.en
httpd-2.2.34/docs/manual/mod/mod_cache.html
httpd-2.2.34/docs/manual/mod/mod_reqtimeout.html
httpd-2.2.34/docs/manual/mod/mod_dav_fs.html
httpd-2.2.34/docs/manual/mod/mod_charset_lite.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_so.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_dav.html.en
httpd-2.2.34/docs/manual/mod/mod_authz_default.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_speling.html.en
httpd-2.2.34/docs/manual/mod/mod_ldap.html
httpd-2.2.34/docs/manual/mod/mod_authn_default.html.ja.utf8
httpd-2.2.34/docs/manual/mod/core.html.fr
httpd-2.2.34/docs/manual/mod/mod_filter.html.en
httpd-2.2.34/docs/manual/mod/mpmt_os2.html.en
httpd-2.2.34/docs/manual/mod/mod_dbd.html.en
httpd-2.2.34/docs/manual/mod/mod_mem_cache.html.en
httpd-2.2.34/docs/manual/mod/mod_cern_meta.html
httpd-2.2.34/docs/manual/mod/prefork.html.en
httpd-2.2.34/docs/manual/mod/mod_headers.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_imagemap.html
httpd-2.2.34/docs/manual/mod/mod_suexec.html.en
httpd-2.2.34/docs/manual/mod/mod_expires.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_speling.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_mem_cache.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_mime.html.en
httpd-2.2.34/docs/manual/mod/mod_info.html
httpd-2.2.34/docs/manual/mod/core.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_logio.html.ja.utf8
httpd-2.2.34/docs/manual/mod/worker.html.tr.utf8
httpd-2.2.34/docs/manual/mod/mod_actions.html.de
httpd-2.2.34/docs/manual/mod/directive-dict.html
httpd-2.2.34/docs/manual/mod/module-dict.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_proxy_ajp.html.en
httpd-2.2.34/docs/manual/mod/mod_nw_ssl.html
httpd-2.2.34/docs/manual/mod/mod_disk_cache.html.en
httpd-2.2.34/docs/manual/mod/mod_actions.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_dav_fs.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_ident.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_proxy_balancer.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mpmt_os2.html
httpd-2.2.34/docs/manual/mod/directives.html.es
httpd-2.2.34/docs/manual/mod/mod_authz_owner.html
httpd-2.2.34/docs/manual/mod/directives.html.en
httpd-2.2.34/docs/manual/mod/mod_include.html.en
httpd-2.2.34/docs/manual/mod/mod_mime.html
httpd-2.2.34/docs/manual/mod/mod_authn_default.html.en
httpd-2.2.34/docs/manual/mod/mod_include.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_alias.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mpm_common.html
httpd-2.2.34/docs/manual/mod/mod_imagemap.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_ext_filter.html
httpd-2.2.34/docs/manual/mod/mod_authz_dbm.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_deflate.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/directive-dict.html.tr.utf8
httpd-2.2.34/docs/manual/mod/prefork.html
httpd-2.2.34/docs/manual/mod/mod_dir.html.tr.utf8
httpd-2.2.34/docs/manual/mod/mod_headers.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_autoindex.html.fr
httpd-2.2.34/docs/manual/mod/mod_file_cache.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_isapi.html
httpd-2.2.34/docs/manual/mod/mod_dav.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mpm_netware.html.en
httpd-2.2.34/docs/manual/mod/mod_proxy.html.fr
httpd-2.2.34/docs/manual/mod/mod_mime_magic.html
httpd-2.2.34/docs/manual/mod/mod_dumpio.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_dumpio.html.en
httpd-2.2.34/docs/manual/mod/mod_proxy_connect.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_authn_file.html.fr
httpd-2.2.34/docs/manual/mod/mod_dbd.html
httpd-2.2.34/docs/manual/mod/mod_deflate.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_suexec.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_auth_digest.html.en
httpd-2.2.34/docs/manual/mod/mod_substitute.html
httpd-2.2.34/docs/manual/mod/mod_rewrite.html.en
httpd-2.2.34/docs/manual/mod/mod_autoindex.html
httpd-2.2.34/docs/manual/mod/mod_version.html
httpd-2.2.34/docs/manual/mod/mod_version.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_cache.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_ext_filter.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_authz_host.html
httpd-2.2.34/docs/manual/mod/mod_userdir.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mpm_common.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_autoindex.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_authnz_ldap.html.fr
httpd-2.2.34/docs/manual/mod/mod_authz_groupfile.html.en
httpd-2.2.34/docs/manual/mod/mod_dav_lock.html
httpd-2.2.34/docs/manual/mod/mod_authn_file.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_ident.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_disk_cache.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_rewrite.html.fr
httpd-2.2.34/docs/manual/mod/mod_proxy_ajp.html
httpd-2.2.34/docs/manual/mod/mod_log_forensic.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_logio.html.en
httpd-2.2.34/docs/manual/mod/mod_substitute.html.en
httpd-2.2.34/docs/manual/mod/mod_authn_dbd.html.en
httpd-2.2.34/docs/manual/mod/mod_setenvif.html.ja.utf8
httpd-2.2.34/docs/manual/mod/quickreference.html.en
httpd-2.2.34/docs/manual/mod/mod_negotiation.html.en
httpd-2.2.34/docs/manual/mod/quickreference.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_cache.html.en
httpd-2.2.34/docs/manual/mod/mod_mime_magic.html.en
httpd-2.2.34/docs/manual/mod/directives.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_asis.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_authz_owner.html.ja.utf8
httpd-2.2.34/docs/manual/mod/index.html.de
httpd-2.2.34/docs/manual/mod/mod_log_config.html.en
httpd-2.2.34/docs/manual/mod/mod_log_forensic.html
httpd-2.2.34/docs/manual/mod/mod_isapi.html.en
httpd-2.2.34/docs/manual/mod/mod_dav_lock.html.en
httpd-2.2.34/docs/manual/mod/mod_authnz_ldap.html
httpd-2.2.34/docs/manual/mod/directives.html.ru.koi8-r
httpd-2.2.34/docs/manual/mod/mod_ext_filter.html.en
httpd-2.2.34/docs/manual/mod/index.html
httpd-2.2.34/docs/manual/mod/mod_ssl.html
httpd-2.2.34/docs/manual/mod/mod_proxy_http.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_userdir.html
httpd-2.2.34/docs/manual/mod/quickreference.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_authn_file.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_authz_user.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/directives.html
httpd-2.2.34/docs/manual/mod/mod_proxy_scgi.html
httpd-2.2.34/docs/manual/mod/mod_cgid.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_log_config.html
httpd-2.2.34/docs/manual/mod/mod_vhost_alias.html
httpd-2.2.34/docs/manual/mod/mod_dir.html
httpd-2.2.34/docs/manual/mod/mod_authz_groupfile.html
httpd-2.2.34/docs/manual/mod/mod_filter.html
httpd-2.2.34/docs/manual/mod/mod_log_forensic.html.tr.utf8
httpd-2.2.34/docs/manual/mod/beos.html
httpd-2.2.34/docs/manual/mod/mod_auth_basic.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_authn_alias.html.en
httpd-2.2.34/docs/manual/mod/mod_usertrack.html.en
httpd-2.2.34/docs/manual/mod/mod_logio.html.tr.utf8
httpd-2.2.34/docs/manual/mod/mod_proxy_http.html.fr
httpd-2.2.34/docs/manual/mod/mod_cache.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_suexec.html.tr.utf8
httpd-2.2.34/docs/manual/mod/mod_proxy.html.en
httpd-2.2.34/docs/manual/mod/mod_authn_dbm.html
httpd-2.2.34/docs/manual/mod/mod_cern_meta.html.en
httpd-2.2.34/docs/manual/mod/mod_authn_anon.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_status.html.tr.utf8
httpd-2.2.34/docs/manual/mod/mod_setenvif.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_so.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_alias.html.en
httpd-2.2.34/docs/manual/mod/mod_so.html.tr.utf8
httpd-2.2.34/docs/manual/mod/mpm_netware.html
httpd-2.2.34/docs/manual/mod/mod_authz_host.html.fr
httpd-2.2.34/docs/manual/mod/mod_example.html
httpd-2.2.34/docs/manual/mod/core.html.de
httpd-2.2.34/docs/manual/mod/mod_unique_id.html.en
httpd-2.2.34/docs/manual/mod/mod_proxy_http.html
httpd-2.2.34/docs/manual/mod/mod_status.html.en
httpd-2.2.34/docs/manual/mod/mod_log_config.html.ja.utf8
httpd-2.2.34/docs/manual/mod/mod_env.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_auth_basic.html
httpd-2.2.34/docs/manual/mod/module-dict.html.tr.utf8
httpd-2.2.34/docs/manual/mod/mod_authn_default.html.ko.euc-kr
httpd-2.2.34/docs/manual/mod/mod_auth_basic.html.fr
httpd-2.2.34/docs/manual/mod/index.html.es
httpd-2.2.34/docs/manual/mod/directive-dict.html.en
httpd-2.2.34/docs/manual/mod/mod_env.html.ja.utf8
httpd-2.2.34/docs/manual/filter.html.en
httpd-2.2.34/docs/manual/configuring.html.ko.euc-kr
httpd-2.2.34/docs/manual/handler.html
httpd-2.2.34/docs/manual/index.html.tr.utf8
httpd-2.2.34/docs/manual/new_features_2_2.html.pt-br
httpd-2.2.34/docs/manual/dns-caveats.html
httpd-2.2.34/docs/manual/bind.html
httpd-2.2.34/docs/manual/urlmapping.html.tr.utf8
httpd-2.2.34/docs/manual/glossary.html.ja.utf8
httpd-2.2.34/docs/manual/upgrading.html.en
httpd-2.2.34/docs/manual/mpm.html.ja.utf8
httpd-2.2.34/docs/manual/sitemap.html.tr.utf8
httpd-2.2.34/docs/manual/new_features_2_2.html.en
httpd-2.2.34/docs/manual/mpm.html.tr.utf8
httpd-2.2.34/docs/manual/env.html
httpd-2.2.34/docs/manual/logs.html.en
httpd-2.2.34/docs/manual/dns-caveats.html.ko.euc-kr
httpd-2.2.34/docs/manual/configuring.html.fr
httpd-2.2.34/docs/manual/content-negotiation.html
httpd-2.2.34/docs/manual/sitemap.html.zh-cn.utf8
httpd-2.2.34/docs/manual/configuring.html.tr.utf8
httpd-2.2.34/docs/manual/invoking.html.ru.koi8-r
httpd-2.2.34/docs/manual/custom-error.html.ja.utf8
httpd-2.2.34/docs/manual/index.html.pt-br
httpd-2.2.34/docs/manual/new_features_2_0.html.ru.koi8-r
httpd-2.2.34/docs/manual/logs.html.tr.utf8
httpd-2.2.34/docs/manual/configuring.html.ja.utf8
httpd-2.2.34/docs/manual/bind.html.fr
httpd-2.2.34/docs/manual/content-negotiation.html.ko.euc-kr
httpd-2.2.34/docs/manual/invoking.html.fr
httpd-2.2.34/docs/manual/filter.html.ja.utf8
httpd-2.2.34/docs/manual/handler.html.fr
httpd-2.2.34/docs/manual/programs/
httpd-2.2.34/docs/manual/programs/htdigest.html
httpd-2.2.34/docs/manual/programs/dbmmanage.html.tr.utf8
httpd-2.2.34/docs/manual/programs/htpasswd.html.en
httpd-2.2.34/docs/manual/programs/index.html.en
httpd-2.2.34/docs/manual/programs/apachectl.html.tr.utf8
httpd-2.2.34/docs/manual/programs/htcacheclean.html.en
httpd-2.2.34/docs/manual/programs/logresolve.html.tr.utf8
httpd-2.2.34/docs/manual/programs/httxt2dbm.html.tr.utf8
httpd-2.2.34/docs/manual/programs/htpasswd.html.tr.utf8
httpd-2.2.34/docs/manual/programs/apxs.html.tr.utf8
httpd-2.2.34/docs/manual/programs/htcacheclean.html
httpd-2.2.34/docs/manual/programs/htdbm.html
httpd-2.2.34/docs/manual/programs/ab.html.ko.euc-kr
httpd-2.2.34/docs/manual/programs/configure.html.ko.euc-kr
httpd-2.2.34/docs/manual/programs/ab.html.tr.utf8
httpd-2.2.34/docs/manual/programs/rotatelogs.html.tr.utf8
httpd-2.2.34/docs/manual/programs/suexec.html.tr.utf8
httpd-2.2.34/docs/manual/programs/apxs.html.en
httpd-2.2.34/docs/manual/programs/ab.html.en
httpd-2.2.34/docs/manual/programs/apachectl.html.ko.euc-kr
httpd-2.2.34/docs/manual/programs/httpd.html.en
httpd-2.2.34/docs/manual/programs/apachectl.html
httpd-2.2.34/docs/manual/programs/htdigest.html.en
httpd-2.2.34/docs/manual/programs/index.html.zh-cn.utf8
httpd-2.2.34/docs/manual/programs/htdigest.html.ko.euc-kr
httpd-2.2.34/docs/manual/programs/configure.html.tr.utf8
httpd-2.2.34/docs/manual/programs/logresolve.html
httpd-2.2.34/docs/manual/programs/httxt2dbm.html.en
httpd-2.2.34/docs/manual/programs/rotatelogs.html.en
httpd-2.2.34/docs/manual/programs/dbmmanage.html.en
httpd-2.2.34/docs/manual/programs/configure.html.en
httpd-2.2.34/docs/manual/programs/index.html.ja.utf8
httpd-2.2.34/docs/manual/programs/index.html.ko.euc-kr
httpd-2.2.34/docs/manual/programs/configure.html
httpd-2.2.34/docs/manual/programs/htcacheclean.html.ko.euc-kr
httpd-2.2.34/docs/manual/programs/rotatelogs.html.ko.euc-kr
httpd-2.2.34/docs/manual/programs/index.html.tr.utf8
httpd-2.2.34/docs/manual/programs/dbmmanage.html.ko.euc-kr
httpd-2.2.34/docs/manual/programs/other.html.en
httpd-2.2.34/docs/manual/programs/logresolve.html.ko.euc-kr
httpd-2.2.34/docs/manual/programs/ab.html
httpd-2.2.34/docs/manual/programs/htdigest.html.tr.utf8
httpd-2.2.34/docs/manual/programs/htpasswd.html.ko.euc-kr
httpd-2.2.34/docs/manual/programs/httpd.html
httpd-2.2.34/docs/manual/programs/httxt2dbm.html
httpd-2.2.34/docs/manual/programs/htdbm.html.en
httpd-2.2.34/docs/manual/programs/apxs.html
httpd-2.2.34/docs/manual/programs/htpasswd.html
httpd-2.2.34/docs/manual/programs/suexec.html
httpd-2.2.34/docs/manual/programs/rotatelogs.html
httpd-2.2.34/docs/manual/programs/logresolve.html.en
httpd-2.2.34/docs/manual/programs/other.html.tr.utf8
httpd-2.2.34/docs/manual/programs/index.html.ru.koi8-r
httpd-2.2.34/docs/manual/programs/httpd.html.tr.utf8
httpd-2.2.34/docs/manual/programs/dbmmanage.html
httpd-2.2.34/docs/manual/programs/suexec.html.en
httpd-2.2.34/docs/manual/programs/other.html.ko.euc-kr
httpd-2.2.34/docs/manual/programs/suexec.html.ko.euc-kr
httpd-2.2.34/docs/manual/programs/apxs.html.ko.euc-kr
httpd-2.2.34/docs/manual/programs/htcacheclean.html.tr.utf8
httpd-2.2.34/docs/manual/programs/index.html
httpd-2.2.34/docs/manual/programs/other.html
httpd-2.2.34/docs/manual/programs/httpd.html.ko.euc-kr
httpd-2.2.34/docs/manual/programs/apachectl.html.en
httpd-2.2.34/docs/manual/programs/index.html.es
httpd-2.2.34/docs/manual/programs/htdbm.html.tr.utf8
httpd-2.2.34/docs/manual/new_features_2_0.html.ko.euc-kr
httpd-2.2.34/docs/manual/license.html.en
httpd-2.2.34/docs/manual/install.html.es
httpd-2.2.34/docs/manual/filter.html.fr
httpd-2.2.34/docs/manual/glossary.html.fr
httpd-2.2.34/docs/manual/suexec.html
httpd-2.2.34/docs/manual/dns-caveats.html.en
httpd-2.2.34/docs/manual/suexec.html.fr
httpd-2.2.34/docs/manual/caching.html.fr
httpd-2.2.34/docs/manual/misc/
httpd-2.2.34/docs/manual/misc/index.html.en
httpd-2.2.34/docs/manual/misc/perf-tuning.html.en
httpd-2.2.34/docs/manual/misc/relevant_standards.html
httpd-2.2.34/docs/manual/misc/index.html.zh-cn.utf8
httpd-2.2.34/docs/manual/misc/security_tips.html
httpd-2.2.34/docs/manual/misc/security_tips.html.ko.euc-kr
httpd-2.2.34/docs/manual/misc/index.html.ko.euc-kr
httpd-2.2.34/docs/manual/misc/rewriteguide.html.ko.euc-kr
httpd-2.2.34/docs/manual/misc/relevant_standards.html.en
httpd-2.2.34/docs/manual/misc/security_tips.html.en
httpd-2.2.34/docs/manual/misc/index.html.tr.utf8
httpd-2.2.34/docs/manual/misc/perf-tuning.html.tr.utf8
httpd-2.2.34/docs/manual/misc/rewriteguide.html.en
httpd-2.2.34/docs/manual/misc/rewriteguide.html
httpd-2.2.34/docs/manual/misc/password_encryptions.html.en
httpd-2.2.34/docs/manual/misc/index.html
httpd-2.2.34/docs/manual/misc/password_encryptions.html
httpd-2.2.34/docs/manual/misc/perf-tuning.html
httpd-2.2.34/docs/manual/misc/relevant_standards.html.ko.euc-kr
httpd-2.2.34/docs/manual/misc/security_tips.html.tr.utf8
httpd-2.2.34/docs/manual/misc/perf-tuning.html.ko.euc-kr
httpd-2.2.34/docs/manual/install.html.tr.utf8
httpd-2.2.34/docs/manual/install.html.ko.euc-kr
httpd-2.2.34/docs/manual/sitemap.html.ko.euc-kr
httpd-2.2.34/docs/manual/stopping.html.ko.euc-kr
httpd-2.2.34/docs/manual/new_features_2_2.html.fr
httpd-2.2.34/docs/manual/upgrading.html.de
httpd-2.2.34/docs/manual/server-wide.html.ko.euc-kr
httpd-2.2.34/docs/manual/mpm.html.ko.euc-kr
httpd-2.2.34/docs/manual/suexec.html.en
httpd-2.2.34/docs/manual/new_features_2_2.html.ja.utf8
httpd-2.2.34/docs/manual/mpm.html.fr
httpd-2.2.34/docs/manual/stopping.html.fr
httpd-2.2.34/docs/manual/dso.html.en
httpd-2.2.34/docs/manual/index.html.de
httpd-2.2.34/docs/manual/suexec.html.ko.euc-kr
httpd-2.2.34/docs/manual/urlmapping.html
httpd-2.2.34/docs/manual/glossary.html.de
httpd-2.2.34/docs/manual/logs.html.ja.utf8
httpd-2.2.34/docs/manual/custom-error.html.en
httpd-2.2.34/docs/manual/content-negotiation.html.fr
httpd-2.2.34/docs/manual/index.html.fr
httpd-2.2.34/docs/manual/index.html
httpd-2.2.34/docs/manual/mpm.html.de
httpd-2.2.34/docs/manual/stopping.html.en
httpd-2.2.34/docs/manual/custom-error.html.tr.utf8
httpd-2.2.34/docs/manual/images/
httpd-2.2.34/docs/manual/images/filter_arch.tr.png
httpd-2.2.34/docs/manual/images/custom_errordocs.png
httpd-2.2.34/docs/manual/images/favicon.ico
httpd-2.2.34/docs/manual/images/mod_filter_new.png
httpd-2.2.34/docs/manual/images/mod_filter_old.png
httpd-2.2.34/docs/manual/images/syntax_rewriterule.png
httpd-2.2.34/docs/manual/images/mod_filter_new.tr.png
httpd-2.2.34/docs/manual/images/up.gif
httpd-2.2.34/docs/manual/images/mod_rewrite_fig2.gif
httpd-2.2.34/docs/manual/images/left.gif
httpd-2.2.34/docs/manual/images/ssl_intro_fig1.gif
httpd-2.2.34/docs/manual/images/ssl_intro_fig2.gif
httpd-2.2.34/docs/manual/images/mod_filter_new.gif
httpd-2.2.34/docs/manual/images/index.gif
httpd-2.2.34/docs/manual/images/ssl_intro_fig3.png
httpd-2.2.34/docs/manual/images/feather.png
httpd-2.2.34/docs/manual/images/feather.gif
httpd-2.2.34/docs/manual/images/caching_fig1.gif
httpd-2.2.34/docs/manual/images/apache_header.gif
httpd-2.2.34/docs/manual/images/sub.gif
httpd-2.2.34/docs/manual/images/ssl_intro_fig1.png
httpd-2.2.34/docs/manual/images/rewrite_rule_flow.png
httpd-2.2.34/docs/manual/images/mod_rewrite_fig1.gif
httpd-2.2.34/docs/manual/images/ssl_intro_fig2.png
httpd-2.2.34/docs/manual/images/right.gif
httpd-2.2.34/docs/manual/images/mod_filter_old.gif
httpd-2.2.34/docs/manual/images/rewrite_backreferences.png
httpd-2.2.34/docs/manual/images/pixel.gif
httpd-2.2.34/docs/manual/images/home.gif
httpd-2.2.34/docs/manual/images/ssl_intro_fig3.gif
httpd-2.2.34/docs/manual/images/caching_fig1.png
httpd-2.2.34/docs/manual/images/caching_fig1.tr.png
httpd-2.2.34/docs/manual/images/down.gif
httpd-2.2.34/docs/manual/images/mod_rewrite_fig1.png
httpd-2.2.34/docs/manual/images/mod_rewrite_fig2.png
httpd-2.2.34/docs/manual/images/syntax_rewritecond.png
httpd-2.2.34/docs/manual/images/filter_arch.png
httpd-2.2.34/docs/manual/glossary.html
httpd-2.2.34/docs/manual/handler.html.en
httpd-2.2.34/docs/manual/configuring.html.en
httpd-2.2.34/docs/manual/invoking.html.es
httpd-2.2.34/docs/manual/new_features_2_0.html.ja.utf8
httpd-2.2.34/docs/manual/vhosts/
httpd-2.2.34/docs/manual/vhosts/details.html.en
httpd-2.2.34/docs/manual/vhosts/details.html.tr.utf8
httpd-2.2.34/docs/manual/vhosts/fd-limits.html.ja.utf8
httpd-2.2.34/docs/manual/vhosts/fd-limits.html
httpd-2.2.34/docs/manual/vhosts/mass.html.ko.euc-kr
httpd-2.2.34/docs/manual/vhosts/index.html.en
httpd-2.2.34/docs/manual/vhosts/examples.html.ko.euc-kr
httpd-2.2.34/docs/manual/vhosts/name-based.html.ko.euc-kr
httpd-2.2.34/docs/manual/vhosts/mass.html.tr.utf8
httpd-2.2.34/docs/manual/vhosts/details.html.ko.euc-kr
httpd-2.2.34/docs/manual/vhosts/examples.html.en
httpd-2.2.34/docs/manual/vhosts/examples.html.tr.utf8
httpd-2.2.34/docs/manual/vhosts/name-based.html
httpd-2.2.34/docs/manual/vhosts/ip-based.html.tr.utf8
httpd-2.2.34/docs/manual/vhosts/mass.html.en
httpd-2.2.34/docs/manual/vhosts/index.html.zh-cn.utf8
httpd-2.2.34/docs/manual/vhosts/details.html
httpd-2.2.34/docs/manual/vhosts/examples.html.ja.utf8
httpd-2.2.34/docs/manual/vhosts/fd-limits.html.ko.euc-kr
httpd-2.2.34/docs/manual/vhosts/ip-based.html.ja.utf8
httpd-2.2.34/docs/manual/vhosts/index.html.ja.utf8
httpd-2.2.34/docs/manual/vhosts/index.html.ko.euc-kr
httpd-2.2.34/docs/manual/vhosts/name-based.html.en
httpd-2.2.34/docs/manual/vhosts/examples.html
httpd-2.2.34/docs/manual/vhosts/fd-limits.html.fr
httpd-2.2.34/docs/manual/vhosts/index.html.tr.utf8
httpd-2.2.34/docs/manual/vhosts/ip-based.html.fr
httpd-2.2.34/docs/manual/vhosts/ip-based.html
httpd-2.2.34/docs/manual/vhosts/fd-limits.html.en
httpd-2.2.34/docs/manual/vhosts/examples.html.fr
httpd-2.2.34/docs/manual/vhosts/name-based.html.tr.utf8
httpd-2.2.34/docs/manual/vhosts/name-based.html.ja.utf8
httpd-2.2.34/docs/manual/vhosts/name-based.html.de
httpd-2.2.34/docs/manual/vhosts/mass.html
httpd-2.2.34/docs/manual/vhosts/index.html.ru.koi8-r
httpd-2.2.34/docs/manual/vhosts/ip-based.html.ko.euc-kr
httpd-2.2.34/docs/manual/vhosts/fd-limits.html.tr.utf8
httpd-2.2.34/docs/manual/vhosts/index.html.de
httpd-2.2.34/docs/manual/vhosts/index.html.fr
httpd-2.2.34/docs/manual/vhosts/index.html
httpd-2.2.34/docs/manual/vhosts/details.html.fr
httpd-2.2.34/docs/manual/vhosts/ip-based.html.en
httpd-2.2.34/docs/manual/vhosts/name-based.html.fr
httpd-2.2.34/docs/manual/env.html.ko.euc-kr
httpd-2.2.34/docs/manual/handler.html.zh-cn.utf8
httpd-2.2.34/docs/manual/stopping.html.tr.utf8
httpd-2.2.34/docs/manual/handler.html.ru.koi8-r
httpd-2.2.34/docs/manual/stopping.html
httpd-2.2.34/docs/manual/new_features_2_0.html.fr
httpd-2.2.34/docs/manual/urlmapping.html.en
httpd-2.2.34/docs/manual/env.html.en
httpd-2.2.34/docs/manual/configuring.html
httpd-2.2.34/docs/manual/glossary.html.en
httpd-2.2.34/docs/manual/dso.html.ko.euc-kr
httpd-2.2.34/docs/manual/content-negotiation.html.ja.utf8
httpd-2.2.34/docs/manual/filter.html.es
httpd-2.2.34/docs/manual/index.html.es
httpd-2.2.34/docs/manual/filter.html
httpd-2.2.34/docs/manual/mpm.html.zh-cn.utf8
httpd-2.2.34/docs/manual/urlmapping.html.ja.utf8
httpd-2.2.34/docs/doxygen.conf
httpd-2.2.34/docs/man/
httpd-2.2.34/docs/man/logresolve.8
httpd-2.2.34/docs/man/ab.8
httpd-2.2.34/docs/man/apxs.8
httpd-2.2.34/docs/man/htdbm.1
httpd-2.2.34/docs/man/rotatelogs.8
httpd-2.2.34/docs/man/htcacheclean.8
httpd-2.2.34/docs/man/htdigest.1
httpd-2.2.34/docs/man/apachectl.8
httpd-2.2.34/docs/man/suexec.8
httpd-2.2.34/docs/man/httxt2dbm.1
httpd-2.2.34/docs/man/tr/
httpd-2.2.34/docs/man/tr/logresolve.8
httpd-2.2.34/docs/man/tr/ab.8
httpd-2.2.34/docs/man/tr/apxs.8
httpd-2.2.34/docs/man/tr/htdbm.1
httpd-2.2.34/docs/man/tr/rotatelogs.8
httpd-2.2.34/docs/man/tr/htcacheclean.8
httpd-2.2.34/docs/man/tr/htdigest.1
httpd-2.2.34/docs/man/tr/apachectl.8
httpd-2.2.34/docs/man/tr/suexec.8
httpd-2.2.34/docs/man/tr/httxt2dbm.1
httpd-2.2.34/docs/man/tr/dbmmanage.1
httpd-2.2.34/docs/man/tr/htpasswd.1
httpd-2.2.34/docs/man/tr/httpd.8
httpd-2.2.34/docs/man/dbmmanage.1
httpd-2.2.34/docs/man/htpasswd.1
httpd-2.2.34/docs/man/httpd.8
httpd-2.2.34/docs/error/
httpd-2.2.34/docs/error/HTTP_SERVICE_UNAVAILABLE.html.var
httpd-2.2.34/docs/error/HTTP_LENGTH_REQUIRED.html.var
httpd-2.2.34/docs/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
httpd-2.2.34/docs/error/HTTP_BAD_GATEWAY.html.var
httpd-2.2.34/docs/error/HTTP_UNAUTHORIZED.html.var
httpd-2.2.34/docs/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
httpd-2.2.34/docs/error/HTTP_BAD_REQUEST.html.var
httpd-2.2.34/docs/error/contact.html.var
httpd-2.2.34/docs/error/HTTP_NOT_IMPLEMENTED.html.var
httpd-2.2.34/docs/error/README
httpd-2.2.34/docs/error/include/
httpd-2.2.34/docs/error/include/spacer.html
httpd-2.2.34/docs/error/include/bottom.html
httpd-2.2.34/docs/error/include/top.html
httpd-2.2.34/docs/error/HTTP_REQUEST_TIME_OUT.html.var
httpd-2.2.34/docs/error/HTTP_VARIANT_ALSO_VARIES.html.var
httpd-2.2.34/docs/error/HTTP_REQUEST_URI_TOO_LARGE.html.var
httpd-2.2.34/docs/error/HTTP_PRECONDITION_FAILED.html.var
httpd-2.2.34/docs/error/HTTP_NOT_FOUND.html.var
httpd-2.2.34/docs/error/HTTP_METHOD_NOT_ALLOWED.html.var
httpd-2.2.34/docs/error/HTTP_INTERNAL_SERVER_ERROR.html.var
httpd-2.2.34/docs/error/HTTP_FORBIDDEN.html.var
httpd-2.2.34/docs/error/HTTP_GONE.html.var
httpd-2.2.34/modules/
httpd-2.2.34/modules/ldap/
httpd-2.2.34/modules/ldap/mod_ldap.dsp
httpd-2.2.34/modules/ldap/mod_ldap.mak
httpd-2.2.34/modules/ldap/util_ldap.c
httpd-2.2.34/modules/ldap/config.m4
httpd-2.2.34/modules/ldap/NWGNUmakefile
httpd-2.2.34/modules/ldap/util_ldap_cache.c
httpd-2.2.34/modules/ldap/util_ldap_cache.h
httpd-2.2.34/modules/ldap/Makefile.in
httpd-2.2.34/modules/ldap/mod_ldap.dep
httpd-2.2.34/modules/ldap/util_ldap_cache_mgr.c
httpd-2.2.34/modules/ldap/README.ldap
httpd-2.2.34/modules/metadata/
httpd-2.2.34/modules/metadata/mod_usertrack.dep
httpd-2.2.34/modules/metadata/mod_headers.mak
httpd-2.2.34/modules/metadata/mod_cern_meta.mak
httpd-2.2.34/modules/metadata/mod_version.dsp
httpd-2.2.34/modules/metadata/mod_setenvif.c
httpd-2.2.34/modules/metadata/mod_setenvif.dsp
httpd-2.2.34/modules/metadata/mod_expires.exp
httpd-2.2.34/modules/metadata/mod_env.mak
httpd-2.2.34/modules/metadata/mod_headers.dsp
httpd-2.2.34/modules/metadata/mod_env.c
httpd-2.2.34/modules/metadata/mod_ident.dsp
httpd-2.2.34/modules/metadata/mod_env.dep
httpd-2.2.34/modules/metadata/mod_usertrack.exp
httpd-2.2.34/modules/metadata/mod_mime_magic.c
httpd-2.2.34/modules/metadata/NWGNUusertrk
httpd-2.2.34/modules/metadata/mod_ident.c
httpd-2.2.34/modules/metadata/mod_expires.dep
httpd-2.2.34/modules/metadata/mod_headers.dep
httpd-2.2.34/modules/metadata/mod_setenvif.mak
httpd-2.2.34/modules/metadata/mod_unique_id.c
httpd-2.2.34/modules/metadata/mod_usertrack.mak
httpd-2.2.34/modules/metadata/mod_headers.c
httpd-2.2.34/modules/metadata/mod_expires.mak
httpd-2.2.34/modules/metadata/NWGNUuniqueid
httpd-2.2.34/modules/metadata/mod_mime_magic.dep
httpd-2.2.34/modules/metadata/config.m4
httpd-2.2.34/modules/metadata/mod_ident.exp
httpd-2.2.34/modules/metadata/NWGNUmakefile
httpd-2.2.34/modules/metadata/mod_unique_id.mak
httpd-2.2.34/modules/metadata/mod_mime_magic.exp
httpd-2.2.34/modules/metadata/mod_cern_meta.dsp
httpd-2.2.34/modules/metadata/mod_env.dsp
httpd-2.2.34/modules/metadata/mod_headers.exp
httpd-2.2.34/modules/metadata/.indent.pro
httpd-2.2.34/modules/metadata/NWGNUmodident
httpd-2.2.34/modules/metadata/mod_expires.dsp
httpd-2.2.34/modules/metadata/mod_mime_magic.mak
httpd-2.2.34/modules/metadata/mod_version.exp
httpd-2.2.34/modules/metadata/Makefile.in
httpd-2.2.34/modules/metadata/mod_cern_meta.exp
httpd-2.2.34/modules/metadata/mod_setenvif.exp
httpd-2.2.34/modules/metadata/mod_setenvif.dep
httpd-2.2.34/modules/metadata/mod_usertrack.c
httpd-2.2.34/modules/metadata/mod_expires.c
httpd-2.2.34/modules/metadata/NWGNUexpires
httpd-2.2.34/modules/metadata/mod_cern_meta.dep
httpd-2.2.34/modules/metadata/mod_version.c
httpd-2.2.34/modules/metadata/mod_unique_id.dep
httpd-2.2.34/modules/metadata/NWGNUcernmeta
httpd-2.2.34/modules/metadata/mod_mime_magic.dsp
httpd-2.2.34/modules/metadata/mod_cern_meta.c
httpd-2.2.34/modules/metadata/mod_ident.dep
httpd-2.2.34/modules/metadata/mod_unique_id.dsp
httpd-2.2.34/modules/metadata/mod_unique_id.exp
httpd-2.2.34/modules/metadata/mod_usertrack.dsp
httpd-2.2.34/modules/metadata/mod_env.exp
httpd-2.2.34/modules/metadata/mod_version.mak
httpd-2.2.34/modules/metadata/mod_version.dep
httpd-2.2.34/modules/metadata/NWGNUmodversion
httpd-2.2.34/modules/metadata/NWGNUmimemagi
httpd-2.2.34/modules/metadata/mod_ident.mak
httpd-2.2.34/modules/metadata/NWGNUheaders
httpd-2.2.34/modules/ssl/
httpd-2.2.34/modules/ssl/ssl_engine_io.c
httpd-2.2.34/modules/ssl/ssl_expr_parse.c
httpd-2.2.34/modules/ssl/ssl_util.c
httpd-2.2.34/modules/ssl/ssl_expr_parse.y
httpd-2.2.34/modules/ssl/ssl_scache.c
httpd-2.2.34/modules/ssl/ssl_scache_dc.c
httpd-2.2.34/modules/ssl/ssl_engine_init.c
httpd-2.2.34/modules/ssl/mod_ssl.dep
httpd-2.2.34/modules/ssl/ssl_expr.h
httpd-2.2.34/modules/ssl/mod_ssl.c
httpd-2.2.34/modules/ssl/ssl_engine_kernel.c
httpd-2.2.34/modules/ssl/config.m4
httpd-2.2.34/modules/ssl/NWGNUmakefile
httpd-2.2.34/modules/ssl/mod_ssl.dsp
httpd-2.2.34/modules/ssl/ssl_scache_dbm.c
httpd-2.2.34/modules/ssl/ssl_toolkit_compat.h
httpd-2.2.34/modules/ssl/README
httpd-2.2.34/modules/ssl/ssl_util_ssl.c
httpd-2.2.34/modules/ssl/ssl_engine_pphrase.c
httpd-2.2.34/modules/ssl/ssl_private.h
httpd-2.2.34/modules/ssl/ssl_util_ssl.h
httpd-2.2.34/modules/ssl/ssl_expr_scan.l
httpd-2.2.34/modules/ssl/mod_ssl.h
httpd-2.2.34/modules/ssl/ssl_expr_eval.c
httpd-2.2.34/modules/ssl/ssl_expr_scan.c
httpd-2.2.34/modules/ssl/Makefile.in
httpd-2.2.34/modules/ssl/README.dsov.fig
httpd-2.2.34/modules/ssl/ssl_expr_parse.h
httpd-2.2.34/modules/ssl/ssl_engine_config.c
httpd-2.2.34/modules/ssl/ssl_engine_vars.c
httpd-2.2.34/modules/ssl/mod_ssl.mak
httpd-2.2.34/modules/ssl/ssl_engine_mutex.c
httpd-2.2.34/modules/ssl/README.dsov.ps
httpd-2.2.34/modules/ssl/ssl_scache_shmcb.c
httpd-2.2.34/modules/ssl/ssl_engine_dh.c
httpd-2.2.34/modules/ssl/ssl_engine_rand.c
httpd-2.2.34/modules/ssl/ssl_expr.c
httpd-2.2.34/modules/ssl/ssl_engine_log.c
httpd-2.2.34/modules/database/
httpd-2.2.34/modules/database/mod_dbd.dsp
httpd-2.2.34/modules/database/mod_dbd.h
httpd-2.2.34/modules/database/mod_dbd.dep
httpd-2.2.34/modules/database/mod_dbd.c
httpd-2.2.34/modules/database/config.m4
httpd-2.2.34/modules/database/NWGNUmakefile
httpd-2.2.34/modules/database/Makefile.in
httpd-2.2.34/modules/database/mod_dbd.mak
httpd-2.2.34/modules/dav/
httpd-2.2.34/modules/dav/lock/
httpd-2.2.34/modules/dav/lock/config6.m4
httpd-2.2.34/modules/dav/lock/locks.c
httpd-2.2.34/modules/dav/lock/mod_dav_lock.dsp
httpd-2.2.34/modules/dav/lock/mod_dav_lock.dep
httpd-2.2.34/modules/dav/lock/mod_dav_lock.mak
httpd-2.2.34/modules/dav/lock/NWGNUmakefile
httpd-2.2.34/modules/dav/lock/Makefile.in
httpd-2.2.34/modules/dav/lock/locks.h
httpd-2.2.34/modules/dav/lock/mod_dav_lock.c
httpd-2.2.34/modules/dav/main/
httpd-2.2.34/modules/dav/main/mod_dav.c
httpd-2.2.34/modules/dav/main/mod_dav.h
httpd-2.2.34/modules/dav/main/config5.m4
httpd-2.2.34/modules/dav/main/NWGNUmakefile
httpd-2.2.34/modules/dav/main/providers.c
httpd-2.2.34/modules/dav/main/props.c
httpd-2.2.34/modules/dav/main/mod_dav.mak
httpd-2.2.34/modules/dav/main/mod_dav.dsp
httpd-2.2.34/modules/dav/main/Makefile.in
httpd-2.2.34/modules/dav/main/mod_dav.dep
httpd-2.2.34/modules/dav/main/std_liveprop.c
httpd-2.2.34/modules/dav/main/liveprop.c
httpd-2.2.34/modules/dav/main/util_lock.c
httpd-2.2.34/modules/dav/main/util.c
httpd-2.2.34/modules/dav/fs/
httpd-2.2.34/modules/dav/fs/mod_dav_fs.dsp
httpd-2.2.34/modules/dav/fs/config6.m4
httpd-2.2.34/modules/dav/fs/repos.c
httpd-2.2.34/modules/dav/fs/mod_dav_fs.dep
httpd-2.2.34/modules/dav/fs/NWGNUmakefile
httpd-2.2.34/modules/dav/fs/dbm.c
httpd-2.2.34/modules/dav/fs/mod_dav_fs.c
httpd-2.2.34/modules/dav/fs/lock.c
httpd-2.2.34/modules/dav/fs/Makefile.in
httpd-2.2.34/modules/dav/fs/repos.h
httpd-2.2.34/modules/dav/fs/mod_dav_fs.mak
httpd-2.2.34/modules/config5.m4
httpd-2.2.34/modules/NWGNUmakefile
httpd-2.2.34/modules/README
httpd-2.2.34/modules/debug/
httpd-2.2.34/modules/debug/mod_dumpio.mak
httpd-2.2.34/modules/debug/mod_dumpio.dsp
httpd-2.2.34/modules/debug/mod_bucketeer.dep
httpd-2.2.34/modules/debug/mod_bucketeer.mak
httpd-2.2.34/modules/debug/config.m4
httpd-2.2.34/modules/debug/NWGNUmakefile
httpd-2.2.34/modules/debug/README
httpd-2.2.34/modules/debug/mod_bucketeer.dsp
httpd-2.2.34/modules/debug/Makefile.in
httpd-2.2.34/modules/debug/mod_dumpio.c
httpd-2.2.34/modules/debug/mod_dumpio.dep
httpd-2.2.34/modules/debug/NWGNUmodbucketeer
httpd-2.2.34/modules/debug/mod_bucketeer.c
httpd-2.2.34/modules/debug/NWGNUmoddumpio
httpd-2.2.34/modules/filters/
httpd-2.2.34/modules/filters/mod_charset_lite.dsp
httpd-2.2.34/modules/filters/mod_reqtimeout.c
httpd-2.2.34/modules/filters/mod_ext_filter.mak
httpd-2.2.34/modules/filters/mod_deflate.exp
httpd-2.2.34/modules/filters/mod_include.exp
httpd-2.2.34/modules/filters/mod_reqtimeout.dep
httpd-2.2.34/modules/filters/NWGNUreqtimeout
httpd-2.2.34/modules/filters/mod_substitute.mak
httpd-2.2.34/modules/filters/mod_substitute.dep
httpd-2.2.34/modules/filters/mod_filter.c
httpd-2.2.34/modules/filters/mod_include.h
httpd-2.2.34/modules/filters/mod_charset_lite.c
httpd-2.2.34/modules/filters/mod_include.mak
httpd-2.2.34/modules/filters/mod_charset_lite.mak
httpd-2.2.34/modules/filters/mod_include.dep
httpd-2.2.34/modules/filters/mod_charset_lite.dep
httpd-2.2.34/modules/filters/mod_deflate.mak
httpd-2.2.34/modules/filters/config.m4
httpd-2.2.34/modules/filters/NWGNUmakefile
httpd-2.2.34/modules/filters/mod_deflate.dsp
httpd-2.2.34/modules/filters/mod_ext_filter.exp
httpd-2.2.34/modules/filters/NWGNUextfiltr
httpd-2.2.34/modules/filters/mod_filter.dsp
httpd-2.2.34/modules/filters/.indent.pro
httpd-2.2.34/modules/filters/mod_charset_lite.exp
httpd-2.2.34/modules/filters/NWGNUsubstitute
httpd-2.2.34/modules/filters/NWGNUcharsetl
httpd-2.2.34/modules/filters/Makefile.in
httpd-2.2.34/modules/filters/NWGNUmod_filter
httpd-2.2.34/modules/filters/mod_include.dsp
httpd-2.2.34/modules/filters/mod_filter.dep
httpd-2.2.34/modules/filters/mod_substitute.c
httpd-2.2.34/modules/filters/mod_deflate.dep
httpd-2.2.34/modules/filters/mod_include.c
httpd-2.2.34/modules/filters/mod_deflate.c
httpd-2.2.34/modules/filters/NWGNUdeflate
httpd-2.2.34/modules/filters/mod_filter.mak
httpd-2.2.34/modules/filters/mod_ext_filter.dep
httpd-2.2.34/modules/filters/mod_ext_filter.dsp
httpd-2.2.34/modules/filters/mod_reqtimeout.mak
httpd-2.2.34/modules/filters/mod_ext_filter.c
httpd-2.2.34/modules/filters/mod_substitute.dsp
httpd-2.2.34/modules/filters/mod_reqtimeout.dsp
httpd-2.2.34/modules/arch/
httpd-2.2.34/modules/arch/netware/
httpd-2.2.34/modules/arch/netware/libprews.c
httpd-2.2.34/modules/arch/netware/mod_netware.c
httpd-2.2.34/modules/arch/netware/mod_nw_ssl.c
httpd-2.2.34/modules/arch/win32/
httpd-2.2.34/modules/arch/win32/mod_isapi.dep
httpd-2.2.34/modules/arch/win32/mod_isapi.mak
httpd-2.2.34/modules/arch/win32/mod_win32.c
httpd-2.2.34/modules/arch/win32/config.m4
httpd-2.2.34/modules/arch/win32/mod_isapi.c
httpd-2.2.34/modules/arch/win32/Makefile.in
httpd-2.2.34/modules/arch/win32/mod_isapi.h
httpd-2.2.34/modules/arch/win32/mod_isapi.dsp
httpd-2.2.34/modules/loggers/
httpd-2.2.34/modules/loggers/mod_log_forensic.dep
httpd-2.2.34/modules/loggers/mod_logio.dep
httpd-2.2.34/modules/loggers/NWGNUmodlogio
httpd-2.2.34/modules/loggers/mod_log_forensic.dsp
httpd-2.2.34/modules/loggers/mod_log_forensic.mak
httpd-2.2.34/modules/loggers/mod_logio.c
httpd-2.2.34/modules/loggers/config.m4
httpd-2.2.34/modules/loggers/mod_log_config.h
httpd-2.2.34/modules/loggers/NWGNUmakefile
httpd-2.2.34/modules/loggers/mod_log_config.dep
httpd-2.2.34/modules/loggers/mod_log_forensic.exp
httpd-2.2.34/modules/loggers/.indent.pro
httpd-2.2.34/modules/loggers/mod_log_forensic.c
httpd-2.2.34/modules/loggers/mod_log_config.dsp
httpd-2.2.34/modules/loggers/Makefile.in
httpd-2.2.34/modules/loggers/mod_log_config.mak
httpd-2.2.34/modules/loggers/mod_logio.dsp
httpd-2.2.34/modules/loggers/mod_log_config.c
httpd-2.2.34/modules/loggers/mod_log_config.exp
httpd-2.2.34/modules/loggers/NWGNUforensic
httpd-2.2.34/modules/loggers/mod_logio.mak
httpd-2.2.34/modules/Makefile.in
httpd-2.2.34/modules/aaa/
httpd-2.2.34/modules/aaa/mod_authz_groupfile.c
httpd-2.2.34/modules/aaa/NWGNUauthnfil
httpd-2.2.34/modules/aaa/mod_auth_basic.dep
httpd-2.2.34/modules/aaa/mod_auth_basic.mak
httpd-2.2.34/modules/aaa/mod_authn_anon.dep
httpd-2.2.34/modules/aaa/mod_authz_host.mak
httpd-2.2.34/modules/aaa/mod_authz_dbm.c
httpd-2.2.34/modules/aaa/mod_authz_dbm.dsp
httpd-2.2.34/modules/aaa/mod_authz_user.mak
httpd-2.2.34/modules/aaa/mod_auth_digest.c
httpd-2.2.34/modules/aaa/mod_authz_groupfile.dep
httpd-2.2.34/modules/aaa/mod_authz_host.dsp
httpd-2.2.34/modules/aaa/mod_authn_dbm.dep
httpd-2.2.34/modules/aaa/NWGNUauthnzldap
httpd-2.2.34/modules/aaa/mod_authn_file.c
httpd-2.2.34/modules/aaa/mod_authz_owner.dep
httpd-2.2.34/modules/aaa/NWGNUauthnano
httpd-2.2.34/modules/aaa/mod_authn_dbd.mak
httpd-2.2.34/modules/aaa/mod_authn_alias.c
httpd-2.2.34/modules/aaa/mod_authnz_ldap.mak
httpd-2.2.34/modules/aaa/mod_authn_anon.mak
httpd-2.2.34/modules/aaa/mod_authnz_ldap.dep
httpd-2.2.34/modules/aaa/mod_authz_owner.mak
httpd-2.2.34/modules/aaa/mod_authn_anon.dsp
httpd-2.2.34/modules/aaa/mod_auth_basic.dsp
httpd-2.2.34/modules/aaa/mod_authz_host.c
httpd-2.2.34/modules/aaa/mod_authn_dbm.c
httpd-2.2.34/modules/aaa/mod_authn_alias.mak
httpd-2.2.34/modules/aaa/mod_authz_user.dep
httpd-2.2.34/modules/aaa/config.m4
httpd-2.2.34/modules/aaa/mod_authn_dbd.dep
httpd-2.2.34/modules/aaa/NWGNUauthndbd
httpd-2.2.34/modules/aaa/NWGNUmakefile
httpd-2.2.34/modules/aaa/NWGNUauthnalias
httpd-2.2.34/modules/aaa/mod_authn_dbm.mak
httpd-2.2.34/modules/aaa/mod_auth_digest.dsp
httpd-2.2.34/modules/aaa/mod_authnz_ldap.c
httpd-2.2.34/modules/aaa/mod_auth_digest.dep
httpd-2.2.34/modules/aaa/mod_authn_alias.dep
httpd-2.2.34/modules/aaa/mod_authn_dbd.c
httpd-2.2.34/modules/aaa/mod_authz_default.mak
httpd-2.2.34/modules/aaa/NWGNUauthzdbm
httpd-2.2.34/modules/aaa/NWGNUauthdigt
httpd-2.2.34/modules/aaa/.indent.pro
httpd-2.2.34/modules/aaa/mod_authz_groupfile.dsp
httpd-2.2.34/modules/aaa/mod_authz_groupfile.mak
httpd-2.2.34/modules/aaa/NWGNUauthzusr
httpd-2.2.34/modules/aaa/mod_auth.h
httpd-2.2.34/modules/aaa/mod_authz_owner.dsp
httpd-2.2.34/modules/aaa/NWGNUauthndbm
httpd-2.2.34/modules/aaa/Makefile.in
httpd-2.2.34/modules/aaa/mod_authn_dbm.dsp
httpd-2.2.34/modules/aaa/mod_authn_default.c
httpd-2.2.34/modules/aaa/NWGNUauthzgrp
httpd-2.2.34/modules/aaa/mod_authn_default.dep
httpd-2.2.34/modules/aaa/mod_authn_dbd.dsp
httpd-2.2.34/modules/aaa/mod_authz_user.c
httpd-2.2.34/modules/aaa/mod_authz_owner.c
httpd-2.2.34/modules/aaa/NWGNUauthzdef
httpd-2.2.34/modules/aaa/mod_authz_default.dsp
httpd-2.2.34/modules/aaa/mod_authn_anon.c
httpd-2.2.34/modules/aaa/mod_authn_alias.dsp
httpd-2.2.34/modules/aaa/mod_authz_dbm.mak
httpd-2.2.34/modules/aaa/NWGNUauthndef
httpd-2.2.34/modules/aaa/mod_auth_basic.c
httpd-2.2.34/modules/aaa/mod_auth_digest.mak
httpd-2.2.34/modules/aaa/NWGNUauthbasc
httpd-2.2.34/modules/aaa/mod_authn_file.mak
httpd-2.2.34/modules/aaa/mod_authn_file.dsp
httpd-2.2.34/modules/aaa/mod_authn_file.dep
httpd-2.2.34/modules/aaa/mod_authnz_ldap.dsp
httpd-2.2.34/modules/aaa/mod_authz_dbm.dep
httpd-2.2.34/modules/aaa/mod_authz_default.dep
httpd-2.2.34/modules/aaa/mod_authz_default.c
httpd-2.2.34/modules/aaa/mod_authn_default.mak
httpd-2.2.34/modules/aaa/mod_authz_user.dsp
httpd-2.2.34/modules/aaa/mod_authn_default.dsp
httpd-2.2.34/modules/aaa/mod_authz_host.dep
httpd-2.2.34/modules/test/
httpd-2.2.34/modules/test/mod_optional_hook_export.c
httpd-2.2.34/modules/test/mod_optional_fn_import.c
httpd-2.2.34/modules/test/mod_optional_fn_export.h
httpd-2.2.34/modules/test/mod_optional_hook_export.h
httpd-2.2.34/modules/test/mod_optional_hook_import.c
httpd-2.2.34/modules/test/config.m4
httpd-2.2.34/modules/test/README
httpd-2.2.34/modules/test/.indent.pro
httpd-2.2.34/modules/test/Makefile.in
httpd-2.2.34/modules/test/mod_optional_fn_export.c
httpd-2.2.34/modules/generators/
httpd-2.2.34/modules/generators/mod_cgid.c
httpd-2.2.34/modules/generators/NWGNUinfo
httpd-2.2.34/modules/generators/mod_status.c
httpd-2.2.34/modules/generators/mod_cgi.c
httpd-2.2.34/modules/generators/mod_asis.exp
httpd-2.2.34/modules/generators/mod_cgi.h
httpd-2.2.34/modules/generators/mod_cgi.dsp
httpd-2.2.34/modules/generators/mod_asis.c
httpd-2.2.34/modules/generators/mod_asis.dsp
httpd-2.2.34/modules/generators/mod_info.dsp
httpd-2.2.34/modules/generators/mod_status.exp
httpd-2.2.34/modules/generators/mod_cgid.exp
httpd-2.2.34/modules/generators/mod_status.h
httpd-2.2.34/modules/generators/NWGNUmod_cgi
httpd-2.2.34/modules/generators/mod_asis.mak
httpd-2.2.34/modules/generators/mod_cgi.exp
httpd-2.2.34/modules/generators/config5.m4
httpd-2.2.34/modules/generators/mod_cgi.dep
httpd-2.2.34/modules/generators/mod_info.c
httpd-2.2.34/modules/generators/mod_cgi.mak
httpd-2.2.34/modules/generators/NWGNUmakefile
httpd-2.2.34/modules/generators/mod_autoindex.mak
httpd-2.2.34/modules/generators/mod_autoindex.dep
httpd-2.2.34/modules/generators/mod_status.dep
httpd-2.2.34/modules/generators/.indent.pro
httpd-2.2.34/modules/generators/mod_status.mak
httpd-2.2.34/modules/generators/mod_suexec.c
httpd-2.2.34/modules/generators/mod_info.exp
httpd-2.2.34/modules/generators/Makefile.in
httpd-2.2.34/modules/generators/NWGNUmod_asis
httpd-2.2.34/modules/generators/mod_info.dep
httpd-2.2.34/modules/generators/mod_suexec.h
httpd-2.2.34/modules/generators/mod_asis.dep
httpd-2.2.34/modules/generators/NWGNUautoindex
httpd-2.2.34/modules/generators/mod_autoindex.dsp
httpd-2.2.34/modules/generators/mod_status.dsp
httpd-2.2.34/modules/generators/mod_autoindex.exp
httpd-2.2.34/modules/generators/mod_autoindex.c
httpd-2.2.34/modules/generators/mod_info.mak
httpd-2.2.34/modules/generators/NWGNUstatus
httpd-2.2.34/modules/http/
httpd-2.2.34/modules/http/http_filters.c
httpd-2.2.34/modules/http/mod_mime.mak
httpd-2.2.34/modules/http/http_core.c
httpd-2.2.34/modules/http/config2.m4
httpd-2.2.34/modules/http/http_etag.c
httpd-2.2.34/modules/http/chunk_filter.c
httpd-2.2.34/modules/http/mod_mime.exp
httpd-2.2.34/modules/http/mod_mime.dep
httpd-2.2.34/modules/http/byterange_filter.c
httpd-2.2.34/modules/http/mod_mime.c
httpd-2.2.34/modules/http/mod_core.h
httpd-2.2.34/modules/http/.indent.pro
httpd-2.2.34/modules/http/Makefile.in
httpd-2.2.34/modules/http/http_protocol.c
httpd-2.2.34/modules/http/mod_mime.dsp
httpd-2.2.34/modules/http/http_request.c
httpd-2.2.34/modules/echo/
httpd-2.2.34/modules/echo/mod_echo.c
httpd-2.2.34/modules/echo/config.m4
httpd-2.2.34/modules/echo/NWGNUmakefile
httpd-2.2.34/modules/echo/mod_echo.dep
httpd-2.2.34/modules/echo/.indent.pro
httpd-2.2.34/modules/echo/Makefile.in
httpd-2.2.34/modules/echo/mod_echo.mak
httpd-2.2.34/modules/echo/mod_echo.dsp
httpd-2.2.34/modules/mappers/
httpd-2.2.34/modules/mappers/mod_alias.exp
httpd-2.2.34/modules/mappers/NWGNUrewrite
httpd-2.2.34/modules/mappers/mod_vhost_alias.exp
httpd-2.2.34/modules/mappers/mod_actions.mak
httpd-2.2.34/modules/mappers/mod_userdir.dsp
httpd-2.2.34/modules/mappers/mod_imagemap.dsp
httpd-2.2.34/modules/mappers/mod_negotiation.dsp
httpd-2.2.34/modules/mappers/mod_rewrite.dsp
httpd-2.2.34/modules/mappers/mod_rewrite.mak
httpd-2.2.34/modules/mappers/mod_alias.dep
httpd-2.2.34/modules/mappers/mod_imagemap.dep
httpd-2.2.34/modules/mappers/mod_negotiation.exp
httpd-2.2.34/modules/mappers/mod_alias.c
httpd-2.2.34/modules/mappers/mod_vhost_alias.dsp
httpd-2.2.34/modules/mappers/mod_speling.c
httpd-2.2.34/modules/mappers/mod_vhost_alias.dep
httpd-2.2.34/modules/mappers/mod_actions.dsp
httpd-2.2.34/modules/mappers/mod_dir.dep
httpd-2.2.34/modules/mappers/mod_rewrite.c
httpd-2.2.34/modules/mappers/NWGNUimagemap
httpd-2.2.34/modules/mappers/mod_userdir.c
httpd-2.2.34/modules/mappers/NWGNUmakefile
httpd-2.2.34/modules/mappers/mod_negotiation.dep
httpd-2.2.34/modules/mappers/NWGNUuserdir
httpd-2.2.34/modules/mappers/mod_imagemap.exp
httpd-2.2.34/modules/mappers/.indent.pro
httpd-2.2.34/modules/mappers/mod_vhost_alias.c
httpd-2.2.34/modules/mappers/mod_negotiation.mak
httpd-2.2.34/modules/mappers/mod_dir.c
httpd-2.2.34/modules/mappers/mod_negotiation.c
httpd-2.2.34/modules/mappers/Makefile.in
httpd-2.2.34/modules/mappers/mod_alias.dsp
httpd-2.2.34/modules/mappers/mod_speling.mak
httpd-2.2.34/modules/mappers/mod_so.c
httpd-2.2.34/modules/mappers/mod_vhost_alias.mak
httpd-2.2.34/modules/mappers/NWGNUvhost
httpd-2.2.34/modules/mappers/mod_imagemap.c
httpd-2.2.34/modules/mappers/mod_dir.exp
httpd-2.2.34/modules/mappers/mod_imagemap.mak
httpd-2.2.34/modules/mappers/mod_dir.mak
httpd-2.2.34/modules/mappers/mod_rewrite.exp
httpd-2.2.34/modules/mappers/config9.m4
httpd-2.2.34/modules/mappers/NWGNUspeling
httpd-2.2.34/modules/mappers/mod_speling.dsp
httpd-2.2.34/modules/mappers/mod_alias.mak
httpd-2.2.34/modules/mappers/mod_userdir.dep
httpd-2.2.34/modules/mappers/mod_actions.dep
httpd-2.2.34/modules/mappers/mod_speling.exp
httpd-2.2.34/modules/mappers/mod_so.h
httpd-2.2.34/modules/mappers/mod_rewrite.h
httpd-2.2.34/modules/mappers/mod_actions.c
httpd-2.2.34/modules/mappers/mod_dir.dsp
httpd-2.2.34/modules/mappers/mod_userdir.mak
httpd-2.2.34/modules/mappers/mod_userdir.exp
httpd-2.2.34/modules/mappers/NWGNUactions
httpd-2.2.34/modules/mappers/mod_rewrite.dep
httpd-2.2.34/modules/mappers/mod_speling.dep
httpd-2.2.34/modules/mappers/mod_actions.exp
httpd-2.2.34/modules/experimental/
httpd-2.2.34/modules/experimental/mod_example.dep
httpd-2.2.34/modules/experimental/NWGNUcase_flt
httpd-2.2.34/modules/experimental/mod_example.c
httpd-2.2.34/modules/experimental/mod_case_filter.dsp
httpd-2.2.34/modules/experimental/mod_case_filter.dep
httpd-2.2.34/modules/experimental/mod_example.mak
httpd-2.2.34/modules/experimental/NWGNUexample
httpd-2.2.34/modules/experimental/config.m4
httpd-2.2.34/modules/experimental/NWGNUmakefile
httpd-2.2.34/modules/experimental/README
httpd-2.2.34/modules/experimental/.indent.pro
httpd-2.2.34/modules/experimental/mod_case_filter_in.dep
httpd-2.2.34/modules/experimental/Makefile.in
httpd-2.2.34/modules/experimental/mod_case_filter_in.c
httpd-2.2.34/modules/experimental/mod_case_filter.mak
httpd-2.2.34/modules/experimental/mod_example.dsp
httpd-2.2.34/modules/experimental/mod_case_filter_in.mak
httpd-2.2.34/modules/experimental/mod_case_filter.c
httpd-2.2.34/modules/experimental/NWGNUcase_flt_in
httpd-2.2.34/modules/experimental/mod_case_filter_in.dsp
httpd-2.2.34/modules/proxy/
httpd-2.2.34/modules/proxy/NWGNUproxyftp
httpd-2.2.34/modules/proxy/libproxy.exp
httpd-2.2.34/modules/proxy/NWGNUproxyhtp
httpd-2.2.34/modules/proxy/mod_proxy_connect.dsp
httpd-2.2.34/modules/proxy/mod_proxy_scgi.dsp
httpd-2.2.34/modules/proxy/mod_proxy_scgi.mak
httpd-2.2.34/modules/proxy/mod_proxy_scgi.dep
httpd-2.2.34/modules/proxy/mod_proxy_connect.c
httpd-2.2.34/modules/proxy/mod_proxy_ajp.c
httpd-2.2.34/modules/proxy/NWGNUproxybalancer
httpd-2.2.34/modules/proxy/CHANGES
httpd-2.2.34/modules/proxy/mod_proxy_http.c
httpd-2.2.34/modules/proxy/mod_proxy.mak
httpd-2.2.34/modules/proxy/mod_proxy_ftp.dsp
httpd-2.2.34/modules/proxy/ajp.h
httpd-2.2.34/modules/proxy/mod_proxy_balancer.dsp
httpd-2.2.34/modules/proxy/mod_proxy.dsp
httpd-2.2.34/modules/proxy/mod_proxy_connect.mak
httpd-2.2.34/modules/proxy/ajp_link.c
httpd-2.2.34/modules/proxy/config.m4
httpd-2.2.34/modules/proxy/mod_proxy_balancer.dep
httpd-2.2.34/modules/proxy/NWGNUmakefile
httpd-2.2.34/modules/proxy/ajp_header.h
httpd-2.2.34/modules/proxy/mod_proxy_ftp.c
httpd-2.2.34/modules/proxy/ajp_header.c
httpd-2.2.34/modules/proxy/.indent.pro
httpd-2.2.34/modules/proxy/mod_proxy.h
httpd-2.2.34/modules/proxy/mod_proxy_scgi.c
httpd-2.2.34/modules/proxy/Makefile.in
httpd-2.2.34/modules/proxy/mod_proxy_ftp.mak
httpd-2.2.34/modules/proxy/ajp_msg.c
httpd-2.2.34/modules/proxy/mod_proxy.c
httpd-2.2.34/modules/proxy/ajp_utils.c
httpd-2.2.34/modules/proxy/mod_proxy_balancer.c
httpd-2.2.34/modules/proxy/mod_proxy_ftp.dep
httpd-2.2.34/modules/proxy/NWGNUproxyscgi
httpd-2.2.34/modules/proxy/mod_proxy.dep
httpd-2.2.34/modules/proxy/mod_proxy_balancer.mak
httpd-2.2.34/modules/proxy/mod_proxy_http.mak
httpd-2.2.34/modules/proxy/mod_proxy_http.dep
httpd-2.2.34/modules/proxy/NWGNUproxy
httpd-2.2.34/modules/proxy/mod_proxy_ajp.dep
httpd-2.2.34/modules/proxy/mod_proxy_connect.dep
httpd-2.2.34/modules/proxy/proxy_util.c
httpd-2.2.34/modules/proxy/mod_proxy_ajp.dsp
httpd-2.2.34/modules/proxy/NWGNUproxyajp
httpd-2.2.34/modules/proxy/NWGNUproxycon
httpd-2.2.34/modules/proxy/mod_proxy_ajp.mak
httpd-2.2.34/modules/proxy/mod_proxy_http.dsp
httpd-2.2.34/modules/cache/
httpd-2.2.34/modules/cache/mod_cache.h
httpd-2.2.34/modules/cache/mod_mem_cache.dsp
httpd-2.2.34/modules/cache/cache_cache.c
httpd-2.2.34/modules/cache/cache_cache.h
httpd-2.2.34/modules/cache/cache_util.c
httpd-2.2.34/modules/cache/cache_hash.c
httpd-2.2.34/modules/cache/mod_file_cache.c
httpd-2.2.34/modules/cache/NWGNUmod_cach
httpd-2.2.34/modules/cache/mod_file_cache.exp
httpd-2.2.34/modules/cache/cache_pqueue.h
httpd-2.2.34/modules/cache/mod_mem_cache.dep
httpd-2.2.34/modules/cache/mod_disk_cache.dep
httpd-2.2.34/modules/cache/mod_file_cache.dsp
httpd-2.2.34/modules/cache/mod_cache.c
httpd-2.2.34/modules/cache/cache_pqueue.c
httpd-2.2.34/modules/cache/mod_file_cache.dep
httpd-2.2.34/modules/cache/mod_disk_cache.c
httpd-2.2.34/modules/cache/NWGNUdsk_cach
httpd-2.2.34/modules/cache/mod_disk_cache.dsp
httpd-2.2.34/modules/cache/mod_cache.dep
httpd-2.2.34/modules/cache/config.m4
httpd-2.2.34/modules/cache/NWGNUmakefile
httpd-2.2.34/modules/cache/mod_cache.dsp
httpd-2.2.34/modules/cache/.indent.pro
httpd-2.2.34/modules/cache/mod_disk_cache.mak
httpd-2.2.34/modules/cache/mod_mem_cache.c
httpd-2.2.34/modules/cache/mod_disk_cache.h
httpd-2.2.34/modules/cache/Makefile.in
httpd-2.2.34/modules/cache/mod_cache.imp
httpd-2.2.34/modules/cache/mod_mem_cache.mak
httpd-2.2.34/modules/cache/cache_storage.c
httpd-2.2.34/modules/cache/mod_file_cache.mak
httpd-2.2.34/modules/cache/mod_cache.mak
httpd-2.2.34/modules/cache/NWGNUmem_cach
httpd-2.2.34/modules/cache/cache_hash.h
httpd-2.2.34/httpd.mak
httpd-2.2.34/buildconf
httpd-2.2.34/CHANGES
httpd-2.2.34/.gdbinit
httpd-2.2.34/support/
httpd-2.2.34/support/htpasswd.mak
httpd-2.2.34/support/NWGNUhtdigest
httpd-2.2.34/support/htcacheclean.mak
httpd-2.2.34/support/htcacheclean.dep
httpd-2.2.34/support/ab.dsp
httpd-2.2.34/support/htdigest.dep
httpd-2.2.34/support/logresolve.mak
httpd-2.2.34/support/logresolve.dsp
httpd-2.2.34/support/NWGNUab
httpd-2.2.34/support/htdigest.mak
httpd-2.2.34/support/NWGNUlogres
httpd-2.2.34/support/httxt2dbm.c
httpd-2.2.34/support/ab.mak
httpd-2.2.34/support/rotatelogs.c
httpd-2.2.34/support/htcacheclean.dsp
httpd-2.2.34/support/htdbm.mak
httpd-2.2.34/support/suexec.c
httpd-2.2.34/support/logresolve.pl.in
httpd-2.2.34/support/abs.mak
httpd-2.2.34/support/abs.dsp
httpd-2.2.34/support/NWGNUhtdbm
httpd-2.2.34/support/config.m4
httpd-2.2.34/support/NWGNUmakefile
httpd-2.2.34/support/htpasswd.c
httpd-2.2.34/support/NWGNUhtcacheclean
httpd-2.2.34/support/README
httpd-2.2.34/support/htpasswd.dep
httpd-2.2.34/support/NWGNUhttxt2dbm
httpd-2.2.34/support/htdigest.dsp
httpd-2.2.34/support/abs.dep
httpd-2.2.34/support/httxt2dbm.mak
httpd-2.2.34/support/apxs.in
httpd-2.2.34/support/NWGNUrotlogs
httpd-2.2.34/support/list_hooks.pl
httpd-2.2.34/support/.indent.pro
httpd-2.2.34/support/phf_abuse_log.cgi.in
httpd-2.2.34/support/envvars-std.in
httpd-2.2.34/support/rotatelogs.dsp
httpd-2.2.34/support/split-logfile.in
httpd-2.2.34/support/htcacheclean.c
httpd-2.2.34/support/htdigest.c
httpd-2.2.34/support/Makefile.in
httpd-2.2.34/support/check_forensic
httpd-2.2.34/support/httxt2dbm.dsp
httpd-2.2.34/support/ab.dep
httpd-2.2.34/support/logresolve.dep
httpd-2.2.34/support/suexec.h
httpd-2.2.34/support/apachectl.in
httpd-2.2.34/support/NWGNUhtpasswd
httpd-2.2.34/support/log_server_status.in
httpd-2.2.34/support/rotatelogs.dep
httpd-2.2.34/support/win32/
httpd-2.2.34/support/win32/ApacheMonitor.h
httpd-2.2.34/support/win32/srun.bmp
httpd-2.2.34/support/win32/ApacheMonitor.mak
httpd-2.2.34/support/win32/aprun.ico
httpd-2.2.34/support/win32/ApacheMonitor.dsp
httpd-2.2.34/support/win32/sstop.bmp
httpd-2.2.34/support/win32/wintty.mak
httpd-2.2.34/support/win32/apache_header.bmp
httpd-2.2.34/support/win32/wintty.c
httpd-2.2.34/support/win32/apstop.ico
httpd-2.2.34/support/win32/wintty.dep
httpd-2.2.34/support/win32/wintty.dsp
httpd-2.2.34/support/win32/ApacheMonitor.ico
httpd-2.2.34/support/win32/ApacheMonitor.c
httpd-2.2.34/support/win32/ApacheMonitor.rc
httpd-2.2.34/support/win32/ApacheMonitor.dep
httpd-2.2.34/support/dbmmanage.in
httpd-2.2.34/support/checkgid.c
httpd-2.2.34/support/rotatelogs.mak
httpd-2.2.34/support/httxt2dbm.dep
httpd-2.2.34/support/htdbm.c
httpd-2.2.34/support/htdbm.dep
httpd-2.2.34/support/logresolve.c
httpd-2.2.34/support/htdbm.dsp
httpd-2.2.34/support/SHA1/
httpd-2.2.34/support/SHA1/ldif-sha1.example
httpd-2.2.34/support/SHA1/htpasswd-sha1.pl
httpd-2.2.34/support/SHA1/convert-sha1.pl
httpd-2.2.34/support/SHA1/README.sha1
httpd-2.2.34/support/htpasswd.dsp
httpd-2.2.34/support/ab.c
httpd-2.2.34/README.platforms
httpd-2.2.34/InstallBin.dsp
httpd-2.2.34/LICENSE
httpd-2.2.34/acinclude.m4
httpd-2.2.34/NWGNUmakefile
httpd-2.2.34/configure
httpd-2.2.34/README
httpd-2.2.34/BuildBin.dsp
httpd-2.2.34/httpd.spec
httpd-2.2.34/include/
httpd-2.2.34/include/util_time.h
httpd-2.2.34/include/http_core.h
httpd-2.2.34/include/ap_regex.h
httpd-2.2.34/include/http_main.h
httpd-2.2.34/include/ap_provider.h
httpd-2.2.34/include/ap_config_layout.h.in
httpd-2.2.34/include/ap_config_auto.h.in
httpd-2.2.34/include/ap_listen.h
httpd-2.2.34/include/ap_config.h
httpd-2.2.34/include/httpd.h
httpd-2.2.34/include/http_protocol.h
httpd-2.2.34/include/http_request.h
httpd-2.2.34/include/http_vhost.h
httpd-2.2.34/include/http_log.h
httpd-2.2.34/include/ap_mmn.h
httpd-2.2.34/include/util_md5.h
httpd-2.2.34/include/mpm_common.h
httpd-2.2.34/include/ap_compat.h
httpd-2.2.34/include/.indent.pro
httpd-2.2.34/include/http_config.h
httpd-2.2.34/include/util_filter.h
httpd-2.2.34/include/ap_release.h
httpd-2.2.34/include/util_ebcdic.h
httpd-2.2.34/include/util_ldap.h
httpd-2.2.34/include/ap_regkey.h
httpd-2.2.34/include/util_charset.h
httpd-2.2.34/include/util_xml.h
httpd-2.2.34/include/util_cfgtree.h
httpd-2.2.34/include/util_script.h
httpd-2.2.34/include/http_connection.h
httpd-2.2.34/include/scoreboard.h
httpd-2.2.34/include/ap_mpm.h
httpd-2.2.34/srclib/
httpd-2.2.34/srclib/pcre/
httpd-2.2.34/srclib/pcre/dftables.mak
httpd-2.2.34/srclib/pcre/LICENCE
httpd-2.2.34/srclib/pcre/pcre.c
httpd-2.2.34/srclib/pcre/AUTHORS
httpd-2.2.34/srclib/pcre/NEWS
httpd-2.2.34/srclib/pcre/pcre-config.in
httpd-2.2.34/srclib/pcre/pgrep.c
httpd-2.2.34/srclib/pcre/configure.in
httpd-2.2.34/srclib/pcre/pcregrep.c
httpd-2.2.34/srclib/pcre/doc/
httpd-2.2.34/srclib/pcre/doc/README_httpd
httpd-2.2.34/srclib/pcre/perltest
httpd-2.2.34/srclib/pcre/ucp.c
httpd-2.2.34/srclib/pcre/ucptypetable.c
httpd-2.2.34/srclib/pcre/install-sh
httpd-2.2.34/srclib/pcre/printint.c
httpd-2.2.34/srclib/pcre/pcre.in
httpd-2.2.34/srclib/pcre/dftables.c
httpd-2.2.34/srclib/pcre/RunTest.in
httpd-2.2.34/srclib/pcre/COPYING
httpd-2.2.34/srclib/pcre/study.c
httpd-2.2.34/srclib/pcre/NWGNUmakefile
httpd-2.2.34/srclib/pcre/config.hw
httpd-2.2.34/srclib/pcre/pcreposix.dsp
httpd-2.2.34/srclib/pcre/configure
httpd-2.2.34/srclib/pcre/mkinstalldirs
httpd-2.2.34/srclib/pcre/README
httpd-2.2.34/srclib/pcre/dftables.dsp
httpd-2.2.34/srclib/pcre/pcredemo.c
httpd-2.2.34/srclib/pcre/maketables.c
httpd-2.2.34/srclib/pcre/libpcre.pc.in
httpd-2.2.34/srclib/pcre/pcre.def
httpd-2.2.34/srclib/pcre/ChangeLog
httpd-2.2.34/srclib/pcre/Makefile.in
httpd-2.2.34/srclib/pcre/makevp.bat
httpd-2.2.34/srclib/pcre/internal.h
httpd-2.2.34/srclib/pcre/libpcre.def
httpd-2.2.34/srclib/pcre/ucp.h
httpd-2.2.34/srclib/pcre/ucpinternal.h
httpd-2.2.34/srclib/pcre/pcre.mak
httpd-2.2.34/srclib/pcre/perltest8
httpd-2.2.34/srclib/pcre/pcreposix.c
httpd-2.2.34/srclib/pcre/libpcreposix.def
httpd-2.2.34/srclib/pcre/dll.mk
httpd-2.2.34/srclib/pcre/config.in
httpd-2.2.34/srclib/pcre/pcretest.c
httpd-2.2.34/srclib/pcre/get.c
httpd-2.2.34/srclib/pcre/ucptable.c
httpd-2.2.34/srclib/pcre/NON-UNIX-USE
httpd-2.2.34/srclib/pcre/pcre.dep
httpd-2.2.34/srclib/pcre/INSTALL
httpd-2.2.34/srclib/pcre/testdata/
httpd-2.2.34/srclib/pcre/testdata/testinput3
httpd-2.2.34/srclib/pcre/testdata/testoutput3
httpd-2.2.34/srclib/pcre/testdata/testinput6
httpd-2.2.34/srclib/pcre/testdata/testoutput1
httpd-2.2.34/srclib/pcre/testdata/testoutput6
httpd-2.2.34/srclib/pcre/testdata/testoutput2
httpd-2.2.34/srclib/pcre/testdata/testoutput5
httpd-2.2.34/srclib/pcre/testdata/testinput5
httpd-2.2.34/srclib/pcre/testdata/testoutput4
httpd-2.2.34/srclib/pcre/testdata/testinput4
httpd-2.2.34/srclib/pcre/testdata/testinput2
httpd-2.2.34/srclib/pcre/testdata/testinput1
httpd-2.2.34/srclib/pcre/pcre.dsp
httpd-2.2.34/srclib/pcre/dftables.dep
httpd-2.2.34/srclib/pcre/pcre.hw
httpd-2.2.34/srclib/apr/
httpd-2.2.34/srclib/apr/emacs-mode
httpd-2.2.34/srclib/apr/passwd/
httpd-2.2.34/srclib/apr/passwd/apr_getpass.c
httpd-2.2.34/srclib/apr/Makefile.win
httpd-2.2.34/srclib/apr/CMakeLists.txt
httpd-2.2.34/srclib/apr/poll/
httpd-2.2.34/srclib/apr/poll/os2/
httpd-2.2.34/srclib/apr/poll/os2/pollset.c
httpd-2.2.34/srclib/apr/poll/os2/poll.c
httpd-2.2.34/srclib/apr/poll/unix/
httpd-2.2.34/srclib/apr/poll/unix/epoll.c
httpd-2.2.34/srclib/apr/poll/unix/pollset.c
httpd-2.2.34/srclib/apr/poll/unix/kqueue.c
httpd-2.2.34/srclib/apr/poll/unix/select.c
httpd-2.2.34/srclib/apr/poll/unix/pollcb.c
httpd-2.2.34/srclib/apr/poll/unix/poll.c
httpd-2.2.34/srclib/apr/poll/unix/port.c
httpd-2.2.34/srclib/apr/poll/unix/z_asio.c
httpd-2.2.34/srclib/apr/mmap/
httpd-2.2.34/srclib/apr/mmap/unix/
httpd-2.2.34/srclib/apr/mmap/unix/common.c
httpd-2.2.34/srclib/apr/mmap/unix/mmap.c
httpd-2.2.34/srclib/apr/mmap/win32/
httpd-2.2.34/srclib/apr/mmap/win32/mmap.c
httpd-2.2.34/srclib/apr/configure.in
httpd-2.2.34/srclib/apr/NOTICE
httpd-2.2.34/srclib/apr/shmem/
httpd-2.2.34/srclib/apr/shmem/os2/
httpd-2.2.34/srclib/apr/shmem/os2/shm.c
httpd-2.2.34/srclib/apr/shmem/unix/
httpd-2.2.34/srclib/apr/shmem/unix/shm.c
httpd-2.2.34/srclib/apr/shmem/beos/
httpd-2.2.34/srclib/apr/shmem/beos/shm.c
httpd-2.2.34/srclib/apr/shmem/win32/
httpd-2.2.34/srclib/apr/shmem/win32/shm.c
httpd-2.2.34/srclib/apr/config.layout
httpd-2.2.34/srclib/apr/docs/
httpd-2.2.34/srclib/apr/docs/APRDesign.html
httpd-2.2.34/srclib/apr/docs/win32_builds.html
httpd-2.2.34/srclib/apr/docs/canonical_filenames.html
httpd-2.2.34/srclib/apr/docs/pool-design.html
httpd-2.2.34/srclib/apr/docs/non_apr_programs
httpd-2.2.34/srclib/apr/docs/incomplete_types
httpd-2.2.34/srclib/apr/docs/doxygen.conf
httpd-2.2.34/srclib/apr/strings/
httpd-2.2.34/srclib/apr/strings/apr_fnmatch.c
httpd-2.2.34/srclib/apr/strings/apr_snprintf.c
httpd-2.2.34/srclib/apr/strings/apr_strnatcmp.c
httpd-2.2.34/srclib/apr/strings/apr_strings.c
httpd-2.2.34/srclib/apr/strings/apr_cpystrn.c
httpd-2.2.34/srclib/apr/strings/apr_strtok.c
httpd-2.2.34/srclib/apr/network_io/
httpd-2.2.34/srclib/apr/network_io/os2/
httpd-2.2.34/srclib/apr/network_io/os2/inet_ntop.c
httpd-2.2.34/srclib/apr/network_io/os2/sockaddr.c
httpd-2.2.34/srclib/apr/network_io/os2/sockopt.c
httpd-2.2.34/srclib/apr/network_io/os2/socket_util.c
httpd-2.2.34/srclib/apr/network_io/os2/sendrecv.c
httpd-2.2.34/srclib/apr/network_io/os2/sockets.c
httpd-2.2.34/srclib/apr/network_io/os2/os2calls.c
httpd-2.2.34/srclib/apr/network_io/os2/sendrecv_udp.c
httpd-2.2.34/srclib/apr/network_io/os2/inet_pton.c
httpd-2.2.34/srclib/apr/network_io/unix/
httpd-2.2.34/srclib/apr/network_io/unix/multicast.c
httpd-2.2.34/srclib/apr/network_io/unix/inet_ntop.c
httpd-2.2.34/srclib/apr/network_io/unix/sockaddr.c
httpd-2.2.34/srclib/apr/network_io/unix/sockopt.c
httpd-2.2.34/srclib/apr/network_io/unix/socket_util.c
httpd-2.2.34/srclib/apr/network_io/unix/sendrecv.c
httpd-2.2.34/srclib/apr/network_io/unix/sockets.c
httpd-2.2.34/srclib/apr/network_io/unix/inet_pton.c
httpd-2.2.34/srclib/apr/network_io/beos/
httpd-2.2.34/srclib/apr/network_io/beos/socketcommon.c
httpd-2.2.34/srclib/apr/network_io/beos/sendrecv.c
httpd-2.2.34/srclib/apr/network_io/win32/
httpd-2.2.34/srclib/apr/network_io/win32/sockopt.c
httpd-2.2.34/srclib/apr/network_io/win32/sendrecv.c
httpd-2.2.34/srclib/apr/network_io/win32/sockets.c
httpd-2.2.34/srclib/apr/buildconf
httpd-2.2.34/srclib/apr/CHANGES
httpd-2.2.34/srclib/apr/support/
httpd-2.2.34/srclib/apr/support/unix/
httpd-2.2.34/srclib/apr/support/unix/waitio.c
httpd-2.2.34/srclib/apr/apr.dep
httpd-2.2.34/srclib/apr/README.cmake
httpd-2.2.34/srclib/apr/LICENSE
httpd-2.2.34/srclib/apr/dso/
httpd-2.2.34/srclib/apr/dso/os390/
httpd-2.2.34/srclib/apr/dso/os390/dso.c
httpd-2.2.34/srclib/apr/dso/aix/
httpd-2.2.34/srclib/apr/dso/aix/dso.c
httpd-2.2.34/srclib/apr/dso/os2/
httpd-2.2.34/srclib/apr/dso/os2/dso.c
httpd-2.2.34/srclib/apr/dso/unix/
httpd-2.2.34/srclib/apr/dso/unix/dso.c
httpd-2.2.34/srclib/apr/dso/beos/
httpd-2.2.34/srclib/apr/dso/beos/dso.c
httpd-2.2.34/srclib/apr/dso/netware/
httpd-2.2.34/srclib/apr/dso/netware/dso.c
httpd-2.2.34/srclib/apr/dso/win32/
httpd-2.2.34/srclib/apr/dso/win32/dso.c
httpd-2.2.34/srclib/apr/NWGNUmakefile
httpd-2.2.34/srclib/apr/configure
httpd-2.2.34/srclib/apr/README
httpd-2.2.34/srclib/apr/apr-config.in
httpd-2.2.34/srclib/apr/memory/
httpd-2.2.34/srclib/apr/memory/unix/
httpd-2.2.34/srclib/apr/memory/unix/apr_pools.c
httpd-2.2.34/srclib/apr/apr.dsp
httpd-2.2.34/srclib/apr/locks/
httpd-2.2.34/srclib/apr/locks/os2/
httpd-2.2.34/srclib/apr/locks/os2/proc_mutex.c
httpd-2.2.34/srclib/apr/locks/os2/thread_rwlock.c
httpd-2.2.34/srclib/apr/locks/os2/thread_cond.c
httpd-2.2.34/srclib/apr/locks/os2/thread_mutex.c
httpd-2.2.34/srclib/apr/locks/unix/
httpd-2.2.34/srclib/apr/locks/unix/proc_mutex.c
httpd-2.2.34/srclib/apr/locks/unix/global_mutex.c
httpd-2.2.34/srclib/apr/locks/unix/thread_rwlock.c
httpd-2.2.34/srclib/apr/locks/unix/thread_cond.c
httpd-2.2.34/srclib/apr/locks/unix/thread_mutex.c
httpd-2.2.34/srclib/apr/locks/beos/
httpd-2.2.34/srclib/apr/locks/beos/proc_mutex.c
httpd-2.2.34/srclib/apr/locks/beos/thread_rwlock.c
httpd-2.2.34/srclib/apr/locks/beos/thread_cond.c
httpd-2.2.34/srclib/apr/locks/beos/thread_mutex.c
httpd-2.2.34/srclib/apr/locks/netware/
httpd-2.2.34/srclib/apr/locks/netware/proc_mutex.c
httpd-2.2.34/srclib/apr/locks/netware/thread_rwlock.c
httpd-2.2.34/srclib/apr/locks/netware/thread_cond.c
httpd-2.2.34/srclib/apr/locks/netware/thread_mutex.c
httpd-2.2.34/srclib/apr/locks/win32/
httpd-2.2.34/srclib/apr/locks/win32/proc_mutex.c
httpd-2.2.34/srclib/apr/locks/win32/thread_rwlock.c
httpd-2.2.34/srclib/apr/locks/win32/thread_cond.c
httpd-2.2.34/srclib/apr/locks/win32/thread_mutex.c
httpd-2.2.34/srclib/apr/include/
httpd-2.2.34/srclib/apr/include/apr_thread_proc.h
httpd-2.2.34/srclib/apr/include/apr_errno.h
httpd-2.2.34/srclib/apr/include/apr_fnmatch.h
httpd-2.2.34/srclib/apr/include/apr_support.h
httpd-2.2.34/srclib/apr/include/apr_thread_cond.h
httpd-2.2.34/srclib/apr/include/apr_network_io.h
httpd-2.2.34/srclib/apr/include/apr_lib.h
httpd-2.2.34/srclib/apr/include/apr_time.h
httpd-2.2.34/srclib/apr/include/apr_user.h
httpd-2.2.34/srclib/apr/include/apr_thread_rwlock.h
httpd-2.2.34/srclib/apr/include/apr_version.h
httpd-2.2.34/srclib/apr/include/apr_general.h
httpd-2.2.34/srclib/apr/include/apr_strings.h
httpd-2.2.34/srclib/apr/include/apr.hnw
httpd-2.2.34/srclib/apr/include/apr_file_io.h
httpd-2.2.34/srclib/apr/include/apr_want.h
httpd-2.2.34/srclib/apr/include/apr_shm.h
httpd-2.2.34/srclib/apr/include/apr_tables.h
httpd-2.2.34/srclib/apr/include/apr_mmap.h
httpd-2.2.34/srclib/apr/include/private/
httpd-2.2.34/srclib/apr/include/arch/
httpd-2.2.34/srclib/apr/include/arch/os390/
httpd-2.2.34/srclib/apr/include/arch/os390/apr_arch_dso.h
httpd-2.2.34/srclib/apr/include/arch/aix/
httpd-2.2.34/srclib/apr/include/arch/aix/apr_arch_dso.h
httpd-2.2.34/srclib/apr/include/arch/os2/
httpd-2.2.34/srclib/apr/include/arch/os2/apr_arch_inherit.h
httpd-2.2.34/srclib/apr/include/arch/os2/apr_arch_thread_mutex.h
httpd-2.2.34/srclib/apr/include/arch/os2/apr_arch_file_io.h
httpd-2.2.34/srclib/apr/include/arch/os2/apr_arch_thread_rwlock.h
httpd-2.2.34/srclib/apr/include/arch/os2/apr_arch_threadproc.h
httpd-2.2.34/srclib/apr/include/arch/os2/apr_arch_dso.h
httpd-2.2.34/srclib/apr/include/arch/os2/apr_arch_networkio.h
httpd-2.2.34/srclib/apr/include/arch/os2/apr_arch_proc_mutex.h
httpd-2.2.34/srclib/apr/include/arch/os2/apr_arch_os2calls.h
httpd-2.2.34/srclib/apr/include/arch/os2/apr_arch_thread_cond.h
httpd-2.2.34/srclib/apr/include/arch/darwin/
httpd-2.2.34/srclib/apr/include/arch/apr_private_common.h
httpd-2.2.34/srclib/apr/include/arch/unix/
httpd-2.2.34/srclib/apr/include/arch/unix/apr_arch_shm.h
httpd-2.2.34/srclib/apr/include/arch/unix/apr_arch_inherit.h
httpd-2.2.34/srclib/apr/include/arch/unix/apr_arch_thread_mutex.h
httpd-2.2.34/srclib/apr/include/arch/unix/apr_arch_poll_private.h
httpd-2.2.34/srclib/apr/include/arch/unix/apr_arch_file_io.h
httpd-2.2.34/srclib/apr/include/arch/unix/apr_arch_thread_rwlock.h
httpd-2.2.34/srclib/apr/include/arch/unix/apr_arch_atomic.h
httpd-2.2.34/srclib/apr/include/arch/unix/apr_arch_threadproc.h
httpd-2.2.34/srclib/apr/include/arch/unix/apr_private.h.in
httpd-2.2.34/srclib/apr/include/arch/unix/apr_arch_dso.h
httpd-2.2.34/srclib/apr/include/arch/unix/apr_arch_misc.h
httpd-2.2.34/srclib/apr/include/arch/unix/apr_arch_global_mutex.h
httpd-2.2.34/srclib/apr/include/arch/unix/apr_arch_networkio.h
httpd-2.2.34/srclib/apr/include/arch/unix/apr_arch_proc_mutex.h
httpd-2.2.34/srclib/apr/include/arch/unix/apr_arch_internal_time.h
httpd-2.2.34/srclib/apr/include/arch/unix/apr_arch_thread_cond.h
httpd-2.2.34/srclib/apr/include/arch/beos/
httpd-2.2.34/srclib/apr/include/arch/beos/apr_arch_thread_mutex.h
httpd-2.2.34/srclib/apr/include/arch/beos/apr_arch_thread_rwlock.h
httpd-2.2.34/srclib/apr/include/arch/beos/apr_arch_threadproc.h
httpd-2.2.34/srclib/apr/include/arch/beos/apr_arch_dso.h
httpd-2.2.34/srclib/apr/include/arch/beos/apr_arch_proc_mutex.h
httpd-2.2.34/srclib/apr/include/arch/beos/apr_arch_thread_cond.h
httpd-2.2.34/srclib/apr/include/arch/netware/
httpd-2.2.34/srclib/apr/include/arch/netware/apr_private.h
httpd-2.2.34/srclib/apr/include/arch/netware/apr_arch_thread_mutex.h
httpd-2.2.34/srclib/apr/include/arch/netware/apr_arch_file_io.h
httpd-2.2.34/srclib/apr/include/arch/netware/apr_arch_thread_rwlock.h
httpd-2.2.34/srclib/apr/include/arch/netware/apr_arch_pre_nw.h
httpd-2.2.34/srclib/apr/include/arch/netware/apr_arch_threadproc.h
httpd-2.2.34/srclib/apr/include/arch/netware/apr_arch_dso.h
httpd-2.2.34/srclib/apr/include/arch/netware/apr_arch_global_mutex.h
httpd-2.2.34/srclib/apr/include/arch/netware/apr_arch_networkio.h
httpd-2.2.34/srclib/apr/include/arch/netware/apr_arch_proc_mutex.h
httpd-2.2.34/srclib/apr/include/arch/netware/apr_arch_internal_time.h
httpd-2.2.34/srclib/apr/include/arch/netware/apr_arch_thread_cond.h
httpd-2.2.34/srclib/apr/include/arch/win32/
httpd-2.2.34/srclib/apr/include/arch/win32/apr_private.h
httpd-2.2.34/srclib/apr/include/arch/win32/apr_arch_inherit.h
httpd-2.2.34/srclib/apr/include/arch/win32/apr_arch_thread_mutex.h
httpd-2.2.34/srclib/apr/include/arch/win32/apr_dbg_win32_handles.h
httpd-2.2.34/srclib/apr/include/arch/win32/apr_arch_file_io.h
httpd-2.2.34/srclib/apr/include/arch/win32/apr_arch_thread_rwlock.h
httpd-2.2.34/srclib/apr/include/arch/win32/apr_arch_threadproc.h
httpd-2.2.34/srclib/apr/include/arch/win32/apr_arch_dso.h
httpd-2.2.34/srclib/apr/include/arch/win32/apr_arch_atime.h
httpd-2.2.34/srclib/apr/include/arch/win32/apr_arch_misc.h
httpd-2.2.34/srclib/apr/include/arch/win32/apr_arch_networkio.h
httpd-2.2.34/srclib/apr/include/arch/win32/apr_arch_utf8.h
httpd-2.2.34/srclib/apr/include/arch/win32/apr_arch_proc_mutex.h
httpd-2.2.34/srclib/apr/include/arch/win32/apr_arch_thread_cond.h
httpd-2.2.34/srclib/apr/include/apr.h.in
httpd-2.2.34/srclib/apr/include/apr_env.h
httpd-2.2.34/srclib/apr/include/apr_pools.h
httpd-2.2.34/srclib/apr/include/apr_proc_mutex.h
httpd-2.2.34/srclib/apr/include/apr.hwc
httpd-2.2.34/srclib/apr/include/apr_atomic.h
httpd-2.2.34/srclib/apr/include/apr_file_info.h
httpd-2.2.34/srclib/apr/include/apr_portable.h
httpd-2.2.34/srclib/apr/include/apr_allocator.h
httpd-2.2.34/srclib/apr/include/apr_poll.h
httpd-2.2.34/srclib/apr/include/apr_hash.h
httpd-2.2.34/srclib/apr/include/apr_getopt.h
httpd-2.2.34/srclib/apr/include/apr.hw
httpd-2.2.34/srclib/apr/include/apr_random.h
httpd-2.2.34/srclib/apr/include/apr_escape.h
httpd-2.2.34/srclib/apr/include/apr_inherit.h
httpd-2.2.34/srclib/apr/include/apr_skiplist.h
httpd-2.2.34/srclib/apr/include/apr_global_mutex.h
httpd-2.2.34/srclib/apr/include/apr_ring.h
httpd-2.2.34/srclib/apr/include/apr_thread_mutex.h
httpd-2.2.34/srclib/apr/include/apr_dso.h
httpd-2.2.34/srclib/apr/include/apr_signal.h
httpd-2.2.34/srclib/apr/apr.mak
httpd-2.2.34/srclib/apr/helpers/
httpd-2.2.34/srclib/apr/helpers/apr_rename.pl
httpd-2.2.34/srclib/apr/threadproc/
httpd-2.2.34/srclib/apr/threadproc/os2/
httpd-2.2.34/srclib/apr/threadproc/os2/signals.c
httpd-2.2.34/srclib/apr/threadproc/os2/thread.c
httpd-2.2.34/srclib/apr/threadproc/os2/threadpriv.c
httpd-2.2.34/srclib/apr/threadproc/os2/proc.c
httpd-2.2.34/srclib/apr/threadproc/unix/
httpd-2.2.34/srclib/apr/threadproc/unix/procsup.c
httpd-2.2.34/srclib/apr/threadproc/unix/signals.c
httpd-2.2.34/srclib/apr/threadproc/unix/thread.c
httpd-2.2.34/srclib/apr/threadproc/unix/threadpriv.c
httpd-2.2.34/srclib/apr/threadproc/unix/proc.c
httpd-2.2.34/srclib/apr/threadproc/beos/
httpd-2.2.34/srclib/apr/threadproc/beos/threadproc_common.c
httpd-2.2.34/srclib/apr/threadproc/beos/thread.c
httpd-2.2.34/srclib/apr/threadproc/beos/threadpriv.c
httpd-2.2.34/srclib/apr/threadproc/beos/proc.c
httpd-2.2.34/srclib/apr/threadproc/beos/apr_proc_stub.c
httpd-2.2.34/srclib/apr/threadproc/netware/
httpd-2.2.34/srclib/apr/threadproc/netware/procsup.c
httpd-2.2.34/srclib/apr/threadproc/netware/signals.c
httpd-2.2.34/srclib/apr/threadproc/netware/thread.c
httpd-2.2.34/srclib/apr/threadproc/netware/threadpriv.c
httpd-2.2.34/srclib/apr/threadproc/netware/proc.c
httpd-2.2.34/srclib/apr/threadproc/win32/
httpd-2.2.34/srclib/apr/threadproc/win32/signals.c
httpd-2.2.34/srclib/apr/threadproc/win32/thread.c
httpd-2.2.34/srclib/apr/threadproc/win32/threadpriv.c
httpd-2.2.34/srclib/apr/threadproc/win32/proc.c
httpd-2.2.34/srclib/apr/Makefile.in
httpd-2.2.34/srclib/apr/libapr.rc
httpd-2.2.34/srclib/apr/build.conf
httpd-2.2.34/srclib/apr/test/
httpd-2.2.34/srclib/apr/test/testargs.c
httpd-2.2.34/srclib/apr/test/testpools.c
httpd-2.2.34/srclib/apr/test/testlib.dsp
httpd-2.2.34/srclib/apr/test/testsockets.c
httpd-2.2.34/srclib/apr/test/mod_test.c
httpd-2.2.34/srclib/apr/test/Makefile.win
httpd-2.2.34/srclib/apr/test/NWGNUproc_child
httpd-2.2.34/srclib/apr/test/testfilecopy.c
httpd-2.2.34/srclib/apr/test/testlock.c
httpd-2.2.34/srclib/apr/test/testutil.h
httpd-2.2.34/srclib/apr/test/testflock.h
httpd-2.2.34/srclib/apr/test/NWGNUsockchild
httpd-2.2.34/srclib/apr/test/testlfs.c
httpd-2.2.34/srclib/apr/test/testpath.c
httpd-2.2.34/srclib/apr/test/NWGNUglobalmutexchild
httpd-2.2.34/srclib/apr/test/teststr.c
httpd-2.2.34/srclib/apr/test/abts.c
httpd-2.2.34/srclib/apr/test/testlockperf.c
httpd-2.2.34/srclib/apr/test/testuser.c
httpd-2.2.34/srclib/apr/test/testglobalmutex.c
httpd-2.2.34/srclib/apr/test/testdll.dsp
httpd-2.2.34/srclib/apr/test/testshmconsumer.c
httpd-2.2.34/srclib/apr/test/testtemp.c
httpd-2.2.34/srclib/apr/test/tryread.c
httpd-2.2.34/srclib/apr/test/testrand.c
httpd-2.2.34/srclib/apr/test/testnames.c
httpd-2.2.34/srclib/apr/test/testshmproducer.c
httpd-2.2.34/srclib/apr/test/testthread.c
httpd-2.2.34/srclib/apr/test/testatomic.c
httpd-2.2.34/srclib/apr/test/testsock.h
httpd-2.2.34/srclib/apr/test/abts_tests.h
httpd-2.2.34/srclib/apr/test/testvsn.c
httpd-2.2.34/srclib/apr/test/testall.dsw
httpd-2.2.34/srclib/apr/test/testdup.c
httpd-2.2.34/srclib/apr/test/testtable.c
httpd-2.2.34/srclib/apr/test/testdso.c
httpd-2.2.34/srclib/apr/test/testflock.c
httpd-2.2.34/srclib/apr/test/nw_misc.c
httpd-2.2.34/srclib/apr/test/NWGNUtestatmc
httpd-2.2.34/srclib/apr/test/testipsub.c
httpd-2.2.34/srclib/apr/test/sockchild.c
httpd-2.2.34/srclib/apr/test/testtime.c
httpd-2.2.34/srclib/apr/test/testfnmatch.c
httpd-2.2.34/srclib/apr/test/testhash.c
httpd-2.2.34/srclib/apr/test/NWGNUmakefile
httpd-2.2.34/srclib/apr/test/readchild.c
httpd-2.2.34/srclib/apr/test/testoc.c
httpd-2.2.34/srclib/apr/test/README
httpd-2.2.34/srclib/apr/test/NWGNUechod
httpd-2.2.34/srclib/apr/test/testud.c
httpd-2.2.34/srclib/apr/test/testproc.c
httpd-2.2.34/srclib/apr/test/echod.c
httpd-2.2.34/srclib/apr/test/sockperf.c
httpd-2.2.34/srclib/apr/test/testmmap.c
httpd-2.2.34/srclib/apr/test/testfile.c
httpd-2.2.34/srclib/apr/test/testcond.c
httpd-2.2.34/srclib/apr/test/Makefile.in
httpd-2.2.34/srclib/apr/test/internal/
httpd-2.2.34/srclib/apr/test/internal/Makefile.win
httpd-2.2.34/srclib/apr/test/internal/testucs.c
httpd-2.2.34/srclib/apr/test/internal/testregex.c
httpd-2.2.34/srclib/apr/test/internal/Makefile.in
httpd-2.2.34/srclib/apr/test/testutil.c
httpd-2.2.34/srclib/apr/test/testskiplist.c
httpd-2.2.34/srclib/apr/test/testshm.h
httpd-2.2.34/srclib/apr/test/NWGNUreadchild
httpd-2.2.34/srclib/apr/test/testsockopt.c
httpd-2.2.34/srclib/apr/test/testmutexscope.c
httpd-2.2.34/srclib/apr/test/data/
httpd-2.2.34/srclib/apr/test/data/file_datafile.txt
httpd-2.2.34/srclib/apr/test/data/mmap_datafile.txt
httpd-2.2.34/srclib/apr/test/sendfile.c
httpd-2.2.34/srclib/apr/test/NWGNUsockperf
httpd-2.2.34/srclib/apr/test/abts.h
httpd-2.2.34/srclib/apr/test/testpipe.c
httpd-2.2.34/srclib/apr/test/globalmutexchild.c
httpd-2.2.34/srclib/apr/test/teststrnatcmp.c
httpd-2.2.34/srclib/apr/test/testsleep.c
httpd-2.2.34/srclib/apr/test/testenv.c
httpd-2.2.34/srclib/apr/test/testshm.c
httpd-2.2.34/srclib/apr/test/testglobalmutex.h
httpd-2.2.34/srclib/apr/test/testfmt.c
httpd-2.2.34/srclib/apr/test/testprocmutex.c
httpd-2.2.34/srclib/apr/test/testescape.c
httpd-2.2.34/srclib/apr/test/NWGNUtryread
httpd-2.2.34/srclib/apr/test/testfileinfo.c
httpd-2.2.34/srclib/apr/test/testapp.c
httpd-2.2.34/srclib/apr/test/testdir.c
httpd-2.2.34/srclib/apr/test/testpoll.c
httpd-2.2.34/srclib/apr/test/NWGNUaprtest
httpd-2.2.34/srclib/apr/test/occhild.c
httpd-2.2.34/srclib/apr/test/proc_child.c
httpd-2.2.34/srclib/apr/test/testsock.c
httpd-2.2.34/srclib/apr/test/NWGNUmod_test
httpd-2.2.34/srclib/apr/encoding/
httpd-2.2.34/srclib/apr/encoding/apr_escape.c
httpd-2.2.34/srclib/apr/libapr.mak
httpd-2.2.34/srclib/apr/user/
httpd-2.2.34/srclib/apr/user/unix/
httpd-2.2.34/srclib/apr/user/unix/userinfo.c
httpd-2.2.34/srclib/apr/user/unix/groupinfo.c
httpd-2.2.34/srclib/apr/user/netware/
httpd-2.2.34/srclib/apr/user/netware/userinfo.c
httpd-2.2.34/srclib/apr/user/netware/groupinfo.c
httpd-2.2.34/srclib/apr/user/win32/
httpd-2.2.34/srclib/apr/user/win32/userinfo.c
httpd-2.2.34/srclib/apr/user/win32/groupinfo.c
httpd-2.2.34/srclib/apr/file_io/
httpd-2.2.34/srclib/apr/file_io/os2/
httpd-2.2.34/srclib/apr/file_io/os2/copy.c
httpd-2.2.34/srclib/apr/file_io/os2/tempdir.c
httpd-2.2.34/srclib/apr/file_io/os2/maperrorcode.c
httpd-2.2.34/srclib/apr/file_io/os2/pipe.c
httpd-2.2.34/srclib/apr/file_io/os2/filesys.c
httpd-2.2.34/srclib/apr/file_io/os2/readwrite.c
httpd-2.2.34/srclib/apr/file_io/os2/dir.c
httpd-2.2.34/srclib/apr/file_io/os2/dir_make_recurse.c
httpd-2.2.34/srclib/apr/file_io/os2/mktemp.c
httpd-2.2.34/srclib/apr/file_io/os2/buffer.c
httpd-2.2.34/srclib/apr/file_io/os2/fullrw.c
httpd-2.2.34/srclib/apr/file_io/os2/seek.c
httpd-2.2.34/srclib/apr/file_io/os2/filepath.c
httpd-2.2.34/srclib/apr/file_io/os2/filedup.c
httpd-2.2.34/srclib/apr/file_io/os2/filepath_util.c
httpd-2.2.34/srclib/apr/file_io/os2/fileacc.c
httpd-2.2.34/srclib/apr/file_io/os2/filestat.c
httpd-2.2.34/srclib/apr/file_io/os2/flock.c
httpd-2.2.34/srclib/apr/file_io/os2/open.c
httpd-2.2.34/srclib/apr/file_io/unix/
httpd-2.2.34/srclib/apr/file_io/unix/copy.c
httpd-2.2.34/srclib/apr/file_io/unix/tempdir.c
httpd-2.2.34/srclib/apr/file_io/unix/pipe.c
httpd-2.2.34/srclib/apr/file_io/unix/readwrite.c
httpd-2.2.34/srclib/apr/file_io/unix/dir.c
httpd-2.2.34/srclib/apr/file_io/unix/mktemp.c
httpd-2.2.34/srclib/apr/file_io/unix/buffer.c
httpd-2.2.34/srclib/apr/file_io/unix/fullrw.c
httpd-2.2.34/srclib/apr/file_io/unix/seek.c
httpd-2.2.34/srclib/apr/file_io/unix/filepath.c
httpd-2.2.34/srclib/apr/file_io/unix/filedup.c
httpd-2.2.34/srclib/apr/file_io/unix/filepath_util.c
httpd-2.2.34/srclib/apr/file_io/unix/fileacc.c
httpd-2.2.34/srclib/apr/file_io/unix/filestat.c
httpd-2.2.34/srclib/apr/file_io/unix/flock.c
httpd-2.2.34/srclib/apr/file_io/unix/open.c
httpd-2.2.34/srclib/apr/file_io/netware/
httpd-2.2.34/srclib/apr/file_io/netware/pipe.c
httpd-2.2.34/srclib/apr/file_io/netware/filesys.c
httpd-2.2.34/srclib/apr/file_io/netware/mktemp.c
httpd-2.2.34/srclib/apr/file_io/netware/filepath.c
httpd-2.2.34/srclib/apr/file_io/netware/filestat.c
httpd-2.2.34/srclib/apr/file_io/netware/flock.c
httpd-2.2.34/srclib/apr/file_io/win32/
httpd-2.2.34/srclib/apr/file_io/win32/pipe.c
httpd-2.2.34/srclib/apr/file_io/win32/filesys.c
httpd-2.2.34/srclib/apr/file_io/win32/readwrite.c
httpd-2.2.34/srclib/apr/file_io/win32/dir.c
httpd-2.2.34/srclib/apr/file_io/win32/buffer.c
httpd-2.2.34/srclib/apr/file_io/win32/seek.c
httpd-2.2.34/srclib/apr/file_io/win32/filepath.c
httpd-2.2.34/srclib/apr/file_io/win32/filedup.c
httpd-2.2.34/srclib/apr/file_io/win32/filestat.c
httpd-2.2.34/srclib/apr/file_io/win32/flock.c
httpd-2.2.34/srclib/apr/file_io/win32/open.c
httpd-2.2.34/srclib/apr/random/
httpd-2.2.34/srclib/apr/random/unix/
httpd-2.2.34/srclib/apr/random/unix/sha2_glue.c
httpd-2.2.34/srclib/apr/random/unix/apr_random.c
httpd-2.2.34/srclib/apr/random/unix/sha2.h
httpd-2.2.34/srclib/apr/random/unix/sha2.c
httpd-2.2.34/srclib/apr/time/
httpd-2.2.34/srclib/apr/time/unix/
httpd-2.2.34/srclib/apr/time/unix/timestr.c
httpd-2.2.34/srclib/apr/time/unix/time.c
httpd-2.2.34/srclib/apr/time/win32/
httpd-2.2.34/srclib/apr/time/win32/timestr.c
httpd-2.2.34/srclib/apr/time/win32/time.c
httpd-2.2.34/srclib/apr/misc/
httpd-2.2.34/srclib/apr/misc/unix/
httpd-2.2.34/srclib/apr/misc/unix/otherchild.c
httpd-2.2.34/srclib/apr/misc/unix/getopt.c
httpd-2.2.34/srclib/apr/misc/unix/randbyte_os2.inc
httpd-2.2.34/srclib/apr/misc/unix/env.c
httpd-2.2.34/srclib/apr/misc/unix/version.c
httpd-2.2.34/srclib/apr/misc/unix/start.c
httpd-2.2.34/srclib/apr/misc/unix/errorcodes.c
httpd-2.2.34/srclib/apr/misc/unix/charset.c
httpd-2.2.34/srclib/apr/misc/unix/rand.c
httpd-2.2.34/srclib/apr/misc/netware/
httpd-2.2.34/srclib/apr/misc/netware/libprews.c
httpd-2.2.34/srclib/apr/misc/netware/apr.xdc
httpd-2.2.34/srclib/apr/misc/netware/start.c
httpd-2.2.34/srclib/apr/misc/netware/aprlib.def
httpd-2.2.34/srclib/apr/misc/netware/charset.c
httpd-2.2.34/srclib/apr/misc/netware/rand.c
httpd-2.2.34/srclib/apr/misc/win32/
httpd-2.2.34/srclib/apr/misc/win32/utf8.c
httpd-2.2.34/srclib/apr/misc/win32/env.c
httpd-2.2.34/srclib/apr/misc/win32/start.c
httpd-2.2.34/srclib/apr/misc/win32/misc.c
httpd-2.2.34/srclib/apr/misc/win32/charset.c
httpd-2.2.34/srclib/apr/misc/win32/internal.c
httpd-2.2.34/srclib/apr/misc/win32/rand.c
httpd-2.2.34/srclib/apr/misc/win32/apr_app.c
httpd-2.2.34/srclib/apr/libapr.dsp
httpd-2.2.34/srclib/apr/build-outputs.mk
httpd-2.2.34/srclib/apr/tables/
httpd-2.2.34/srclib/apr/tables/apr_skiplist.c
httpd-2.2.34/srclib/apr/tables/apr_tables.c
httpd-2.2.34/srclib/apr/tables/apr_hash.c
httpd-2.2.34/srclib/apr/tools/
httpd-2.2.34/srclib/apr/tools/gen_test_char.c
httpd-2.2.34/srclib/apr/apr.pc.in
httpd-2.2.34/srclib/apr/atomic/
httpd-2.2.34/srclib/apr/atomic/os390/
httpd-2.2.34/srclib/apr/atomic/os390/atomic.c
httpd-2.2.34/srclib/apr/atomic/unix/
httpd-2.2.34/srclib/apr/atomic/unix/builtins.c
httpd-2.2.34/srclib/apr/atomic/unix/solaris.c
httpd-2.2.34/srclib/apr/atomic/unix/mutex.c
httpd-2.2.34/srclib/apr/atomic/unix/s390.c
httpd-2.2.34/srclib/apr/atomic/unix/ia32.c
httpd-2.2.34/srclib/apr/atomic/unix/ppc.c
httpd-2.2.34/srclib/apr/atomic/netware/
httpd-2.2.34/srclib/apr/atomic/netware/apr_atomic.c
httpd-2.2.34/srclib/apr/atomic/win32/
httpd-2.2.34/srclib/apr/atomic/win32/apr_atomic.c
httpd-2.2.34/srclib/apr/build/
httpd-2.2.34/srclib/apr/build/apr_threads.m4
httpd-2.2.34/srclib/apr/build/fixwin32mak.pl
httpd-2.2.34/srclib/apr/build/rpm/
httpd-2.2.34/srclib/apr/build/rpm/apr.spec.in
httpd-2.2.34/srclib/apr/build/pkg/
httpd-2.2.34/srclib/apr/build/pkg/buildpkg.sh
httpd-2.2.34/srclib/apr/build/pkg/pkginfo.in
httpd-2.2.34/srclib/apr/build/pkg/README
httpd-2.2.34/srclib/apr/build/jlibtool.c
httpd-2.2.34/srclib/apr/build/prelibaprapp.dsp
httpd-2.2.34/srclib/apr/build/ltoptions.m4
httpd-2.2.34/srclib/apr/build/run-gcov.sh
httpd-2.2.34/srclib/apr/build/mkdir.sh
httpd-2.2.34/srclib/apr/build/make_var_export.awk
httpd-2.2.34/srclib/apr/build/apr_common.m4
httpd-2.2.34/srclib/apr/build/win32ver.awk
httpd-2.2.34/srclib/apr/build/gen-build.py
httpd-2.2.34/srclib/apr/build/libaprapp.mak
httpd-2.2.34/srclib/apr/build/NWGNUenvironment.inc
httpd-2.2.34/srclib/apr/build/config.guess
httpd-2.2.34/srclib/apr/build/aprapp.dsp
httpd-2.2.34/srclib/apr/build/ltversion.m4
httpd-2.2.34/srclib/apr/build/aplibtool.c
httpd-2.2.34/srclib/apr/build/find_apr.m4
httpd-2.2.34/srclib/apr/build/nw_make_header.awk
httpd-2.2.34/srclib/apr/build/NWGNUmakefile
httpd-2.2.34/srclib/apr/build/apr_network.m4
httpd-2.2.34/srclib/apr/build/nw_export.inc
httpd-2.2.34/srclib/apr/build/apr_win32.m4
httpd-2.2.34/srclib/apr/build/ltsugar.m4
httpd-2.2.34/srclib/apr/build/apr_rules.mk.in
httpd-2.2.34/srclib/apr/build/apr_hints.m4
httpd-2.2.34/srclib/apr/build/NWGNUhead.inc
httpd-2.2.34/srclib/apr/build/config.sub
httpd-2.2.34/srclib/apr/build/lt~obsolete.m4
httpd-2.2.34/srclib/apr/build/install.sh
httpd-2.2.34/srclib/apr/build/NWGNUtail.inc
httpd-2.2.34/srclib/apr/build/aprapp.mak
httpd-2.2.34/srclib/apr/build/nw_ver.awk
httpd-2.2.34/srclib/apr/build/make_exports.awk
httpd-2.2.34/srclib/apr/build/MakeEtags
httpd-2.2.34/srclib/apr/build/make_nw_export.awk
httpd-2.2.34/srclib/apr/build/lineends.pl
httpd-2.2.34/srclib/apr/build/aprapp.dep
httpd-2.2.34/srclib/apr/build/libtool.m4
httpd-2.2.34/srclib/apr/build/preaprapp.dsp
httpd-2.2.34/srclib/apr/build/get-version.sh
httpd-2.2.34/srclib/apr/build/cvtdsp.pl
httpd-2.2.34/srclib/apr/build/buildcheck.sh
httpd-2.2.34/srclib/apr/build/libaprapp.dep
httpd-2.2.34/srclib/apr/build/ltmain.sh
httpd-2.2.34/srclib/apr/build/PrintPath
httpd-2.2.34/srclib/apr/build/libaprapp.dsp
httpd-2.2.34/srclib/apr/apr.dsw
httpd-2.2.34/srclib/apr/libapr.dep
httpd-2.2.34/srclib/Makefile.in
httpd-2.2.34/srclib/apr-util/
httpd-2.2.34/srclib/apr-util/strmatch/
httpd-2.2.34/srclib/apr-util/strmatch/apr_strmatch.c
httpd-2.2.34/srclib/apr-util/uri/
httpd-2.2.34/srclib/apr-util/uri/apr_uri.c
httpd-2.2.34/srclib/apr-util/ldap/
httpd-2.2.34/srclib/apr-util/ldap/NWGNUmakefile
httpd-2.2.34/srclib/apr-util/ldap/apr_ldap_init.c
httpd-2.2.34/srclib/apr-util/ldap/apr_ldap_url.c
httpd-2.2.34/srclib/apr-util/ldap/apr_ldap.dsp
httpd-2.2.34/srclib/apr-util/ldap/apr_ldap.mak
httpd-2.2.34/srclib/apr-util/ldap/apr_ldap_rebind.c
httpd-2.2.34/srclib/apr-util/ldap/apr_ldap.dep
httpd-2.2.34/srclib/apr-util/ldap/apr_ldap_option.c
httpd-2.2.34/srclib/apr-util/ldap/apr_ldap_stub.c
httpd-2.2.34/srclib/apr-util/libaprutil.dsp
httpd-2.2.34/srclib/apr-util/Makefile.win
httpd-2.2.34/srclib/apr-util/CMakeLists.txt
httpd-2.2.34/srclib/apr-util/configure.in
httpd-2.2.34/srclib/apr-util/NOTICE
httpd-2.2.34/srclib/apr-util/config.layout
httpd-2.2.34/srclib/apr-util/apr-util.pc.in
httpd-2.2.34/srclib/apr-util/dbd/
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_sqlite3.c
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_oracle.dsp
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_mysql.c
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_freetds.dep
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_sqlite2.dep
httpd-2.2.34/srclib/apr-util/dbd/NWGNUdbdsqli3
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_mysql.dsp
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_mysql.mak
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_sqlite3.mak
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_sqlite2.c
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_freetds.dsp
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_sqlite3.dsp
httpd-2.2.34/srclib/apr-util/dbd/NWGNUmakefile
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_pgsql.dsp
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd.c
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_oracle.mak
httpd-2.2.34/srclib/apr-util/dbd/NWGNUdbdpgsql
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_odbc.mak
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_odbc.c
httpd-2.2.34/srclib/apr-util/dbd/NWGNUdbdsqli2
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_pgsql.dep
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_odbc.dsp
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_pgsql.c
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_sqlite3.dep
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_sqlite2.dsp
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_mysql.dep
httpd-2.2.34/srclib/apr-util/dbd/NWGNUdbdfreetds
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_freetds.mak
httpd-2.2.34/srclib/apr-util/dbd/NWGNUdbdmysql
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_freetds.c
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_oracle.dep
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_odbc.dep
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_oracle.c
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_sqlite2.mak
httpd-2.2.34/srclib/apr-util/dbd/apr_dbd_pgsql.mak
httpd-2.2.34/srclib/apr-util/docs/
httpd-2.2.34/srclib/apr-util/docs/doxygen.conf
httpd-2.2.34/srclib/apr-util/libaprutil.rc
httpd-2.2.34/srclib/apr-util/aprutil.mak
httpd-2.2.34/srclib/apr-util/buildconf
httpd-2.2.34/srclib/apr-util/CHANGES
httpd-2.2.34/srclib/apr-util/aprutil.dep
httpd-2.2.34/srclib/apr-util/libaprutil.dep
httpd-2.2.34/srclib/apr-util/README.cmake
httpd-2.2.34/srclib/apr-util/LICENSE
httpd-2.2.34/srclib/apr-util/hooks/
httpd-2.2.34/srclib/apr-util/hooks/apr_hooks.c
httpd-2.2.34/srclib/apr-util/apu-config.in
httpd-2.2.34/srclib/apr-util/NWGNUmakefile
httpd-2.2.34/srclib/apr-util/buckets/
httpd-2.2.34/srclib/apr-util/buckets/apr_buckets_socket.c
httpd-2.2.34/srclib/apr-util/buckets/apr_brigade.c
httpd-2.2.34/srclib/apr-util/buckets/apr_buckets_refcount.c
httpd-2.2.34/srclib/apr-util/buckets/apr_buckets_simple.c
httpd-2.2.34/srclib/apr-util/buckets/apr_buckets_file.c
httpd-2.2.34/srclib/apr-util/buckets/apr_buckets_pool.c
httpd-2.2.34/srclib/apr-util/buckets/apr_buckets_pipe.c
httpd-2.2.34/srclib/apr-util/buckets/apr_buckets_eos.c
httpd-2.2.34/srclib/apr-util/buckets/apr_buckets_flush.c
httpd-2.2.34/srclib/apr-util/buckets/apr_buckets_mmap.c
httpd-2.2.34/srclib/apr-util/buckets/apr_buckets.c
httpd-2.2.34/srclib/apr-util/buckets/apr_buckets_heap.c
httpd-2.2.34/srclib/apr-util/buckets/apr_buckets_alloc.c
httpd-2.2.34/srclib/apr-util/configure
httpd-2.2.34/srclib/apr-util/xlate/
httpd-2.2.34/srclib/apr-util/xlate/xlate.c
httpd-2.2.34/srclib/apr-util/README
httpd-2.2.34/srclib/apr-util/aprutil.dsw
httpd-2.2.34/srclib/apr-util/include/
httpd-2.2.34/srclib/apr-util/include/apr_ldap.hnw
httpd-2.2.34/srclib/apr-util/include/apr_uuid.h
httpd-2.2.34/srclib/apr-util/include/apr_ldap.hwc
httpd-2.2.34/srclib/apr-util/include/apu.hnw
httpd-2.2.34/srclib/apr-util/include/apr_xlate.h
httpd-2.2.34/srclib/apr-util/include/apu.hwc
httpd-2.2.34/srclib/apr-util/include/apr_base64.h
httpd-2.2.34/srclib/apr-util/include/apr_md5.h
httpd-2.2.34/srclib/apr-util/include/apr_strmatch.h
httpd-2.2.34/srclib/apr-util/include/apr_thread_pool.h
httpd-2.2.34/srclib/apr-util/include/apr_dbm.h
httpd-2.2.34/srclib/apr-util/include/apr_crypto.h
httpd-2.2.34/srclib/apr-util/include/apr_sha1.h
httpd-2.2.34/srclib/apr-util/include/apr_md4.h
httpd-2.2.34/srclib/apr-util/include/apr_anylock.h
httpd-2.2.34/srclib/apr-util/include/apr_ldap_url.h
httpd-2.2.34/srclib/apr-util/include/apr_ldap_option.h
httpd-2.2.34/srclib/apr-util/include/apr_sdbm.h
httpd-2.2.34/srclib/apr-util/include/apr_ldap_init.h
httpd-2.2.34/srclib/apr-util/include/apr_rmm.h
httpd-2.2.34/srclib/apr-util/include/apr_optional_hooks.h
httpd-2.2.34/srclib/apr-util/include/apr_queue.h
httpd-2.2.34/srclib/apr-util/include/apu.h.in
httpd-2.2.34/srclib/apr-util/include/apu_want.hw
httpd-2.2.34/srclib/apr-util/include/apu_version.h
httpd-2.2.34/srclib/apr-util/include/private/
httpd-2.2.34/srclib/apr-util/include/private/apr_dbd_odbc_v2.h
httpd-2.2.34/srclib/apr-util/include/private/apu_select_dbm.hw
httpd-2.2.34/srclib/apr-util/include/private/apu_config.h.in
httpd-2.2.34/srclib/apr-util/include/private/apr_dbm_private.h
httpd-2.2.34/srclib/apr-util/include/private/apr_crypto_internal.h
httpd-2.2.34/srclib/apr-util/include/private/apu_config.hnw
httpd-2.2.34/srclib/apr-util/include/private/apr_dbd_internal.h
httpd-2.2.34/srclib/apr-util/include/private/apu_config.hw
httpd-2.2.34/srclib/apr-util/include/private/apu_select_dbm.h.in
httpd-2.2.34/srclib/apr-util/include/private/apu_internal.h
httpd-2.2.34/srclib/apr-util/include/apr_uri.h
httpd-2.2.34/srclib/apr-util/include/apu_want.h.in
httpd-2.2.34/srclib/apr-util/include/apr_memcache.h
httpd-2.2.34/srclib/apr-util/include/apr_ldap.h.in
httpd-2.2.34/srclib/apr-util/include/apu_want.hnw
httpd-2.2.34/srclib/apr-util/include/apr_hooks.h
httpd-2.2.34/srclib/apr-util/include/apr_ldap_rebind.h
httpd-2.2.34/srclib/apr-util/include/apr_date.h
httpd-2.2.34/srclib/apr-util/include/apr_buckets.h
httpd-2.2.34/srclib/apr-util/include/apu.hw
httpd-2.2.34/srclib/apr-util/include/apr_optional.h
httpd-2.2.34/srclib/apr-util/include/apr_xml.h
httpd-2.2.34/srclib/apr-util/include/apr_ldap.hw
httpd-2.2.34/srclib/apr-util/include/apr_reslist.h
httpd-2.2.34/srclib/apr-util/include/apu_errno.h
httpd-2.2.34/srclib/apr-util/include/apr_dbd.h
httpd-2.2.34/srclib/apr-util/renames_pending
httpd-2.2.34/srclib/apr-util/Makefile.in
httpd-2.2.34/srclib/apr-util/libaprutil.mak
httpd-2.2.34/srclib/apr-util/build.conf
httpd-2.2.34/srclib/apr-util/test/
httpd-2.2.34/srclib/apr-util/test/Makefile.win
httpd-2.2.34/srclib/apr-util/test/testutil.h
httpd-2.2.34/srclib/apr-util/test/testdate.c
httpd-2.2.34/srclib/apr-util/test/abts.c
httpd-2.2.34/srclib/apr-util/test/testxml.c
httpd-2.2.34/srclib/apr-util/test/testrmm.c
httpd-2.2.34/srclib/apr-util/test/testldap.c
httpd-2.2.34/srclib/apr-util/test/testqueue.c
httpd-2.2.34/srclib/apr-util/test/testpass.c
httpd-2.2.34/srclib/apr-util/test/NWGNUaputest
httpd-2.2.34/srclib/apr-util/test/abts_tests.h
httpd-2.2.34/srclib/apr-util/test/testall.dsw
httpd-2.2.34/srclib/apr-util/test/testdbm.c
httpd-2.2.34/srclib/apr-util/test/nw_misc.c
httpd-2.2.34/srclib/apr-util/test/testmd5.c
httpd-2.2.34/srclib/apr-util/test/NWGNUmakefile
httpd-2.2.34/srclib/apr-util/test/testreslist.c
httpd-2.2.34/srclib/apr-util/test/dbd.c
httpd-2.2.34/srclib/apr-util/test/teststrmatch.c
httpd-2.2.34/srclib/apr-util/test/Makefile.in
httpd-2.2.34/srclib/apr-util/test/testutil.c
httpd-2.2.34/srclib/apr-util/test/test_apu.h
httpd-2.2.34/srclib/apr-util/test/data/
httpd-2.2.34/srclib/apr-util/test/data/billion-laughs.xml
httpd-2.2.34/srclib/apr-util/test/abts.h
httpd-2.2.34/srclib/apr-util/test/testutillib.dsp
httpd-2.2.34/srclib/apr-util/test/testcrypto.c
httpd-2.2.34/srclib/apr-util/test/testbuckets.c
httpd-2.2.34/srclib/apr-util/test/testmemcache.c
httpd-2.2.34/srclib/apr-util/test/testuuid.c
httpd-2.2.34/srclib/apr-util/test/testdbd.c
httpd-2.2.34/srclib/apr-util/test/testxlate.c
httpd-2.2.34/srclib/apr-util/test/testuri.c
httpd-2.2.34/srclib/apr-util/test/testutildll.dsp
httpd-2.2.34/srclib/apr-util/test/testmd4.c
httpd-2.2.34/srclib/apr-util/encoding/
httpd-2.2.34/srclib/apr-util/encoding/apr_base64.c
httpd-2.2.34/srclib/apr-util/misc/
httpd-2.2.34/srclib/apr-util/misc/apu_version.c
httpd-2.2.34/srclib/apr-util/misc/apr_reslist.c
httpd-2.2.34/srclib/apr-util/misc/apu_dso.c
httpd-2.2.34/srclib/apr-util/misc/apr_queue.c
httpd-2.2.34/srclib/apr-util/misc/apr_thread_pool.c
httpd-2.2.34/srclib/apr-util/misc/apr_date.c
httpd-2.2.34/srclib/apr-util/misc/apr_rmm.c
httpd-2.2.34/srclib/apr-util/build-outputs.mk
httpd-2.2.34/srclib/apr-util/crypto/
httpd-2.2.34/srclib/apr-util/crypto/getuuid.c
httpd-2.2.34/srclib/apr-util/crypto/uuid.c
httpd-2.2.34/srclib/apr-util/crypto/apr_md4.c
httpd-2.2.34/srclib/apr-util/crypto/apr_crypto_openssl.c
httpd-2.2.34/srclib/apr-util/crypto/apr_crypto_nss.c
httpd-2.2.34/srclib/apr-util/crypto/apr_crypto.c
httpd-2.2.34/srclib/apr-util/crypto/crypt_blowfish.c
httpd-2.2.34/srclib/apr-util/crypto/apr_crypto_nss.dep
httpd-2.2.34/srclib/apr-util/crypto/apr_crypto_openssl.dsp
httpd-2.2.34/srclib/apr-util/crypto/apr_crypto_openssl.mak
httpd-2.2.34/srclib/apr-util/crypto/crypt_blowfish.h
httpd-2.2.34/srclib/apr-util/crypto/apr_passwd.c
httpd-2.2.34/srclib/apr-util/crypto/apr_md5.c
httpd-2.2.34/srclib/apr-util/crypto/apr_crypto_openssl.dep
httpd-2.2.34/srclib/apr-util/crypto/apr_crypto_nss.mak
httpd-2.2.34/srclib/apr-util/crypto/apr_crypto_nss.dsp
httpd-2.2.34/srclib/apr-util/crypto/apr_sha1.c
httpd-2.2.34/srclib/apr-util/memcache/
httpd-2.2.34/srclib/apr-util/memcache/apr_memcache.c
httpd-2.2.34/srclib/apr-util/xml/
httpd-2.2.34/srclib/apr-util/xml/expat/
httpd-2.2.34/srclib/apr-util/xml/expat/configure.in
httpd-2.2.34/srclib/apr-util/xml/expat/COPYING
httpd-2.2.34/srclib/apr-util/xml/expat/configure
httpd-2.2.34/srclib/apr-util/xml/expat/README
httpd-2.2.34/srclib/apr-util/xml/expat/lib/
httpd-2.2.34/srclib/apr-util/xml/expat/lib/expat.dsp
httpd-2.2.34/srclib/apr-util/xml/expat/lib/xmlrole.h
httpd-2.2.34/srclib/apr-util/xml/expat/lib/winconfig.h
httpd-2.2.34/srclib/apr-util/xml/expat/lib/xmlrole.c
httpd-2.2.34/srclib/apr-util/xml/expat/lib/xmltok_impl.h
httpd-2.2.34/srclib/apr-util/xml/expat/lib/latin1tab.h
httpd-2.2.34/srclib/apr-util/xml/expat/lib/xml.mak
httpd-2.2.34/srclib/apr-util/xml/expat/lib/xmltok.c
httpd-2.2.34/srclib/apr-util/xml/expat/lib/xml.dsp
httpd-2.2.34/srclib/apr-util/xml/expat/lib/xmltok_impl.c
httpd-2.2.34/srclib/apr-util/xml/expat/lib/ascii.h
httpd-2.2.34/srclib/apr-util/xml/expat/lib/xmltok_ns.c
httpd-2.2.34/srclib/apr-util/xml/expat/lib/expat.h
httpd-2.2.34/srclib/apr-util/xml/expat/lib/asciitab.h
httpd-2.2.34/srclib/apr-util/xml/expat/lib/utf8tab.h
httpd-2.2.34/srclib/apr-util/xml/expat/lib/xml.dep
httpd-2.2.34/srclib/apr-util/xml/expat/lib/internal.h
httpd-2.2.34/srclib/apr-util/xml/expat/lib/map_osd_ebcdic_df04_1.h
httpd-2.2.34/srclib/apr-util/xml/expat/lib/expat_config.hnw
httpd-2.2.34/srclib/apr-util/xml/expat/lib/nametab.h
httpd-2.2.34/srclib/apr-util/xml/expat/lib/osd_ebcdic_df04_1.h
httpd-2.2.34/srclib/apr-util/xml/expat/lib/xmltok.h
httpd-2.2.34/srclib/apr-util/xml/expat/lib/iasciitab.h
httpd-2.2.34/srclib/apr-util/xml/expat/lib/xmlparse.c
httpd-2.2.34/srclib/apr-util/xml/expat/Makefile.in
httpd-2.2.34/srclib/apr-util/xml/expat/expat_config.h.in
httpd-2.2.34/srclib/apr-util/xml/expat/conftools/
httpd-2.2.34/srclib/apr-util/xml/expat/conftools/ltoptions.m4
httpd-2.2.34/srclib/apr-util/xml/expat/conftools/ac_c_bigendian_cross.m4
httpd-2.2.34/srclib/apr-util/xml/expat/conftools/install-sh
httpd-2.2.34/srclib/apr-util/xml/expat/conftools/config.guess
httpd-2.2.34/srclib/apr-util/xml/expat/conftools/ltversion.m4
httpd-2.2.34/srclib/apr-util/xml/expat/conftools/mkinstalldirs
httpd-2.2.34/srclib/apr-util/xml/expat/conftools/ltsugar.m4
httpd-2.2.34/srclib/apr-util/xml/expat/conftools/config.sub
httpd-2.2.34/srclib/apr-util/xml/expat/conftools/lt~obsolete.m4
httpd-2.2.34/srclib/apr-util/xml/expat/conftools/libtool.m4
httpd-2.2.34/srclib/apr-util/xml/expat/conftools/ltmain.sh
httpd-2.2.34/srclib/apr-util/xml/expat/conftools/PrintPath
httpd-2.2.34/srclib/apr-util/xml/expat/buildconf.sh
httpd-2.2.34/srclib/apr-util/xml/expat/win32/
httpd-2.2.34/srclib/apr-util/xml/expat/win32/MANIFEST.txt
httpd-2.2.34/srclib/apr-util/xml/expat/win32/expat.iss
httpd-2.2.34/srclib/apr-util/xml/apr_xml.c
httpd-2.2.34/srclib/apr-util/xml/NWGNUmakefile
httpd-2.2.34/srclib/apr-util/export_vars.sh.in
httpd-2.2.34/srclib/apr-util/build/
httpd-2.2.34/srclib/apr-util/build/rpm/
httpd-2.2.34/srclib/apr-util/build/rpm/apr-util.spec.in
httpd-2.2.34/srclib/apr-util/build/pkg/
httpd-2.2.34/srclib/apr-util/build/pkg/buildpkg.sh
httpd-2.2.34/srclib/apr-util/build/pkg/pkginfo.in
httpd-2.2.34/srclib/apr-util/build/pkg/README
httpd-2.2.34/srclib/apr-util/build/mkdir.sh
httpd-2.2.34/srclib/apr-util/build/apr_common.m4
httpd-2.2.34/srclib/apr-util/build/config.guess
httpd-2.2.34/srclib/apr-util/build/preaprutil.dsp
httpd-2.2.34/srclib/apr-util/build/dbd.m4
httpd-2.2.34/srclib/apr-util/build/find_apr.m4
httpd-2.2.34/srclib/apr-util/build/apu-hints.m4
httpd-2.2.34/srclib/apr-util/build/nw_apu_export.inc
httpd-2.2.34/srclib/apr-util/build/apu-iconv.m4
httpd-2.2.34/srclib/apr-util/build/config.sub
httpd-2.2.34/srclib/apr-util/build/install.sh
httpd-2.2.34/srclib/apr-util/build/crypto.m4
httpd-2.2.34/srclib/apr-util/build/find_apu.m4
httpd-2.2.34/srclib/apr-util/build/w32locatedb.pl
httpd-2.2.34/srclib/apr-util/build/apu-conf.m4
httpd-2.2.34/srclib/apr-util/build/dbm.m4
httpd-2.2.34/srclib/apr-util/build/get-version.sh
httpd-2.2.34/srclib/apr-util/build/dso.m4
httpd-2.2.34/srclib/apr-util/aprutil.dsp
httpd-2.2.34/srclib/apr-util/dbm/
httpd-2.2.34/srclib/apr-util/dbm/apr_dbm_gdbm.c
httpd-2.2.34/srclib/apr-util/dbm/apr_dbm_gdbm.dep
httpd-2.2.34/srclib/apr-util/dbm/sdbm/
httpd-2.2.34/srclib/apr-util/dbm/sdbm/sdbm_lock.c
httpd-2.2.34/srclib/apr-util/dbm/sdbm/sdbm_pair.h
httpd-2.2.34/srclib/apr-util/dbm/sdbm/sdbm.c
httpd-2.2.34/srclib/apr-util/dbm/sdbm/sdbm_tune.h
httpd-2.2.34/srclib/apr-util/dbm/sdbm/sdbm_pair.c
httpd-2.2.34/srclib/apr-util/dbm/sdbm/sdbm_private.h
httpd-2.2.34/srclib/apr-util/dbm/sdbm/sdbm_hash.c
httpd-2.2.34/srclib/apr-util/dbm/apr_dbm_ndbm.c
httpd-2.2.34/srclib/apr-util/dbm/NWGNUmakefile
httpd-2.2.34/srclib/apr-util/dbm/apr_dbm_db.mak
httpd-2.2.34/srclib/apr-util/dbm/NWGNUdbmgdbm
httpd-2.2.34/srclib/apr-util/dbm/apr_dbm.c
httpd-2.2.34/srclib/apr-util/dbm/apr_dbm_sdbm.c
httpd-2.2.34/srclib/apr-util/dbm/apr_dbm_db.dsp
httpd-2.2.34/srclib/apr-util/dbm/apr_dbm_db.dep
httpd-2.2.34/srclib/apr-util/dbm/apr_dbm_berkeleydb.c
httpd-2.2.34/srclib/apr-util/dbm/apr_dbm_gdbm.dsp
httpd-2.2.34/srclib/apr-util/dbm/NWGNUdbmdb
httpd-2.2.34/srclib/apr-util/dbm/apr_dbm_gdbm.mak
httpd-2.2.34/httpd.dep
httpd-2.2.34/Makefile.in
httpd-2.2.34/test/
httpd-2.2.34/test/test_select.c
httpd-2.2.34/test/time-sem.c
httpd-2.2.34/test/zb.c
httpd-2.2.34/test/tcpdumpscii.txt
httpd-2.2.34/test/README
httpd-2.2.34/test/.indent.pro
httpd-2.2.34/test/test_parser.c
httpd-2.2.34/test/test-writev.c
httpd-2.2.34/test/Makefile.in
httpd-2.2.34/test/check_chunked
httpd-2.2.34/test/test_limits.c
httpd-2.2.34/test/test_find.c
httpd-2.2.34/test/cls.c
httpd-2.2.34/httpd.dsp
httpd-2.2.34/.deps
httpd-2.2.34/ROADMAP
httpd-2.2.34/LAYOUT
httpd-2.2.34/VERSIONING
httpd-2.2.34/INSTALL
httpd-2.2.34/build/
httpd-2.2.34/build/rpm/
httpd-2.2.34/build/rpm/httpd.init
httpd-2.2.34/build/rpm/httpd.spec.in
httpd-2.2.34/build/rpm/httpd.logrotate
httpd-2.2.34/build/rpm/htcacheclean.init
httpd-2.2.34/build/pkg/
httpd-2.2.34/build/pkg/buildpkg.sh
httpd-2.2.34/build/pkg/pkginfo.in
httpd-2.2.34/build/pkg/README
httpd-2.2.34/build/aix/
httpd-2.2.34/build/aix/aixinfo
httpd-2.2.34/build/aix/buildaix.ksh
httpd-2.2.34/build/aix/README
httpd-2.2.34/build/aix/mkinstallp.ksh
httpd-2.2.34/build/config-stubs
httpd-2.2.34/build/build-modules-c.awk
httpd-2.2.34/build/config_vars.sh.in
httpd-2.2.34/build/mkdir.sh
httpd-2.2.34/build/make_var_export.awk
httpd-2.2.34/build/binbuild.sh
httpd-2.2.34/build/apr_common.m4
httpd-2.2.34/build/NWGNUenvironment.inc
httpd-2.2.34/build/config.guess
httpd-2.2.34/build/installwinconf.awk
httpd-2.2.34/build/special.mk
httpd-2.2.34/build/find_apr.m4
httpd-2.2.34/build/program.mk
httpd-2.2.34/build/mkconfNW.awk
httpd-2.2.34/build/NWGNUmakefile
httpd-2.2.34/build/ltlib.mk
httpd-2.2.34/build/nw_export.inc
httpd-2.2.34/build/NWGNUscripts.inc
httpd-2.2.34/build/install-bindist.sh.in
httpd-2.2.34/build/NWGNUhead.inc
httpd-2.2.34/build/config.sub
httpd-2.2.34/build/rules.mk.in
httpd-2.2.34/build/sysv_makefile
httpd-2.2.34/build/install.sh
httpd-2.2.34/build/NWGNUtail.inc
httpd-2.2.34/build/default.pl
httpd-2.2.34/build/find_apu.m4
httpd-2.2.34/build/instdso.sh
httpd-2.2.34/build/nw_ver.awk
httpd-2.2.34/build/make_exports.awk
httpd-2.2.34/build/make_nw_export.awk
httpd-2.2.34/build/mkdep.perl
httpd-2.2.34/build/win32/
httpd-2.2.34/build/win32/win32ver.awk
httpd-2.2.34/build/win32/httpd.rc
httpd-2.2.34/build/win32/apache.ico
httpd-2.2.34/build/get-version.sh
httpd-2.2.34/build/library.mk
httpd-2.2.34/build/buildinfo.sh
httpd-2.2.34/build/bsd_makefile
httpd-2.2.34/build/ltmain.sh
httpd-2.2.34/build/PrintPath
httpd-2.2.34/build/fastgen.sh
[root@localhost src]# ls
apr-1.4.5 apr-util-1.3.12.tar.gz httpd-2.4.29.tar.gz pcre-8.10.zip
apr-1.4.5.tar.gz apr-util-1.6.1.tar.gz mariadb-10.2.6-linux-glibc_214-x86_64.tar.gz
apr-1.6.3.tar.gz httpd-2.2.34 mysql-5.6.36-linux-glibc2.5-x86_64.tar.gz
apr-util-1.3.12 httpd-2.2.34.tar.gz pcre-8.10
[root@localhost src]# cd httpd-2.2.34
[root@localhost httpd-2.2.34]# ls
ABOUT_APACHE buildconf emacs-style INSTALL LICENSE os srclib
acinclude.m4 CHANGES httpd.dep InstallBin.dsp Makefile.in README support
Apache.dsw config.layout httpd.dsp LAYOUT Makefile.win README.platforms test
build configure httpd.mak libhttpd.dep modules README-win32.txt VERSIONING
BuildAll.dsp configure.in httpd.spec libhttpd.dsp NOTICE ROADMAP
BuildBin.dsp docs include libhttpd.mak NWGNUmakefile server
[root@localhost httpd-2.2.34]# ./configure --with-included-apr --prefix=/usr/local/apache2.2 --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util --enable-so --enable-mods-shared=most
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 ...

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.5.2
checking for chosen layout... apr
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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... /usr/bin/sed
Applying APR hints file rules for x86_64-unknown-linux-gnu
setting CPPFLAGS to "-DLINUX -D_REENTRANT -D_GNU_SOURCE"
(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... /usr/bin/grep
checking for egrep... /usr/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 how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... rm: cannot remove 'conftest*': No such file or directory
yes
checking if gcc supports -c -o file.o... (cached) 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... rm: cannot remove 'conftest*': No such file or directory
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
grep: /usr/local/src/httpd-2.2.34/srclib/apr/libtool: No such file or directory

Check for compiler flags...
checking whether the compiler provides atomic builtins... yes
checking whether to enable -D_LARGEFILE64_SOURCE... no
configure: Configured for Linux 3.10

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... yes
checking for dup3 support... yes
checking for accept4 support... yes
checking for SOCK_CLOEXEC support... yes
checking for fdatasync... yes
checking for epoll_create1 support... (cached) yes
checking for asio -> message queue support... no
checking for dup3 support... (cached) yes
checking for accept4 support... (cached) yes
checking for SOCK_CLOEXEC support... (cached) 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 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 size_t... yes
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... (cached) 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
checking size of ino_t... 8
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... no
checking uuid/uuid.h presence... no
checking for uuid/uuid.h... no
checking sys/uuid.h usability... no
checking sys/uuid.h presence... no
checking for sys/uuid.h... no
checking for library containing uuid_create... no
checking for library containing uuid_generate... no
checking for uuid_create... no
checking for uuid_generate... no
checking for os uuid usability... no

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
setting have_unicode_fs to "0"
setting apr_has_xthread_files to "0"
setting apr_procattr_user_set_requires_password to "0"
setting apr_thread_func to ""
setting apr_has_user to "1"

Restore user-defined environment settings...
restoring CPPFLAGS to ""
setting EXTRA_CPPFLAGS to "-DLINUX -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 "-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 libtool commands
rm: cannot remove 'libtoolT': No such file or directory
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 -D_REENTRANT -D_GNU_SOURCE"
setting LDFLAGS to " "

Configuring Apache Portable Runtime Utility library...

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.5.4
checking for chosen layout... apr-util
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 -D_REENTRANT -D_GNU_SOURCE"
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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... yes
setting APRUTIL_EXPORT_LIBS to "-lexpat"
setting APRUTIL_LIBS to "-lexpat"
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 "/usr/local/src/httpd-2.2.34/srclib/apr/libapr-1.la" 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: executing default commands
srclib/apr-util configured properly
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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... /usr/bin/grep
checking for egrep... /usr/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: executing default commands
srclib/pcre configured properly
setting AP_LIBS to "/usr/local/src/httpd-2.2.34/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/usr/local/src/httpd-2.2.34/srclib/apr/include" to INCLUDES
adding "-I/usr/local/src/httpd-2.2.34/srclib/apr-util/include" 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... /usr/bin/rm
checking for pkg-config... /usr/bin/pkg-config
checking for rsync... /usr/bin/rsync
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... /usr/bin/grep
checking for egrep... /usr/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 library containing crypt... -lcrypt
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 (most)
checking whether to enable mod_authn_dbm... shared (most)
checking whether to enable mod_authn_anon... shared (most)
checking whether to enable mod_authn_dbd... shared (most)
checking whether to enable mod_authn_default... shared (most)
checking whether to enable mod_authn_alias... no
checking whether to enable mod_authz_host... shared (most)
checking whether to enable mod_authz_groupfile... shared (most)
checking whether to enable mod_authz_user... shared (most)
checking whether to enable mod_authz_dbm... shared (most)
checking whether to enable mod_authz_owner... shared (most)
checking whether to enable mod_authnz_ldap... no
checking whether to enable mod_authz_default... shared (most)
checking whether to enable mod_auth_basic... shared (most)
checking whether to enable mod_auth_digest... checking dependencies
checking whether to enable mod_auth_digest... shared (most)
checking whether to enable mod_isapi... no
checking whether to enable mod_file_cache... 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_dbd... shared (most)
checking whether to enable mod_bucketeer... no
checking whether to enable mod_dumpio... shared (most)
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_reqtimeout... shared (most)
checking whether to enable mod_ext_filter... shared (most)
checking whether to enable mod_include... shared (most)
checking whether to enable mod_filter... shared (most)
checking whether to enable mod_substitute... shared (most)
checking whether to enable mod_charset_lite... no
checking whether to enable mod_deflate... checking dependencies
checking for zlib location... not found
checking whether to enable mod_deflate... no (disabled)
checking whether to enable mod_ldap... no
checking whether to enable mod_log_config... shared (most)
checking whether to enable mod_log_forensic... no
checking whether to enable mod_logio... shared (most)
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_ident... 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_version... 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_proxy_scgi... no
checking whether to enable mod_proxy_ajp... no
checking whether to enable mod_proxy_balancer... no
adding "-I$(top_srcdir)/modules/proxy/../generators" to INCLUDES
checking whether to enable mod_ssl... no
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 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... prefork
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_cgi... shared (most)
checking whether to enable mod_cgid... no
checking whether to enable mod_dav_fs... shared (most)
checking whether to enable mod_dav_lock... no
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_imagemap... 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)
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 -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/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -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
[root@localhost httpd-2.2.34]# echo $?
0
[root@localhost httpd-2.2.34]# make && make install
Making all in srclib
make[1]: 进入目录“/usr/local/src/httpd-2.2.34/srclib”
Making all in apr
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/srclib/apr”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/srclib/apr”
/usr/local/src/httpd-2.2.34/srclib/apr/build/mkdir.sh tools
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o tools/gen_test_char.lo -c tools/gen_test_char.c && touch tools/gen_test_char.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -no-install -o tools/gen_test_char tools/gen_test_char.lo -lrt -lcrypt -lpthread -ldl
/usr/local/src/httpd-2.2.34/srclib/apr/build/mkdir.sh include/private
tools/gen_test_char > include/private/apr_escape_test_char.h
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o encoding/apr_escape.lo -c encoding/apr_escape.c && touch encoding/apr_escape.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o passwd/apr_getpass.lo -c passwd/apr_getpass.c && touch passwd/apr_getpass.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o strings/apr_cpystrn.lo -c strings/apr_cpystrn.c && touch strings/apr_cpystrn.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o strings/apr_fnmatch.lo -c strings/apr_fnmatch.c && touch strings/apr_fnmatch.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o strings/apr_snprintf.lo -c strings/apr_snprintf.c && touch strings/apr_snprintf.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o strings/apr_strings.lo -c strings/apr_strings.c && touch strings/apr_strings.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o strings/apr_strnatcmp.lo -c strings/apr_strnatcmp.c && touch strings/apr_strnatcmp.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o strings/apr_strtok.lo -c strings/apr_strtok.c && touch strings/apr_strtok.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o tables/apr_hash.lo -c tables/apr_hash.c && touch tables/apr_hash.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o tables/apr_skiplist.lo -c tables/apr_skiplist.c && touch tables/apr_skiplist.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o tables/apr_tables.lo -c tables/apr_tables.c && touch tables/apr_tables.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o atomic/unix/builtins.lo -c atomic/unix/builtins.c && touch atomic/unix/builtins.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o atomic/unix/ia32.lo -c atomic/unix/ia32.c && touch atomic/unix/ia32.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o atomic/unix/mutex.lo -c atomic/unix/mutex.c && touch atomic/unix/mutex.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o atomic/unix/ppc.lo -c atomic/unix/ppc.c && touch atomic/unix/ppc.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o atomic/unix/s390.lo -c atomic/unix/s390.c && touch atomic/unix/s390.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o atomic/unix/solaris.lo -c atomic/unix/solaris.c && touch atomic/unix/solaris.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o dso/unix/dso.lo -c dso/unix/dso.c && touch dso/unix/dso.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o file_io/unix/buffer.lo -c file_io/unix/buffer.c && touch file_io/unix/buffer.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o file_io/unix/copy.lo -c file_io/unix/copy.c && touch file_io/unix/copy.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o file_io/unix/dir.lo -c file_io/unix/dir.c && touch file_io/unix/dir.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o file_io/unix/fileacc.lo -c file_io/unix/fileacc.c && touch file_io/unix/fileacc.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o file_io/unix/filedup.lo -c file_io/unix/filedup.c && touch file_io/unix/filedup.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o file_io/unix/filepath.lo -c file_io/unix/filepath.c && touch file_io/unix/filepath.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o file_io/unix/filepath_util.lo -c file_io/unix/filepath_util.c && touch file_io/unix/filepath_util.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o file_io/unix/filestat.lo -c file_io/unix/filestat.c && touch file_io/unix/filestat.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o file_io/unix/flock.lo -c file_io/unix/flock.c && touch file_io/unix/flock.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o file_io/unix/fullrw.lo -c file_io/unix/fullrw.c && touch file_io/unix/fullrw.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o file_io/unix/mktemp.lo -c file_io/unix/mktemp.c && touch file_io/unix/mktemp.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o file_io/unix/open.lo -c file_io/unix/open.c && touch file_io/unix/open.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o file_io/unix/pipe.lo -c file_io/unix/pipe.c && touch file_io/unix/pipe.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o file_io/unix/readwrite.lo -c file_io/unix/readwrite.c && touch file_io/unix/readwrite.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o file_io/unix/seek.lo -c file_io/unix/seek.c && touch file_io/unix/seek.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o file_io/unix/tempdir.lo -c file_io/unix/tempdir.c && touch file_io/unix/tempdir.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o locks/unix/global_mutex.lo -c locks/unix/global_mutex.c && touch locks/unix/global_mutex.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o locks/unix/proc_mutex.lo -c locks/unix/proc_mutex.c && touch locks/unix/proc_mutex.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o locks/unix/thread_cond.lo -c locks/unix/thread_cond.c && touch locks/unix/thread_cond.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o locks/unix/thread_mutex.lo -c locks/unix/thread_mutex.c && touch locks/unix/thread_mutex.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o locks/unix/thread_rwlock.lo -c locks/unix/thread_rwlock.c && touch locks/unix/thread_rwlock.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o memory/unix/apr_pools.lo -c memory/unix/apr_pools.c && touch memory/unix/apr_pools.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o misc/unix/charset.lo -c misc/unix/charset.c && touch misc/unix/charset.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o misc/unix/env.lo -c misc/unix/env.c && touch misc/unix/env.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o misc/unix/errorcodes.lo -c misc/unix/errorcodes.c && touch misc/unix/errorcodes.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o misc/unix/getopt.lo -c misc/unix/getopt.c && touch misc/unix/getopt.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o misc/unix/otherchild.lo -c misc/unix/otherchild.c && touch misc/unix/otherchild.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o misc/unix/rand.lo -c misc/unix/rand.c && touch misc/unix/rand.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o misc/unix/start.lo -c misc/unix/start.c && touch misc/unix/start.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o misc/unix/version.lo -c misc/unix/version.c && touch misc/unix/version.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o mmap/unix/common.lo -c mmap/unix/common.c && touch mmap/unix/common.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o mmap/unix/mmap.lo -c mmap/unix/mmap.c && touch mmap/unix/mmap.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o network_io/unix/inet_ntop.lo -c network_io/unix/inet_ntop.c && touch network_io/unix/inet_ntop.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o network_io/unix/inet_pton.lo -c network_io/unix/inet_pton.c && touch network_io/unix/inet_pton.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o network_io/unix/multicast.lo -c network_io/unix/multicast.c && touch network_io/unix/multicast.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o network_io/unix/sendrecv.lo -c network_io/unix/sendrecv.c && touch network_io/unix/sendrecv.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o network_io/unix/sockaddr.lo -c network_io/unix/sockaddr.c && touch network_io/unix/sockaddr.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o network_io/unix/socket_util.lo -c network_io/unix/socket_util.c && touch network_io/unix/socket_util.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o network_io/unix/sockets.lo -c network_io/unix/sockets.c && touch network_io/unix/sockets.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o network_io/unix/sockopt.lo -c network_io/unix/sockopt.c && touch network_io/unix/sockopt.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o poll/unix/epoll.lo -c poll/unix/epoll.c && touch poll/unix/epoll.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o poll/unix/kqueue.lo -c poll/unix/kqueue.c && touch poll/unix/kqueue.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o poll/unix/poll.lo -c poll/unix/poll.c && touch poll/unix/poll.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o poll/unix/pollcb.lo -c poll/unix/pollcb.c && touch poll/unix/pollcb.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o poll/unix/pollset.lo -c poll/unix/pollset.c && touch poll/unix/pollset.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o poll/unix/port.lo -c poll/unix/port.c && touch poll/unix/port.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o poll/unix/select.lo -c poll/unix/select.c && touch poll/unix/select.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o poll/unix/z_asio.lo -c poll/unix/z_asio.c && touch poll/unix/z_asio.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o random/unix/apr_random.lo -c random/unix/apr_random.c && touch random/unix/apr_random.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o random/unix/sha2.lo -c random/unix/sha2.c && touch random/unix/sha2.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o random/unix/sha2_glue.lo -c random/unix/sha2_glue.c && touch random/unix/sha2_glue.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o shmem/unix/shm.lo -c shmem/unix/shm.c && touch shmem/unix/shm.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o support/unix/waitio.lo -c support/unix/waitio.c && touch support/unix/waitio.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o threadproc/unix/proc.lo -c threadproc/unix/proc.c && touch threadproc/unix/proc.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o threadproc/unix/procsup.lo -c threadproc/unix/procsup.c && touch threadproc/unix/procsup.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o threadproc/unix/signals.lo -c threadproc/unix/signals.c && touch threadproc/unix/signals.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o threadproc/unix/thread.lo -c threadproc/unix/thread.c && touch threadproc/unix/thread.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o threadproc/unix/threadpriv.lo -c threadproc/unix/threadpriv.c && touch threadproc/unix/threadpriv.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o time/unix/time.lo -c time/unix/time.c && touch time/unix/time.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o time/unix/timestr.lo -c time/unix/timestr.c && touch time/unix/timestr.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o user/unix/groupinfo.lo -c user/unix/groupinfo.c && touch user/unix/groupinfo.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -o user/unix/userinfo.lo -c user/unix/userinfo.c && touch user/unix/userinfo.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -version-info 5:2:5 -o libapr-1.la -rpath /usr/local/apache2.2/lib encoding/apr_escape.lo passwd/apr_getpass.lo strings/apr_cpystrn.lo strings/apr_fnmatch.lo strings/apr_snprintf.lo strings/apr_strings.lo strings/apr_strnatcmp.lo strings/apr_strtok.lo tables/apr_hash.lo tables/apr_skiplist.lo tables/apr_tables.lo atomic/unix/builtins.lo atomic/unix/ia32.lo atomic/unix/mutex.lo atomic/unix/ppc.lo atomic/unix/s390.lo atomic/unix/solaris.lo dso/unix/dso.lo file_io/unix/buffer.lo file_io/unix/copy.lo file_io/unix/dir.lo file_io/unix/fileacc.lo file_io/unix/filedup.lo file_io/unix/filepath.lo file_io/unix/filepath_util.lo file_io/unix/filestat.lo file_io/unix/flock.lo file_io/unix/fullrw.lo file_io/unix/mktemp.lo file_io/unix/open.lo file_io/unix/pipe.lo file_io/unix/readwrite.lo file_io/unix/seek.lo file_io/unix/tempdir.lo locks/unix/global_mutex.lo locks/unix/proc_mutex.lo locks/unix/thread_cond.lo locks/unix/thread_mutex.lo locks/unix/thread_rwlock.lo memory/unix/apr_pools.lo misc/unix/charset.lo misc/unix/env.lo misc/unix/errorcodes.lo misc/unix/getopt.lo misc/unix/otherchild.lo misc/unix/rand.lo misc/unix/start.lo misc/unix/version.lo mmap/unix/common.lo mmap/unix/mmap.lo network_io/unix/inet_ntop.lo network_io/unix/inet_pton.lo network_io/unix/multicast.lo network_io/unix/sendrecv.lo network_io/unix/sockaddr.lo network_io/unix/socket_util.lo network_io/unix/sockets.lo network_io/unix/sockopt.lo poll/unix/epoll.lo poll/unix/kqueue.lo poll/unix/poll.lo poll/unix/pollcb.lo poll/unix/pollset.lo poll/unix/port.lo poll/unix/select.lo poll/unix/z_asio.lo random/unix/apr_random.lo random/unix/sha2.lo random/unix/sha2_glue.lo shmem/unix/shm.lo support/unix/waitio.lo threadproc/unix/proc.lo threadproc/unix/procsup.lo threadproc/unix/signals.lo threadproc/unix/thread.lo threadproc/unix/threadpriv.lo time/unix/time.lo time/unix/timestr.lo user/unix/groupinfo.lo user/unix/userinfo.lo -lrt -lcrypt -lpthread -ldl
gawk -f /usr/local/src/httpd-2.2.34/srclib/apr/build/make_exports.awk /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_allocator.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_atomic.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_dso.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_env.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_errno.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_escape.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_file_info.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_file_io.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_fnmatch.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_general.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_getopt.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_global_mutex.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_hash.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_inherit.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_lib.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_mmap.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_network_io.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_poll.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_pools.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_portable.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_proc_mutex.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_random.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_ring.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_shm.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_signal.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_skiplist.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_strings.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_support.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_tables.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_thread_cond.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_thread_mutex.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_thread_proc.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_thread_rwlock.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_time.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_user.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_version.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_want.h > exports.c
gawk -f /usr/local/src/httpd-2.2.34/srclib/apr/build/make_var_export.awk /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_allocator.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_atomic.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_dso.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_env.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_errno.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_escape.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_file_info.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_file_io.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_fnmatch.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_general.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_getopt.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_global_mutex.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_hash.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_inherit.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_lib.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_mmap.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_network_io.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_poll.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_pools.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_portable.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_proc_mutex.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_random.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_ring.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_shm.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_signal.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_skiplist.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_strings.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_support.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_tables.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_thread_cond.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_thread_mutex.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_thread_proc.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_thread_rwlock.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_time.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_user.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_version.h /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_want.h > export_vars.c
gcc -E -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$/\1/' >> apr.exp
gcc -E -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include/arch/unix -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include/private export_vars.c | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> apr.exp
sed 's,^\(location=\).*$,\1installed,' < apr-1-config > apr-config.out
sed -e 's,^\(apr_build.*=\).*$,\1/usr/local/apache2.2/build,' -e 's,^\(top_build.*=\).*$,\1/usr/local/apache2.2/build,' < build/apr_rules.mk > build/apr_rules.out
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/srclib/apr”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/srclib/apr”
Making all in apr-util
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/srclib/apr-util”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/srclib/apr-util”
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o buckets/apr_brigade.lo -c buckets/apr_brigade.c && touch buckets/apr_brigade.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o buckets/apr_buckets.lo -c buckets/apr_buckets.c && touch buckets/apr_buckets.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o buckets/apr_buckets_alloc.lo -c buckets/apr_buckets_alloc.c && touch buckets/apr_buckets_alloc.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o buckets/apr_buckets_eos.lo -c buckets/apr_buckets_eos.c && touch buckets/apr_buckets_eos.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o buckets/apr_buckets_file.lo -c buckets/apr_buckets_file.c && touch buckets/apr_buckets_file.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o buckets/apr_buckets_flush.lo -c buckets/apr_buckets_flush.c && touch buckets/apr_buckets_flush.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o buckets/apr_buckets_heap.lo -c buckets/apr_buckets_heap.c && touch buckets/apr_buckets_heap.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o buckets/apr_buckets_mmap.lo -c buckets/apr_buckets_mmap.c && touch buckets/apr_buckets_mmap.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o buckets/apr_buckets_pipe.lo -c buckets/apr_buckets_pipe.c && touch buckets/apr_buckets_pipe.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o buckets/apr_buckets_pool.lo -c buckets/apr_buckets_pool.c && touch buckets/apr_buckets_pool.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o buckets/apr_buckets_refcount.lo -c buckets/apr_buckets_refcount.c && touch buckets/apr_buckets_refcount.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o buckets/apr_buckets_simple.lo -c buckets/apr_buckets_simple.c && touch buckets/apr_buckets_simple.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o buckets/apr_buckets_socket.lo -c buckets/apr_buckets_socket.c && touch buckets/apr_buckets_socket.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o crypto/apr_crypto.lo -c crypto/apr_crypto.c && touch crypto/apr_crypto.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o crypto/apr_md4.lo -c crypto/apr_md4.c && touch crypto/apr_md4.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o crypto/apr_md5.lo -c crypto/apr_md5.c && touch crypto/apr_md5.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o crypto/apr_passwd.lo -c crypto/apr_passwd.c && touch crypto/apr_passwd.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o crypto/apr_sha1.lo -c crypto/apr_sha1.c && touch crypto/apr_sha1.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o crypto/crypt_blowfish.lo -c crypto/crypt_blowfish.c && touch crypto/crypt_blowfish.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o crypto/getuuid.lo -c crypto/getuuid.c && touch crypto/getuuid.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o crypto/uuid.lo -c crypto/uuid.c && touch crypto/uuid.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o dbd/apr_dbd.lo -c dbd/apr_dbd.c && touch dbd/apr_dbd.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o dbm/apr_dbm.lo -c dbm/apr_dbm.c && touch dbm/apr_dbm.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o dbm/apr_dbm_sdbm.lo -c dbm/apr_dbm_sdbm.c && touch dbm/apr_dbm_sdbm.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o dbm/sdbm/sdbm.lo -c dbm/sdbm/sdbm.c && touch dbm/sdbm/sdbm.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o dbm/sdbm/sdbm_hash.lo -c dbm/sdbm/sdbm_hash.c && touch dbm/sdbm/sdbm_hash.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o dbm/sdbm/sdbm_lock.lo -c dbm/sdbm/sdbm_lock.c && touch dbm/sdbm/sdbm_lock.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o dbm/sdbm/sdbm_pair.lo -c dbm/sdbm/sdbm_pair.c && touch dbm/sdbm/sdbm_pair.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o encoding/apr_base64.lo -c encoding/apr_base64.c && touch encoding/apr_base64.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o hooks/apr_hooks.lo -c hooks/apr_hooks.c && touch hooks/apr_hooks.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o ldap/apr_ldap_stub.lo -c ldap/apr_ldap_stub.c && touch ldap/apr_ldap_stub.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o ldap/apr_ldap_url.lo -c ldap/apr_ldap_url.c && touch ldap/apr_ldap_url.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o memcache/apr_memcache.lo -c memcache/apr_memcache.c && touch memcache/apr_memcache.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o misc/apr_date.lo -c misc/apr_date.c && touch misc/apr_date.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o misc/apr_queue.lo -c misc/apr_queue.c && touch misc/apr_queue.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o misc/apr_reslist.lo -c misc/apr_reslist.c && touch misc/apr_reslist.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o misc/apr_rmm.lo -c misc/apr_rmm.c && touch misc/apr_rmm.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o misc/apr_thread_pool.lo -c misc/apr_thread_pool.c && touch misc/apr_thread_pool.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o misc/apu_dso.lo -c misc/apu_dso.c && touch misc/apu_dso.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o misc/apu_version.lo -c misc/apu_version.c && touch misc/apu_version.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o strmatch/apr_strmatch.lo -c strmatch/apr_strmatch.c && touch strmatch/apr_strmatch.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o uri/apr_uri.lo -c uri/apr_uri.c && touch uri/apr_uri.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o xlate/xlate.lo -c xlate/xlate.c && touch xlate/xlate.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -o xml/apr_xml.lo -c xml/apr_xml.c && touch xml/apr_xml.lo
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -version-info 5:4:5 -o libaprutil-1.la -rpath /usr/local/apache2.2/lib buckets/apr_brigade.lo buckets/apr_buckets.lo buckets/apr_buckets_alloc.lo buckets/apr_buckets_eos.lo buckets/apr_buckets_file.lo buckets/apr_buckets_flush.lo buckets/apr_buckets_heap.lo buckets/apr_buckets_mmap.lo buckets/apr_buckets_pipe.lo buckets/apr_buckets_pool.lo buckets/apr_buckets_refcount.lo buckets/apr_buckets_simple.lo buckets/apr_buckets_socket.lo crypto/apr_crypto.lo crypto/apr_md4.lo crypto/apr_md5.lo crypto/apr_passwd.lo crypto/apr_sha1.lo crypto/crypt_blowfish.lo crypto/getuuid.lo crypto/uuid.lo dbd/apr_dbd.lo dbm/apr_dbm.lo dbm/apr_dbm_sdbm.lo dbm/sdbm/sdbm.lo dbm/sdbm/sdbm_hash.lo dbm/sdbm/sdbm_lock.lo dbm/sdbm/sdbm_pair.lo encoding/apr_base64.lo hooks/apr_hooks.lo ldap/apr_ldap_stub.lo ldap/apr_ldap_url.lo memcache/apr_memcache.lo misc/apr_date.lo misc/apr_queue.lo misc/apr_reslist.lo misc/apr_rmm.lo misc/apr_thread_pool.lo misc/apu_dso.lo misc/apu_version.lo strmatch/apr_strmatch.lo uri/apr_uri.lo xlate/xlate.lo xml/apr_xml.lo -lrt -lcrypt -lpthread -ldl -lexpat /usr/local/src/httpd-2.2.34/srclib/apr/libapr-1.la -lrt -lcrypt -lpthread -ldl
gawk -f /usr/local/src/httpd-2.2.34/srclib/apr/build/make_exports.awk /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_anylock.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_base64.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_buckets.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_crypto.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_date.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_dbd.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_dbm.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_hooks.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_ldap_init.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_ldap_option.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_ldap_rebind.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_ldap_url.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_md4.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_md5.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_memcache.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_optional.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_optional_hooks.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_queue.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_reslist.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_rmm.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_sdbm.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_sha1.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_strmatch.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_thread_pool.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_uri.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_uuid.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_xlate.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_xml.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apu_errno.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apu_version.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/private/apr_crypto_internal.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/private/apr_dbd_internal.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/private/apr_dbd_odbc_v2.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/private/apr_dbm_private.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/private/apu_internal.h > exports.c
gawk -f /usr/local/src/httpd-2.2.34/srclib/apr/build/make_var_export.awk /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_anylock.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_base64.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_buckets.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_crypto.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_date.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_dbd.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_dbm.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_hooks.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_ldap_init.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_ldap_option.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_ldap_rebind.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_ldap_url.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_md4.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_md5.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_memcache.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_optional.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_optional_hooks.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_queue.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_reslist.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_rmm.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_sdbm.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_sha1.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_strmatch.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_thread_pool.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_uri.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_uuid.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_xlate.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apr_xml.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apu_errno.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/apu_version.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/private/apr_crypto_internal.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/private/apr_dbd_internal.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/private/apr_dbd_odbc_v2.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/private/apr_dbm_private.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/private/apu_internal.h > export_vars.c
gcc -E -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$/\1/' >> aprutil.exp
gcc -E -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include export_vars.c | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> aprutil.exp
sed 's,^\(location=\).*$,\1installed,' < apu-1-config > apu-config.out
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/srclib/apr-util”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/srclib/apr-util”
Making all in pcre
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/srclib/pcre”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/srclib/pcre”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c maketables.c && touch maketables.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c get.c && touch get.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c study.c && touch study.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c dftables.c && touch dftables.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o dftables dftables.lo -lm
./dftables /usr/local/src/httpd-2.2.34/srclib/pcre/chartables.c
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c pcre.c && touch pcre.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o libpcre.la -static maketables.lo get.lo study.lo pcre.lo
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/srclib/pcre”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/srclib/pcre”
make[1]: 离开目录“/usr/local/src/httpd-2.2.34/srclib”
Making all in os
make[1]: 进入目录“/usr/local/src/httpd-2.2.34/os”
Making all in unix
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/os/unix”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/os/unix”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c unixd.c && touch unixd.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o libos.la -static unixd.lo
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/os/unix”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/os/unix”
make[1]: 离开目录“/usr/local/src/httpd-2.2.34/os”
Making all in server
make[1]: 进入目录“/usr/local/src/httpd-2.2.34/server”
Making all in mpm
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/server/mpm”
Making all in prefork
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/server/mpm/prefork”
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/server/mpm/prefork”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c prefork.c && touch prefork.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o libprefork.la -static prefork.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/server/mpm/prefork”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/server/mpm/prefork”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/server/mpm”
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/server”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c gen_test_char.c && touch gen_test_char.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o gen_test_char gen_test_char.lo -lm
./gen_test_char > test_char.h
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c config.c && touch config.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c log.c && touch log.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c main.c && touch main.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c vhost.c && touch vhost.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c util.c && touch util.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c util_script.c && touch util_script.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c util_md5.c && touch util_md5.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c util_cfgtree.c && touch util_cfgtree.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c util_ebcdic.c && touch util_ebcdic.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c util_time.c && touch util_time.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c connection.c && touch connection.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c listen.c && touch listen.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c mpm_common.c && touch mpm_common.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c util_charset.c && touch util_charset.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c util_debug.c && touch util_debug.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c util_xml.c && touch util_xml.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c util_filter.c && touch util_filter.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c util_pcre.c && touch util_pcre.lo
tmp=export_files_unsorted.txt; \
rm -f $tmp && touch $tmp; \
for dir in /usr/local/src/httpd-2.2.34/include /usr/local/src/httpd-2.2.34/os/unix /usr/local/src/httpd-2.2.34/modules/http; do \
ls $dir/*.h >> $tmp; \
done; \
for dir in /usr/local/src/httpd-2.2.34/srclib/apr/include /usr/local/src/httpd-2.2.34/srclib/apr-util/include; do \
(ls $dir/ap[ru].h $dir/ap[ru]_*.h >> $tmp 2>/dev/null); \
done; \
sort -u $tmp > export_files; \
rm -f $tmp
gawk -f /usr/local/src/httpd-2.2.34/build/make_exports.awk `cat export_files` > exports.c
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c exports.c && touch exports.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c scoreboard.c && touch scoreboard.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c error_bucket.c && touch error_bucket.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c protocol.c && touch protocol.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c core.c && touch core.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c request.c && touch request.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c provider.c && touch provider.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c eoc_bucket.c && touch eoc_bucket.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c core_filters.c && touch core_filters.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o libmain.la -static test_char.h config.lo log.lo main.lo vhost.lo util.lo util_script.lo util_md5.lo util_cfgtree.lo util_ebcdic.lo util_time.lo connection.lo listen.lo mpm_common.lo util_charset.lo util_debug.lo util_xml.lo util_filter.lo util_pcre.lo exports.lo scoreboard.lo error_bucket.lo protocol.lo core.lo request.lo provider.lo eoc_bucket.lo core_filters.lo
gawk -f /usr/local/src/httpd-2.2.34/build/make_var_export.awk `cat export_files` > export_vars.h
gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main exports.c | grep "ap_hack_" | grep -v apr_ | sed -e 's/^.*[)]\(.*\);$/\1/' >> httpd.exp
gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main export_vars.h | grep -v apr_ | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> httpd.exp
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/server”
make[1]: 离开目录“/usr/local/src/httpd-2.2.34/server”
Making all in modules
make[1]: 进入目录“/usr/local/src/httpd-2.2.34/modules”
Making all in aaa
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/aaa”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/aaa”
Making all in database
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/database”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/database”
Making all in debug
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/debug”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/debug”
Making all in filters
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/filters”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/filters”
Making all in loggers
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/loggers”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/loggers”
Making all in metadata
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/metadata”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/metadata”
Making all in http
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/http”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/http”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c http_core.c && touch http_core.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c http_protocol.c && touch http_protocol.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c http_request.c && touch http_request.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c http_filters.c && touch http_filters.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c chunk_filter.c && touch chunk_filter.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c byterange_filter.c && touch byterange_filter.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c http_etag.c && touch http_etag.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -static -o libmod_http.la http_core.lo http_protocol.lo http_request.lo http_filters.lo chunk_filter.lo byterange_filter.lo http_etag.lo
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/http”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/http”
Making all in dav/main
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/dav/main”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/dav/main”
Making all in generators
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/generators”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/generators”
Making all in dav/fs
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/dav/fs”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/dav/fs”
Making all in mappers
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/mappers”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/mappers”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c mod_so.c && touch mod_so.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -static -o libmod_so.la mod_so.lo
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/mappers”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/mappers”
make[1]: 离开目录“/usr/local/src/httpd-2.2.34/modules”
Making all in support
make[1]: 进入目录“/usr/local/src/httpd-2.2.34/support”
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/support”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c htpasswd.c && touch htpasswd.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o htpasswd htpasswd.lo -lm /usr/local/src/httpd-2.2.34/srclib/pcre/libpcre.la /usr/local/src/httpd-2.2.34/srclib/apr-util/libaprutil-1.la -lexpat /usr/local/src/httpd-2.2.34/srclib/apr/libapr-1.la -lrt -lcrypt -lpthread -ldl -lcrypt
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c htdigest.c && touch htdigest.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o htdigest htdigest.lo -lm /usr/local/src/httpd-2.2.34/srclib/pcre/libpcre.la /usr/local/src/httpd-2.2.34/srclib/apr-util/libaprutil-1.la -lexpat /usr/local/src/httpd-2.2.34/srclib/apr/libapr-1.la -lrt -lcrypt -lpthread -ldl
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c rotatelogs.c && touch rotatelogs.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o rotatelogs rotatelogs.lo -lm /usr/local/src/httpd-2.2.34/srclib/pcre/libpcre.la /usr/local/src/httpd-2.2.34/srclib/apr-util/libaprutil-1.la -lexpat /usr/local/src/httpd-2.2.34/srclib/apr/libapr-1.la -lrt -lcrypt -lpthread -ldl
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c logresolve.c && touch logresolve.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o logresolve logresolve.lo -lm /usr/local/src/httpd-2.2.34/srclib/pcre/libpcre.la /usr/local/src/httpd-2.2.34/srclib/apr-util/libaprutil-1.la -lexpat /usr/local/src/httpd-2.2.34/srclib/apr/libapr-1.la -lrt -lcrypt -lpthread -ldl
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c ab.c && touch ab.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o ab ab.lo -lm /usr/local/src/httpd-2.2.34/srclib/pcre/libpcre.la /usr/local/src/httpd-2.2.34/srclib/apr-util/libaprutil-1.la -lexpat /usr/local/src/httpd-2.2.34/srclib/apr/libapr-1.la -lrt -lcrypt -lpthread -ldl
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c htdbm.c && touch htdbm.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o htdbm htdbm.lo -lm /usr/local/src/httpd-2.2.34/srclib/pcre/libpcre.la /usr/local/src/httpd-2.2.34/srclib/apr-util/libaprutil-1.la -lexpat /usr/local/src/httpd-2.2.34/srclib/apr/libapr-1.la -lrt -lcrypt -lpthread -ldl -lcrypt
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c htcacheclean.c && touch htcacheclean.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o htcacheclean htcacheclean.lo -lm /usr/local/src/httpd-2.2.34/srclib/pcre/libpcre.la /usr/local/src/httpd-2.2.34/srclib/apr-util/libaprutil-1.la -lexpat /usr/local/src/httpd-2.2.34/srclib/apr/libapr-1.la -lrt -lcrypt -lpthread -ldl
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c httxt2dbm.c && touch httxt2dbm.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o httxt2dbm httxt2dbm.lo -lm /usr/local/src/httpd-2.2.34/srclib/pcre/libpcre.la /usr/local/src/httpd-2.2.34/srclib/apr-util/libaprutil-1.la -lexpat /usr/local/src/httpd-2.2.34/srclib/apr/libapr-1.la -lrt -lcrypt -lpthread -ldl
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c checkgid.c && touch checkgid.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o checkgid checkgid.lo -lm /usr/local/src/httpd-2.2.34/srclib/pcre/libpcre.la /usr/local/src/httpd-2.2.34/srclib/apr-util/libaprutil-1.la -lexpat /usr/local/src/httpd-2.2.34/srclib/apr/libapr-1.la -lrt -lcrypt -lpthread -ldl
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/support”
make[1]: 离开目录“/usr/local/src/httpd-2.2.34/support”
make[1]: 进入目录“/usr/local/src/httpd-2.2.34”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-non-pic -static -c modules.c && touch modules.lo
gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -c /usr/local/src/httpd-2.2.34/server/buildmark.c
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o httpd modules.lo buildmark.o -export-dynamic server/libmain.la modules/http/libmod_http.la modules/mappers/libmod_so.la server/mpm/prefork/libprefork.la os/unix/libos.la -lm /usr/local/src/httpd-2.2.34/srclib/pcre/libpcre.la /usr/local/src/httpd-2.2.34/srclib/apr-util/libaprutil-1.la -lexpat /usr/local/src/httpd-2.2.34/srclib/apr/libapr-1.la -lrt -lcrypt -lpthread -ldl

make[2]: 进入目录“/usr/local/src/httpd-2.2.34/os”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/os/unix”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/os/unix”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/os”
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/server”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/server/mpm”
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/server/mpm/prefork”
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/server/mpm/prefork”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/server/mpm”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/server”
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/aaa”
Building shared: mod_authn_file.la mod_authn_dbm.la mod_authn_anon.la mod_authn_dbd.la mod_authn_default.la mod_authz_host.la mod_authz_groupfile.la mod_authz_user.la mod_authz_dbm.la mod_authz_owner.la mod_authz_default.la mod_auth_basic.la mod_auth_digest.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/aaa”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_authn_file.c && touch mod_authn_file.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_authn_file.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_authn_file.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_authn_dbm.c && touch mod_authn_dbm.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_authn_dbm.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_authn_dbm.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_authn_anon.c && touch mod_authn_anon.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_authn_anon.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_authn_anon.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_authn_dbd.c && touch mod_authn_dbd.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_authn_dbd.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_authn_dbd.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_authn_default.c && touch mod_authn_default.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_authn_default.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_authn_default.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_authz_host.c && touch mod_authz_host.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_authz_host.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_authz_host.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_authz_groupfile.c && touch mod_authz_groupfile.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_authz_groupfile.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_authz_groupfile.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_authz_user.c && touch mod_authz_user.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_authz_user.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_authz_user.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_authz_dbm.c && touch mod_authz_dbm.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_authz_dbm.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_authz_dbm.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_authz_owner.c && touch mod_authz_owner.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_authz_owner.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_authz_owner.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_authz_default.c && touch mod_authz_default.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_authz_default.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_authz_default.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_auth_basic.c && touch mod_auth_basic.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_auth_basic.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_auth_basic.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_auth_digest.c && touch mod_auth_digest.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_auth_digest.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_auth_digest.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/aaa”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/aaa”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/database”
Building shared: mod_dbd.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/database”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_dbd.c && touch mod_dbd.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_dbd.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_dbd.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/database”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/database”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/debug”
Building shared: mod_dumpio.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/debug”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_dumpio.c && touch mod_dumpio.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_dumpio.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_dumpio.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/debug”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/debug”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/filters”
Building shared: mod_reqtimeout.la mod_ext_filter.la mod_include.la mod_filter.la mod_substitute.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/filters”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_reqtimeout.c && touch mod_reqtimeout.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_reqtimeout.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_reqtimeout.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_ext_filter.c && touch mod_ext_filter.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_ext_filter.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_ext_filter.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_include.c && touch mod_include.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_include.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_include.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_filter.c && touch mod_filter.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_filter.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_filter.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_substitute.c && touch mod_substitute.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_substitute.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_substitute.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/filters”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/filters”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/loggers”
Building shared: mod_log_config.la mod_logio.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/loggers”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_log_config.c && touch mod_log_config.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_log_config.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_log_config.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_logio.c && touch mod_logio.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_logio.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_logio.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/loggers”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/loggers”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/metadata”
Building shared: mod_env.la mod_expires.la mod_headers.la mod_ident.la mod_setenvif.la mod_version.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/metadata”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_env.c && touch mod_env.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_env.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_env.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_expires.c && touch mod_expires.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_expires.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_expires.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_headers.c && touch mod_headers.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_headers.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_headers.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_ident.c && touch mod_ident.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_ident.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_ident.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_setenvif.c && touch mod_setenvif.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_setenvif.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_setenvif.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_version.c && touch mod_version.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_version.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_version.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/metadata”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/metadata”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/http”
Building shared: mod_mime.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/http”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_mime.c && touch mod_mime.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_mime.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_mime.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/http”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/http”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/dav/main”
Building shared: mod_dav.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/dav/main”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_dav.c && touch mod_dav.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c props.c && touch props.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c util.c && touch util.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c util_lock.c && touch util_lock.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c liveprop.c && touch liveprop.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c providers.c && touch providers.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c std_liveprop.c && touch std_liveprop.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_dav.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_dav.lo props.lo util.lo util_lock.lo liveprop.lo providers.lo std_liveprop.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/dav/main”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/dav/main”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/generators”
Building shared: mod_status.la mod_autoindex.la mod_asis.la mod_info.la mod_cgi.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/generators”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_status.c && touch mod_status.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_status.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_status.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_autoindex.c && touch mod_autoindex.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_autoindex.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_autoindex.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_asis.c && touch mod_asis.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_asis.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_asis.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_info.c && touch mod_info.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_info.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_info.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_cgi.c && touch mod_cgi.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_cgi.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_cgi.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/generators”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/generators”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/dav/fs”
Building shared: mod_dav_fs.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/dav/fs”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_dav_fs.c && touch mod_dav_fs.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c dbm.c && touch dbm.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c lock.c && touch lock.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c repos.c && touch repos.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_dav_fs.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_dav_fs.lo dbm.lo lock.lo repos.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/dav/fs”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/dav/fs”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/mappers”
Building shared: mod_vhost_alias.la mod_negotiation.la mod_dir.la mod_imagemap.la mod_actions.la mod_speling.la mod_userdir.la mod_alias.la mod_rewrite.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/mappers”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_vhost_alias.c && touch mod_vhost_alias.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_vhost_alias.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_vhost_alias.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_negotiation.c && touch mod_negotiation.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_negotiation.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_negotiation.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_dir.c && touch mod_dir.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_dir.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_dir.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_imagemap.c && touch mod_imagemap.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_imagemap.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_imagemap.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_actions.c && touch mod_actions.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_actions.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_actions.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_speling.c && touch mod_speling.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_speling.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_speling.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_userdir.c && touch mod_userdir.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_userdir.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_userdir.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_alias.c && touch mod_alias.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_alias.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_alias.lo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/pcre -I. -I/usr/local/src/httpd-2.2.34/os/unix -I/usr/local/src/httpd-2.2.34/server/mpm/prefork -I/usr/local/src/httpd-2.2.34/modules/http -I/usr/local/src/httpd-2.2.34/modules/filters -I/usr/local/src/httpd-2.2.34/modules/proxy -I/usr/local/src/httpd-2.2.34/include -I/usr/local/src/httpd-2.2.34/modules/generators -I/usr/local/src/httpd-2.2.34/modules/mappers -I/usr/local/src/httpd-2.2.34/modules/database -I/usr/local/src/httpd-2.2.34/srclib/apr/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/modules/proxy/../generators -I/usr/local/src/httpd-2.2.34/modules/ssl -I/usr/local/src/httpd-2.2.34/modules/dav/main -prefer-pic -c mod_rewrite.c && touch mod_rewrite.slo
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -o mod_rewrite.la -rpath /usr/local/apache2.2/modules -module -avoid-version mod_rewrite.lo
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/mappers”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/mappers”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules”
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/support”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/support”

make[1]: 离开目录“/usr/local/src/httpd-2.2.34”
Making install in srclib
make[1]: 进入目录“/usr/local/src/httpd-2.2.34/srclib”
Making install in apr
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/srclib/apr”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/srclib/apr”
make[3]: 对“local-all”无需做任何事。
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/srclib/apr”
/usr/local/src/httpd-2.2.34/srclib/apr/build/mkdir.sh /usr/local/apache2.2/lib /usr/local/apache2.2/bin /usr/local/apache2.2/build \
/usr/local/apache2.2/lib/pkgconfig /usr/local/apache2.2/include
/usr/bin/install -c -m 644 /usr/local/src/httpd-2.2.34/srclib/apr/include/apr.h /usr/local/apache2.2/include
for f in /usr/local/src/httpd-2.2.34/srclib/apr/include/apr_*.h; do \
/usr/bin/install -c -m 644 ${f} /usr/local/apache2.2/include; \
done
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --mode=install /usr/bin/install -c -m 755 libapr-1.la /usr/local/apache2.2/lib
libtool: install: /usr/bin/install -c -m 755 .libs/libapr-1.so.0.5.2 /usr/local/apache2.2/lib/libapr-1.so.0.5.2
libtool: install: (cd /usr/local/apache2.2/lib && { ln -s -f libapr-1.so.0.5.2 libapr-1.so.0 || { rm -f libapr-1.so.0 && ln -s libapr-1.so.0.5.2 libapr-1.so.0; }; })
libtool: install: (cd /usr/local/apache2.2/lib && { ln -s -f libapr-1.so.0.5.2 libapr-1.so || { rm -f libapr-1.so && ln -s libapr-1.so.0.5.2 libapr-1.so; }; })
libtool: install: /usr/bin/install -c -m 755 .libs/libapr-1.lai /usr/local/apache2.2/lib/libapr-1.la
libtool: install: /usr/bin/install -c -m 755 .libs/libapr-1.a /usr/local/apache2.2/lib/libapr-1.a
libtool: install: chmod 644 /usr/local/apache2.2/lib/libapr-1.a
libtool: install: ranlib /usr/local/apache2.2/lib/libapr-1.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/sbin" ldconfig -n /usr/local/apache2.2/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/apache2.2/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.
----------------------------------------------------------------------
/usr/bin/install -c -m 644 apr.exp /usr/local/apache2.2/lib/apr.exp
/usr/bin/install -c -m 644 apr.pc /usr/local/apache2.2/lib/pkgconfig/apr-1.pc
for f in libtool shlibtool; do \
if test -f ${f}; then /usr/bin/install -c -m 755 ${f} /usr/local/apache2.2/build; fi; \
done
/usr/bin/install -c -m 755 /usr/local/src/httpd-2.2.34/srclib/apr/build/mkdir.sh /usr/local/apache2.2/build
for f in make_exports.awk make_var_export.awk; do \
/usr/bin/install -c -m 644 /usr/local/src/httpd-2.2.34/srclib/apr/build/${f} /usr/local/apache2.2/build; \
done
/usr/bin/install -c -m 644 build/apr_rules.out /usr/local/apache2.2/build/apr_rules.mk
/usr/bin/install -c -m 755 apr-config.out /usr/local/apache2.2/bin/apr-1-config
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/srclib/apr”
Making install in apr-util
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/srclib/apr-util”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/srclib/apr-util”
make[3]: 对“local-all”无需做任何事。
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/srclib/apr-util”
/usr/local/src/httpd-2.2.34/srclib/apr/build/mkdir.sh /usr/local/apache2.2/include /usr/local/apache2.2/lib/pkgconfig \
/usr/local/apache2.2/lib /usr/local/apache2.2/bin
for f in /usr/local/src/httpd-2.2.34/srclib/apr-util/include/*.h /usr/local/src/httpd-2.2.34/srclib/apr-util/include/*.h; do \
/usr/bin/install -c -m 644 ${f} /usr/local/apache2.2/include; \
done
/usr/bin/install -c -m 644 apr-util.pc /usr/local/apache2.2/lib/pkgconfig/apr-util-1.pc
list=''; for i in $list; do \
( cd $i ; make DESTDIR= install ); \
done
/bin/sh /usr/local/src/httpd-2.2.34/srclib/apr/libtool --mode=install /usr/bin/install -c -m 755 libaprutil-1.la /usr/local/apache2.2/lib
libtool: warning: relinking 'libaprutil-1.la'
libtool: install: (cd /usr/local/src/httpd-2.2.34/srclib/apr-util; /bin/sh "/usr/local/src/httpd-2.2.34/srclib/apr/libtool" --silent --mode=relink gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include -I/usr/local/src/httpd-2.2.34/srclib/apr-util/include/private -I/usr/local/src/httpd-2.2.34/srclib/apr/include -version-info 5:4:5 -o libaprutil-1.la -rpath /usr/local/apache2.2/lib buckets/apr_brigade.lo buckets/apr_buckets.lo buckets/apr_buckets_alloc.lo buckets/apr_buckets_eos.lo buckets/apr_buckets_file.lo buckets/apr_buckets_flush.lo buckets/apr_buckets_heap.lo buckets/apr_buckets_mmap.lo buckets/apr_buckets_pipe.lo buckets/apr_buckets_pool.lo buckets/apr_buckets_refcount.lo buckets/apr_buckets_simple.lo buckets/apr_buckets_socket.lo crypto/apr_crypto.lo crypto/apr_md4.lo crypto/apr_md5.lo crypto/apr_passwd.lo crypto/apr_sha1.lo crypto/crypt_blowfish.lo crypto/getuuid.lo crypto/uuid.lo dbd/apr_dbd.lo dbm/apr_dbm.lo dbm/apr_dbm_sdbm.lo dbm/sdbm/sdbm.lo dbm/sdbm/sdbm_hash.lo dbm/sdbm/sdbm_lock.lo dbm/sdbm/sdbm_pair.lo encoding/apr_base64.lo hooks/apr_hooks.lo ldap/apr_ldap_stub.lo ldap/apr_ldap_url.lo memcache/apr_memcache.lo misc/apr_date.lo misc/apr_queue.lo misc/apr_reslist.lo misc/apr_rmm.lo misc/apr_thread_pool.lo misc/apu_dso.lo misc/apu_version.lo strmatch/apr_strmatch.lo uri/apr_uri.lo xlate/xlate.lo xml/apr_xml.lo -lrt -lcrypt -lpthread -ldl -lexpat /usr/local/src/httpd-2.2.34/srclib/apr/libapr-1.la -lrt -lcrypt -lpthread -ldl )
libtool: install: /usr/bin/install -c -m 755 .libs/libaprutil-1.so.0.5.4T /usr/local/apache2.2/lib/libaprutil-1.so.0.5.4
libtool: install: (cd /usr/local/apache2.2/lib && { ln -s -f libaprutil-1.so.0.5.4 libaprutil-1.so.0 || { rm -f libaprutil-1.so.0 && ln -s libaprutil-1.so.0.5.4 libaprutil-1.so.0; }; })
libtool: install: (cd /usr/local/apache2.2/lib && { ln -s -f libaprutil-1.so.0.5.4 libaprutil-1.so || { rm -f libaprutil-1.so && ln -s libaprutil-1.so.0.5.4 libaprutil-1.so; }; })
libtool: install: /usr/bin/install -c -m 755 .libs/libaprutil-1.lai /usr/local/apache2.2/lib/libaprutil-1.la
libtool: install: /usr/bin/install -c -m 755 .libs/libaprutil-1.a /usr/local/apache2.2/lib/libaprutil-1.a
libtool: install: chmod 644 /usr/local/apache2.2/lib/libaprutil-1.a
libtool: install: ranlib /usr/local/apache2.2/lib/libaprutil-1.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/sbin" ldconfig -n /usr/local/apache2.2/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/apache2.2/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.
----------------------------------------------------------------------
/usr/bin/install -c -m 644 aprutil.exp /usr/local/apache2.2/lib
/usr/bin/install -c -m 755 apu-config.out /usr/local/apache2.2/bin/apu-1-config
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/srclib/apr-util”
Making install in pcre
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/srclib/pcre”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/srclib/pcre”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/srclib/pcre”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/srclib/pcre”
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/srclib”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/srclib”
make[1]: 离开目录“/usr/local/src/httpd-2.2.34/srclib”
Making install in os
make[1]: 进入目录“/usr/local/src/httpd-2.2.34/os”
Making install in unix
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/os/unix”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/os/unix”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/os/unix”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/os/unix”
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/os”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/os”
make[1]: 离开目录“/usr/local/src/httpd-2.2.34/os”
Making install in server
make[1]: 进入目录“/usr/local/src/httpd-2.2.34/server”
Making install in mpm
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/server/mpm”
Making install in prefork
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/server/mpm/prefork”
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/server/mpm/prefork”
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/server/mpm/prefork”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/server/mpm/prefork”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/server/mpm”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/server/mpm”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/server/mpm”
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/server”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/server”
make[1]: 离开目录“/usr/local/src/httpd-2.2.34/server”
Making install in modules
make[1]: 进入目录“/usr/local/src/httpd-2.2.34/modules”
Making install in aaa
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/aaa”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/aaa”
mkdir /usr/local/apache2.2/modules
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_authn_file.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_authn_dbm.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_authn_anon.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_authn_dbd.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_authn_default.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_authz_host.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_authz_groupfile.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_authz_user.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_authz_dbm.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_authz_owner.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_authz_default.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_auth_basic.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_auth_digest.la /usr/local/apache2.2/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/aaa”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/aaa”
Making install in database
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/database”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/database”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_dbd.la /usr/local/apache2.2/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/database”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/database”
Making install in debug
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/debug”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/debug”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_dumpio.la /usr/local/apache2.2/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/debug”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/debug”
Making install in filters
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/filters”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/filters”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_reqtimeout.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_ext_filter.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_include.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_filter.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_substitute.la /usr/local/apache2.2/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/filters”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/filters”
Making install in loggers
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/loggers”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/loggers”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_log_config.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_logio.la /usr/local/apache2.2/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/loggers”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/loggers”
Making install in metadata
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/metadata”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/metadata”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_env.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_expires.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_headers.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_ident.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_setenvif.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_version.la /usr/local/apache2.2/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/metadata”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/metadata”
Making install in http
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/http”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/http”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_mime.la /usr/local/apache2.2/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/http”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/http”
Making install in dav/main
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/dav/main”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/dav/main”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_dav.la /usr/local/apache2.2/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/dav/main”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/dav/main”
Making install in generators
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/generators”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/generators”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_status.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_autoindex.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_asis.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_info.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_cgi.la /usr/local/apache2.2/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/generators”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/generators”
Making install in dav/fs
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/dav/fs”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/dav/fs”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_dav_fs.la /usr/local/apache2.2/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/dav/fs”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/dav/fs”
Making install in mappers
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules/mappers”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/mappers”
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_vhost_alias.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_negotiation.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_dir.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_imagemap.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_actions.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_speling.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_userdir.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_alias.la /usr/local/apache2.2/modules/
/usr/local/src/httpd-2.2.34/srclib/apr/libtool --silent --mode=install cp mod_rewrite.la /usr/local/apache2.2/modules/
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/mappers”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules/mappers”
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules”
make[1]: 离开目录“/usr/local/src/httpd-2.2.34/modules”
Making install in support
make[1]: 进入目录“/usr/local/src/httpd-2.2.34/support”
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/support”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/support”
make[1]: 离开目录“/usr/local/src/httpd-2.2.34/support”
make[1]: 进入目录“/usr/local/src/httpd-2.2.34”

make[2]: 进入目录“/usr/local/src/httpd-2.2.34/os”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/os/unix”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/os/unix”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/os”
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/server”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/server/mpm”
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/server/mpm/prefork”
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/server/mpm/prefork”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/server/mpm”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/server”
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/modules”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/aaa”
Building shared: mod_authn_file.la mod_authn_dbm.la mod_authn_anon.la mod_authn_dbd.la mod_authn_default.la mod_authz_host.la mod_authz_groupfile.la mod_authz_user.la mod_authz_dbm.la mod_authz_owner.la mod_authz_default.la mod_auth_basic.la mod_auth_digest.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/aaa”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/aaa”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/aaa”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/database”
Building shared: mod_dbd.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/database”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/database”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/database”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/debug”
Building shared: mod_dumpio.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/debug”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/debug”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/debug”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/filters”
Building shared: mod_reqtimeout.la mod_ext_filter.la mod_include.la mod_filter.la mod_substitute.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/filters”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/filters”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/filters”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/loggers”
Building shared: mod_log_config.la mod_logio.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/loggers”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/loggers”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/loggers”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/metadata”
Building shared: mod_env.la mod_expires.la mod_headers.la mod_ident.la mod_setenvif.la mod_version.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/metadata”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/metadata”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/metadata”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/http”
Building shared: mod_mime.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/http”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/http”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/http”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/dav/main”
Building shared: mod_dav.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/dav/main”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/dav/main”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/dav/main”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/generators”
Building shared: mod_status.la mod_autoindex.la mod_asis.la mod_info.la mod_cgi.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/generators”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/generators”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/generators”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/dav/fs”
Building shared: mod_dav_fs.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/dav/fs”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/dav/fs”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/dav/fs”
make[3]: 进入目录“/usr/local/src/httpd-2.2.34/modules/mappers”
Building shared: mod_vhost_alias.la mod_negotiation.la mod_dir.la mod_imagemap.la mod_actions.la mod_speling.la mod_userdir.la mod_alias.la mod_rewrite.la
make[4]: 进入目录“/usr/local/src/httpd-2.2.34/modules/mappers”
make[4]: 对“local-shared-build”无需做任何事。
make[4]: 离开目录“/usr/local/src/httpd-2.2.34/modules/mappers”
make[3]: 离开目录“/usr/local/src/httpd-2.2.34/modules/mappers”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/modules”
make[2]: 进入目录“/usr/local/src/httpd-2.2.34/support”
make[2]: 离开目录“/usr/local/src/httpd-2.2.34/support”

Installing configuration files
mkdir /usr/local/apache2.2/conf
mkdir /usr/local/apache2.2/conf/extra
mkdir /usr/local/apache2.2/conf/original
mkdir /usr/local/apache2.2/conf/original/extra
Installing HTML documents
mkdir /usr/local/apache2.2/htdocs
Installing error documents
mkdir /usr/local/apache2.2/error
Installing icons
mkdir /usr/local/apache2.2/icons
mkdir /usr/local/apache2.2/logs
Installing CGIs
mkdir /usr/local/apache2.2/cgi-bin
Installing header files
Installing build system files
Installing man pages and online manual
mkdir /usr/local/apache2.2/man
mkdir /usr/local/apache2.2/man/man1
mkdir /usr/local/apache2.2/man/man8
mkdir /usr/local/apache2.2/manual
make[1]: 离开目录“/usr/local/src/httpd-2.2.34”
[root@localhost httpd-2.2.34]# echo $?
0
[root@localhost httpd-2.2.34]# cd /usr/local/apache2.2
[root@localhost apache2.2]# ls
bin build cgi-bin conf error htdocs icons include lib logs man manual modules
[root@localhost apache2.2]# /usr/local/apache2.4/bin/httpd -M
AH00526: Syntax error on line 66 of /usr/local/apache2/conf/httpd.conf:
Invalid command 'User', perhaps misspelled or defined by a module not included in the server configuration
[root@localhost apache2.2]# /usr/local/apache2.2/bin/httpd -M
httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain for ServerName
Loaded Modules:
core_module (static)
mpm_prefork_module (static)
http_module (static)
so_module (static)
authn_file_module (shared)
authn_dbm_module (shared)
authn_anon_module (shared)
authn_dbd_module (shared)
authn_default_module (shared)
authz_host_module (shared)
authz_groupfile_module (shared)
authz_user_module (shared)
authz_dbm_module (shared)
authz_owner_module (shared)
authz_default_module (shared)
auth_basic_module (shared)
auth_digest_module (shared)
dbd_module (shared)
dumpio_module (shared)
reqtimeout_module (shared)
ext_filter_module (shared)
include_module (shared)
filter_module (shared)
substitute_module (shared)
log_config_module (shared)
logio_module (shared)
env_module (shared)
expires_module (shared)
headers_module (shared)
ident_module (shared)
setenvif_module (shared)
version_module (shared)
mime_module (shared)
dav_module (shared)
status_module (shared)
autoindex_module (shared)
asis_module (shared)
info_module (shared)
cgi_module (shared)
dav_fs_module (shared)
vhost_alias_module (shared)
negotiation_module (shared)
dir_module (shared)
imagemap_module (shared)
actions_module (shared)
speling_module (shared)
userdir_module (shared)
alias_module (shared)
rewrite_module (shared)
Syntax OK
[root@localhost apache2.2]# /usr/local/apache2.2/bin/apachectl start
httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain for ServerName
[root@localhost apache2.2]# ps aux |grep httpd
root 21108 0.0 0.0 120848 2364 ? Ss 00:08 0:00 /usr/local/apache2.2/bin/httpd -k start
daemon 21109 0.0 0.0 120848 1804 ? S 00:08 0:00 /usr/local/apache2.2/bin/httpd -k start
daemon 21110 0.0 0.0 120848 1804 ? S 00:08 0:00 /usr/local/apache2.2/bin/httpd -k start
daemon 21111 0.0 0.0 120848 1804 ? S 00:08 0:00 /usr/local/apache2.2/bin/httpd -k start
daemon 21112 0.0 0.0 120848 1804 ? S 00:08 0:00 /usr/local/apache2.2/bin/httpd -k start
daemon 21113 0.0 0.0 120848 1804 ? S 00:08 0:00 /usr/local/apache2.2/bin/httpd -k start
root 21115 0.0 0.0 112676 972 pts/0 S+ 00:09 0:00 grep --color=auto httpd
[root@localhost apache2.2]# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1090/sshd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1726/master
tcp6 0 0 :::80 :::* LISTEN 21108/httpd
tcp6 0 0 :::22 :::* LISTEN 1090/sshd
tcp6 0 0 ::1:25 :::* LISTEN 1726/master
[root@localhost apache2.2]# cd /usr/local/src/
[root@localhost src]# ls
apr-1.4.5 apr-util-1.3.12.tar.gz httpd-2.4.29.tar.gz pcre-8.10.zip
apr-1.4.5.tar.gz apr-util-1.6.1.tar.gz mariadb-10.2.6-linux-glibc_214-x86_64.tar.gz
apr-1.6.3.tar.gz httpd-2.2.34 mysql-5.6.36-linux-glibc2.5-x86_64.tar.gz
apr-util-1.3.12 httpd-2.2.34.tar.gz pcre-8.10
[root@localhost src]# wget http://cn2.php.net/distributions/php-5.6.30.tar.gz
--2018-03-01 00:11:21-- http://cn2.php.net/distributions/php-5.6.30.tar.gz
正在解析主机 cn2.php.net (cn2.php.net)... 123.125.23.171, 123.125.23.172, 123.125.23.169, ...
正在连接 cn2.php.net (cn2.php.net)|123.125.23.171|:80... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:19274631 (18M) [application/x-gzip]
正在保存至: “php-5.6.30.tar.gz”

100%[=====================================================================>] 19,274,631 10.4MB/s 用时 1.8s

2018-03-01 00:11:23 (10.4 MB/s) - 已保存 “php-5.6.30.tar.gz” [19274631/19274631])

[root@localhost src]# ls
apr-1.4.5 apr-util-1.3.12.tar.gz httpd-2.4.29.tar.gz pcre-8.10.zip
apr-1.4.5.tar.gz apr-util-1.6.1.tar.gz mariadb-10.2.6-linux-glibc_214-x86_64.tar.gz php-5.6.30.tar.gz
apr-1.6.3.tar.gz httpd-2.2.34 mysql-5.6.36-linux-glibc2.5-x86_64.tar.gz
apr-util-1.3.12 httpd-2.2.34.tar.gz pcre-8.10
[root@localhost src]# tar zxf php-5.6.30.tar.gz
[root@localhost src]# cd php-5.6.30
[root@localhost php-5.6.30]# ls
acinclude.m4 install-sh README.EXT_SKEL sapi
aclocal.m4 LICENSE README.GIT-RULES scripts
build ltmain.sh README.input_filter server-tests-config.php
buildconf main README.MAILINGLIST_RULES server-tests.php
buildconf.bat makedist README.md snapshot
CODING_STANDARDS Makefile.frag README.namespaces stamp-h.in
config.guess Makefile.gcov README.NEW-OUTPUT-API stub.c
config.sub Makefile.global README.PARAMETER_PARSING_API tests
configure makerpm README.REDIST.BINS travis
configure.in missing README.RELEASE_PROCESS TSRM
CREDITS mkinstalldirs README.SELF-CONTAINED-EXTENSIONS UPGRADING
ext netware README.STREAMS UPGRADING.INTERNALS
EXTENSIONS NEWS README.SUBMITTING_PATCH vcsclean
footer pear README.TESTING win32
generated_lists php5.spec.in README.TESTING2 Zend
genfiles php.gif README.UNIX-BUILD-SYSTEM
header php.ini-development README.WIN32-BUILD-SYSTEM
INSTALL php.ini-production run-tests.php
[root@localhost php-5.6.30]# /configure --prefix=/usr/local/php-5.5.0 --with-config-file-path=/usr/local/php-5.5.0/etc --with-bz2 --with-curl --enable-ftp --enable-sockets --disable-ipv6 --with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr/local --with-freetype-dir=/usr/local --enable-gd-native-ttf --with-iconv-dir=/usr/local --enable-mbstring --enable-calendar --with-gettext --with-libxml-dir=/usr/local --with-zlib --with-pdo-mysql=mysqlnd --with-mysqli=mysqlnd --with-mysql=mysqlnd --enable-dom --enable-xml --enable-fpm
-bash: /configure: 没有那个文件或目录
[root@localhost php-5.6.30]# ./configure \
> ^C
[root@localhost php-5.6.30]# ./configure --prefix=/usr/local/php7 --with-apxs2=/usr/local/apache2.4/bin/apxs --with-config-file-path=/usr/local/php7/etc --with-pdo-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-libxml-dir --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-iconv-dir --with-zlib-dir --with-bz2 --with-openssl --with-mcrypt --enable-soap --enable-gd-native-ttf --enable-mbstring --enable-sockets --enable-exif、
configure: error: invalid feature name: exif、
[root@localhost php-5.6.30]# echo $?
1
[root@localhost php-5.6.30]# ./configure --prefix=/usr/local/php-5.6.30 --with-apxs2=/usr/local/apache2.2/bin/apxs --with-config-file-path=/usr/local/php-5.6.30/etc --with-pdo-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-libxml-dir --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-iconv-dir --with-zlib-dir --with-bz2 --with-openssl --with-mcrypt --enable-soap --enable-gd-native-ttf --enable-mbstring --enable-sockets --enable-exif
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
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 cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -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 whether ln -s works... yes
checking for system library directory... lib
checking whether to enable runpaths... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: 3.0).
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking whether to enable computed goto gcc extension with re2c... no
checking whether to force non-PIC code in shared modules... no
checking whether /dev/urandom exists... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib...

Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking whether to enable Apache charset compatibility option... no
checking for Apache 2.0 filter-module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS... yes
checking for Apache 1.x (hooks) module support via DSO through APXS... no
checking for Apache 1.x (hooks) module support... no
checking whether to enable Apache charset compatibility option... no
checking for Caudium support... no
checking for setproctitle... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for PS_STRINGS... no
checking for CLI build... yes
checking for Continuity support... no
checking for embedded SAPI library support... no
checking for FPM build... no
checking for Zeus ISAPI support... no
checking for LiteSpeed support... no
checking for Milter support... no
checking for NSAPI support... no
checking for phpdbg support... no
checking for phpdbg debug build... no
checking for PHTTPD support... no
checking for Pi3Web support... no
checking whether Roxen module is build using ZTS... no
checking for Roxen/Pike support...
checking for thttpd... no
checking for TUX... no
checking for webjames... no
checking for CGI build... yes
checking for socklen_t in sys/socket.h... yes
checking for sun_len in sys/un.h... no
checking whether cross-process locking is required by accept()... no
checking for chosen SAPI module... apache2handler
checking for executable SAPI binaries... cli cgi

Running system checks
checking for sendmail... /usr/sbin/sendmail
checking whether system uses EBCDIC... no
checking whether byte ordering is bigendian... no
checking whether writing to stdout works... This is the test message -- yes
checking for socket... yes
checking for socketpair... yes
checking for htonl... yes
checking for gethostname... yes
checking for gethostbyaddr... yes
checking for yp_get_default_domain... no
checking for __yp_get_default_domain... no
checking for yp_get_default_domain in -lnsl... yes
checking for dlopen... no
checking for __dlopen... no
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for inet_aton... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for dirent.h... yes
checking for ApplicationServices/ApplicationServices.h... no
checking for sys/param.h... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... yes
checking for netinet/in.h... yes
checking for alloca.h... yes
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for crypt.h... yes
checking for dns.h... no
checking for fcntl.h... yes
checking for grp.h... yes
checking for ieeefp.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for monetary.h... yes
checking for netdb.h... yes
checking for pwd.h... yes
checking for resolv.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for syslog.h... yes
checking for sysexits.h... yes
checking for sys/ioctl.h... yes
checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking for sys/poll.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/statfs.h... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
checking for sys/sysexits.h... no
checking for sys/varargs.h... no
checking for sys/wait.h... yes
checking for sys/loadavg.h... no
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for unix.h... no
checking for utime.h... yes
checking for sys/utsname.h... yes
checking for sys/ipc.h... yes
checking for dlfcn.h... yes
checking for assert.h... (cached) yes
checking for fopencookie... yes
checking for broken getcwd... no
checking for broken libc stdio... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for missing declarations of reentrant functions... done
checking for fclose declaration... ok
checking for tm_gmtoff in struct tm... yes
checking for struct flock... yes
checking for socklen_t... yes
checking size of size_t... 8
checking size of long long... 8
checking size of long long int... 8
checking size of long... 8
checking size of int... 4
checking size of intmax_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of short... 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking for int8... no
checking for int16... no
checking for int32... no
checking for int64... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8... no
checking for uint16... no
checking for uint32... no
checking for uint64... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for struct sockaddr_storage... yes
checking for field sa_len in struct sockaddr... no
checking for IPv6 support... yes
checking for vprintf... yes
checking for _doprnt... no
checking for alphasort... yes
checking for asctime_r... yes
checking for chroot... yes
checking for ctime_r... yes
checking for cuserid... yes
checking for crypt... no
checking for flock... yes
checking for ftok... yes
checking for funopen... no
checking for gai_strerror... yes
checking for gcvt... yes
checking for getloadavg... yes
checking for getlogin... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for gethostname... (cached) yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for getpwnam_r... yes
checking for getgrnam_r... yes
checking for getpwuid_r... yes
checking for grantpt... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for isascii... yes
checking for link... yes
checking for localtime_r... yes
checking for lockf... yes
checking for lchown... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for mkstemp... yes
checking for mmap... yes
checking for nl_langinfo... yes
checking for perror... yes
checking for poll... yes
checking for ptsname... yes
checking for putenv... yes
checking for realpath... yes
checking for random... yes
checking for rand_r... yes
checking for scandir... yes
checking for setitimer... yes
checking for setlocale... yes
checking for localeconv... yes
checking for setenv... yes
checking for setpgid... yes
checking for setsockopt... yes
checking for setvbuf... yes
checking for shutdown... yes
checking for sin... yes
checking for snprintf... yes
checking for srand48... yes
checking for srandom... yes
checking for statfs... yes
checking for statvfs... yes
checking for std_syslog... no
checking for strcasecmp... yes
checking for strcoll... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strnlen... yes
checking for strptime... yes
checking for strstr... yes
checking for strtok_r... yes
checking for symlink... yes
checking for tempnam... yes
checking for tzset... yes
checking for unlockpt... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utime... yes
checking for vsnprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for nanosleep... yes
checking for nanosleep in -lrt... yes
checking for getaddrinfo... yes
checking for __sync_fetch_and_add... yes
checking for strlcat... no
checking for strlcpy... no
checking for getopt... yes
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for declared timezone... yes
checking for type of reentrant time-related functions... POSIX
checking for readdir_r... yes
checking for type of readdir_r... POSIX
checking for in_addr_t... yes
checking for crypt_r... no

General settings
checking whether to include gcov symbols... no
checking whether to include debugging symbols... no
checking layout of installed files... PHP
checking path to configuration file... /usr/local/php-5.6.30/etc
checking where to scan for configuration files...
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... yes
checking whether to enable DTrace support... no
checking how big to make fd sets... using system default

Configuring extensions
checking size of long... (cached) 8
checking size of int... (cached) 4
checking for int32_t... yes
checking for uint32_t... yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking which regex library to use... php
checking whether to enable LIBXML support... yes
checking libxml2 install dir... yes
checking for xml2-config path...
configure: error: xml2-config not found. Please check your libxml2 installation.
[root@localhost php-5.6.30]# echo $?
1
[root@localhost php-5.6.30]# ./configure --prefix=/usr/local/php-5.6.30 --with-config-file-path=/usr/local/php-5.6.30/etc --with-bz2 --with-curl --enable-ftp --enable-sockets --disable-ipv6 --with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr/local --with-freetype-dir=/usr/local --enable-gd-native-ttf --with-iconv-dir=/usr/local --enable-mbstring --enable-calendar --with-gettext --with-libxml-dir=/usr/local --with-zlib --with-pdo-mysql=mysqlnd --with-mysqli=mysqlnd --with-mysql=mysqlnd --enable-dom --enable-xml --enable-fpm
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
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 cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -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 whether ln -s works... yes
checking for system library directory... lib
checking whether to enable runpaths... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: 3.0).
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking whether to enable computed goto gcc extension with re2c... no
checking whether to force non-PIC code in shared modules... no
checking whether /dev/urandom exists... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib...

Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking whether to enable Apache charset compatibility option... no
checking for Apache 2.0 filter-module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS... no
checking for Apache 1.x (hooks) module support via DSO through APXS... no
checking for Apache 1.x (hooks) module support... no
checking whether to enable Apache charset compatibility option... no
checking for Caudium support... no
checking for setproctitle... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for PS_STRINGS... no
checking for CLI build... yes
checking for Continuity support... no
checking for embedded SAPI library support... no
checking for FPM build... yes
checking for setenv... yes
checking for clearenv... yes
checking for setproctitle... (cached) no
checking for library containing socket... none required
checking for library containing inet_addr... none required
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 stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking for prctl... yes
checking for clock_gettime... yes
checking for ptrace... yes
checking whether ptrace works... yes
checking for proc mem file... mem
checking if gcc supports __sync_bool_compare_and_swap... yes
checking for TCP_INFO... yes
checking for sysconf... yes
checking for times... yes
checking for kqueue... no
checking for port framework... no
checking for /dev/poll... no
checking for epoll... yes
checking for poll... yes
checking for select... yes
checking for apparmor... no
checking for Zeus ISAPI support... no
checking for LiteSpeed support... no
checking for Milter support... no
checking for NSAPI support... no
checking for phpdbg support... no
checking for phpdbg debug build... no
checking for PHTTPD support... no
checking for Pi3Web support... no
checking whether Roxen module is build using ZTS... no
checking for Roxen/Pike support...
checking for thttpd... no
checking for TUX... no
checking for webjames... no
checking for CGI build... yes
checking for socklen_t in sys/socket.h... yes
checking for sun_len in sys/un.h... no
checking whether cross-process locking is required by accept()... no
checking for chosen SAPI module... none
checking for executable SAPI binaries... cli fpm cgi

Running system checks
checking for sendmail... /usr/sbin/sendmail
checking whether system uses EBCDIC... no
checking whether byte ordering is bigendian... no
checking whether writing to stdout works... This is the test message -- yes
checking for socket... yes
checking for socketpair... yes
checking for htonl... yes
checking for gethostname... yes
checking for gethostbyaddr... yes
checking for yp_get_default_domain... no
checking for __yp_get_default_domain... no
checking for yp_get_default_domain in -lnsl... yes
checking for dlopen... no
checking for __dlopen... no
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for inet_aton... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for dirent.h... yes
checking for ApplicationServices/ApplicationServices.h... no
checking for sys/param.h... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for alloca.h... yes
checking for arpa/inet.h... (cached) yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for crypt.h... yes
checking for dns.h... no
checking for fcntl.h... (cached) yes
checking for grp.h... yes
checking for ieeefp.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for monetary.h... yes
checking for netdb.h... yes
checking for pwd.h... yes
checking for resolv.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for syslog.h... yes
checking for sysexits.h... (cached) yes
checking for sys/ioctl.h... yes
checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking for sys/poll.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/statfs.h... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
checking for sys/sysexits.h... no
checking for sys/varargs.h... no
checking for sys/wait.h... yes
checking for sys/loadavg.h... no
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for unix.h... no
checking for utime.h... yes
checking for sys/utsname.h... yes
checking for sys/ipc.h... yes
checking for dlfcn.h... yes
checking for assert.h... (cached) yes
checking for fopencookie... yes
checking for broken getcwd... no
checking for broken libc stdio... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for missing declarations of reentrant functions... done
checking for fclose declaration... ok
checking for tm_gmtoff in struct tm... yes
checking for struct flock... yes
checking for socklen_t... yes
checking size of size_t... 8
checking size of long long... 8
checking size of long long int... 8
checking size of long... 8
checking size of int... 4
checking size of intmax_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of short... 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking for int8... no
checking for int16... no
checking for int32... no
checking for int64... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8... no
checking for uint16... no
checking for uint32... no
checking for uint64... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for struct sockaddr_storage... yes
checking for field sa_len in struct sockaddr... no
checking for IPv6 support... yes
checking for vprintf... yes
checking for _doprnt... no
checking for alphasort... yes
checking for asctime_r... yes
checking for chroot... yes
checking for ctime_r... yes
checking for cuserid... yes
checking for crypt... no
checking for flock... yes
checking for ftok... yes
checking for funopen... no
checking for gai_strerror... yes
checking for gcvt... yes
checking for getloadavg... yes
checking for getlogin... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for gethostname... (cached) yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for getpwnam_r... yes
checking for getgrnam_r... yes
checking for getpwuid_r... yes
checking for grantpt... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for isascii... yes
checking for link... yes
checking for localtime_r... yes
checking for lockf... yes
checking for lchown... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for mkstemp... yes
checking for mmap... yes
checking for nl_langinfo... yes
checking for perror... yes
checking for poll... yes
checking for ptsname... yes
checking for putenv... yes
checking for realpath... yes
checking for random... yes
checking for rand_r... yes
checking for scandir... yes
checking for setitimer... yes
checking for setlocale... yes
checking for localeconv... yes
checking for setenv... (cached) yes
checking for setpgid... yes
checking for setsockopt... yes
checking for setvbuf... yes
checking for shutdown... yes
checking for sin... yes
checking for snprintf... yes
checking for srand48... yes
checking for srandom... yes
checking for statfs... yes
checking for statvfs... yes
checking for std_syslog... no
checking for strcasecmp... yes
checking for strcoll... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strnlen... yes
checking for strptime... yes
checking for strstr... yes
checking for strtok_r... yes
checking for symlink... yes
checking for tempnam... yes
checking for tzset... yes
checking for unlockpt... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utime... yes
checking for vsnprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for nanosleep... yes
checking for nanosleep in -lrt... yes
checking for getaddrinfo... yes
checking for __sync_fetch_and_add... yes
checking for strlcat... no
checking for strlcpy... no
checking for getopt... yes
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for declared timezone... yes
checking for type of reentrant time-related functions... POSIX
checking for readdir_r... yes
checking for type of readdir_r... POSIX
checking for in_addr_t... yes
checking for crypt_r... no

General settings
checking whether to include gcov symbols... no
checking whether to include debugging symbols... no
checking layout of installed files... PHP
checking path to configuration file... /usr/local/php-5.6.30/etc
checking where to scan for configuration files...
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... no
checking whether to enable DTrace support... no
checking how big to make fd sets... using system default

Configuring extensions
checking size of long... (cached) 8
checking size of int... (cached) 4
checking for int32_t... yes
checking for uint32_t... yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking which regex library to use... php
checking whether to enable LIBXML support... yes
checking libxml2 install dir... /usr/local
checking for xml2-config path...
configure: error: xml2-config not found. Please check your libxml2 installation.
[root@localhost php-5.6.30]# cd
[root@localhost ~]# rpm -qa |grep libxml2
libxml2-2.9.1-6.el7_2.3.x86_64
[root@localhost ~]# yum install libxml2
已加载插件:fastestmirror
base | 3.6 kB 00:00:00
epel/x86_64/metalink | 6.6 kB 00:00:00
epel | 4.7 kB 00:00:00
extras | 3.4 kB 00:00:00
updates | 3.4 kB 00:00:00
(1/2): epel/x86_64/updateinfo | 898 kB 00:00:00
(2/2): epel/x86_64/primary_db | 6.2 MB 00:00:00
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
软件包 libxml2-2.9.1-6.el7_2.3.x86_64 已安装并且是最新版本
无须任何处理
[root@localhost ~]# yum install libxml2-devel -y
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
正在解决依赖关系
--> 正在检查事务
---> 软件包 libxml2-devel.x86_64.0.2.9.1-6.el7_2.3 将被 安装
--> 正在处理依赖关系 zlib-devel,它被软件包 libxml2-devel-2.9.1-6.el7_2.3.x86_64 需要
--> 正在处理依赖关系 xz-devel,它被软件包 libxml2-devel-2.9.1-6.el7_2.3.x86_64 需要
--> 正在检查事务
---> 软件包 xz-devel.x86_64.0.5.2.2-1.el7 将被 安装
---> 软件包 zlib-devel.x86_64.0.1.2.7-17.el7 将被 安装
--> 解决依赖关系完成

依赖关系解决

======================================================================================================================
Package 架构 版本 源 大小
======================================================================================================================
正在安装:
libxml2-devel x86_64 2.9.1-6.el7_2.3 base 1.0 M
为依赖而安装:
xz-devel x86_64 5.2.2-1.el7 base 46 k
zlib-devel x86_64 1.2.7-17.el7 base 50 k

事务概要
======================================================================================================================
安装 1 软件包 (+2 依赖软件包)

总下载量:1.1 M
安装大小:9.1 M
Downloading packages:
(1/3): xz-devel-5.2.2-1.el7.x86_64.rpm | 46 kB 00:00:00
(2/3): libxml2-devel-2.9.1-6.el7_2.3.x86_64.rpm | 1.0 MB 00:00:00
(3/3): zlib-devel-1.2.7-17.el7.x86_64.rpm | 50 kB 00:00:01
----------------------------------------------------------------------------------------------------------------------
总计 920 kB/s | 1.1 MB 00:00:01
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
正在安装 : zlib-devel-1.2.7-17.el7.x86_64 1/3
正在安装 : xz-devel-5.2.2-1.el7.x86_64 2/3
正在安装 : libxml2-devel-2.9.1-6.el7_2.3.x86_64 3/3
验证中 : xz-devel-5.2.2-1.el7.x86_64 1/3
验证中 : zlib-devel-1.2.7-17.el7.x86_64 2/3
验证中 : libxml2-devel-2.9.1-6.el7_2.3.x86_64 3/3

已安装:
libxml2-devel.x86_64 0:2.9.1-6.el7_2.3

作为依赖被安装:
xz-devel.x86_64 0:5.2.2-1.el7 zlib-devel.x86_64 0:1.2.7-17.el7

完毕!
[root@localhost ~]# find / -name "xml2-config"
/usr/bin/xml2-config
[root@localhost ~]# cd /usr/local/src/pphp-5.6.30
-bash: cd: /usr/local/src/pphp-5.6.30: 没有那个文件或目录
[root@localhost ~]# cd /usr/local/src/
[root@localhost src]# ls
apr-1.4.5 apr-util-1.3.12.tar.gz httpd-2.4.29.tar.gz pcre-8.10.zip
apr-1.4.5.tar.gz apr-util-1.6.1.tar.gz mariadb-10.2.6-linux-glibc_214-x86_64.tar.gz php-5.6.30
apr-1.6.3.tar.gz httpd-2.2.34 mysql-5.6.36-linux-glibc2.5-x86_64.tar.gz php-5.6.30.tar.gz
apr-util-1.3.12 httpd-2.2.34.tar.gz pcre-8.10
[root@localhost src]# cd pphp-5.6.30
-bash: cd: pphp-5.6.30: 没有那个文件或目录
[root@localhost src]# cd php-5.6.30
[root@localhost php-5.6.30]# ls
acinclude.m4 footer Makefile.global README.MAILINGLIST_RULES sapi
aclocal.m4 generated_lists Makefile.objects README.md scripts
build genfiles makerpm README.namespaces server-tests-config.php
buildconf header missing README.NEW-OUTPUT-API server-tests.php
buildconf.bat include mkinstalldirs README.PARAMETER_PARSING_API snapshot
CODING_STANDARDS INSTALL netware README.REDIST.BINS stamp-h.in
config.guess install-sh NEWS README.RELEASE_PROCESS stub.c
config.log libs pear README.SELF-CONTAINED-EXTENSIONS tests
config.nice LICENSE php5.spec.in README.STREAMS travis
config.sub ltmain.sh php.gif README.SUBMITTING_PATCH TSRM
configure main php.ini-development README.TESTING UPGRADING
configure.in makedist php.ini-production README.TESTING2 UPGRADING.INTERNALS
CREDITS Makefile.frag README.EXT_SKEL README.UNIX-BUILD-SYSTEM vcsclean
ext Makefile.fragments README.GIT-RULES README.WIN32-BUILD-SYSTEM win32
EXTENSIONS Makefile.gcov README.input_filter run-tests.php Zend
[root@localhost php-5.6.30]# ./configure
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
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 cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -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 whether ln -s works... yes
checking for system library directory... lib
checking whether to enable runpaths... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: 3.0).
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking whether to enable computed goto gcc extension with re2c... no
checking whether to force non-PIC code in shared modules... no
checking whether /dev/urandom exists... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib...

Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking whether to enable Apache charset compatibility option... no
checking for Apache 2.0 filter-module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS... no
checking for Apache 1.x (hooks) module support via DSO through APXS... no
checking for Apache 1.x (hooks) module support... no
checking whether to enable Apache charset compatibility option... no
checking for Caudium support... no
checking for setproctitle... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for PS_STRINGS... no
checking for CLI build... yes
checking for Continuity support... no
checking for embedded SAPI library support... no
checking for FPM build... no
checking for Zeus ISAPI support... no
checking for LiteSpeed support... no
checking for Milter support... no
checking for NSAPI support... no
checking for phpdbg support... no
checking for phpdbg debug build... no
checking for PHTTPD support... no
checking for Pi3Web support... no
checking whether Roxen module is build using ZTS... no
checking for Roxen/Pike support...
checking for thttpd... no
checking for TUX... no
checking for webjames... no
checking for CGI build... yes
checking for socklen_t in sys/socket.h... yes
checking for sun_len in sys/un.h... no
checking whether cross-process locking is required by accept()... no
checking for chosen SAPI module... none
checking for executable SAPI binaries... cli cgi

Running system checks
checking for sendmail... /usr/sbin/sendmail
checking whether system uses EBCDIC... no
checking whether byte ordering is bigendian... no
checking whether writing to stdout works... This is the test message -- yes
checking for socket... yes
checking for socketpair... yes
checking for htonl... yes
checking for gethostname... yes
checking for gethostbyaddr... yes
checking for yp_get_default_domain... no
checking for __yp_get_default_domain... no
checking for yp_get_default_domain in -lnsl... yes
checking for dlopen... no
checking for __dlopen... no
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for inet_aton... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for dirent.h... yes
checking for ApplicationServices/ApplicationServices.h... no
checking for sys/param.h... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... yes
checking for netinet/in.h... yes
checking for alloca.h... yes
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for crypt.h... yes
checking for dns.h... no
checking for fcntl.h... yes
checking for grp.h... yes
checking for ieeefp.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for monetary.h... yes
checking for netdb.h... yes
checking for pwd.h... yes
checking for resolv.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for syslog.h... yes
checking for sysexits.h... yes
checking for sys/ioctl.h... yes
checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking for sys/poll.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/statfs.h... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
checking for sys/sysexits.h... no
checking for sys/varargs.h... no
checking for sys/wait.h... yes
checking for sys/loadavg.h... no
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for unix.h... no
checking for utime.h... yes
checking for sys/utsname.h... yes
checking for sys/ipc.h... yes
checking for dlfcn.h... yes
checking for assert.h... (cached) yes
checking for fopencookie... yes
checking for broken getcwd... no
checking for broken libc stdio... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for missing declarations of reentrant functions... done
checking for fclose declaration... ok
checking for tm_gmtoff in struct tm... yes
checking for struct flock... yes
checking for socklen_t... yes
checking size of size_t... 8
checking size of long long... 8
checking size of long long int... 8
checking size of long... 8
checking size of int... 4
checking size of intmax_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of short... 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking for int8... no
checking for int16... no
checking for int32... no
checking for int64... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8... no
checking for uint16... no
checking for uint32... no
checking for uint64... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for struct sockaddr_storage... yes
checking for field sa_len in struct sockaddr... no
checking for IPv6 support... yes
checking for vprintf... yes
checking for _doprnt... no
checking for alphasort... yes
checking for asctime_r... yes
checking for chroot... yes
checking for ctime_r... yes
checking for cuserid... yes
checking for crypt... no
checking for flock... yes
checking for ftok... yes
checking for funopen... no
checking for gai_strerror... yes
checking for gcvt... yes
checking for getloadavg... yes
checking for getlogin... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for gethostname... (cached) yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for getpwnam_r... yes
checking for getgrnam_r... yes
checking for getpwuid_r... yes
checking for grantpt... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for isascii... yes
checking for link... yes
checking for localtime_r... yes
checking for lockf... yes
checking for lchown... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for mkstemp... yes
checking for mmap... yes
checking for nl_langinfo... yes
checking for perror... yes
checking for poll... yes
checking for ptsname... yes
checking for putenv... yes
checking for realpath... yes
checking for random... yes
checking for rand_r... yes
checking for scandir... yes
checking for setitimer... yes
checking for setlocale... yes
checking for localeconv... yes
checking for setenv... yes
checking for setpgid... yes
checking for setsockopt... yes
checking for setvbuf... yes
checking for shutdown... yes
checking for sin... yes
checking for snprintf... yes
checking for srand48... yes
checking for srandom... yes
checking for statfs... yes
checking for statvfs... yes
checking for std_syslog... no
checking for strcasecmp... yes
checking for strcoll... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strnlen... yes
checking for strptime... yes
checking for strstr... yes
checking for strtok_r... yes
checking for symlink... yes
checking for tempnam... yes
checking for tzset... yes
checking for unlockpt... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utime... yes
checking for vsnprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for nanosleep... yes
checking for nanosleep in -lrt... yes
checking for getaddrinfo... yes
checking for __sync_fetch_and_add... yes
checking for strlcat... no
checking for strlcpy... no
checking for getopt... yes
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for declared timezone... yes
checking for type of reentrant time-related functions... POSIX
checking for readdir_r... yes
checking for type of readdir_r... POSIX
checking for in_addr_t... yes
checking for crypt_r... no

General settings
checking whether to include gcov symbols... no
checking whether to include debugging symbols... no
checking layout of installed files... PHP
checking path to configuration file... DEFAULT
checking where to scan for configuration files...
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... yes
checking whether to enable DTrace support... no
checking how big to make fd sets... using system default

Configuring extensions
checking size of long... (cached) 8
checking size of int... (cached) 4
checking for int32_t... yes
checking for uint32_t... yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking which regex library to use... php
checking whether to enable LIBXML support... yes
checking libxml2 install dir... no
checking for xml2-config path... /usr/bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... no
checking for Kerberos support... no
checking whether to use system default cipher list instead of hardcoded value... no
checking for PCRE library to use... bundled
checking whether to enable the SQLite3 extension... yes
checking bundled sqlite3 library... yes
checking for ZLIB support... no
checking if the location of ZLIB install directory is defined... no
checking whether to enable bc style precision math functions... no
checking for BZip2 support... no
checking whether to enable calendar conversion support... no
checking whether to enable ctype functions... yes
checking for cURL support... no
checking for QDBM support... no
checking for GDBM support... no
checking for NDBM support... no
checking for TCADB support... no
checking for Berkeley DB4 support... no
checking for Berkeley DB3 support... no
checking for Berkeley DB2 support... no
checking for DB1 support... no
checking for DBM support... no
checking for CDB support... no
checking for INI File support... no
checking for FlatFile support... no
checking whether to enable DBA interface... no
checking whether to enable DOM support... yes
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for ENCHANT support... no
checking whether to enable EXIF (metadata from images) support... no
checking for fileinfo support... yes
checking for strcasestr... yes
checking for utimes... yes
checking for strndup... yes
checking whether to enable input filter support... yes
checking pcre install prefix... no
checking whether to enable FTP support... no
checking OpenSSL dir for FTP... no
checking for GD support... no
checking for the location of libvpx... no
checking for the location of libjpeg... no
checking for the location of libpng... no
checking for the location of libXpm... no
checking for FreeType 2... no
checking for T1lib support... no
checking whether to enable truetype string function in GD... no
checking whether to enable JIS-mapped Japanese font support in GD... no
checking for GNU gettext support... no
checking for GNU MP support... no
checking for mhash support... no
checking whether to enable hash support... yes
checking whether byte ordering is bigendian... (cached) no
checking size of short... (cached) 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking for iconv support... yes
checking for iconv... yes
checking if iconv is glibc's... yes
checking if iconv supports errno... yes
checking if iconv supports //IGNORE... no
checking if your cpp allows macro usage in include lines... yes
checking for IMAP support... no
checking for IMAP Kerberos support... no
checking for IMAP SSL support... no
checking for InterBase support... no
checking whether to enable internationalization support... no
checking whether to enable JavaScript Object Serialization support... yes
checking for ANSI C header files... (cached) yes
checking for LDAP support... no
checking for LDAP Cyrus SASL support... no
checking whether to enable multibyte string support... no
checking whether to enable multibyte regex support... yes
checking whether to check multibyte regex backtrack... yes
checking for external libmbfl... no
checking for external oniguruma... no
checking for mcrypt support... no
checking for MSSQL support via FreeTDS... no
checking for MySQL support... no
checking for specified location of the MySQL UNIX socket... no
checking for MySQLi support... no
checking whether to enable embedded MySQLi support... no
checking for Oracle Database OCI8 support... no
checking for Adabas support... no
checking for SAP DB support... no
checking for Solid support... no
checking for IBM DB2 support... no
checking for ODBCRouter.com support... no
checking for Empress support... no
checking for Empress local access support... no
checking for Birdstep support... no
checking for a custom ODBC support... no
checking for iODBC support... no
checking for Easysoft ODBC-ODBC Bridge support... no
checking for unixODBC support... no
checking for DBMaker support... no
checking for any ODBC driver support... no
checking whether to enable Zend OPcache support... yes
checking for mprotect... yes
checking for sysvipc shared memory support... yes
checking for mmap() using MAP_ANON shared memory support... yes
checking for mmap() using /dev/zero shared memory support... yes
checking for mmap() using shm_open() shared memory support... yes
checking for mmap() using regular file shared memory support... yes
checking "whether flock struct is linux ordered"... "yes"
checking "whether flock struct is BSD ordered"... "no"
checking whether to enable pcntl support... no
checking whether to enable PDO support... yes
checking for PDO_DBLIB support via FreeTDS... no
checking for Firebird support for PDO... no
checking for MySQL support for PDO... no
checking Oracle OCI support for PDO... no
checking for ODBC v3 support for PDO... no
checking for PostgreSQL support for PDO... no
checking for sqlite 3 support for PDO... yes
checking for PDO includes... checking for PDO includes... /usr/local/src/php-5.6.30/ext
checking for usleep... (cached) yes
checking for nanosleep... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for fdatasync in -lrt... yes
checking for PostgreSQL support... no
checking for phar archive support... yes
checking for phar openssl support... no
checking whether to enable POSIX-like functions... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking for seteuid... yes
checking for setegid... yes
checking for setsid... yes
checking for getsid... yes
checking for setpgid... (cached) yes
checking for getpgid... yes
checking for ctermid... yes
checking for mkfifo... yes
checking for mknod... yes
checking for getrlimit... yes
checking for getlogin... (cached) yes
checking for getgroups... yes
checking for makedev... no
checking for initgroups... yes
checking for getpwuid_r... (cached) yes
checking for getgrgid_r... yes
checking for working ttyname_r() implementation... no, posix_ttyname() will be thread-unsafe
checking for utsname.domainname... yes
checking for PSPELL support... no
checking for libedit readline replacement... no
checking for readline support... no
checking for recode support... no
checking whether to enable PHP sessions... yes
checking for mm support... no
checking whether pwrite works... yes
checking whether pread works... yes
checking whether to enable shmop support... no
checking whether to enable SimpleXML support... yes
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for SNMP support... no
checking OpenSSL dir for SNMP... no
checking whether to enable SOAP support... no
checking whether to enable sockets support... no
checking whether zend_object_value is packed... no
checking whether flush should be called explicitly after a buffered io... no
checking for crypt in -lcrypt... yes
checking for standard DES crypt... yes
checking for extended DES crypt... no
checking for MD5 crypt... yes
checking for Blowfish crypt... no
checking for SHA512 crypt... yes
checking for SHA256 crypt... yes
checking whether the compiler supports __alignof__... yes
checking whether the compiler supports aligned attribute... yes
checking for getcwd... yes
checking for getwd... yes
checking for asinh... yes
checking for acosh... yes
checking for atanh... yes
checking for log1p... yes
checking for hypot... yes
checking for glob... yes
checking for strfmon... yes
checking for nice... yes
checking for fpclass... no
checking for isinf... yes
checking for isnan... yes
checking for mempcpy... yes
checking for strpncpy... no
checking for working POSIX fnmatch... yes
checking for fork... yes
checking if your OS can spawn processes with inherited handles... yes
checking for res_nsearch... no
checking for __res_nsearch... no
checking for res_nsearch in -lresolv... no
checking for __res_nsearch in -lresolv... yes
checking for dns_search... no
checking for __dns_search... no
checking for dns_search in -lresolv... no
checking for __dns_search in -lresolv... no
checking for dns_search in -lbind... no
checking for __dns_search in -lbind... no
checking for dns_search in -lsocket... no
checking for __dns_search in -lsocket... no
checking for dn_expand... no
checking for __dn_expand... yes
checking for dn_skipname... no
checking for __dn_skipname... yes
checking for res_search... no
checking for __res_search... yes
checking whether atof() accepts NAN... yes
checking whether atof() accepts INF... yes
checking whether HUGE_VAL == INF... yes
checking whether HUGE_VAL + -HUGEVAL == NAN... yes
checking whether strptime() declaration fails... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for mblen... yes
checking for mbrlen... yes
checking for mbsinit... yes
checking for mbstate_t... yes
checking atomic.h usability... no
checking atomic.h presence... no
checking for atomic.h... no
checking for Sybase-CT support... no
checking whether to enable System V IPC support... no
checking whether to enable System V semaphore support... no
checking whether to enable System V shared memory support... no
checking for TIDY support... no
checking whether to enable tokenizer support... yes
checking whether to enable WDDX support... no
checking libexpat dir for WDDX... no
checking whether to enable XML support... yes
checking libexpat install dir... no
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking whether to enable XMLReader support... yes
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for XMLRPC-EPI support... no
checking libexpat dir for XMLRPC-EPI... no
checking iconv dir for XMLRPC-EPI... no
checking whether to enable XMLWriter support... yes
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for XSL support... no
checking for zip archive read/writesupport... no
checking pcre install prefix... no
checking libzip... no
checking whether to enable mysqlnd... no
checking whether to disable compressed protocol support in mysqlnd... yes

Configuring PEAR
checking whether to install PEAR... yes

Configuring Zend
checking for bison version... (cached) invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: 3.0).
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for limits.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for signal.h... (cached) yes
checking for unix.h... (cached) no
checking for stdlib.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for size_t... (cached) yes
checking return type of signal handlers... void
checking for uint... yes
checking for ulong... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for vprintf... (cached) yes
checking for _doprnt... (cached) no
checking for working memcmp... yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for memcpy... (cached) yes
checking for strdup... (cached) yes
checking for getpid... yes
checking for kill... yes
checking for strtod... yes
checking for strtol... yes
checking for finite... yes
checking for fpclass... (cached) no
checking for sigsetjmp... no
checking whether sprintf is broken... no
checking for finite... (cached) yes
checking for isfinite... no
checking for isinf... (cached) yes
checking for isnan... (cached) yes
checking whether fp_except is defined... no
checking for usable _FPU_SETCW... yes
checking for usable fpsetprec... no
checking for usable _controlfp... no
checking for usable _controlfp_s... no
checking whether FPU control word can be manipulated by inline assembler... yes
checking whether double cast to long preserves least significant bits... no
checking for dlfcn.h... (cached) yes
checking whether dlsym() requires a leading underscore in symbol names... no
checking virtual machine dispatch method... CALL
checking whether to enable thread-safety... no
checking whether to enable inline optimization for GCC... yes
checking whether to enable Zend debugging... no
checking for inline... inline
checking target system is Darwin... no
checking for MM alignment and log values... done
checking for memory allocation using mmap(MAP_ANON)... yes
checking for memory allocation using mmap("/dev/zero")... yes
checking for mremap... yes
checking for sigaction... yes
checking whether to enable zend signal handling... no

Configuring TSRM
checking for stdarg.h... (cached) yes
checking for sigprocmask... yes

Configuring libtool
checking for ld used by cc... /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 the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking whether the cc 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

creating libtool
appending configuration tag "CXX" to libtool

Generating files
configure: creating ./config.status
creating main/internal_functions.c
creating main/internal_functions_cli.c
+--------------------------------------------------------------------+
| License: |
| This software is subject to the PHP License, available in this |
| distribution in the file LICENSE. By continuing this installation |
| process, you are bound by the terms of this license agreement. |
| If you do not agree with the terms of this license, you must abort |
| the installation process at this point. |
+--------------------------------------------------------------------+

Thank you for using PHP.

config.status: creating php5.spec
config.status: creating main/build-defs.h
config.status: creating scripts/phpize
config.status: creating scripts/man1/phpize.1
config.status: creating scripts/php-config
config.status: creating scripts/man1/php-config.1
config.status: creating sapi/cli/php.1
config.status: creating sapi/cgi/php-cgi.1
config.status: creating ext/phar/phar.1
config.status: creating ext/phar/phar.phar.1
config.status: creating main/php_config.h
config.status: executing default commands
[root@localhost php-5.6.30]# echo $?
0
[root@localhost php-5.6.30]# make
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/opcache/ -I/usr/local/src/php-5.6.30/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/opcache/ZendAccelerator.c -o ext/opcache/ZendAccelerator.lo
/usr/local/src/php-5.6.30/ext/opcache/ZendAccelerator.c: 在函数‘accel_use_shm_interned_strings’中:
/usr/local/src/php-5.6.30/ext/opcache/ZendAccelerator.c:397:28: 警告:assignment discards ‘const’ qualifier from pointer target type [默认启用]
CG(interned_empty_string) = accel_new_interned_string("", sizeof(""), 0 TSRMLS_CC);
^
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/opcache/ -I/usr/local/src/php-5.6.30/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/opcache/zend_accelerator_blacklist.c -o ext/opcache/zend_accelerator_blacklist.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/opcache/ -I/usr/local/src/php-5.6.30/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/opcache/zend_accelerator_debug.c -o ext/opcache/zend_accelerator_debug.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/opcache/ -I/usr/local/src/php-5.6.30/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/opcache/zend_accelerator_hash.c -o ext/opcache/zend_accelerator_hash.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/opcache/ -I/usr/local/src/php-5.6.30/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/opcache/zend_accelerator_module.c -o ext/opcache/zend_accelerator_module.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/opcache/ -I/usr/local/src/php-5.6.30/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/opcache/zend_persist.c -o ext/opcache/zend_persist.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/opcache/ -I/usr/local/src/php-5.6.30/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/opcache/zend_persist_calc.c -o ext/opcache/zend_persist_calc.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/opcache/ -I/usr/local/src/php-5.6.30/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/opcache/zend_shared_alloc.c -o ext/opcache/zend_shared_alloc.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/opcache/ -I/usr/local/src/php-5.6.30/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/opcache/zend_accelerator_util_funcs.c -o ext/opcache/zend_accelerator_util_funcs.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/opcache/ -I/usr/local/src/php-5.6.30/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/opcache/shared_alloc_shm.c -o ext/opcache/shared_alloc_shm.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/opcache/ -I/usr/local/src/php-5.6.30/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/opcache/shared_alloc_mmap.c -o ext/opcache/shared_alloc_mmap.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/opcache/ -I/usr/local/src/php-5.6.30/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/opcache/shared_alloc_posix.c -o ext/opcache/shared_alloc_posix.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/opcache/ -I/usr/local/src/php-5.6.30/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/opcache/Optimizer/zend_optimizer.c -o ext/opcache/Optimizer/zend_optimizer.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=link cc -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -o ext/opcache/opcache.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/local/src/php-5.6.30/modules ext/opcache/ZendAccelerator.lo ext/opcache/zend_accelerator_blacklist.lo ext/opcache/zend_accelerator_debug.lo ext/opcache/zend_accelerator_hash.lo ext/opcache/zend_accelerator_module.lo ext/opcache/zend_persist.lo ext/opcache/zend_persist_calc.lo ext/opcache/zend_shared_alloc.lo ext/opcache/zend_accelerator_util_funcs.lo ext/opcache/shared_alloc_shm.lo ext/opcache/shared_alloc_mmap.lo ext/opcache/shared_alloc_posix.lo ext/opcache/Optimizer/zend_optimizer.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=install cp ext/opcache/opcache.la /usr/local/src/php-5.6.30/modules
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -D HAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/usr/local/src/php-5.6.30/ext/date/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/date/php_date.c -o ext/date/php_date.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -D HAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/usr/local/src/php-5.6.30/ext/date/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/date/lib/astro.c -o ext/date/lib/astro.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -D HAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/usr/local/src/php-5.6.30/ext/date/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/date/lib/dow.c -o ext/date/lib/dow.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -D HAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/usr/local/src/php-5.6.30/ext/date/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/date/lib/parse_date.c -o ext/date/lib/parse_date.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -D HAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/usr/local/src/php-5.6.30/ext/date/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/date/lib/parse_tz.c -o ext/date/lib/parse_tz.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -D HAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/usr/local/src/php-5.6.30/ext/date/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/date/lib/timelib.c -o ext/date/lib/timelib.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -D HAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/usr/local/src/php-5.6.30/ext/date/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/date/lib/tm2unixtime.c -o ext/date/lib/tm2unixtime.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -D HAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/usr/local/src/php-5.6.30/ext/date/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/date/lib/unixtime2tm.c -o ext/date/lib/unixtime2tm.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -D HAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/usr/local/src/php-5.6.30/ext/date/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/date/lib/parse_iso_intervals.c -o ext/date/lib/parse_iso_intervals.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -D HAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/usr/local/src/php-5.6.30/ext/date/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/date/lib/interval.c -o ext/date/lib/interval.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Dregexec=php_regexec -Dregerror=php_regerror -Dregfree=php_regfree -Dregcomp=php_regcomp -Iext/ereg/ -I/usr/local/src/php-5.6.30/ext/ereg/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/ereg/ereg.c -o ext/ereg/ereg.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Dregexec=php_regexec -Dregerror=php_regerror -Dregfree=php_regfree -Dregcomp=php_regcomp -Iext/ereg/ -I/usr/local/src/php-5.6.30/ext/ereg/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/ereg/regex/regcomp.c -o ext/ereg/regex/regcomp.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Dregexec=php_regexec -Dregerror=php_regerror -Dregfree=php_regfree -Dregcomp=php_regcomp -Iext/ereg/ -I/usr/local/src/php-5.6.30/ext/ereg/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/ereg/regex/regexec.c -o ext/ereg/regex/regexec.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Dregexec=php_regexec -Dregerror=php_regerror -Dregfree=php_regfree -Dregcomp=php_regcomp -Iext/ereg/ -I/usr/local/src/php-5.6.30/ext/ereg/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/ereg/regex/regerror.c -o ext/ereg/regex/regerror.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Dregexec=php_regexec -Dregerror=php_regerror -Dregfree=php_regfree -Dregcomp=php_regcomp -Iext/ereg/ -I/usr/local/src/php-5.6.30/ext/ereg/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/ereg/regex/regfree.c -o ext/ereg/regex/regfree.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/libxml/ -I/usr/local/src/php-5.6.30/ext/libxml/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/libxml/libxml.c -o ext/libxml/libxml.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-5.6.30/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/src/php-5.6.30/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pcre/pcrelib/pcre_chartables.c -o ext/pcre/pcrelib/pcre_chartables.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-5.6.30/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/src/php-5.6.30/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pcre/pcrelib/pcre_ucd.c -o ext/pcre/pcrelib/pcre_ucd.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-5.6.30/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/src/php-5.6.30/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pcre/pcrelib/pcre_compile.c -o ext/pcre/pcrelib/pcre_compile.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-5.6.30/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/src/php-5.6.30/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pcre/pcrelib/pcre_config.c -o ext/pcre/pcrelib/pcre_config.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-5.6.30/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/src/php-5.6.30/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pcre/pcrelib/pcre_exec.c -o ext/pcre/pcrelib/pcre_exec.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-5.6.30/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/src/php-5.6.30/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pcre/pcrelib/pcre_fullinfo.c -o ext/pcre/pcrelib/pcre_fullinfo.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-5.6.30/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/src/php-5.6.30/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pcre/pcrelib/pcre_get.c -o ext/pcre/pcrelib/pcre_get.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-5.6.30/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/src/php-5.6.30/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pcre/pcrelib/pcre_globals.c -o ext/pcre/pcrelib/pcre_globals.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-5.6.30/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/src/php-5.6.30/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pcre/pcrelib/pcre_maketables.c -o ext/pcre/pcrelib/pcre_maketables.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-5.6.30/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/src/php-5.6.30/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pcre/pcrelib/pcre_newline.c -o ext/pcre/pcrelib/pcre_newline.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-5.6.30/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/src/php-5.6.30/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pcre/pcrelib/pcre_ord2utf8.c -o ext/pcre/pcrelib/pcre_ord2utf8.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-5.6.30/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/src/php-5.6.30/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pcre/pcrelib/pcre_refcount.c -o ext/pcre/pcrelib/pcre_refcount.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-5.6.30/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/src/php-5.6.30/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pcre/pcrelib/pcre_study.c -o ext/pcre/pcrelib/pcre_study.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-5.6.30/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/src/php-5.6.30/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pcre/pcrelib/pcre_tables.c -o ext/pcre/pcrelib/pcre_tables.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-5.6.30/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/src/php-5.6.30/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pcre/pcrelib/pcre_valid_utf8.c -o ext/pcre/pcrelib/pcre_valid_utf8.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-5.6.30/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/src/php-5.6.30/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pcre/pcrelib/pcre_version.c -o ext/pcre/pcrelib/pcre_version.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-5.6.30/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/src/php-5.6.30/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pcre/pcrelib/pcre_xclass.c -o ext/pcre/pcrelib/pcre_xclass.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-5.6.30/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/src/php-5.6.30/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pcre/pcrelib/pcre_jit_compile.c -o ext/pcre/pcrelib/pcre_jit_compile.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-5.6.30/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/src/php-5.6.30/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pcre/php_pcre.c -o ext/pcre/php_pcre.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -DSQLITE_ENABLE_FTS3=1 -DSQLITE_CORE=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_THREADSAFE=0 -Iext/sqlite3/ -I/usr/local/src/php-5.6.30/ext/sqlite3/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/sqlite3/sqlite3.c -o ext/sqlite3/sqlite3.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -DSQLITE_ENABLE_FTS3=1 -DSQLITE_CORE=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_THREADSAFE=0 -Iext/sqlite3/ -I/usr/local/src/php-5.6.30/ext/sqlite3/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/sqlite3/libsqlite/sqlite3.c -o ext/sqlite3/libsqlite/sqlite3.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/ctype/ -I/usr/local/src/php-5.6.30/ext/ctype/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/ctype/ctype.c -o ext/ctype/ctype.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/php_dom.c -o ext/dom/php_dom.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/attr.c -o ext/dom/attr.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/document.c -o ext/dom/document.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/domerrorhandler.c -o ext/dom/domerrorhandler.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/domstringlist.c -o ext/dom/domstringlist.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/domexception.c -o ext/dom/domexception.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/namelist.c -o ext/dom/namelist.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/processinginstruction.c -o ext/dom/processinginstruction.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/cdatasection.c -o ext/dom/cdatasection.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/documentfragment.c -o ext/dom/documentfragment.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/domimplementation.c -o ext/dom/domimplementation.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/element.c -o ext/dom/element.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/node.c -o ext/dom/node.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/string_extend.c -o ext/dom/string_extend.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/characterdata.c -o ext/dom/characterdata.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/documenttype.c -o ext/dom/documenttype.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/domimplementationlist.c -o ext/dom/domimplementationlist.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/entity.c -o ext/dom/entity.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/nodelist.c -o ext/dom/nodelist.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/text.c -o ext/dom/text.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/comment.c -o ext/dom/comment.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/domconfiguration.c -o ext/dom/domconfiguration.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/domimplementationsource.c -o ext/dom/domimplementationsource.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/entityreference.c -o ext/dom/entityreference.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/notation.c -o ext/dom/notation.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/xpath.c -o ext/dom/xpath.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/dom_iterators.c -o ext/dom/dom_iterators.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/typeinfo.c -o ext/dom/typeinfo.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/domerror.c -o ext/dom/domerror.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/domlocator.c -o ext/dom/domlocator.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/namednodemap.c -o ext/dom/namednodemap.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-5.6.30/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/dom/userdatahandler.c -o ext/dom/userdatahandler.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-5.6.30/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-5.6.30/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/fileinfo/fileinfo.c -o ext/fileinfo/fileinfo.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-5.6.30/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-5.6.30/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/fileinfo/libmagic/apprentice.c -o ext/fileinfo/libmagic/apprentice.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-5.6.30/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-5.6.30/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/fileinfo/libmagic/apptype.c -o ext/fileinfo/libmagic/apptype.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-5.6.30/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-5.6.30/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/fileinfo/libmagic/ascmagic.c -o ext/fileinfo/libmagic/ascmagic.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-5.6.30/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-5.6.30/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/fileinfo/libmagic/cdf.c -o ext/fileinfo/libmagic/cdf.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-5.6.30/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-5.6.30/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/fileinfo/libmagic/cdf_time.c -o ext/fileinfo/libmagic/cdf_time.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-5.6.30/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-5.6.30/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/fileinfo/libmagic/compress.c -o ext/fileinfo/libmagic/compress.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-5.6.30/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-5.6.30/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/fileinfo/libmagic/encoding.c -o ext/fileinfo/libmagic/encoding.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-5.6.30/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-5.6.30/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/fileinfo/libmagic/fsmagic.c -o ext/fileinfo/libmagic/fsmagic.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-5.6.30/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-5.6.30/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/fileinfo/libmagic/funcs.c -o ext/fileinfo/libmagic/funcs.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-5.6.30/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-5.6.30/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/fileinfo/libmagic/is_tar.c -o ext/fileinfo/libmagic/is_tar.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-5.6.30/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-5.6.30/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/fileinfo/libmagic/magic.c -o ext/fileinfo/libmagic/magic.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-5.6.30/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-5.6.30/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/fileinfo/libmagic/print.c -o ext/fileinfo/libmagic/print.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-5.6.30/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-5.6.30/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/fileinfo/libmagic/readcdf.c -o ext/fileinfo/libmagic/readcdf.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-5.6.30/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-5.6.30/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/fileinfo/libmagic/softmagic.c -o ext/fileinfo/libmagic/softmagic.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/filter/ -I/usr/local/src/php-5.6.30/ext/filter/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/filter/filter.c -o ext/filter/filter.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/filter/ -I/usr/local/src/php-5.6.30/ext/filter/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/filter/sanitizing_filters.c -o ext/filter/sanitizing_filters.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/filter/ -I/usr/local/src/php-5.6.30/ext/filter/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/filter/logical_filters.c -o ext/filter/logical_filters.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/filter/ -I/usr/local/src/php-5.6.30/ext/filter/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/filter/callback_filter.c -o ext/filter/callback_filter.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-5.6.30/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/hash/hash.c -o ext/hash/hash.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-5.6.30/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/hash/hash_md.c -o ext/hash/hash_md.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-5.6.30/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/hash/hash_sha.c -o ext/hash/hash_sha.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-5.6.30/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/hash/hash_ripemd.c -o ext/hash/hash_ripemd.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-5.6.30/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/hash/hash_haval.c -o ext/hash/hash_haval.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-5.6.30/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/hash/hash_tiger.c -o ext/hash/hash_tiger.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-5.6.30/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/hash/hash_gost.c -o ext/hash/hash_gost.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-5.6.30/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/hash/hash_snefru.c -o ext/hash/hash_snefru.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-5.6.30/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/hash/hash_whirlpool.c -o ext/hash/hash_whirlpool.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-5.6.30/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/hash/hash_adler32.c -o ext/hash/hash_adler32.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-5.6.30/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/hash/hash_crc32.c -o ext/hash/hash_crc32.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-5.6.30/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/hash/hash_fnv.c -o ext/hash/hash_fnv.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-5.6.30/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/hash/hash_joaat.c -o ext/hash/hash_joaat.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -I"/usr/include" -Iext/iconv/ -I/usr/local/src/php-5.6.30/ext/iconv/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/iconv/iconv.c -o ext/iconv/iconv.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/json/ -I/usr/local/src/php-5.6.30/ext/json/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/json/json.c -o ext/json/json.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/json/ -I/usr/local/src/php-5.6.30/ext/json/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/json/JSON_parser.c -o ext/json/JSON_parser.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/pdo/ -I/usr/local/src/php-5.6.30/ext/pdo/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pdo/pdo.c -o ext/pdo/pdo.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/pdo/ -I/usr/local/src/php-5.6.30/ext/pdo/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pdo/pdo_dbh.c -o ext/pdo/pdo_dbh.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/pdo/ -I/usr/local/src/php-5.6.30/ext/pdo/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pdo/pdo_stmt.c -o ext/pdo/pdo_stmt.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/pdo/ -I/usr/local/src/php-5.6.30/ext/pdo/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pdo/pdo_sql_parser.c -o ext/pdo/pdo_sql_parser.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/pdo/ -I/usr/local/src/php-5.6.30/ext/pdo/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pdo/pdo_sqlstate.c -o ext/pdo/pdo_sqlstate.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -DPDO_SQLITE_BUNDLED=1 -DSQLITE_ENABLE_FTS3=1 -DSQLITE_CORE=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_THREADSAFE=0 -I/usr/local/src/php-5.6.30/ext -Iext/pdo_sqlite/ -I/usr/local/src/php-5.6.30/ext/pdo_sqlite/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pdo_sqlite/pdo_sqlite.c -o ext/pdo_sqlite/pdo_sqlite.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -DPDO_SQLITE_BUNDLED=1 -DSQLITE_ENABLE_FTS3=1 -DSQLITE_CORE=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_THREADSAFE=0 -I/usr/local/src/php-5.6.30/ext -Iext/pdo_sqlite/ -I/usr/local/src/php-5.6.30/ext/pdo_sqlite/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pdo_sqlite/sqlite_driver.c -o ext/pdo_sqlite/sqlite_driver.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -DPDO_SQLITE_BUNDLED=1 -DSQLITE_ENABLE_FTS3=1 -DSQLITE_CORE=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_THREADSAFE=0 -I/usr/local/src/php-5.6.30/ext -Iext/pdo_sqlite/ -I/usr/local/src/php-5.6.30/ext/pdo_sqlite/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/pdo_sqlite/sqlite_statement.c -o ext/pdo_sqlite/sqlite_statement.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/phar/ -I/usr/local/src/php-5.6.30/ext/phar/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/phar/util.c -o ext/phar/util.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/phar/ -I/usr/local/src/php-5.6.30/ext/phar/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/phar/tar.c -o ext/phar/tar.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/phar/ -I/usr/local/src/php-5.6.30/ext/phar/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/phar/zip.c -o ext/phar/zip.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/phar/ -I/usr/local/src/php-5.6.30/ext/phar/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/phar/stream.c -o ext/phar/stream.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/phar/ -I/usr/local/src/php-5.6.30/ext/phar/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/phar/func_interceptors.c -o ext/phar/func_interceptors.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/phar/ -I/usr/local/src/php-5.6.30/ext/phar/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/phar/dirstream.c -o ext/phar/dirstream.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/phar/ -I/usr/local/src/php-5.6.30/ext/phar/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/phar/phar.c -o ext/phar/phar.lo
/usr/local/src/php-5.6.30/ext/phar/phar.c: 在函数‘phar_split_fname’中:
/usr/local/src/php-5.6.30/ext/phar/phar.c:2266:11: 警告:assignment discards ‘const’ qualifier from pointer target type [默认启用]
*arch = filename;
^
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/phar/ -I/usr/local/src/php-5.6.30/ext/phar/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/phar/phar_object.c -o ext/phar/phar_object.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/phar/ -I/usr/local/src/php-5.6.30/ext/phar/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/phar/phar_path_check.c -o ext/phar/phar_path_check.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/posix/ -I/usr/local/src/php-5.6.30/ext/posix/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/posix/posix.c -o ext/posix/posix.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/reflection/ -I/usr/local/src/php-5.6.30/ext/reflection/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/reflection/php_reflection.c -o ext/reflection/php_reflection.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/session/ -I/usr/local/src/php-5.6.30/ext/session/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/session/mod_user_class.c -o ext/session/mod_user_class.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/session/ -I/usr/local/src/php-5.6.30/ext/session/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/session/session.c -o ext/session/session.lo
/usr/local/src/php-5.6.30/ext/session/session.c: 在函数‘ps_srlzr_decode_php_serialize’中:
/usr/local/src/php-5.6.30/ext/session/session.c:867:2: 警告:传递‘php_var_unserialize’的第 2 个参数时在不兼容的指针类型间转换 [默认启用]
if (php_var_unserialize(&session_vars, &val, endptr, &var_hash TSRMLS_CC)) {
^
In file included from /usr/local/src/php-5.6.30/ext/session/php_session.h:24:0,
from /usr/local/src/php-5.6.30/ext/session/session.c:42:
/usr/local/src/php-5.6.30/ext/standard/php_var.h:53:12: 附注:需要类型‘const unsigned char **’,但实参的类型为‘const char **’
PHPAPI int php_var_unserialize(zval **rval, const unsigned char **p, const unsigned char *max, php_unserialize_data_t *var_hash TSRMLS_DC);
^
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/session/ -I/usr/local/src/php-5.6.30/ext/session/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/session/mod_files.c -o ext/session/mod_files.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/session/ -I/usr/local/src/php-5.6.30/ext/session/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/session/mod_mm.c -o ext/session/mod_mm.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/session/ -I/usr/local/src/php-5.6.30/ext/session/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/session/mod_user.c -o ext/session/mod_user.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/simplexml/ -I/usr/local/src/php-5.6.30/ext/simplexml/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/simplexml/simplexml.c -o ext/simplexml/simplexml.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/simplexml/ -I/usr/local/src/php-5.6.30/ext/simplexml/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/simplexml/sxe.c -o ext/simplexml/sxe.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/spl/ -I/usr/local/src/php-5.6.30/ext/spl/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/spl/php_spl.c -o ext/spl/php_spl.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/spl/ -I/usr/local/src/php-5.6.30/ext/spl/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/spl/spl_functions.c -o ext/spl/spl_functions.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/spl/ -I/usr/local/src/php-5.6.30/ext/spl/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/spl/spl_engine.c -o ext/spl/spl_engine.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/spl/ -I/usr/local/src/php-5.6.30/ext/spl/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/spl/spl_iterators.c -o ext/spl/spl_iterators.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/spl/ -I/usr/local/src/php-5.6.30/ext/spl/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/spl/spl_array.c -o ext/spl/spl_array.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/spl/ -I/usr/local/src/php-5.6.30/ext/spl/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/spl/spl_directory.c -o ext/spl/spl_directory.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/spl/ -I/usr/local/src/php-5.6.30/ext/spl/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/spl/spl_exceptions.c -o ext/spl/spl_exceptions.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/spl/ -I/usr/local/src/php-5.6.30/ext/spl/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/spl/spl_observer.c -o ext/spl/spl_observer.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/spl/ -I/usr/local/src/php-5.6.30/ext/spl/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/spl/spl_dllist.c -o ext/spl/spl_dllist.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/spl/ -I/usr/local/src/php-5.6.30/ext/spl/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/spl/spl_heap.c -o ext/spl/spl_heap.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/spl/ -I/usr/local/src/php-5.6.30/ext/spl/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/spl/spl_fixedarray.c -o ext/spl/spl_fixedarray.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/crypt_freesec.c -o ext/standard/crypt_freesec.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/crypt_blowfish.c -o ext/standard/crypt_blowfish.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/crypt_sha512.c -o ext/standard/crypt_sha512.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/crypt_sha256.c -o ext/standard/crypt_sha256.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/php_crypt_r.c -o ext/standard/php_crypt_r.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/array.c -o ext/standard/array.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/base64.c -o ext/standard/base64.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/basic_functions.c -o ext/standard/basic_functions.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/browscap.c -o ext/standard/browscap.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/crc32.c -o ext/standard/crc32.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/crypt.c -o ext/standard/crypt.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/cyr_convert.c -o ext/standard/cyr_convert.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/datetime.c -o ext/standard/datetime.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/dir.c -o ext/standard/dir.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/dl.c -o ext/standard/dl.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/dns.c -o ext/standard/dns.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/exec.c -o ext/standard/exec.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/file.c -o ext/standard/file.lo
/usr/local/src/php-5.6.30/ext/standard/file.c: 在函数‘zif_file’中:
/usr/local/src/php-5.6.30/ext/standard/file.c:767:11: 警告:assignment discards ‘const’ qualifier from pointer target type [默认启用]
if (!(p = php_stream_locate_eol(stream, target_buf, target_len TSRMLS_CC))) {
^
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/filestat.c -o ext/standard/filestat.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/flock_compat.c -o ext/standard/flock_compat.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/formatted_print.c -o ext/standard/formatted_print.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/fsock.c -o ext/standard/fsock.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/head.c -o ext/standard/head.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/html.c -o ext/standard/html.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/image.c -o ext/standard/image.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/info.c -o ext/standard/info.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/iptc.c -o ext/standard/iptc.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/lcg.c -o ext/standard/lcg.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/link.c -o ext/standard/link.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/mail.c -o ext/standard/mail.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/math.c -o ext/standard/math.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/md5.c -o ext/standard/md5.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/metaphone.c -o ext/standard/metaphone.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/microtime.c -o ext/standard/microtime.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/pack.c -o ext/standard/pack.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/pageinfo.c -o ext/standard/pageinfo.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/quot_print.c -o ext/standard/quot_print.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/rand.c -o ext/standard/rand.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/soundex.c -o ext/standard/soundex.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/string.c -o ext/standard/string.lo
/usr/local/src/php-5.6.30/ext/standard/string.c: 在函数‘php_explode’中:
/usr/local/src/php-5.6.30/ext/standard/string.c:1036:5: 警告:assignment discards ‘const’ qualifier from pointer target type [默认启用]
p2 = php_memnstr(Z_STRVAL_P(str), Z_STRVAL_P(delim), Z_STRLEN_P(delim), endp);
^
/usr/local/src/php-5.6.30/ext/standard/string.c:1044:16: 警告:assignment discards ‘const’ qualifier from pointer target type [默认启用]
} while ((p2 = php_memnstr(p1, Z_STRVAL_P(delim), Z_STRLEN_P(delim), endp)) != NULL &&
^
/usr/local/src/php-5.6.30/ext/standard/string.c: 在函数‘php_explode_negative_limit’中:
/usr/local/src/php-5.6.30/ext/standard/string.c:1063:5: 警告:assignment discards ‘const’ qualifier from pointer target type [默认启用]
p2 = php_memnstr(Z_STRVAL_P(str), Z_STRVAL_P(delim), Z_STRLEN_P(delim), endp);
^
/usr/local/src/php-5.6.30/ext/standard/string.c:1082:16: 警告:assignment discards ‘const’ qualifier from pointer target type [默认启用]
} while ((p2 = php_memnstr(p1, Z_STRVAL_P(delim), Z_STRLEN_P(delim), endp)) != NULL);
^
/usr/local/src/php-5.6.30/ext/standard/string.c: 在函数‘php_stristr’中:
/usr/local/src/php-5.6.30/ext/standard/string.c:1647:2: 警告:return discards ‘const’ qualifier from pointer target type [默认启用]
return php_memnstr(s, t, t_len, s + s_len);
^
/usr/local/src/php-5.6.30/ext/standard/string.c: 在函数‘zif_strstr’中:
/usr/local/src/php-5.6.30/ext/standard/string.c:1799:9: 警告:assignment discards ‘const’ qualifier from pointer target type [默认启用]
found = php_memnstr(haystack, Z_STRVAL_P(needle), Z_STRLEN_P(needle), haystack + haystack_len);
^
/usr/local/src/php-5.6.30/ext/standard/string.c:1806:9: 警告:assignment discards ‘const’ qualifier from pointer target type [默认启用]
found = php_memnstr(haystack, needle_char, 1, haystack + haystack_len);
^
/usr/local/src/php-5.6.30/ext/standard/string.c: 在函数‘zif_strpos’中:
/usr/local/src/php-5.6.30/ext/standard/string.c:1851:9: 警告:assignment discards ‘const’ qualifier from pointer target type [默认启用]
found = php_memnstr(haystack + offset,
^
/usr/local/src/php-5.6.30/ext/standard/string.c:1861:9: 警告:assignment discards ‘const’ qualifier from pointer target type [默认启用]
found = php_memnstr(haystack + offset,
^
/usr/local/src/php-5.6.30/ext/standard/string.c: 在函数‘zif_stripos’中:
/usr/local/src/php-5.6.30/ext/standard/string.c:1911:9: 警告:assignment discards ‘const’ qualifier from pointer target type [默认启用]
found = php_memnstr(haystack_dup + offset, needle_dup, Z_STRLEN_P(needle), haystack_dup + haystack_len);
^
/usr/local/src/php-5.6.30/ext/standard/string.c:1919:9: 警告:assignment discards ‘const’ qualifier from pointer target type [默认启用]
found = php_memnstr(haystack_dup + offset,
^
/usr/local/src/php-5.6.30/ext/standard/string.c: 在函数‘php_str_to_str_ex’中:
/usr/local/src/php-5.6.30/ext/standard/string.c:3724:26: 警告:assignment discards ‘const’ qualifier from pointer target type [默认启用]
for (p = new_str; (r = php_memnstr(p, needle, needle_len, end)); p = r + needle_len) {
^
/usr/local/src/php-5.6.30/ext/standard/string.c:3736:31: 警告:assignment discards ‘const’ qualifier from pointer target type [默认启用]
for (p = haystack_dup; (r = php_memnstr(p, needle_dup, needle_len, end)); p = r + needle_len) {
^
/usr/local/src/php-5.6.30/ext/standard/string.c:3769:15: 警告:assignment discards ‘const’ qualifier from pointer target type [默认启用]
while ((o = php_memnstr(o, n, needle_len, endp))) {
^
/usr/local/src/php-5.6.30/ext/standard/string.c:3795:27: 警告:assignment discards ‘const’ qualifier from pointer target type [默认启用]
for (p = haystack; (r = php_memnstr(p, needle, needle_len, end)); p = r + needle_len) {
^
/usr/local/src/php-5.6.30/ext/standard/string.c:3812:31: 警告:assignment discards ‘const’ qualifier from pointer target type [默认启用]
for (p = haystack_dup; (r = php_memnstr(p, needle_dup, needle_len, end)); p = r + needle_len) {
^
/usr/local/src/php-5.6.30/ext/standard/string.c: 在函数‘zif_substr_count’中:
/usr/local/src/php-5.6.30/ext/standard/string.c:5257:13: 警告:assignment discards ‘const’ qualifier from pointer target type [默认启用]
while ((p = php_memnstr(p, needle, needle_len, endp))) {
^
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/scanf.c -o ext/standard/scanf.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/syslog.c -o ext/standard/syslog.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/type.c -o ext/standard/type.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/uniqid.c -o ext/standard/uniqid.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/url.c -o ext/standard/url.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/var.c -o ext/standard/var.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/versioning.c -o ext/standard/versioning.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/assert.c -o ext/standard/assert.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/strnatcmp.c -o ext/standard/strnatcmp.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/levenshtein.c -o ext/standard/levenshtein.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/incomplete_class.c -o ext/standard/incomplete_class.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/url_scanner_ex.c -o ext/standard/url_scanner_ex.lo
/usr/local/src/php-5.6.30/ext/standard/url_scanner_ex.c: 在函数‘handle_form’中:
/usr/local/src/php-5.6.30/ext/standard/url_scanner_ex.c:295:20: 警告:initialization discards ‘const’ qualifier from pointer target type [默认启用]
char *e, *p = zend_memnstr(ctx->val.c, "://", sizeof("://") - 1, ctx->val.c + ctx->val.len);
^
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/ftp_fopen_wrapper.c -o ext/standard/ftp_fopen_wrapper.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/http_fopen_wrapper.c -o ext/standard/http_fopen_wrapper.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/php_fopen_wrapper.c -o ext/standard/php_fopen_wrapper.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/credits.c -o ext/standard/credits.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/css.c -o ext/standard/css.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/var_unserializer.c -o ext/standard/var_unserializer.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/ftok.c -o ext/standard/ftok.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/sha1.c -o ext/standard/sha1.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/user_filters.c -o ext/standard/user_filters.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/uuencode.c -o ext/standard/uuencode.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/filters.c -o ext/standard/filters.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/proc_open.c -o ext/standard/proc_open.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/streamsfuncs.c -o ext/standard/streamsfuncs.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/http.c -o ext/standard/http.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-5.6.30/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/standard/password.c -o ext/standard/password.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/tokenizer/ -I/usr/local/src/php-5.6.30/ext/tokenizer/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/tokenizer/tokenizer.c -o ext/tokenizer/tokenizer.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/tokenizer/ -I/usr/local/src/php-5.6.30/ext/tokenizer/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/tokenizer/tokenizer_data.c -o ext/tokenizer/tokenizer_data.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/xml/ -I/usr/local/src/php-5.6.30/ext/xml/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/xml/xml.c -o ext/xml/xml.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/xml/ -I/usr/local/src/php-5.6.30/ext/xml/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/xml/compat.c -o ext/xml/compat.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/xmlreader/ -I/usr/local/src/php-5.6.30/ext/xmlreader/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/xmlreader/php_xmlreader.c -o ext/xmlreader/php_xmlreader.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/xmlwriter/ -I/usr/local/src/php-5.6.30/ext/xmlwriter/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/ext/xmlwriter/php_xmlwriter.c -o ext/xmlwriter/php_xmlwriter.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -ITSRM/ -I/usr/local/src/php-5.6.30/TSRM/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/TSRM/TSRM.c -o TSRM/TSRM.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -ITSRM/ -I/usr/local/src/php-5.6.30/TSRM/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/TSRM/tsrm_strtok_r.c -o TSRM/tsrm_strtok_r.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/local/src/php-5.6.30/main/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/main.c -o main/main.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/local/src/php-5.6.30/main/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/snprintf.c -o main/snprintf.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/local/src/php-5.6.30/main/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/spprintf.c -o main/spprintf.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/local/src/php-5.6.30/main/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/php_sprintf.c -o main/php_sprintf.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/local/src/php-5.6.30/main/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/fopen_wrappers.c -o main/fopen_wrappers.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/local/src/php-5.6.30/main/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/alloca.c -o main/alloca.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/local/src/php-5.6.30/main/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/php_scandir.c -o main/php_scandir.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/local/src/php-5.6.30/main/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/php_ini.c -o main/php_ini.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/local/src/php-5.6.30/main/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/SAPI.c -o main/SAPI.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/local/src/php-5.6.30/main/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/rfc1867.c -o main/rfc1867.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/local/src/php-5.6.30/main/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/php_content_types.c -o main/php_content_types.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/local/src/php-5.6.30/main/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/strlcpy.c -o main/strlcpy.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/local/src/php-5.6.30/main/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/strlcat.c -o main/strlcat.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/local/src/php-5.6.30/main/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/mergesort.c -o main/mergesort.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/local/src/php-5.6.30/main/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/reentrancy.c -o main/reentrancy.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/local/src/php-5.6.30/main/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/php_variables.c -o main/php_variables.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/local/src/php-5.6.30/main/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/php_ticks.c -o main/php_ticks.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/local/src/php-5.6.30/main/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/network.c -o main/network.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/local/src/php-5.6.30/main/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/php_open_temporary_file.c -o main/php_open_temporary_file.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/local/src/php-5.6.30/main/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/output.c -o main/output.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/local/src/php-5.6.30/main/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/getopt.c -o main/getopt.lo
/usr/local/src/php-5.6.30/main/getopt.c: 在函数‘php_getopt’中:
/usr/local/src/php-5.6.30/main/getopt.c:103:12: 警告:assignment discards ‘const’ qualifier from pointer target type [默认启用]
if ((pos = php_memnstr(&argv[*optind][arg_start], "=", 1, argv[*optind]+arg_end)) != NULL) {
^
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/streams/ -I/usr/local/src/php-5.6.30/main/streams/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/streams/streams.c -o main/streams/streams.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/streams/ -I/usr/local/src/php-5.6.30/main/streams/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/streams/cast.c -o main/streams/cast.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/streams/ -I/usr/local/src/php-5.6.30/main/streams/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/streams/memory.c -o main/streams/memory.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/streams/ -I/usr/local/src/php-5.6.30/main/streams/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/streams/filter.c -o main/streams/filter.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/streams/ -I/usr/local/src/php-5.6.30/main/streams/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/streams/plain_wrapper.c -o main/streams/plain_wrapper.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/streams/ -I/usr/local/src/php-5.6.30/main/streams/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/streams/userspace.c -o main/streams/userspace.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/streams/ -I/usr/local/src/php-5.6.30/main/streams/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/streams/transports.c -o main/streams/transports.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/streams/ -I/usr/local/src/php-5.6.30/main/streams/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/streams/xp_socket.c -o main/streams/xp_socket.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/streams/ -I/usr/local/src/php-5.6.30/main/streams/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/streams/mmap.c -o main/streams/mmap.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/streams/ -I/usr/local/src/php-5.6.30/main/streams/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/main/streams/glob_wrapper.c -o main/streams/glob_wrapper.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_language_parser.c -o Zend/zend_language_parser.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_language_scanner.c -o Zend/zend_language_scanner.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_ini_parser.c -o Zend/zend_ini_parser.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_ini_scanner.c -o Zend/zend_ini_scanner.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_alloc.c -o Zend/zend_alloc.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_compile.c -o Zend/zend_compile.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_constants.c -o Zend/zend_constants.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_dynamic_array.c -o Zend/zend_dynamic_array.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_dtrace.c -o Zend/zend_dtrace.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_execute_API.c -o Zend/zend_execute_API.lo
/usr/local/src/php-5.6.30/Zend/zend_execute_API.c: 在函数‘zend_call_function’中:
/usr/local/src/php-5.6.30/Zend/zend_execute_API.c:832:32: 警告:assignment discards ‘const’ qualifier from pointer target type [默认启用]
EG(opline_before_exception) = current_opline_before_exception;
^
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_highlight.c -o Zend/zend_highlight.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_llist.c -o Zend/zend_llist.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_vm_opcodes.c -o Zend/zend_vm_opcodes.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_opcode.c -o Zend/zend_opcode.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_operators.c -o Zend/zend_operators.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_ptr_stack.c -o Zend/zend_ptr_stack.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_stack.c -o Zend/zend_stack.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_variables.c -o Zend/zend_variables.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend.c -o Zend/zend.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_API.c -o Zend/zend_API.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_extensions.c -o Zend/zend_extensions.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_hash.c -o Zend/zend_hash.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_list.c -o Zend/zend_list.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_indent.c -o Zend/zend_indent.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_builtin_functions.c -o Zend/zend_builtin_functions.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_sprintf.c -o Zend/zend_sprintf.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_ini.c -o Zend/zend_ini.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_qsort.c -o Zend/zend_qsort.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_multibyte.c -o Zend/zend_multibyte.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_ts_hash.c -o Zend/zend_ts_hash.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_stream.c -o Zend/zend_stream.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_iterators.c -o Zend/zend_iterators.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_interfaces.c -o Zend/zend_interfaces.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_exceptions.c -o Zend/zend_exceptions.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_strtod.c -o Zend/zend_strtod.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_gc.c -o Zend/zend_gc.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_closures.c -o Zend/zend_closures.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_float.c -o Zend/zend_float.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_string.c -o Zend/zend_string.lo
/usr/local/src/php-5.6.30/Zend/zend_string.c: 在函数‘zend_interned_strings_init’中:
/usr/local/src/php-5.6.30/Zend/zend_string.c:65:28: 警告:assignment discards ‘const’ qualifier from pointer target type [默认启用]
CG(interned_empty_string) = zend_new_interned_string_int("", sizeof(""), 0 TSRMLS_CC);
^
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_signal.c -o Zend/zend_signal.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_generators.c -o Zend/zend_generators.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_virtual_cwd.c -o Zend/zend_virtual_cwd.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_ast.c -o Zend/zend_ast.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_objects.c -o Zend/zend_objects.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_object_handlers.c -o Zend/zend_object_handlers.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_objects_API.c -o Zend/zend_objects_API.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_default_classes.c -o Zend/zend_default_classes.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/usr/local/src/php-5.6.30/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/Zend/zend_execute.c -o Zend/zend_execute.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/local/src/php-5.6.30/main/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c main/internal_functions_cli.c -o main/internal_functions_cli.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Isapi/cli/ -I/usr/local/src/php-5.6.30/sapi/cli/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/sapi/cli/php_cli.c -o sapi/cli/php_cli.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Isapi/cli/ -I/usr/local/src/php-5.6.30/sapi/cli/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/sapi/cli/php_http_parser.c -o sapi/cli/php_http_parser.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Isapi/cli/ -I/usr/local/src/php-5.6.30/sapi/cli/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/sapi/cli/php_cli_server.c -o sapi/cli/php_cli_server.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Isapi/cli/ -I/usr/local/src/php-5.6.30/sapi/cli/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/sapi/cli/ps_title.c -o sapi/cli/ps_title.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Isapi/cli/ -I/usr/local/src/php-5.6.30/sapi/cli/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/sapi/cli/php_cli_process_title.c -o sapi/cli/php_cli_process_title.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=link cc -export-dynamic -I/usr/include -g -O2 -fvisibility=hidden ext/date/php_date.lo ext/date/lib/astro.lo ext/date/lib/dow.lo ext/date/lib/parse_date.lo ext/date/lib/parse_tz.lo ext/date/lib/timelib.lo ext/date/lib/tm2unixtime.lo ext/date/lib/unixtime2tm.lo ext/date/lib/parse_iso_intervals.lo ext/date/lib/interval.lo ext/ereg/ereg.lo ext/ereg/regex/regcomp.lo ext/ereg/regex/regexec.lo ext/ereg/regex/regerror.lo ext/ereg/regex/regfree.lo ext/libxml/libxml.lo ext/pcre/pcrelib/pcre_chartables.lo ext/pcre/pcrelib/pcre_ucd.lo ext/pcre/pcrelib/pcre_compile.lo ext/pcre/pcrelib/pcre_config.lo ext/pcre/pcrelib/pcre_exec.lo ext/pcre/pcrelib/pcre_fullinfo.lo ext/pcre/pcrelib/pcre_get.lo ext/pcre/pcrelib/pcre_globals.lo ext/pcre/pcrelib/pcre_maketables.lo ext/pcre/pcrelib/pcre_newline.lo ext/pcre/pcrelib/pcre_ord2utf8.lo ext/pcre/pcrelib/pcre_refcount.lo ext/pcre/pcrelib/pcre_study.lo ext/pcre/pcrelib/pcre_tables.lo ext/pcre/pcrelib/pcre_valid_utf8.lo ext/pcre/pcrelib/pcre_version.lo ext/pcre/pcrelib/pcre_xclass.lo ext/pcre/pcrelib/pcre_jit_compile.lo ext/pcre/php_pcre.lo ext/sqlite3/sqlite3.lo ext/sqlite3/libsqlite/sqlite3.lo ext/ctype/ctype.lo ext/dom/php_dom.lo ext/dom/attr.lo ext/dom/document.lo ext/dom/domerrorhandler.lo ext/dom/domstringlist.lo ext/dom/domexception.lo ext/dom/namelist.lo ext/dom/processinginstruction.lo ext/dom/cdatasection.lo ext/dom/documentfragment.lo ext/dom/domimplementation.lo ext/dom/element.lo ext/dom/node.lo ext/dom/string_extend.lo ext/dom/characterdata.lo ext/dom/documenttype.lo ext/dom/domimplementationlist.lo ext/dom/entity.lo ext/dom/nodelist.lo ext/dom/text.lo ext/dom/comment.lo ext/dom/domconfiguration.lo ext/dom/domimplementationsource.lo ext/dom/entityreference.lo ext/dom/notation.lo ext/dom/xpath.lo ext/dom/dom_iterators.lo ext/dom/typeinfo.lo ext/dom/domerror.lo ext/dom/domlocator.lo ext/dom/namednodemap.lo ext/dom/userdatahandler.lo ext/fileinfo/fileinfo.lo ext/fileinfo/libmagic/apprentice.lo ext/fileinfo/libmagic/apptype.lo ext/fileinfo/libmagic/ascmagic.lo ext/fileinfo/libmagic/cdf.lo ext/fileinfo/libmagic/cdf_time.lo ext/fileinfo/libmagic/compress.lo ext/fileinfo/libmagic/encoding.lo ext/fileinfo/libmagic/fsmagic.lo ext/fileinfo/libmagic/funcs.lo ext/fileinfo/libmagic/is_tar.lo ext/fileinfo/libmagic/magic.lo ext/fileinfo/libmagic/print.lo ext/fileinfo/libmagic/readcdf.lo ext/fileinfo/libmagic/softmagic.lo ext/filter/filter.lo ext/filter/sanitizing_filters.lo ext/filter/logical_filters.lo ext/filter/callback_filter.lo ext/hash/hash.lo ext/hash/hash_md.lo ext/hash/hash_sha.lo ext/hash/hash_ripemd.lo ext/hash/hash_haval.lo ext/hash/hash_tiger.lo ext/hash/hash_gost.lo ext/hash/hash_snefru.lo ext/hash/hash_whirlpool.lo ext/hash/hash_adler32.lo ext/hash/hash_crc32.lo ext/hash/hash_fnv.lo ext/hash/hash_joaat.lo ext/iconv/iconv.lo ext/json/json.lo ext/json/JSON_parser.lo ext/pdo/pdo.lo ext/pdo/pdo_dbh.lo ext/pdo/pdo_stmt.lo ext/pdo/pdo_sql_parser.lo ext/pdo/pdo_sqlstate.lo ext/pdo_sqlite/pdo_sqlite.lo ext/pdo_sqlite/sqlite_driver.lo ext/pdo_sqlite/sqlite_statement.lo ext/phar/util.lo ext/phar/tar.lo ext/phar/zip.lo ext/phar/stream.lo ext/phar/func_interceptors.lo ext/phar/dirstream.lo ext/phar/phar.lo ext/phar/phar_object.lo ext/phar/phar_path_check.lo ext/posix/posix.lo ext/reflection/php_reflection.lo ext/session/mod_user_class.lo ext/session/session.lo ext/session/mod_files.lo ext/session/mod_mm.lo ext/session/mod_user.lo ext/simplexml/simplexml.lo ext/simplexml/sxe.lo ext/spl/php_spl.lo ext/spl/spl_functions.lo ext/spl/spl_engine.lo ext/spl/spl_iterators.lo ext/spl/spl_array.lo ext/spl/spl_directory.lo ext/spl/spl_exceptions.lo ext/spl/spl_observer.lo ext/spl/spl_dllist.lo ext/spl/spl_heap.lo ext/spl/spl_fixedarray.lo ext/standard/crypt_freesec.lo ext/standard/crypt_blowfish.lo ext/standard/crypt_sha512.lo ext/standard/crypt_sha256.lo ext/standard/php_crypt_r.lo ext/standard/array.lo ext/standard/base64.lo ext/standard/basic_functions.lo ext/standard/browscap.lo ext/standard/crc32.lo ext/standard/crypt.lo ext/standard/cyr_convert.lo ext/standard/datetime.lo ext/standard/dir.lo ext/standard/dl.lo ext/standard/dns.lo ext/standard/exec.lo ext/standard/file.lo ext/standard/filestat.lo ext/standard/flock_compat.lo ext/standard/formatted_print.lo ext/standard/fsock.lo ext/standard/head.lo ext/standard/html.lo ext/standard/image.lo ext/standard/info.lo ext/standard/iptc.lo ext/standard/lcg.lo ext/standard/link.lo ext/standard/mail.lo ext/standard/math.lo ext/standard/md5.lo ext/standard/metaphone.lo ext/standard/microtime.lo ext/standard/pack.lo ext/standard/pageinfo.lo ext/standard/quot_print.lo ext/standard/rand.lo ext/standard/soundex.lo ext/standard/string.lo ext/standard/scanf.lo ext/standard/syslog.lo ext/standard/type.lo ext/standard/uniqid.lo ext/standard/url.lo ext/standard/var.lo ext/standard/versioning.lo ext/standard/assert.lo ext/standard/strnatcmp.lo ext/standard/levenshtein.lo ext/standard/incomplete_class.lo ext/standard/url_scanner_ex.lo ext/standard/ftp_fopen_wrapper.lo ext/standard/http_fopen_wrapper.lo ext/standard/php_fopen_wrapper.lo ext/standard/credits.lo ext/standard/css.lo ext/standard/var_unserializer.lo ext/standard/ftok.lo ext/standard/sha1.lo ext/standard/user_filters.lo ext/standard/uuencode.lo ext/standard/filters.lo ext/standard/proc_open.lo ext/standard/streamsfuncs.lo ext/standard/http.lo ext/standard/password.lo ext/tokenizer/tokenizer.lo ext/tokenizer/tokenizer_data.lo ext/xml/xml.lo ext/xml/compat.lo ext/xmlreader/php_xmlreader.lo ext/xmlwriter/php_xmlwriter.lo TSRM/TSRM.lo TSRM/tsrm_strtok_r.lo main/main.lo main/snprintf.lo main/spprintf.lo main/php_sprintf.lo main/fopen_wrappers.lo main/alloca.lo main/php_scandir.lo main/php_ini.lo main/SAPI.lo main/rfc1867.lo main/php_content_types.lo main/strlcpy.lo main/strlcat.lo main/mergesort.lo main/reentrancy.lo main/php_variables.lo main/php_ticks.lo main/network.lo main/php_open_temporary_file.lo main/output.lo main/getopt.lo main/streams/streams.lo main/streams/cast.lo main/streams/memory.lo main/streams/filter.lo main/streams/plain_wrapper.lo main/streams/userspace.lo main/streams/transports.lo main/streams/xp_socket.lo main/streams/mmap.lo main/streams/glob_wrapper.lo Zend/zend_language_parser.lo Zend/zend_language_scanner.lo Zend/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/zend_alloc.lo Zend/zend_compile.lo Zend/zend_constants.lo Zend/zend_dynamic_array.lo Zend/zend_dtrace.lo Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo Zend/zend_vm_opcodes.lo Zend/zend_opcode.lo Zend/zend_operators.lo Zend/zend_ptr_stack.lo Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo Zend/zend_indent.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_multibyte.lo Zend/zend_ts_hash.lo Zend/zend_stream.lo Zend/zend_iterators.lo Zend/zend_interfaces.lo Zend/zend_exceptions.lo Zend/zend_strtod.lo Zend/zend_gc.lo Zend/zend_closures.lo Zend/zend_float.lo Zend/zend_string.lo Zend/zend_signal.lo Zend/zend_generators.lo Zend/zend_virtual_cwd.lo Zend/zend_ast.lo Zend/zend_objects.lo Zend/zend_object_handlers.lo Zend/zend_objects_API.lo Zend/zend_default_classes.lo Zend/zend_execute.lo main/internal_functions_cli.lo sapi/cli/php_cli.lo sapi/cli/php_http_parser.lo sapi/cli/php_cli_server.lo sapi/cli/ps_title.lo sapi/cli/php_cli_process_title.lo -lcrypt -lresolv -lcrypt -lrt -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt -o sapi/cli/php
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Isapi/cgi/ -I/usr/local/src/php-5.6.30/sapi/cgi/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/sapi/cgi/cgi_main.c -o sapi/cgi/cgi_main.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=compile cc -Isapi/cgi/ -I/usr/local/src/php-5.6.30/sapi/cgi/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/include -I/usr/local/src/php-5.6.30/main -I/usr/local/src/php-5.6.30 -I/usr/local/src/php-5.6.30/ext/date/lib -I/usr/local/src/php-5.6.30/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/src/php-5.6.30/ext/sqlite3/libsqlite -I/usr/local/src/php-5.6.30/TSRM -I/usr/local/src/php-5.6.30/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /usr/local/src/php-5.6.30/sapi/cgi/fastcgi.c -o sapi/cgi/fastcgi.lo
/bin/sh /usr/local/src/php-5.6.30/libtool --silent --preserve-dup-deps --mode=link cc -export-dynamic -I/usr/include -g -O2 -fvisibility=hidden ext/date/php_date.lo ext/date/lib/astro.lo ext/date/lib/dow.lo ext/date/lib/parse_date.lo ext/date/lib/parse_tz.lo ext/date/lib/timelib.lo ext/date/lib/tm2unixtime.lo ext/date/lib/unixtime2tm.lo ext/date/lib/parse_iso_intervals.lo ext/date/lib/interval.lo ext/ereg/ereg.lo ext/ereg/regex/regcomp.lo ext/ereg/regex/regexec.lo ext/ereg/regex/regerror.lo ext/ereg/regex/regfree.lo ext/libxml/libxml.lo ext/pcre/pcrelib/pcre_chartables.lo ext/pcre/pcrelib/pcre_ucd.lo ext/pcre/pcrelib/pcre_compile.lo ext/pcre/pcrelib/pcre_config.lo ext/pcre/pcrelib/pcre_exec.lo ext/pcre/pcrelib/pcre_fullinfo.lo ext/pcre/pcrelib/pcre_get.lo ext/pcre/pcrelib/pcre_globals.lo ext/pcre/pcrelib/pcre_maketables.lo ext/pcre/pcrelib/pcre_newline.lo ext/pcre/pcrelib/pcre_ord2utf8.lo ext/pcre/pcrelib/pcre_refcount.lo ext/pcre/pcrelib/pcre_study.lo ext/pcre/pcrelib/pcre_tables.lo ext/pcre/pcrelib/pcre_valid_utf8.lo ext/pcre/pcrelib/pcre_version.lo ext/pcre/pcrelib/pcre_xclass.lo ext/pcre/pcrelib/pcre_jit_compile.lo ext/pcre/php_pcre.lo ext/sqlite3/sqlite3.lo ext/sqlite3/libsqlite/sqlite3.lo ext/ctype/ctype.lo ext/dom/php_dom.lo ext/dom/attr.lo ext/dom/document.lo ext/dom/domerrorhandler.lo ext/dom/domstringlist.lo ext/dom/domexception.lo ext/dom/namelist.lo ext/dom/processinginstruction.lo ext/dom/cdatasection.lo ext/dom/documentfragment.lo ext/dom/domimplementation.lo ext/dom/element.lo ext/dom/node.lo ext/dom/string_extend.lo ext/dom/characterdata.lo ext/dom/documenttype.lo ext/dom/domimplementationlist.lo ext/dom/entity.lo ext/dom/nodelist.lo ext/dom/text.lo ext/dom/comment.lo ext/dom/domconfiguration.lo ext/dom/domimplementationsource.lo ext/dom/entityreference.lo ext/dom/notation.lo ext/dom/xpath.lo ext/dom/dom_iterators.lo ext/dom/typeinfo.lo ext/dom/domerror.lo ext/dom/domlocator.lo ext/dom/namednodemap.lo ext/dom/userdatahandler.lo ext/fileinfo/fileinfo.lo ext/fileinfo/libmagic/apprentice.lo ext/fileinfo/libmagic/apptype.lo ext/fileinfo/libmagic/ascmagic.lo ext/fileinfo/libmagic/cdf.lo ext/fileinfo/libmagic/cdf_time.lo ext/fileinfo/libmagic/compress.lo ext/fileinfo/libmagic/encoding.lo ext/fileinfo/libmagic/fsmagic.lo ext/fileinfo/libmagic/funcs.lo ext/fileinfo/libmagic/is_tar.lo ext/fileinfo/libmagic/magic.lo ext/fileinfo/libmagic/print.lo ext/fileinfo/libmagic/readcdf.lo ext/fileinfo/libmagic/softmagic.lo ext/filter/filter.lo ext/filter/sanitizing_filters.lo ext/filter/logical_filters.lo ext/filter/callback_filter.lo ext/hash/hash.lo ext/hash/hash_md.lo ext/hash/hash_sha.lo ext/hash/hash_ripemd.lo ext/hash/hash_haval.lo ext/hash/hash_tiger.lo ext/hash/hash_gost.lo ext/hash/hash_snefru.lo ext/hash/hash_whirlpool.lo ext/hash/hash_adler32.lo ext/hash/hash_crc32.lo ext/hash/hash_fnv.lo ext/hash/hash_joaat.lo ext/iconv/iconv.lo ext/json/json.lo ext/json/JSON_parser.lo ext/pdo/pdo.lo ext/pdo/pdo_dbh.lo ext/pdo/pdo_stmt.lo ext/pdo/pdo_sql_parser.lo ext/pdo/pdo_sqlstate.lo ext/pdo_sqlite/pdo_sqlite.lo ext/pdo_sqlite/sqlite_driver.lo ext/pdo_sqlite/sqlite_statement.lo ext/phar/util.lo ext/phar/tar.lo ext/phar/zip.lo ext/phar/stream.lo ext/phar/func_interceptors.lo ext/phar/dirstream.lo ext/phar/phar.lo ext/phar/phar_object.lo ext/phar/phar_path_check.lo ext/posix/posix.lo ext/reflection/php_reflection.lo ext/session/mod_user_class.lo ext/session/session.lo ext/session/mod_files.lo ext/session/mod_mm.lo ext/session/mod_user.lo ext/simplexml/simplexml.lo ext/simplexml/sxe.lo ext/spl/php_spl.lo ext/spl/spl_functions.lo ext/spl/spl_engine.lo ext/spl/spl_iterators.lo ext/spl/spl_array.lo ext/spl/spl_directory.lo ext/spl/spl_exceptions.lo ext/spl/spl_observer.lo ext/spl/spl_dllist.lo ext/spl/spl_heap.lo ext/spl/spl_fixedarray.lo ext/standard/crypt_freesec.lo ext/standard/crypt_blowfish.lo ext/standard/crypt_sha512.lo ext/standard/crypt_sha256.lo ext/standard/php_crypt_r.lo ext/standard/array.lo ext/standard/base64.lo ext/standard/basic_functions.lo ext/standard/browscap.lo ext/standard/crc32.lo ext/standard/crypt.lo ext/standard/cyr_convert.lo ext/standard/datetime.lo ext/standard/dir.lo ext/standard/dl.lo ext/standard/dns.lo ext/standard/exec.lo ext/standard/file.lo ext/standard/filestat.lo ext/standard/flock_compat.lo ext/standard/formatted_print.lo ext/standard/fsock.lo ext/standard/head.lo ext/standard/html.lo ext/standard/image.lo ext/standard/info.lo ext/standard/iptc.lo ext/standard/lcg.lo ext/standard/link.lo ext/standard/mail.lo ext/standard/math.lo ext/standard/md5.lo ext/standard/metaphone.lo ext/standard/microtime.lo ext/standard/pack.lo ext/standard/pageinfo.lo ext/standard/quot_print.lo ext/standard/rand.lo ext/standard/soundex.lo ext/standard/string.lo ext/standard/scanf.lo ext/standard/syslog.lo ext/standard/type.lo ext/standard/uniqid.lo ext/standard/url.lo ext/standard/var.lo ext/standard/versioning.lo ext/standard/assert.lo ext/standard/strnatcmp.lo ext/standard/levenshtein.lo ext/standard/incomplete_class.lo ext/standard/url_scanner_ex.lo ext/standard/ftp_fopen_wrapper.lo ext/standard/http_fopen_wrapper.lo ext/standard/php_fopen_wrapper.lo ext/standard/credits.lo ext/standard/css.lo ext/standard/var_unserializer.lo ext/standard/ftok.lo ext/standard/sha1.lo ext/standard/user_filters.lo ext/standard/uuencode.lo ext/standard/filters.lo ext/standard/proc_open.lo ext/standard/streamsfuncs.lo ext/standard/http.lo ext/standard/password.lo ext/tokenizer/tokenizer.lo ext/tokenizer/tokenizer_data.lo ext/xml/xml.lo ext/xml/compat.lo ext/xmlreader/php_xmlreader.lo ext/xmlwriter/php_xmlwriter.lo TSRM/TSRM.lo TSRM/tsrm_strtok_r.lo main/main.lo main/snprintf.lo main/spprintf.lo main/php_sprintf.lo main/fopen_wrappers.lo main/alloca.lo main/php_scandir.lo main/php_ini.lo main/SAPI.lo main/rfc1867.lo main/php_content_types.lo main/strlcpy.lo main/strlcat.lo main/mergesort.lo main/reentrancy.lo main/php_variables.lo main/php_ticks.lo main/network.lo main/php_open_temporary_file.lo main/output.lo main/getopt.lo main/streams/streams.lo main/streams/cast.lo main/streams/memory.lo main/streams/filter.lo main/streams/plain_wrapper.lo main/streams/userspace.lo main/streams/transports.lo main/streams/xp_socket.lo main/streams/mmap.lo main/streams/glob_wrapper.lo Zend/zend_language_parser.lo Zend/zend_language_scanner.lo Zend/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/zend_alloc.lo Zend/zend_compile.lo Zend/zend_constants.lo Zend/zend_dynamic_array.lo Zend/zend_dtrace.lo Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo Zend/zend_vm_opcodes.lo Zend/zend_opcode.lo Zend/zend_operators.lo Zend/zend_ptr_stack.lo Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo Zend/zend_indent.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_multibyte.lo Zend/zend_ts_hash.lo Zend/zend_stream.lo Zend/zend_iterators.lo Zend/zend_interfaces.lo Zend/zend_exceptions.lo Zend/zend_strtod.lo Zend/zend_gc.lo Zend/zend_closures.lo Zend/zend_float.lo Zend/zend_string.lo Zend/zend_signal.lo Zend/zend_generators.lo Zend/zend_virtual_cwd.lo Zend/zend_ast.lo Zend/zend_objects.lo Zend/zend_object_handlers.lo Zend/zend_objects_API.lo Zend/zend_default_classes.lo Zend/zend_execute.lo main/internal_functions_cli.lo sapi/cgi/cgi_main.lo sapi/cgi/fastcgi.lo -lcrypt -lresolv -lcrypt -lrt -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt -o sapi/cgi/php-cgi
Generating phar.php
Generating phar.phar
PEAR package PHP_Archive not installed: generated phar will require PHP's phar extension be enabled.
clicommand.inc
directorytreeiterator.inc
invertedregexiterator.inc
directorygraphiterator.inc
pharcommand.inc
phar.inc

Build complete.
Don't forget to run 'make test'.

[root@localhost php-5.6.30]# echo $?
0
[root@localhost php-5.6.30]# make install
Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20131226/
Installing PHP CLI binary: /usr/local/bin/
Installing PHP CLI man page: /usr/local/php/man/man1/
Installing PHP CGI binary: /usr/local/bin/
Installing PHP CGI man page: /usr/local/php/man/man1/
Installing build environment: /usr/local/lib/php/build/
Installing header files: /usr/local/include/php/
Installing helper programs: /usr/local/bin/
program: phpize
program: php-config
Installing man pages: /usr/local/php/man/man1/
page: phpize.1
page: php-config.1
Installing PEAR environment: /usr/local/lib/php/
[PEAR] Archive_Tar - installed: 1.4.0
[PEAR] Console_Getopt - installed: 1.4.1
[PEAR] Structures_Graph- installed: 1.1.1
[PEAR] XML_Util - installed: 1.3.0
[PEAR] PEAR - installed: 1.10.1
Wrote PEAR system config file at: /usr/local/etc/pear.conf
You may want to add: /usr/local/lib/php to your php.ini include_path
/usr/local/src/php-5.6.30/build/shtool install -c ext/phar/phar.phar /usr/local/bin
ln -s -f phar.phar /usr/local/bin/phar
Installing PDO headers: /usr/local/include/php/ext/pdo/
[root@localhost php-5.6.30]# echo $?
0
[root@localhost php-5.6.30]# cp php.ini-production /usr/local/lib/php.ini
[root@localhost php-5.6.30]# ls /usr/local/php/
man
[root@localhost php-5.6.30]# cd /usr/local/
[root@localhost local]# ls
apache2 apache2.4 apr-util etc include lib64 mariadb php share
apache2.2 apr bin games lib libexec mysql sbin src
[root@localhost local]# /usr/local/apache2.2/bin/httpd -M
httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain for ServerName
Loaded Modules:
core_module (static)
mpm_prefork_module (static)
http_module (static)
so_module (static)
authn_file_module (shared)
authn_dbm_module (shared)
authn_anon_module (shared)
authn_dbd_module (shared)
authn_default_module (shared)
authz_host_module (shared)
authz_groupfile_module (shared)
authz_user_module (shared)
authz_dbm_module (shared)
authz_owner_module (shared)
authz_default_module (shared)
auth_basic_module (shared)
auth_digest_module (shared)
dbd_module (shared)
dumpio_module (shared)
reqtimeout_module (shared)
ext_filter_module (shared)
include_module (shared)
filter_module (shared)
substitute_module (shared)
log_config_module (shared)
logio_module (shared)
env_module (shared)
expires_module (shared)
headers_module (shared)
ident_module (shared)
setenvif_module (shared)
version_module (shared)
mime_module (shared)
dav_module (shared)
status_module (shared)
autoindex_module (shared)
asis_module (shared)
info_module (shared)
cgi_module (shared)
dav_fs_module (shared)
vhost_alias_module (shared)
negotiation_module (shared)
dir_module (shared)
imagemap_module (shared)
actions_module (shared)
speling_module (shared)
userdir_module (shared)
alias_module (shared)
rewrite_module (shared)
Syntax OK
[root@localhost local]# ls -l /usr/local/apache2.2/modules/
总用量 2956
-rw-r--r-- 1 root root 9377 3月 1 00:03 httpd.exp
-rwxr-xr-x 1 root root 33376 3月 1 00:03 mod_actions.so
-rwxr-xr-x 1 root root 48184 3月 1 00:03 mod_alias.so
-rwxr-xr-x 1 root root 29920 3月 1 00:03 mod_asis.so
-rwxr-xr-x 1 root root 33936 3月 1 00:03 mod_auth_basic.so
-rwxr-xr-x 1 root root 89560 3月 1 00:03 mod_auth_digest.so
-rwxr-xr-x 1 root root 30952 3月 1 00:03 mod_authn_anon.so
-rwxr-xr-x 1 root root 35512 3月 1 00:03 mod_authn_dbd.so
-rwxr-xr-x 1 root root 32120 3月 1 00:03 mod_authn_dbm.so
-rwxr-xr-x 1 root root 24216 3月 1 00:03 mod_authn_default.so
-rwxr-xr-x 1 root root 33064 3月 1 00:03 mod_authn_file.so
-rwxr-xr-x 1 root root 34528 3月 1 00:03 mod_authz_dbm.so
-rwxr-xr-x 1 root root 24480 3月 1 00:03 mod_authz_default.so
-rwxr-xr-x 1 root root 35200 3月 1 00:03 mod_authz_groupfile.so
-rwxr-xr-x 1 root root 34704 3月 1 00:03 mod_authz_host.so
-rwxr-xr-x 1 root root 31232 3月 1 00:03 mod_authz_owner.so
-rwxr-xr-x 1 root root 29296 3月 1 00:03 mod_authz_user.so
-rwxr-xr-x 1 root root 108272 3月 1 00:03 mod_autoindex.so
-rwxr-xr-x 1 root root 84448 3月 1 00:03 mod_cgi.so
-rwxr-xr-x 1 root root 212824 3月 1 00:03 mod_dav_fs.so
-rwxr-xr-x 1 root root 385776 3月 1 00:03 mod_dav.so
-rwxr-xr-x 1 root root 62584 3月 1 00:03 mod_dbd.so
-rwxr-xr-x 1 root root 33688 3月 1 00:03 mod_dir.so
-rwxr-xr-x 1 root root 34432 3月 1 00:03 mod_dumpio.so
-rwxr-xr-x 1 root root 32184 3月 1 00:03 mod_env.so
-rwxr-xr-x 1 root root 43664 3月 1 00:03 mod_expires.so
-rwxr-xr-x 1 root root 70592 3月 1 00:03 mod_ext_filter.so
-rwxr-xr-x 1 root root 58064 3月 1 00:03 mod_filter.so
-rwxr-xr-x 1 root root 63352 3月 1 00:03 mod_headers.so
-rwxr-xr-x 1 root root 35616 3月 1 00:03 mod_ident.so
-rwxr-xr-x 1 root root 53208 3月 1 00:03 mod_imagemap.so
-rwxr-xr-x 1 root root 146784 3月 1 00:03 mod_include.so
-rwxr-xr-x 1 root root 55000 3月 1 00:03 mod_info.so
-rwxr-xr-x 1 root root 99936 3月 1 00:03 mod_log_config.so
-rwxr-xr-x 1 root root 33136 3月 1 00:03 mod_logio.so
-rwxr-xr-x 1 root root 59096 3月 1 00:03 mod_mime.so
-rwxr-xr-x 1 root root 117312 3月 1 00:03 mod_negotiation.so
-rwxr-xr-x 1 root root 46504 3月 1 00:03 mod_reqtimeout.so
-rwxr-xr-x 1 root root 201112 3月 1 00:03 mod_rewrite.so
-rwxr-xr-x 1 root root 44336 3月 1 00:03 mod_setenvif.so
-rwxr-xr-x 1 root root 42656 3月 1 00:03 mod_speling.so
-rwxr-xr-x 1 root root 72520 3月 1 00:03 mod_status.so
-rwxr-xr-x 1 root root 46432 3月 1 00:03 mod_substitute.so
-rwxr-xr-x 1 root root 33960 3月 1 00:03 mod_userdir.so
-rwxr-xr-x 1 root root 26808 3月 1 00:03 mod_version.so
-rwxr-xr-x 1 root root 39744 3月 1 00:03 mod_vhost_alias.so
[root@localhost local]# vi /usr/local/apache2.2/conf/httpd.conf
[root@localhost local]# vi /usr/local/apache2.2/conf/httpd.conf
[root@localhost local]# /usr/local/php/bin/php -i |less
-bash: /usr/local/php/bin/php: 没有那个文件或目录
[root@localhost local]# cd /usr/local/php/
[root@localhost php]# ls
man
[root@localhost php]# cd man
[root@localhost man]# ls
man1
[root@localhost man]# cd man1
[root@localhost man1]# ls
phar.1 phar.phar.1 php.1 php-cgi.1 php-config.1 phpize.1
[root@localhost man1]# /usr/local/php/man/man1 -i |less
-bash: /usr/local/php/man/man1: 是一个目录
[root@localhost man1]# /usr/local/php/man/man1/php.1 -i |less
-bash: /usr/local/php/man/man1/php.1: 权限不够
[root@localhost man1]# ls
phar.1 phar.phar.1 php.1 php-cgi.1 php-config.1 phpize.1
[root@localhost man1]# ls php.1
php.1
[root@localhost man1]# ls -l php.1
-rw-r--r-- 1 root root 9457 3月 1 00:48 php.1
[root@localhost man1]# cd /usr/local/src/
[root@localhost src]# wget http://cn2.php.net/distributions/php-7.1.6.tar.bz2
--2018-03-01 01:19:37-- http://cn2.php.net/distributions/php-7.1.6.tar.bz2
正在解析主机 cn2.php.net (cn2.php.net)... 123.125.23.171, 123.125.23.172, 123.125.23.169, ...
正在连接 cn2.php.net (cn2.php.net)|123.125.23.171|:80... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:15732452 (15M) [application/octet-stream]
正在保存至: “php-7.1.6.tar.bz2”

100%[============================================================================>] 15,732,452 10.2MB/s 用时 1.5s

2018-03-01 01:19:40 (10.2 MB/s) - 已保存 “php-7.1.6.tar.bz2” [15732452/15732452])

[root@localhost src]# tar zxf php-7.1.6.tar.bz2

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
[root@localhost src]# cd php-7.1.6
-bash: cd: php-7.1.6: 没有那个文件或目录
[root@localhost src]# ls
apr-1.4.5 apr-util-1.3.12.tar.gz httpd-2.4.29.tar.gz pcre-8.10.zip
apr-1.4.5.tar.gz apr-util-1.6.1.tar.gz mariadb-10.2.6-linux-glibc_214-x86_64.tar.gz php-5.6.30
apr-1.6.3.tar.gz httpd-2.2.34 mysql-5.6.36-linux-glibc2.5-x86_64.tar.gz php-5.6.30.tar.gz
apr-util-1.3.12 httpd-2.2.34.tar.gz pcre-8.10 php-7.1.6.tar.bz2
[root@localhost src]# tar jxf php-7.1.6.tar.bz2
[root@localhost src]# cd php-7.1.6
[root@localhost php-7.1.6]# ./configure --prefix=/usr/local/php7 --with-apxs2=/usr/local/apache2.4/bin/apxs --with-config-file-path=/usr/local/php7/etc --with-pdo-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-libxml-dir --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-iconv-dir --with-zlib-dir --with-bz2 --with-openssl --with-mcrypt --enable-soap --enable-gd-native-ttf --enable-mbstring --enable-sockets --enable-exifchecking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
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 cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -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 whether ln -s works... yes
checking for system library directory... lib
checking whether to enable runpaths... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking whether to enable computed goto gcc extension with re2c... no
checking whether to force non-PIC code in shared modules... no
checking whether /dev/urandom exists... yes
checking whether /dev/arandom exists... no
checking for global register variables support... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib... pthread

Configuring SAPI modules
checking for Apache 2.0 handler-module support via DSO through APXS... yes
checking for setproctitle... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for PS_STRINGS... no
checking for CLI build... yes
checking for embedded SAPI library support... no
checking for FPM build... no
checking for LiteSpeed support... no
checking for phpdbg support... yes
checking for phpdbg web SAPI support... no
checking for phpdbg debug build... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for CGI build... yes
checking for socklen_t in sys/socket.h... yes
checking for sun_len in sys/un.h... no
checking whether cross-process locking is required by accept()... no
checking for chosen SAPI module... apache2handler
checking for executable SAPI binaries... cli phpdbg cgi

Running system checks
checking for sendmail... /usr/sbin/sendmail
checking whether system uses EBCDIC... no
checking whether byte ordering is bigendian... no
checking whether writing to stdout works... This is the test message -- yes
checking for socket... yes
checking for socketpair... yes
checking for htonl... yes
checking for gethostname... yes
checking for gethostbyaddr... yes
checking for yp_get_default_domain... no
checking for __yp_get_default_domain... no
checking for yp_get_default_domain in -lnsl... yes
checking for dlopen... no
checking for __dlopen... no
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for inet_aton... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for dirent.h... yes
checking for ApplicationServices/ApplicationServices.h... no
checking for sys/param.h... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... yes
checking for netinet/in.h... yes
checking for alloca.h... yes
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for crypt.h... yes
checking for dns.h... no
checking for fcntl.h... yes
checking for grp.h... yes
checking for ieeefp.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for monetary.h... yes
checking for netdb.h... yes
checking for poll.h... yes
checking for pwd.h... yes
checking for resolv.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for syslog.h... yes
checking for sysexits.h... yes
checking for sys/ioctl.h... yes
checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking for sys/poll.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/statfs.h... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
checking for sys/sysexits.h... no
checking for sys/varargs.h... no
checking for sys/wait.h... yes
checking for sys/loadavg.h... no
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for unix.h... no
checking for utime.h... yes
checking for sys/utsname.h... yes
checking for sys/ipc.h... yes
checking for dlfcn.h... yes
checking for assert.h... (cached) yes
checking for fopencookie... yes
checking for broken getcwd... no
checking for broken libc stdio... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for missing declarations of reentrant functions... done
checking for fclose declaration... ok
checking for tm_gmtoff in struct tm... yes
checking for struct flock... yes
checking for socklen_t... yes
checking size of size_t... 8
checking size of long long... 8
checking size of long long int... 8
checking size of long... 8
checking size of int... 4
checking size of intmax_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of short... 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking for int8... no
checking for int16... no
checking for int32... no
checking for int64... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8... no
checking for uint16... no
checking for uint32... no
checking for uint64... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for __builtin_expect... yes
checking for __builtin_clz... yes
checking for __builtin_ctzl... yes
checking for __builtin_ctzll... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for struct sockaddr_storage... yes
checking for field sa_len in struct sockaddr... no
checking for IPv6 support... yes
checking for vprintf... yes
checking for _doprnt... no
checking for alphasort... yes
checking for asctime_r... yes
checking for chroot... yes
checking for ctime_r... yes
checking for cuserid... yes
checking for crypt... no
checking for flock... yes
checking for ftok... yes
checking for funopen... no
checking for gai_strerror... yes
checking for gcvt... yes
checking for getloadavg... yes
checking for getlogin... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for gethostname... (cached) yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for getpwnam_r... yes
checking for getgrnam_r... yes
checking for getpwuid_r... yes
checking for grantpt... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for isascii... yes
checking for link... yes
checking for localtime_r... yes
checking for lockf... yes
checking for lchown... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for mkstemp... yes
checking for mmap... yes
checking for nl_langinfo... yes
checking for perror... yes
checking for poll... yes
checking for ptsname... yes
checking for putenv... yes
checking for realpath... yes
checking for random... yes
checking for rand_r... yes
checking for scandir... yes
checking for setitimer... yes
checking for setlocale... yes
checking for localeconv... yes
checking for setenv... yes
checking for setpgid... yes
checking for setsockopt... yes
checking for setvbuf... yes
checking for shutdown... yes
checking for sin... yes
checking for snprintf... yes
checking for srand48... yes
checking for srandom... yes
checking for statfs... yes
checking for statvfs... yes
checking for std_syslog... no
checking for strcasecmp... yes
checking for strcoll... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strnlen... yes
checking for strptime... yes
checking for strstr... yes
checking for strtok_r... yes
checking for symlink... yes
checking for tempnam... yes
checking for tzset... yes
checking for unlockpt... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utime... yes
checking for vsnprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for nanosleep... yes
checking for nanosleep in -lrt... yes
checking for getaddrinfo... yes
checking for __sync_fetch_and_add... yes
checking for strlcat... no
checking for strlcpy... no
checking for getopt... yes
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for declared timezone... yes
checking for type of reentrant time-related functions... POSIX
checking for readdir_r... yes
checking for type of readdir_r... POSIX
checking for in_addr_t... yes
checking for crypt_r... no

General settings
checking whether to include gcov symbols... no
checking whether to include debugging symbols... no
checking layout of installed files... PHP
checking path to configuration file... /usr/local/php7/etc
checking where to scan for configuration files...
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... yes
checking whether to enable DTrace support... no
checking how big to make fd sets... using system default

Configuring extensions
checking size of long... (cached) 8
checking size of int... (cached) 4
checking for int32_t... yes
checking for uint32_t... yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking for gettimeofday... (cached) yes
checking whether to enable LIBXML support... yes
checking libxml2 install dir... yes
checking for xml2-config path... /usr/bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... yes
checking for Kerberos support... no
checking whether to use system default cipher list instead of hardcoded value... no
checking for RAND_egd... no
checking for pkg-config... /usr/bin/pkg-config
configure: error: Cannot find OpenSSL's <evp.h>
[root@localhost php-7.1.6]# echo $?
1
[root@localhost php-7.1.6]# yum install -y pkg-config
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
没有可用软件包 pkg-config。
错误:无须任何处理
[root@localhost php-7.1.6]# yum install -y RAND_egd
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
没有可用软件包 RAND_egd。
错误:无须任何处理
[root@localhost php-7.1.6]# yum info pkg-config
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
错误:没有匹配的软件包可以列出
[root@localhost php-7.1.6]# yum info RAND_egd
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
错误:没有匹配的软件包可以列出
[root@localhost php-7.1.6]# rpm -qa |grep RAND_egd
[root@localhost php-7.1.6]# rpm -qa |grep pkg-config
[root@localhost php-7.1.6]# yum info openssl-dev
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
错误:没有匹配的软件包可以列出
[root@localhost php-7.1.6]# yum info libssl-dev
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
错误:没有匹配的软件包可以列出
[root@localhost php-7.1.6]#
[root@localhost php-7.1.6]# ./configure --prefix=/usr/local/php7 --with-apxs2=/usr/local/apache2.4/bin/apxs --with-config-file-path=/usr/local/php7/etc --enable-fpm --enable-mysqlnd --with-pdo-mysql=mysqlnd --with-pdo-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-libxml-dir --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-iconv-dir --with-zlib-dir --with-bz2 --with-openssl --with-mcrypt --enable-soap --enable-gd-native-ttf --enable-mbstring --enable-sockets --enable-exif
ke install
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
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 cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -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 whether ln -s works... yes
checking for system library directory... lib
checking whether to enable runpaths... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking whether to enable computed goto gcc extension with re2c... no
checking whether to force non-PIC code in shared modules... no
checking whether /dev/urandom exists... yes
checking whether /dev/arandom exists... no
checking for global register variables support... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib... pthread

Configuring SAPI modules
checking for Apache 2.0 handler-module support via DSO through APXS... yes
checking for setproctitle... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for PS_STRINGS... no
checking for CLI build... yes
checking for embedded SAPI library support... no
checking for FPM build... yes
checking for setenv... yes
checking for clearenv... yes
checking for setproctitle... (cached) no
checking for library containing socket... none required
checking for library containing inet_addr... none required
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 stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking for prctl... yes
checking for clock_gettime... yes
checking for ptrace... yes
checking whether ptrace works... yes
checking for proc mem file... mem
checking if gcc supports __sync_bool_compare_and_swap... yes
checking for TCP_INFO... yes
checking for sysconf... yes
checking for times... yes
checking for kqueue... no
checking for port framework... no
checking for /dev/poll... no
checking for epoll... yes
checking for poll... yes
checking for select... yes
checking for apparmor... no
checking for LiteSpeed support... no
checking for phpdbg support... yes
checking for phpdbg web SAPI support... no
checking for phpdbg debug build... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for CGI build... yes
checking for socklen_t in sys/socket.h... yes
checking for sun_len in sys/un.h... no
checking whether cross-process locking is required by accept()... no
checking for chosen SAPI module... apache2handler
checking for executable SAPI binaries... cli fpm phpdbg cgi

Running system checks
checking for sendmail... /usr/sbin/sendmail
checking whether system uses EBCDIC... no
checking whether byte ordering is bigendian... no
checking whether writing to stdout works... This is the test message -- yes
checking for socket... yes
checking for socketpair... yes
checking for htonl... yes
checking for gethostname... yes
checking for gethostbyaddr... yes
checking for yp_get_default_domain... no
checking for __yp_get_default_domain... no
checking for yp_get_default_domain in -lnsl... yes
checking for dlopen... no
checking for __dlopen... no
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for inet_aton... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for dirent.h... yes
checking for ApplicationServices/ApplicationServices.h... no
checking for sys/param.h... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for alloca.h... yes
checking for arpa/inet.h... (cached) yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for crypt.h... yes
checking for dns.h... no
checking for fcntl.h... (cached) yes
checking for grp.h... yes
checking for ieeefp.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for monetary.h... yes
checking for netdb.h... yes
checking for poll.h... yes
checking for pwd.h... yes
checking for resolv.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for syslog.h... yes
checking for sysexits.h... (cached) yes
checking for sys/ioctl.h... yes
checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking for sys/poll.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/statfs.h... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
checking for sys/sysexits.h... no
checking for sys/varargs.h... no
checking for sys/wait.h... yes
checking for sys/loadavg.h... no
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for unix.h... no
checking for utime.h... yes
checking for sys/utsname.h... yes
checking for sys/ipc.h... yes
checking for dlfcn.h... yes
checking for assert.h... (cached) yes
checking for fopencookie... yes
checking for broken getcwd... no
checking for broken libc stdio... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for missing declarations of reentrant functions... done
checking for fclose declaration... ok
checking for tm_gmtoff in struct tm... yes
checking for struct flock... yes
checking for socklen_t... yes
checking size of size_t... 8
checking size of long long... 8
checking size of long long int... 8
checking size of long... 8
checking size of int... 4
checking size of intmax_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of short... 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking for int8... no
checking for int16... no
checking for int32... no
checking for int64... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8... no
checking for uint16... no
checking for uint32... no
checking for uint64... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for __builtin_expect... yes
checking for __builtin_clz... yes
checking for __builtin_ctzl... yes
checking for __builtin_ctzll... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for struct sockaddr_storage... yes
checking for field sa_len in struct sockaddr... no
checking for IPv6 support... yes
checking for vprintf... yes
checking for _doprnt... no
checking for alphasort... yes
checking for asctime_r... yes
checking for chroot... yes
checking for ctime_r... yes
checking for cuserid... yes
checking for crypt... no
checking for flock... yes
checking for ftok... yes
checking for funopen... no
checking for gai_strerror... yes
checking for gcvt... yes
checking for getloadavg... yes
checking for getlogin... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for gethostname... (cached) yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for getpwnam_r... yes
checking for getgrnam_r... yes
checking for getpwuid_r... yes
checking for grantpt... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for isascii... yes
checking for link... yes
checking for localtime_r... yes
checking for lockf... yes
checking for lchown... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for mkstemp... yes
checking for mmap... yes
checking for nl_langinfo... yes
checking for perror... yes
checking for poll... yes
checking for ptsname... yes
checking for putenv... yes
checking for realpath... yes
checking for random... yes
checking for rand_r... yes
checking for scandir... yes
checking for setitimer... yes
checking for setlocale... yes
checking for localeconv... yes
checking for setenv... (cached) yes
checking for setpgid... yes
checking for setsockopt... yes
checking for setvbuf... yes
checking for shutdown... yes
checking for sin... yes
checking for snprintf... yes
checking for srand48... yes
checking for srandom... yes
checking for statfs... yes
checking for statvfs... yes
checking for std_syslog... no
checking for strcasecmp... yes
checking for strcoll... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strnlen... yes
checking for strptime... yes
checking for strstr... yes
checking for strtok_r... yes
checking for symlink... yes
checking for tempnam... yes
checking for tzset... yes
checking for unlockpt... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utime... yes
checking for vsnprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for nanosleep... yes
checking for nanosleep in -lrt... yes
checking for getaddrinfo... yes
checking for __sync_fetch_and_add... yes
checking for strlcat... no
checking for strlcpy... no
checking for getopt... yes
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for declared timezone... yes
checking for type of reentrant time-related functions... POSIX
checking for readdir_r... yes
checking for type of readdir_r... POSIX
checking for in_addr_t... yes
checking for crypt_r... no

General settings
checking whether to include gcov symbols... no
checking whether to include debugging symbols... no
checking layout of installed files... PHP
checking path to configuration file... /usr/local/php7/etc
checking where to scan for configuration files...
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... yes
checking whether to enable DTrace support... no
checking how big to make fd sets... using system default

Configuring extensions
checking size of long... (cached) 8
checking size of int... (cached) 4
checking for int32_t... yes
checking for uint32_t... yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking for gettimeofday... (cached) yes
checking whether to enable LIBXML support... yes
checking libxml2 install dir... yes
checking for xml2-config path... /usr/bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... yes
checking for Kerberos support... no
checking whether to use system default cipher list instead of hardcoded value... no
checking for RAND_egd... no
checking for pkg-config... /usr/bin/pkg-config
configure: error: Cannot find OpenSSL's <evp.h>
[root@localhost php-7.1.6]# make && make install
make: *** 没有指明目标并且找不到 makefile。 停止。
[root@localhost php-7.1.6]# yum info gcc
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
已安装的软件包
名称 :gcc
架构 :x86_64
版本 :4.8.5
发布 :16.el7_4.1
大小 :37 M
源 :installed
来自源:updates
简介 : Various compilers (C, C++, Objective-C, Java, ...)
网址 :http://gcc.gnu.org
协议 : GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
描述 : The gcc package contains the GNU Compiler Collection version 4.8.
: You'll need this package in order to compile C code.

[root@localhost php-7.1.6]# yum info openssl
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
已安装的软件包
名称 :openssl
架构 :x86_64
时期 :1
版本 :1.0.1e
发布 :60.el7
大小 :1.5 M
源 :installed
来自源:anaconda
简介 : Utilities from the general purpose cryptography library with TLS implementation
网址 :http://www.openssl.org/
协议 : OpenSSL
描述 : The OpenSSL toolkit provides support for secure communications between
: machines. OpenSSL includes a certificate management tool and shared
: libraries which provide various cryptographic algorithms and
: protocols.

可安装的软件包
名称 :openssl
架构 :x86_64
时期 :1
版本 :1.0.2k
发布 :8.el7
大小 :492 k
源 :base/7/x86_64
简介 : Utilities from the general purpose cryptography library with TLS implementation
网址 :http://www.openssl.org/
协议 : OpenSSL
描述 : The OpenSSL toolkit provides support for secure communications between
: machines. OpenSSL includes a certificate management tool and shared
: libraries which provide various cryptographic algorithms and
: protocols.

[root@localhost php-7.1.6]# yum install -y openssl
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
正在解决依赖关系
--> 正在检查事务
---> 软件包 openssl.x86_64.1.1.0.1e-60.el7 将被 升级
---> 软件包 openssl.x86_64.1.1.0.2k-8.el7 将被 更新
--> 正在处理依赖关系 openssl-libs(x86-64) = 1:1.0.2k-8.el7,它被软件包 1:openssl-1.0.2k-8.el7.x86_64 需要
--> 正在处理依赖关系 libcrypto.so.10(OPENSSL_1.0.2)(64bit),它被软件包 1:openssl-1.0.2k-8.el7.x86_64 需要
--> 正在检查事务
---> 软件包 openssl-libs.x86_64.1.1.0.1e-60.el7 将被 升级
---> 软件包 openssl-libs.x86_64.1.1.0.2k-8.el7 将被 更新
--> 解决依赖关系完成

依赖关系解决

===========================================================================================================================
Package 架构 版本 源 大小
===========================================================================================================================
正在更新:
openssl x86_64 1:1.0.2k-8.el7 base 492 k
为依赖而更新:
openssl-libs x86_64 1:1.0.2k-8.el7 base 1.2 M

事务概要
===========================================================================================================================
升级 1 软件包 (+1 依赖软件包)

总下载量:1.7 M
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
(1/2): openssl-1.0.2k-8.el7.x86_64.rpm | 492 kB 00:00:00
(2/2): openssl-libs-1.0.2k-8.el7.x86_64.rpm | 1.2 MB 00:00:01
---------------------------------------------------------------------------------------------------------------------------
总计 1.4 MB/s | 1.7 MB 00:00:01
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
正在更新 : 1:openssl-libs-1.0.2k-8.el7.x86_64 1/4
正在更新 : 1:openssl-1.0.2k-8.el7.x86_64 2/4
清理 : 1:openssl-1.0.1e-60.el7.x86_64 3/4
清理 : 1:openssl-libs-1.0.1e-60.el7.x86_64 4/4
验证中 : 1:openssl-libs-1.0.2k-8.el7.x86_64 1/4
验证中 : 1:openssl-1.0.2k-8.el7.x86_64 2/4
验证中 : 1:openssl-libs-1.0.1e-60.el7.x86_64 3/4
验证中 : 1:openssl-1.0.1e-60.el7.x86_64 4/4

更新完毕:
openssl.x86_64 1:1.0.2k-8.el7

作为依赖被升级:
openssl-libs.x86_64 1:1.0.2k-8.el7

完毕!
[root@localhost php-7.1.6]# make && make install
make: *** 没有指明目标并且找不到 makefile。 停止。
[root@localhost php-7.1.6]# ./configure --prefix=/usr/local/php7 --with-apxs2=/usr/local/apache2.4/bin/apxs --with-config-file-path=/usr/local/php7/etc --enable-fpm --enable-mysqlnd --with-pdo-mysql=mysqlnd --with-pdo-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-libxml-dir --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-iconv-dir --with-zlib-dir --with-bz2 --with-openssl --with-mcrypt --enable-soap --enable-gd-native-ttf --enable-mbstring --enable-sockets --enable-exif
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
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 cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -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 whether ln -s works... yes
checking for system library directory... lib
checking whether to enable runpaths... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking whether to enable computed goto gcc extension with re2c... no
checking whether to force non-PIC code in shared modules... no
checking whether /dev/urandom exists... yes
checking whether /dev/arandom exists... no
checking for global register variables support... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib... pthread

Configuring SAPI modules
checking for Apache 2.0 handler-module support via DSO through APXS... yes
checking for setproctitle... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for PS_STRINGS... no
checking for CLI build... yes
checking for embedded SAPI library support... no
checking for FPM build... yes
checking for setenv... yes
checking for clearenv... yes
checking for setproctitle... (cached) no
checking for library containing socket... none required
checking for library containing inet_addr... none required
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 stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking for prctl... yes
checking for clock_gettime... yes
checking for ptrace... yes
checking whether ptrace works... yes
checking for proc mem file... mem
checking if gcc supports __sync_bool_compare_and_swap... yes
checking for TCP_INFO... yes
checking for sysconf... yes
checking for times... yes
checking for kqueue... no
checking for port framework... no
checking for /dev/poll... no
checking for epoll... yes
checking for poll... yes
checking for select... yes
checking for apparmor... no
checking for LiteSpeed support... no
checking for phpdbg support... yes
checking for phpdbg web SAPI support... no
checking for phpdbg debug build... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for CGI build... yes
checking for socklen_t in sys/socket.h... yes
checking for sun_len in sys/un.h... no
checking whether cross-process locking is required by accept()... no
checking for chosen SAPI module... apache2handler
checking for executable SAPI binaries... cli fpm phpdbg cgi

Running system checks
checking for sendmail... /usr/sbin/sendmail
checking whether system uses EBCDIC... no
checking whether byte ordering is bigendian... no
checking whether writing to stdout works... This is the test message -- yes
checking for socket... yes
checking for socketpair... yes
checking for htonl... yes
checking for gethostname... yes
checking for gethostbyaddr... yes
checking for yp_get_default_domain... no
checking for __yp_get_default_domain... no
checking for yp_get_default_domain in -lnsl... yes
checking for dlopen... no
checking for __dlopen... no
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for inet_aton... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for dirent.h... yes
checking for ApplicationServices/ApplicationServices.h... no
checking for sys/param.h... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for alloca.h... yes
checking for arpa/inet.h... (cached) yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for crypt.h... yes
checking for dns.h... no
checking for fcntl.h... (cached) yes
checking for grp.h... yes
checking for ieeefp.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for monetary.h... yes
checking for netdb.h... yes
checking for poll.h... yes
checking for pwd.h... yes
checking for resolv.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for syslog.h... yes
checking for sysexits.h... (cached) yes
checking for sys/ioctl.h... yes
checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking for sys/poll.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/statfs.h... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
checking for sys/sysexits.h... no
checking for sys/varargs.h... no
checking for sys/wait.h... yes
checking for sys/loadavg.h... no
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for unix.h... no
checking for utime.h... yes
checking for sys/utsname.h... yes
checking for sys/ipc.h... yes
checking for dlfcn.h... yes
checking for assert.h... (cached) yes
checking for fopencookie... yes
checking for broken getcwd... no
checking for broken libc stdio... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for missing declarations of reentrant functions... done
checking for fclose declaration... ok
checking for tm_gmtoff in struct tm... yes
checking for struct flock... yes
checking for socklen_t... yes
checking size of size_t... 8
checking size of long long... 8
checking size of long long int... 8
checking size of long... 8
checking size of int... 4
checking size of intmax_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of short... 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking for int8... no
checking for int16... no
checking for int32... no
checking for int64... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8... no
checking for uint16... no
checking for uint32... no
checking for uint64... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for __builtin_expect... yes
checking for __builtin_clz... yes
checking for __builtin_ctzl... yes
checking for __builtin_ctzll... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for struct sockaddr_storage... yes
checking for field sa_len in struct sockaddr... no
checking for IPv6 support... yes
checking for vprintf... yes
checking for _doprnt... no
checking for alphasort... yes
checking for asctime_r... yes
checking for chroot... yes
checking for ctime_r... yes
checking for cuserid... yes
checking for crypt... no
checking for flock... yes
checking for ftok... yes
checking for funopen... no
checking for gai_strerror... yes
checking for gcvt... yes
checking for getloadavg... yes
checking for getlogin... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for gethostname... (cached) yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for getpwnam_r... yes
checking for getgrnam_r... yes
checking for getpwuid_r... yes
checking for grantpt... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for isascii... yes
checking for link... yes
checking for localtime_r... yes
checking for lockf... yes
checking for lchown... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for mkstemp... yes
checking for mmap... yes
checking for nl_langinfo... yes
checking for perror... yes
checking for poll... yes
checking for ptsname... yes
checking for putenv... yes
checking for realpath... yes
checking for random... yes
checking for rand_r... yes
checking for scandir... yes
checking for setitimer... yes
checking for setlocale... yes
checking for localeconv... yes
checking for setenv... (cached) yes
checking for setpgid... yes
checking for setsockopt... yes
checking for setvbuf... yes
checking for shutdown... yes
checking for sin... yes
checking for snprintf... yes
checking for srand48... yes
checking for srandom... yes
checking for statfs... yes
checking for statvfs... yes
checking for std_syslog... no
checking for strcasecmp... yes
checking for strcoll... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strnlen... yes
checking for strptime... yes
checking for strstr... yes
checking for strtok_r... yes
checking for symlink... yes
checking for tempnam... yes
checking for tzset... yes
checking for unlockpt... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utime... yes
checking for vsnprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for nanosleep... yes
checking for nanosleep in -lrt... yes
checking for getaddrinfo... yes
checking for __sync_fetch_and_add... yes
checking for strlcat... no
checking for strlcpy... no
checking for getopt... yes
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for declared timezone... yes
checking for type of reentrant time-related functions... POSIX
checking for readdir_r... yes
checking for type of readdir_r... POSIX
checking for in_addr_t... yes
checking for crypt_r... no

General settings
checking whether to include gcov symbols... no
checking whether to include debugging symbols... no
checking layout of installed files... PHP
checking path to configuration file... /usr/local/php7/etc
checking where to scan for configuration files...
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... yes
checking whether to enable DTrace support... no
checking how big to make fd sets... using system default

Configuring extensions
checking size of long... (cached) 8
checking size of int... (cached) 4
checking for int32_t... yes
checking for uint32_t... yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking for gettimeofday... (cached) yes
checking whether to enable LIBXML support... yes
checking libxml2 install dir... yes
checking for xml2-config path... /usr/bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... yes
checking for Kerberos support... no
checking whether to use system default cipher list instead of hardcoded value... no
checking for RAND_egd... no
checking for pkg-config... /usr/bin/pkg-config
configure: error: Cannot find OpenSSL's <evp.h>
[root@localhost php-7.1.6]# ln -s /usr/lib64/libssl.so /usr/lib/
[root@localhost php-7.1.6]# ./configure --prefix=/usr/local/php7 --with-apxs2=/usr/local/apache2.4/bin/apxs --with-config-file-path=/usr/local/php7/etc --enable-fpm --enable-mysqlnd --with-pdo-mysql=mysqlnd --with-pdo-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-libxml-dir --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-iconv-dir --with-zlib-dir --with-bz2 --with-openssl --with-mcrypt --enable-soap --enable-gd-native-ttf --enable-mbstring --enable-sockets --enable-exif
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
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 cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -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 whether ln -s works... yes
checking for system library directory... lib
checking whether to enable runpaths... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking whether to enable computed goto gcc extension with re2c... no
checking whether to force non-PIC code in shared modules... no
checking whether /dev/urandom exists... yes
checking whether /dev/arandom exists... no
checking for global register variables support... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib... pthread

Configuring SAPI modules
checking for Apache 2.0 handler-module support via DSO through APXS... yes
checking for setproctitle... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for PS_STRINGS... no
checking for CLI build... yes
checking for embedded SAPI library support... no
checking for FPM build... yes
checking for setenv... yes
checking for clearenv... yes
checking for setproctitle... (cached) no
checking for library containing socket... none required
checking for library containing inet_addr... none required
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 stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking for prctl... yes
checking for clock_gettime... yes
checking for ptrace... yes
checking whether ptrace works... yes
checking for proc mem file... mem
checking if gcc supports __sync_bool_compare_and_swap... yes
checking for TCP_INFO... yes
checking for sysconf... yes
checking for times... yes
checking for kqueue... no
checking for port framework... no
checking for /dev/poll... no
checking for epoll... yes
checking for poll... yes
checking for select... yes
checking for apparmor... no
checking for LiteSpeed support... no
checking for phpdbg support... yes
checking for phpdbg web SAPI support... no
checking for phpdbg debug build... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for CGI build... yes
checking for socklen_t in sys/socket.h... yes
checking for sun_len in sys/un.h... no
checking whether cross-process locking is required by accept()... no
checking for chosen SAPI module... apache2handler
checking for executable SAPI binaries... cli fpm phpdbg cgi

Running system checks
checking for sendmail... /usr/sbin/sendmail
checking whether system uses EBCDIC... no
checking whether byte ordering is bigendian... no
checking whether writing to stdout works... This is the test message -- yes
checking for socket... yes
checking for socketpair... yes
checking for htonl... yes
checking for gethostname... yes
checking for gethostbyaddr... yes
checking for yp_get_default_domain... no
checking for __yp_get_default_domain... no
checking for yp_get_default_domain in -lnsl... yes
checking for dlopen... no
checking for __dlopen... no
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for inet_aton... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for dirent.h... yes
checking for ApplicationServices/ApplicationServices.h... no
checking for sys/param.h... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for alloca.h... yes
checking for arpa/inet.h... (cached) yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for crypt.h... yes
checking for dns.h... no
checking for fcntl.h... (cached) yes
checking for grp.h... yes
checking for ieeefp.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for monetary.h... yes
checking for netdb.h... yes
checking for poll.h... yes
checking for pwd.h... yes
checking for resolv.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for syslog.h... yes
checking for sysexits.h... (cached) yes
checking for sys/ioctl.h... yes
checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking for sys/poll.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/statfs.h... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
checking for sys/sysexits.h... no
checking for sys/varargs.h... no
checking for sys/wait.h... yes
checking for sys/loadavg.h... no
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for unix.h... no
checking for utime.h... yes
checking for sys/utsname.h... yes
checking for sys/ipc.h... yes
checking for dlfcn.h... yes
checking for assert.h... (cached) yes
checking for fopencookie... yes
checking for broken getcwd... no
checking for broken libc stdio... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for missing declarations of reentrant functions... done
checking for fclose declaration... ok
checking for tm_gmtoff in struct tm... yes
checking for struct flock... yes
checking for socklen_t... yes
checking size of size_t... 8
checking size of long long... 8
checking size of long long int... 8
checking size of long... 8
checking size of int... 4
checking size of intmax_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of short... 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking for int8... no
checking for int16... no
checking for int32... no
checking for int64... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8... no
checking for uint16... no
checking for uint32... no
checking for uint64... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for __builtin_expect... yes
checking for __builtin_clz... yes
checking for __builtin_ctzl... yes
checking for __builtin_ctzll... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for struct sockaddr_storage... yes
checking for field sa_len in struct sockaddr... no
checking for IPv6 support... yes
checking for vprintf... yes
checking for _doprnt... no
checking for alphasort... yes
checking for asctime_r... yes
checking for chroot... yes
checking for ctime_r... yes
checking for cuserid... yes
checking for crypt... no
checking for flock... yes
checking for ftok... yes
checking for funopen... no
checking for gai_strerror... yes
checking for gcvt... yes
checking for getloadavg... yes
checking for getlogin... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for gethostname... (cached) yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for getpwnam_r... yes
checking for getgrnam_r... yes
checking for getpwuid_r... yes
checking for grantpt... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for isascii... yes
checking for link... yes
checking for localtime_r... yes
checking for lockf... yes
checking for lchown... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for mkstemp... yes
checking for mmap... yes
checking for nl_langinfo... yes
checking for perror... yes
checking for poll... yes
checking for ptsname... yes
checking for putenv... yes
checking for realpath... yes
checking for random... yes
checking for rand_r... yes
checking for scandir... yes
checking for setitimer... yes
checking for setlocale... yes
checking for localeconv... yes
checking for setenv... (cached) yes
checking for setpgid... yes
checking for setsockopt... yes
checking for setvbuf... yes
checking for shutdown... yes
checking for sin... yes
checking for snprintf... yes
checking for srand48... yes
checking for srandom... yes
checking for statfs... yes
checking for statvfs... yes
checking for std_syslog... no
checking for strcasecmp... yes
checking for strcoll... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strnlen... yes
checking for strptime... yes
checking for strstr... yes
checking for strtok_r... yes
checking for symlink... yes
checking for tempnam... yes
checking for tzset... yes
checking for unlockpt... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utime... yes
checking for vsnprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for nanosleep... yes
checking for nanosleep in -lrt... yes
checking for getaddrinfo... yes
checking for __sync_fetch_and_add... yes
checking for strlcat... no
checking for strlcpy... no
checking for getopt... yes
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for declared timezone... yes
checking for type of reentrant time-related functions... POSIX
checking for readdir_r... yes
checking for type of readdir_r... POSIX
checking for in_addr_t... yes
checking for crypt_r... no

General settings
checking whether to include gcov symbols... no
checking whether to include debugging symbols... no
checking layout of installed files... PHP
checking path to configuration file... /usr/local/php7/etc
checking where to scan for configuration files...
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... yes
checking whether to enable DTrace support... no
checking how big to make fd sets... using system default

Configuring extensions
checking size of long... (cached) 8
checking size of int... (cached) 4
checking for int32_t... yes
checking for uint32_t... yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking for gettimeofday... (cached) yes
checking whether to enable LIBXML support... yes
checking libxml2 install dir... yes
checking for xml2-config path... /usr/bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... yes
checking for Kerberos support... no
checking whether to use system default cipher list instead of hardcoded value... no
checking for RAND_egd... no
checking for pkg-config... /usr/bin/pkg-config
configure: error: Cannot find OpenSSL's <evp.h>
[root@localhost php-7.1.6]# make && make install
make: *** 没有指明目标并且找不到 makefile。 停止。
[root@localhost php-7.1.6]# yum install -y openssl openssl-devel
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
软件包 1:openssl-1.0.2k-8.el7.x86_64 已安装并且是最新版本
正在解决依赖关系
--> 正在检查事务
---> 软件包 openssl-devel.x86_64.1.1.0.2k-8.el7 将被 安装
--> 正在处理依赖关系 krb5-devel(x86-64),它被软件包 1:openssl-devel-1.0.2k-8.el7.x86_64 需要
--> 正在检查事务
---> 软件包 krb5-devel.x86_64.0.1.15.1-8.el7 将被 安装
--> 正在处理依赖关系 libkadm5(x86-64) = 1.15.1-8.el7,它被软件包 krb5-devel-1.15.1-8.el7.x86_64 需要
--> 正在处理依赖关系 krb5-libs(x86-64) = 1.15.1-8.el7,它被软件包 krb5-devel-1.15.1-8.el7.x86_64 需要
--> 正在处理依赖关系 libverto-devel,它被软件包 krb5-devel-1.15.1-8.el7.x86_64 需要
--> 正在处理依赖关系 libselinux-devel,它被软件包 krb5-devel-1.15.1-8.el7.x86_64 需要
--> 正在处理依赖关系 libcom_err-devel,它被软件包 krb5-devel-1.15.1-8.el7.x86_64 需要
--> 正在处理依赖关系 keyutils-libs-devel,它被软件包 krb5-devel-1.15.1-8.el7.x86_64 需要
--> 正在检查事务
---> 软件包 keyutils-libs-devel.x86_64.0.1.5.8-3.el7 将被 安装
---> 软件包 krb5-libs.x86_64.0.1.14.1-26.el7 将被 升级
---> 软件包 krb5-libs.x86_64.0.1.15.1-8.el7 将被 更新
---> 软件包 libcom_err-devel.x86_64.0.1.42.9-10.el7 将被 安装
--> 正在处理依赖关系 libcom_err(x86-64) = 1.42.9-10.el7,它被软件包 libcom_err-devel-1.42.9-10.el7.x86_64 需要
---> 软件包 libkadm5.x86_64.0.1.15.1-8.el7 将被 安装
---> 软件包 libselinux-devel.x86_64.0.2.5-11.el7 将被 安装
--> 正在处理依赖关系 libselinux(x86-64) = 2.5-11.el7,它被软件包 libselinux-devel-2.5-11.el7.x86_64 需要
--> 正在处理依赖关系 libsepol-devel(x86-64) >= 2.5-6,它被软件包 libselinux-devel-2.5-11.el7.x86_64 需要
--> 正在处理依赖关系 pkgconfig(libsepol),它被软件包 libselinux-devel-2.5-11.el7.x86_64 需要
--> 正在处理依赖关系 pkgconfig(libpcre),它被软件包 libselinux-devel-2.5-11.el7.x86_64 需要
---> 软件包 libverto-devel.x86_64.0.0.2.5-4.el7 将被 安装
--> 正在检查事务
---> 软件包 libcom_err.x86_64.0.1.42.9-9.el7 将被 升级
--> 正在处理依赖关系 libcom_err(x86-64) = 1.42.9-9.el7,它被软件包 libss-1.42.9-9.el7.x86_64 需要
--> 正在处理依赖关系 libcom_err(x86-64) = 1.42.9-9.el7,它被软件包 e2fsprogs-libs-1.42.9-9.el7.x86_64 需要
--> 正在处理依赖关系 libcom_err(x86-64) = 1.42.9-9.el7,它被软件包 e2fsprogs-1.42.9-9.el7.x86_64 需要
---> 软件包 libcom_err.x86_64.0.1.42.9-10.el7 将被 更新
---> 软件包 libselinux.x86_64.0.2.5-6.el7 将被 升级
--> 正在处理依赖关系 libselinux(x86-64) = 2.5-6.el7,它被软件包 libselinux-python-2.5-6.el7.x86_64 需要
--> 正在处理依赖关系 libselinux(x86-64) = 2.5-6.el7,它被软件包 libselinux-utils-2.5-6.el7.x86_64 需要
---> 软件包 libselinux.x86_64.0.2.5-11.el7 将被 更新
---> 软件包 libsepol-devel.x86_64.0.2.5-6.el7 将被 安装
---> 软件包 pcre-devel.x86_64.0.8.32-17.el7 将被 安装
--> 正在处理依赖关系 pcre(x86-64) = 8.32-17.el7,它被软件包 pcre-devel-8.32-17.el7.x86_64 需要
--> 正在检查事务
---> 软件包 e2fsprogs.x86_64.0.1.42.9-9.el7 将被 升级
---> 软件包 e2fsprogs.x86_64.0.1.42.9-10.el7 将被 更新
---> 软件包 e2fsprogs-libs.x86_64.0.1.42.9-9.el7 将被 升级
---> 软件包 e2fsprogs-libs.x86_64.0.1.42.9-10.el7 将被 更新
---> 软件包 libselinux-python.x86_64.0.2.5-6.el7 将被 升级
---> 软件包 libselinux-python.x86_64.0.2.5-11.el7 将被 更新
---> 软件包 libselinux-utils.x86_64.0.2.5-6.el7 将被 升级
---> 软件包 libselinux-utils.x86_64.0.2.5-11.el7 将被 更新
---> 软件包 libss.x86_64.0.1.42.9-9.el7 将被 升级
---> 软件包 libss.x86_64.0.1.42.9-10.el7 将被 更新
---> 软件包 pcre.x86_64.0.8.32-15.el7_2.1 将被 升级
---> 软件包 pcre.x86_64.0.8.32-17.el7 将被 更新
--> 解决依赖关系完成

依赖关系解决

===========================================================================================================================
Package 架构 版本 源 大小
===========================================================================================================================
正在安装:
openssl-devel x86_64 1:1.0.2k-8.el7 base 1.5 M
为依赖而安装:
keyutils-libs-devel x86_64 1.5.8-3.el7 base 37 k
krb5-devel x86_64 1.15.1-8.el7 base 266 k
libcom_err-devel x86_64 1.42.9-10.el7 base 31 k
libkadm5 x86_64 1.15.1-8.el7 base 174 k
libselinux-devel x86_64 2.5-11.el7 base 186 k
libsepol-devel x86_64 2.5-6.el7 base 74 k
libverto-devel x86_64 0.2.5-4.el7 base 12 k
pcre-devel x86_64 8.32-17.el7 base 480 k
为依赖而更新:
e2fsprogs x86_64 1.42.9-10.el7 base 698 k
e2fsprogs-libs x86_64 1.42.9-10.el7 base 166 k
krb5-libs x86_64 1.15.1-8.el7 base 747 k
libcom_err x86_64 1.42.9-10.el7 base 40 k
libselinux x86_64 2.5-11.el7 base 162 k
libselinux-python x86_64 2.5-11.el7 base 234 k
libselinux-utils x86_64 2.5-11.el7 base 151 k
libss x86_64 1.42.9-10.el7 base 45 k
pcre x86_64 8.32-17.el7 base 422 k

事务概要
===========================================================================================================================
安装 1 软件包 (+8 依赖软件包)
升级 ( 9 依赖软件包)

总下载量:5.3 M
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
(1/18): e2fsprogs-1.42.9-10.el7.x86_64.rpm | 698 kB 00:00:00
(2/18): keyutils-libs-devel-1.5.8-3.el7.x86_64.rpm | 37 kB 00:00:00
(3/18): krb5-devel-1.15.1-8.el7.x86_64.rpm | 266 kB 00:00:00
(4/18): krb5-libs-1.15.1-8.el7.x86_64.rpm | 747 kB 00:00:00
(5/18): libcom_err-1.42.9-10.el7.x86_64.rpm | 40 kB 00:00:00
(6/18): libcom_err-devel-1.42.9-10.el7.x86_64.rpm | 31 kB 00:00:00
(7/18): libkadm5-1.15.1-8.el7.x86_64.rpm | 174 kB 00:00:00
(8/18): libselinux-2.5-11.el7.x86_64.rpm | 162 kB 00:00:00
(9/18): libselinux-devel-2.5-11.el7.x86_64.rpm | 186 kB 00:00:00
(10/18): libselinux-python-2.5-11.el7.x86_64.rpm | 234 kB 00:00:00
(11/18): libselinux-utils-2.5-11.el7.x86_64.rpm | 151 kB 00:00:00
(12/18): libsepol-devel-2.5-6.el7.x86_64.rpm | 74 kB 00:00:00
(13/18): libss-1.42.9-10.el7.x86_64.rpm | 45 kB 00:00:00
(14/18): libverto-devel-0.2.5-4.el7.x86_64.rpm | 12 kB 00:00:00
(15/18): openssl-devel-1.0.2k-8.el7.x86_64.rpm | 1.5 MB 00:00:00
(16/18): pcre-8.32-17.el7.x86_64.rpm | 422 kB 00:00:00
(17/18): pcre-devel-8.32-17.el7.x86_64.rpm | 480 kB 00:00:00
(18/18): e2fsprogs-libs-1.42.9-10.el7.x86_64.rpm | 166 kB 00:00:05
---------------------------------------------------------------------------------------------------------------------------
总计 951 kB/s | 5.3 MB 00:00:05
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
正在更新 : libcom_err-1.42.9-10.el7.x86_64 1/27
正在更新 : pcre-8.32-17.el7.x86_64 2/27
正在更新 : libselinux-2.5-11.el7.x86_64 3/27
正在更新 : krb5-libs-1.15.1-8.el7.x86_64 4/27
正在安装 : libkadm5-1.15.1-8.el7.x86_64 5/27
正在安装 : pcre-devel-8.32-17.el7.x86_64 6/27
正在更新 : libss-1.42.9-10.el7.x86_64 7/27
正在安装 : libcom_err-devel-1.42.9-10.el7.x86_64 8/27
正在更新 : e2fsprogs-libs-1.42.9-10.el7.x86_64 9/27
正在安装 : libsepol-devel-2.5-6.el7.x86_64 10/27
正在安装 : libselinux-devel-2.5-11.el7.x86_64 11/27
正在安装 : libverto-devel-0.2.5-4.el7.x86_64 12/27
正在安装 : keyutils-libs-devel-1.5.8-3.el7.x86_64 13/27
正在安装 : krb5-devel-1.15.1-8.el7.x86_64 14/27
正在安装 : 1:openssl-devel-1.0.2k-8.el7.x86_64 15/27
正在更新 : e2fsprogs-1.42.9-10.el7.x86_64 16/27
正在更新 : libselinux-utils-2.5-11.el7.x86_64 17/27
正在更新 : libselinux-python-2.5-11.el7.x86_64 18/27
清理 : e2fsprogs-1.42.9-9.el7.x86_64 19/27
清理 : krb5-libs-1.14.1-26.el7.x86_64 20/27
清理 : e2fsprogs-libs-1.42.9-9.el7.x86_64 21/27
清理 : libss-1.42.9-9.el7.x86_64 22/27
清理 : libselinux-python-2.5-6.el7.x86_64 23/27
清理 : libselinux-utils-2.5-6.el7.x86_64 24/27
清理 : libselinux-2.5-6.el7.x86_64 25/27
清理 : pcre-8.32-15.el7_2.1.x86_64 26/27
清理 : libcom_err-1.42.9-9.el7.x86_64 27/27
验证中 : libss-1.42.9-10.el7.x86_64 1/27
验证中 : libselinux-utils-2.5-11.el7.x86_64 2/27
验证中 : keyutils-libs-devel-1.5.8-3.el7.x86_64 3/27
验证中 : libselinux-2.5-11.el7.x86_64 4/27
验证中 : libselinux-python-2.5-11.el7.x86_64 5/27
验证中 : pcre-devel-8.32-17.el7.x86_64 6/27
验证中 : pcre-8.32-17.el7.x86_64 7/27
验证中 : libkadm5-1.15.1-8.el7.x86_64 8/27
验证中 : libverto-devel-0.2.5-4.el7.x86_64 9/27
验证中 : libcom_err-devel-1.42.9-10.el7.x86_64 10/27
验证中 : 1:openssl-devel-1.0.2k-8.el7.x86_64 11/27
验证中 : libselinux-devel-2.5-11.el7.x86_64 12/27
验证中 : libcom_err-1.42.9-10.el7.x86_64 13/27
验证中 : e2fsprogs-libs-1.42.9-10.el7.x86_64 14/27
验证中 : libsepol-devel-2.5-6.el7.x86_64 15/27
验证中 : krb5-devel-1.15.1-8.el7.x86_64 16/27
验证中 : e2fsprogs-1.42.9-10.el7.x86_64 17/27
验证中 : krb5-libs-1.15.1-8.el7.x86_64 18/27
验证中 : libss-1.42.9-9.el7.x86_64 19/27
验证中 : libselinux-python-2.5-6.el7.x86_64 20/27
验证中 : libselinux-utils-2.5-6.el7.x86_64 21/27
验证中 : pcre-8.32-15.el7_2.1.x86_64 22/27
验证中 : libselinux-2.5-6.el7.x86_64 23/27
验证中 : libcom_err-1.42.9-9.el7.x86_64 24/27
验证中 : e2fsprogs-libs-1.42.9-9.el7.x86_64 25/27
验证中 : e2fsprogs-1.42.9-9.el7.x86_64 26/27
验证中 : krb5-libs-1.14.1-26.el7.x86_64 27/27

已安装:
openssl-devel.x86_64 1:1.0.2k-8.el7

作为依赖被安装:
keyutils-libs-devel.x86_64 0:1.5.8-3.el7 krb5-devel.x86_64 0:1.15.1-8.el7 libcom_err-devel.x86_64 0:1.42.9-10.el7
libkadm5.x86_64 0:1.15.1-8.el7 libselinux-devel.x86_64 0:2.5-11.el7 libsepol-devel.x86_64 0:2.5-6.el7
libverto-devel.x86_64 0:0.2.5-4.el7 pcre-devel.x86_64 0:8.32-17.el7

作为依赖被升级:
e2fsprogs.x86_64 0:1.42.9-10.el7 e2fsprogs-libs.x86_64 0:1.42.9-10.el7 krb5-libs.x86_64 0:1.15.1-8.el7
libcom_err.x86_64 0:1.42.9-10.el7 libselinux.x86_64 0:2.5-11.el7 libselinux-python.x86_64 0:2.5-11.el7
libselinux-utils.x86_64 0:2.5-11.el7 libss.x86_64 0:1.42.9-10.el7 pcre.x86_64 0:8.32-17.el7

完毕!
[root@localhost php-7.1.6]# ./configure --prefix=/usr/local/php7 --with-apxs2=/usr/local/apache2.4/bin/apxs --with-config-file-path=/usr/local/php7/etc --enable-fpm --enable-mysqlnd --with-pdo-mysql=mysqlnd --with-pdo-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-libxml-dir --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-iconv-dir --with-zlib-dir --with-bz2 --with-openssl --with-mcrypt --enable-soap --enable-gd-native-ttf --enable-mbstring --enable-sockets --enable-exif
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
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 cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -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 whether ln -s works... yes
checking for system library directory... lib
checking whether to enable runpaths... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking whether to enable computed goto gcc extension with re2c... no
checking whether to force non-PIC code in shared modules... no
checking whether /dev/urandom exists... yes
checking whether /dev/arandom exists... no
checking for global register variables support... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib... pthread

Configuring SAPI modules
checking for Apache 2.0 handler-module support via DSO through APXS... yes
checking for setproctitle... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for PS_STRINGS... no
checking for CLI build... yes
checking for embedded SAPI library support... no
checking for FPM build... yes
checking for setenv... yes
checking for clearenv... yes
checking for setproctitle... (cached) no
checking for library containing socket... none required
checking for library containing inet_addr... none required
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 stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking for prctl... yes
checking for clock_gettime... yes
checking for ptrace... yes
checking whether ptrace works... yes
checking for proc mem file... mem
checking if gcc supports __sync_bool_compare_and_swap... yes
checking for TCP_INFO... yes
checking for sysconf... yes
checking for times... yes
checking for kqueue... no
checking for port framework... no
checking for /dev/poll... no
checking for epoll... yes
checking for poll... yes
checking for select... yes
checking for apparmor... no
checking for LiteSpeed support... no
checking for phpdbg support... yes
checking for phpdbg web SAPI support... no
checking for phpdbg debug build... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for CGI build... yes
checking for socklen_t in sys/socket.h... yes
checking for sun_len in sys/un.h... no
checking whether cross-process locking is required by accept()... no
checking for chosen SAPI module... apache2handler
checking for executable SAPI binaries... cli fpm phpdbg cgi

Running system checks
checking for sendmail... /usr/sbin/sendmail
checking whether system uses EBCDIC... no
checking whether byte ordering is bigendian... no
checking whether writing to stdout works... This is the test message -- yes
checking for socket... yes
checking for socketpair... yes
checking for htonl... yes
checking for gethostname... yes
checking for gethostbyaddr... yes
checking for yp_get_default_domain... no
checking for __yp_get_default_domain... no
checking for yp_get_default_domain in -lnsl... yes
checking for dlopen... no
checking for __dlopen... no
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for inet_aton... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for dirent.h... yes
checking for ApplicationServices/ApplicationServices.h... no
checking for sys/param.h... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for alloca.h... yes
checking for arpa/inet.h... (cached) yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for crypt.h... yes
checking for dns.h... no
checking for fcntl.h... (cached) yes
checking for grp.h... yes
checking for ieeefp.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for monetary.h... yes
checking for netdb.h... yes
checking for poll.h... yes
checking for pwd.h... yes
checking for resolv.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for syslog.h... yes
checking for sysexits.h... (cached) yes
checking for sys/ioctl.h... yes
checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking for sys/poll.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/statfs.h... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
checking for sys/sysexits.h... no
checking for sys/varargs.h... no
checking for sys/wait.h... yes
checking for sys/loadavg.h... no
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for unix.h... no
checking for utime.h... yes
checking for sys/utsname.h... yes
checking for sys/ipc.h... yes
checking for dlfcn.h... yes
checking for assert.h... (cached) yes
checking for fopencookie... yes
checking for broken getcwd... no
checking for broken libc stdio... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for missing declarations of reentrant functions... done
checking for fclose declaration... ok
checking for tm_gmtoff in struct tm... yes
checking for struct flock... yes
checking for socklen_t... yes
checking size of size_t... 8
checking size of long long... 8
checking size of long long int... 8
checking size of long... 8
checking size of int... 4
checking size of intmax_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of short... 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking for int8... no
checking for int16... no
checking for int32... no
checking for int64... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8... no
checking for uint16... no
checking for uint32... no
checking for uint64... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for __builtin_expect... yes
checking for __builtin_clz... yes
checking for __builtin_ctzl... yes
checking for __builtin_ctzll... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for struct sockaddr_storage... yes
checking for field sa_len in struct sockaddr... no
checking for IPv6 support... yes
checking for vprintf... yes
checking for _doprnt... no
checking for alphasort... yes
checking for asctime_r... yes
checking for chroot... yes
checking for ctime_r... yes
checking for cuserid... yes
checking for crypt... no
checking for flock... yes
checking for ftok... yes
checking for funopen... no
checking for gai_strerror... yes
checking for gcvt... yes
checking for getloadavg... yes
checking for getlogin... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for gethostname... (cached) yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for getpwnam_r... yes
checking for getgrnam_r... yes
checking for getpwuid_r... yes
checking for grantpt... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for isascii... yes
checking for link... yes
checking for localtime_r... yes
checking for lockf... yes
checking for lchown... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for mkstemp... yes
checking for mmap... yes
checking for nl_langinfo... yes
checking for perror... yes
checking for poll... yes
checking for ptsname... yes
checking for putenv... yes
checking for realpath... yes
checking for random... yes
checking for rand_r... yes
checking for scandir... yes
checking for setitimer... yes
checking for setlocale... yes
checking for localeconv... yes
checking for setenv... (cached) yes
checking for setpgid... yes
checking for setsockopt... yes
checking for setvbuf... yes
checking for shutdown... yes
checking for sin... yes
checking for snprintf... yes
checking for srand48... yes
checking for srandom... yes
checking for statfs... yes
checking for statvfs... yes
checking for std_syslog... no
checking for strcasecmp... yes
checking for strcoll... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strnlen... yes
checking for strptime... yes
checking for strstr... yes
checking for strtok_r... yes
checking for symlink... yes
checking for tempnam... yes
checking for tzset... yes
checking for unlockpt... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utime... yes
checking for vsnprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for nanosleep... yes
checking for nanosleep in -lrt... yes
checking for getaddrinfo... yes
checking for __sync_fetch_and_add... yes
checking for strlcat... no
checking for strlcpy... no
checking for getopt... yes
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for declared timezone... yes
checking for type of reentrant time-related functions... POSIX
checking for readdir_r... yes
checking for type of readdir_r... POSIX
checking for in_addr_t... yes
checking for crypt_r... no

General settings
checking whether to include gcov symbols... no
checking whether to include debugging symbols... no
checking layout of installed files... PHP
checking path to configuration file... /usr/local/php7/etc
checking where to scan for configuration files...
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... yes
checking whether to enable DTrace support... no
checking how big to make fd sets... using system default

Configuring extensions
checking size of long... (cached) 8
checking size of int... (cached) 4
checking for int32_t... yes
checking for uint32_t... yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking for gettimeofday... (cached) yes
checking whether to enable LIBXML support... yes
checking libxml2 install dir... yes
checking for xml2-config path... /usr/bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... yes
checking for Kerberos support... no
checking whether to use system default cipher list instead of hardcoded value... no
checking for RAND_egd... no
checking for pkg-config... /usr/bin/pkg-config
checking for PCRE library to use... bundled
checking whether to enable PCRE JIT functionality... yes
checking whether to enable the SQLite3 extension... yes
checking bundled sqlite3 library... yes
checking for ZLIB support... no
checking if the location of ZLIB install directory is defined... yes
checking for zlib version >= 1.2.0.4... 1.2.7
checking for gzgets in -lz... yes
checking whether to enable bc style precision math functions... no
checking for BZip2 support... yes
checking for BZip2 in default path... not found
configure: error: Please reinstall the BZip2 distribution
[root@localhost php-7.1.6]# echo $?
1
[root@localhost php-7.1.6]# yum info BZip2
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
已安装的软件包
名称 :bzip2
架构 :x86_64
版本 :1.0.6
发布 :13.el7
大小 :82 k
源 :installed
来自源:base
简介 : A file compression utility
网址 :http://www.bzip.org/
协议 : BSD
描述 : Bzip2 is a freely available, patent-free, high quality data compressor.
: Bzip2 compresses files to within 10 to 15 percent of the capabilities
: of the best techniques available. However, bzip2 has the added benefit
: of being approximately two times faster at compression and six times
: faster at decompression than those techniques. Bzip2 is not the
: fastest compression utility, but it does strike a balance between speed
: and compression capability.
:
: Install bzip2 if you need a compression utility.

[root@localhost php-7.1.6]# yum install -y bzip2
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
软件包 bzip2-1.0.6-13.el7.x86_64 已安装并且是最新版本
无须任何处理
[root@localhost php-7.1.6]# ./configure --prefix=/usr/local/php7 --with-apxs2=/usr/local/apache2.4/bin/apxs --with-config-file-path=/usr/local/php7/etc --enable-fpm --enable-mysqlnd --with-pdo-mysql=mysqlnd --with-pdo-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-libxml-dir --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-iconv-dir --with-zlib-dir --with-bz2 --with-openssl --with-mcrypt --enable-soap --enable-gd-native-ttf --enable-mbstring --enable-sockets --enable-exif
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
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 cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -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 whether ln -s works... yes
checking for system library directory... lib
checking whether to enable runpaths... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking whether to enable computed goto gcc extension with re2c... no
checking whether to force non-PIC code in shared modules... no
checking whether /dev/urandom exists... yes
checking whether /dev/arandom exists... no
checking for global register variables support... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib... pthread

Configuring SAPI modules
checking for Apache 2.0 handler-module support via DSO through APXS... yes
checking for setproctitle... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for PS_STRINGS... no
checking for CLI build... yes
checking for embedded SAPI library support... no
checking for FPM build... yes
checking for setenv... yes
checking for clearenv... yes
checking for setproctitle... (cached) no
checking for library containing socket... none required
checking for library containing inet_addr... none required
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 stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking for prctl... yes
checking for clock_gettime... yes
checking for ptrace... yes
checking whether ptrace works... yes
checking for proc mem file... mem
checking if gcc supports __sync_bool_compare_and_swap... yes
checking for TCP_INFO... yes
checking for sysconf... yes
checking for times... yes
checking for kqueue... no
checking for port framework... no
checking for /dev/poll... no
checking for epoll... yes
checking for poll... yes
checking for select... yes
checking for apparmor... no
checking for LiteSpeed support... no
checking for phpdbg support... yes
checking for phpdbg web SAPI support... no
checking for phpdbg debug build... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for CGI build... yes
checking for socklen_t in sys/socket.h... yes
checking for sun_len in sys/un.h... no
checking whether cross-process locking is required by accept()... no
checking for chosen SAPI module... apache2handler
checking for executable SAPI binaries... cli fpm phpdbg cgi

Running system checks
checking for sendmail... /usr/sbin/sendmail
checking whether system uses EBCDIC... no
checking whether byte ordering is bigendian... no
checking whether writing to stdout works... This is the test message -- yes
checking for socket... yes
checking for socketpair... yes
checking for htonl... yes
checking for gethostname... yes
checking for gethostbyaddr... yes
checking for yp_get_default_domain... no
checking for __yp_get_default_domain... no
checking for yp_get_default_domain in -lnsl... yes
checking for dlopen... no
checking for __dlopen... no
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for inet_aton... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for dirent.h... yes
checking for ApplicationServices/ApplicationServices.h... no
checking for sys/param.h... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for alloca.h... yes
checking for arpa/inet.h... (cached) yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for crypt.h... yes
checking for dns.h... no
checking for fcntl.h... (cached) yes
checking for grp.h... yes
checking for ieeefp.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for monetary.h... yes
checking for netdb.h... yes
checking for poll.h... yes
checking for pwd.h... yes
checking for resolv.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for syslog.h... yes
checking for sysexits.h... (cached) yes
checking for sys/ioctl.h... yes
checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking for sys/poll.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/statfs.h... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
checking for sys/sysexits.h... no
checking for sys/varargs.h... no
checking for sys/wait.h... yes
checking for sys/loadavg.h... no
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for unix.h... no
checking for utime.h... yes
checking for sys/utsname.h... yes
checking for sys/ipc.h... yes
checking for dlfcn.h... yes
checking for assert.h... (cached) yes
checking for fopencookie... yes
checking for broken getcwd... no
checking for broken libc stdio... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for missing declarations of reentrant functions... done
checking for fclose declaration... ok
checking for tm_gmtoff in struct tm... yes
checking for struct flock... yes
checking for socklen_t... yes
checking size of size_t... 8
checking size of long long... 8
checking size of long long int... 8
checking size of long... 8
checking size of int... 4
checking size of intmax_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of short... 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking for int8... no
checking for int16... no
checking for int32... no
checking for int64... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8... no
checking for uint16... no
checking for uint32... no
checking for uint64... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for __builtin_expect... yes
checking for __builtin_clz... yes
checking for __builtin_ctzl... yes
checking for __builtin_ctzll... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for struct sockaddr_storage... yes
checking for field sa_len in struct sockaddr... no
checking for IPv6 support... yes
checking for vprintf... yes
checking for _doprnt... no
checking for alphasort... yes
checking for asctime_r... yes
checking for chroot... yes
checking for ctime_r... yes
checking for cuserid... yes
checking for crypt... no
checking for flock... yes
checking for ftok... yes
checking for funopen... no
checking for gai_strerror... yes
checking for gcvt... yes
checking for getloadavg... yes
checking for getlogin... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for gethostname... (cached) yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for getpwnam_r... yes
checking for getgrnam_r... yes
checking for getpwuid_r... yes
checking for grantpt... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for isascii... yes
checking for link... yes
checking for localtime_r... yes
checking for lockf... yes
checking for lchown... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for mkstemp... yes
checking for mmap... yes
checking for nl_langinfo... yes
checking for perror... yes
checking for poll... yes
checking for ptsname... yes
checking for putenv... yes
checking for realpath... yes
checking for random... yes
checking for rand_r... yes
checking for scandir... yes
checking for setitimer... yes
checking for setlocale... yes
checking for localeconv... yes
checking for setenv... (cached) yes
checking for setpgid... yes
checking for setsockopt... yes
checking for setvbuf... yes
checking for shutdown... yes
checking for sin... yes
checking for snprintf... yes
checking for srand48... yes
checking for srandom... yes
checking for statfs... yes
checking for statvfs... yes
checking for std_syslog... no
checking for strcasecmp... yes
checking for strcoll... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strnlen... yes
checking for strptime... yes
checking for strstr... yes
checking for strtok_r... yes
checking for symlink... yes
checking for tempnam... yes
checking for tzset... yes
checking for unlockpt... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utime... yes
checking for vsnprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for nanosleep... yes
checking for nanosleep in -lrt... yes
checking for getaddrinfo... yes
checking for __sync_fetch_and_add... yes
checking for strlcat... no
checking for strlcpy... no
checking for getopt... yes
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for declared timezone... yes
checking for type of reentrant time-related functions... POSIX
checking for readdir_r... yes
checking for type of readdir_r... POSIX
checking for in_addr_t... yes
checking for crypt_r... no

General settings
checking whether to include gcov symbols... no
checking whether to include debugging symbols... no
checking layout of installed files... PHP
checking path to configuration file... /usr/local/php7/etc
checking where to scan for configuration files...
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... yes
checking whether to enable DTrace support... no
checking how big to make fd sets... using system default

Configuring extensions
checking size of long... (cached) 8
checking size of int... (cached) 4
checking for int32_t... yes
checking for uint32_t... yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking for gettimeofday... (cached) yes
checking whether to enable LIBXML support... yes
checking libxml2 install dir... yes
checking for xml2-config path... /usr/bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... yes
checking for Kerberos support... no
checking whether to use system default cipher list instead of hardcoded value... no
checking for RAND_egd... no
checking for pkg-config... /usr/bin/pkg-config
checking for PCRE library to use... bundled
checking whether to enable PCRE JIT functionality... yes
checking whether to enable the SQLite3 extension... yes
checking bundled sqlite3 library... yes
checking for ZLIB support... no
checking if the location of ZLIB install directory is defined... yes
checking for zlib version >= 1.2.0.4... 1.2.7
checking for gzgets in -lz... yes
checking whether to enable bc style precision math functions... no
checking for BZip2 support... yes
checking for BZip2 in default path... not found
configure: error: Please reinstall the BZip2 distribution
[root@localhost php-7.1.6]# cd /usr/src/
[root@localhost src]# ls
debug kernels
[root@localhost src]# cd /usr/local/src/
[root@localhost src]# LS
-bash: LS: 未找到命令
[root@localhost src]# ls
apr-1.4.5 httpd-2.2.34 pcre-8.10.zip
apr-1.4.5.tar.gz httpd-2.2.34.tar.gz php-5.6.30
apr-1.6.3.tar.gz httpd-2.4.29.tar.gz php-5.6.30.tar.gz
apr-util-1.3.12 mariadb-10.2.6-linux-glibc_214-x86_64.tar.gz php-7.1.6
apr-util-1.3.12.tar.gz mysql-5.6.36-linux-glibc2.5-x86_64.tar.gz php-7.1.6.tar.bz2
apr-util-1.6.1.tar.gz pcre-8.10
[root@localhost src]# yum install bzip2 bzip2-devel
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
软件包 bzip2-1.0.6-13.el7.x86_64 已安装并且是最新版本
正在解决依赖关系
--> 正在检查事务
---> 软件包 bzip2-devel.x86_64.0.1.0.6-13.el7 将被 安装
--> 解决依赖关系完成

依赖关系解决

===========================================================================================================================
Package 架构 版本 源 大小
===========================================================================================================================
正在安装:
bzip2-devel x86_64 1.0.6-13.el7 base 218 k

事务概要
===========================================================================================================================
安装 1 软件包

总下载量:218 k
安装大小:382 k
Is this ok [y/d/N]: y
Downloading packages:
bzip2-devel-1.0.6-13.el7.x86_64.rpm | 218 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
正在安装 : bzip2-devel-1.0.6-13.el7.x86_64 1/1
验证中 : bzip2-devel-1.0.6-13.el7.x86_64 1/1

已安装:
bzip2-devel.x86_64 0:1.0.6-13.el7

完毕!
[root@localhost src]# cd php-7.1.6
[root@localhost php-7.1.6]# ls
acinclude.m4 EXTENSIONS Makefile.global README.md server-tests-config.php
aclocal.m4 footer Makefile.objects README.namespaces server-tests.php
appveyor generated_lists makerpm README.NEW-OUTPUT-API snapshot
build genfiles missing README.PARAMETER_PARSING_API stamp-h.in
buildconf header mkinstalldirs README.REDIST.BINS stub.c
buildconf.bat include netware README.RELEASE_PROCESS tests
CODING_STANDARDS INSTALL NEWS README.SELF-CONTAINED-EXTENSIONS travis
config.guess install-sh pear README.STREAMS TSRM
config.log libs php7.spec.in README.SUBMITTING_PATCH UPGRADING
config.nice LICENSE php.gif README.TESTING UPGRADING.INTERNALS
config.sub ltmain.sh php.ini-development README.TESTING2 vcsclean
configure main php.ini-production README.UNIX-BUILD-SYSTEM win32
configure.in makedist README.EXT_SKEL README.WIN32-BUILD-SYSTEM Zend
CONTRIBUTING.md Makefile.frag README.GIT-RULES run-tests.php
CREDITS Makefile.fragments README.input_filter sapi
ext Makefile.gcov README.MAILINGLIST_RULES scripts
[root@localhost php-7.1.6]# ./configure --prefix=/usr/local/php7 --with-apxs2=/usr/local/apache2.4/bin/apxs --with-config-file-path=/usr/local/php7/etc --enable-fpm --enable-mysqlnd --with-pdo-mysql=mysqlnd --with-pdo-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-libxml-dir --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-iconv-dir --with-zlib-dir --with-bz2 --with-openssl --with-mcrypt --enable-soap --enable-gd-native-ttf --enable-mbstring --enable-sockets --enable-exif
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
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 cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -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 whether ln -s works... yes
checking for system library directory... lib
checking whether to enable runpaths... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking whether to enable computed goto gcc extension with re2c... no
checking whether to force non-PIC code in shared modules... no
checking whether /dev/urandom exists... yes
checking whether /dev/arandom exists... no
checking for global register variables support... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib... pthread

Configuring SAPI modules
checking for Apache 2.0 handler-module support via DSO through APXS... yes
checking for setproctitle... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for PS_STRINGS... no
checking for CLI build... yes
checking for embedded SAPI library support... no
checking for FPM build... yes
checking for setenv... yes
checking for clearenv... yes
checking for setproctitle... (cached) no
checking for library containing socket... none required
checking for library containing inet_addr... none required
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 stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking for prctl... yes
checking for clock_gettime... yes
checking for ptrace... yes
checking whether ptrace works... yes
checking for proc mem file... mem
checking if gcc supports __sync_bool_compare_and_swap... yes
checking for TCP_INFO... yes
checking for sysconf... yes
checking for times... yes
checking for kqueue... no
checking for port framework... no
checking for /dev/poll... no
checking for epoll... yes
checking for poll... yes
checking for select... yes
checking for apparmor... no
checking for LiteSpeed support... no
checking for phpdbg support... yes
checking for phpdbg web SAPI support... no
checking for phpdbg debug build... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for CGI build... yes
checking for socklen_t in sys/socket.h... yes
checking for sun_len in sys/un.h... no
checking whether cross-process locking is required by accept()... no
checking for chosen SAPI module... apache2handler
checking for executable SAPI binaries... cli fpm phpdbg cgi

Running system checks
checking for sendmail... /usr/sbin/sendmail
checking whether system uses EBCDIC... no
checking whether byte ordering is bigendian... no
checking whether writing to stdout works... This is the test message -- yes
checking for socket... yes
checking for socketpair... yes
checking for htonl... yes
checking for gethostname... yes
checking for gethostbyaddr... yes
checking for yp_get_default_domain... no
checking for __yp_get_default_domain... no
checking for yp_get_default_domain in -lnsl... yes
checking for dlopen... no
checking for __dlopen... no
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for inet_aton... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for dirent.h... yes
checking for ApplicationServices/ApplicationServices.h... no
checking for sys/param.h... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for alloca.h... yes
checking for arpa/inet.h... (cached) yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for crypt.h... yes
checking for dns.h... no
checking for fcntl.h... (cached) yes
checking for grp.h... yes
checking for ieeefp.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for monetary.h... yes
checking for netdb.h... yes
checking for poll.h... yes
checking for pwd.h... yes
checking for resolv.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for syslog.h... yes
checking for sysexits.h... (cached) yes
checking for sys/ioctl.h... yes
checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking for sys/poll.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/statfs.h... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
checking for sys/sysexits.h... no
checking for sys/varargs.h... no
checking for sys/wait.h... yes
checking for sys/loadavg.h... no
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for unix.h... no
checking for utime.h... yes
checking for sys/utsname.h... yes
checking for sys/ipc.h... yes
checking for dlfcn.h... yes
checking for assert.h... (cached) yes
checking for fopencookie... yes
checking for broken getcwd... no
checking for broken libc stdio... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for missing declarations of reentrant functions... done
checking for fclose declaration... ok
checking for tm_gmtoff in struct tm... yes
checking for struct flock... yes
checking for socklen_t... yes
checking size of size_t... 8
checking size of long long... 8
checking size of long long int... 8
checking size of long... 8
checking size of int... 4
checking size of intmax_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of short... 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking for int8... no
checking for int16... no
checking for int32... no
checking for int64... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8... no
checking for uint16... no
checking for uint32... no
checking for uint64... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for __builtin_expect... yes
checking for __builtin_clz... yes
checking for __builtin_ctzl... yes
checking for __builtin_ctzll... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for struct sockaddr_storage... yes
checking for field sa_len in struct sockaddr... no
checking for IPv6 support... yes
checking for vprintf... yes
checking for _doprnt... no
checking for alphasort... yes
checking for asctime_r... yes
checking for chroot... yes
checking for ctime_r... yes
checking for cuserid... yes
checking for crypt... no
checking for flock... yes
checking for ftok... yes
checking for funopen... no
checking for gai_strerror... yes
checking for gcvt... yes
checking for getloadavg... yes
checking for getlogin... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for gethostname... (cached) yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for getpwnam_r... yes
checking for getgrnam_r... yes
checking for getpwuid_r... yes
checking for grantpt... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for isascii... yes
checking for link... yes
checking for localtime_r... yes
checking for lockf... yes
checking for lchown... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for mkstemp... yes
checking for mmap... yes
checking for nl_langinfo... yes
checking for perror... yes
checking for poll... yes
checking for ptsname... yes
checking for putenv... yes
checking for realpath... yes
checking for random... yes
checking for rand_r... yes
checking for scandir... yes
checking for setitimer... yes
checking for setlocale... yes
checking for localeconv... yes
checking for setenv... (cached) yes
checking for setpgid... yes
checking for setsockopt... yes
checking for setvbuf... yes
checking for shutdown... yes
checking for sin... yes
checking for snprintf... yes
checking for srand48... yes
checking for srandom... yes
checking for statfs... yes
checking for statvfs... yes
checking for std_syslog... no
checking for strcasecmp... yes
checking for strcoll... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strnlen... yes
checking for strptime... yes
checking for strstr... yes
checking for strtok_r... yes
checking for symlink... yes
checking for tempnam... yes
checking for tzset... yes
checking for unlockpt... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utime... yes
checking for vsnprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for nanosleep... yes
checking for nanosleep in -lrt... yes
checking for getaddrinfo... yes
checking for __sync_fetch_and_add... yes
checking for strlcat... no
checking for strlcpy... no
checking for getopt... yes
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for declared timezone... yes
checking for type of reentrant time-related functions... POSIX
checking for readdir_r... yes
checking for type of readdir_r... POSIX
checking for in_addr_t... yes
checking for crypt_r... no

General settings
checking whether to include gcov symbols... no
checking whether to include debugging symbols... no
checking layout of installed files... PHP
checking path to configuration file... /usr/local/php7/etc
checking where to scan for configuration files...
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... yes
checking whether to enable DTrace support... no
checking how big to make fd sets... using system default

Configuring extensions
checking size of long... (cached) 8
checking size of int... (cached) 4
checking for int32_t... yes
checking for uint32_t... yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking for gettimeofday... (cached) yes
checking whether to enable LIBXML support... yes
checking libxml2 install dir... yes
checking for xml2-config path... /usr/bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... yes
checking for Kerberos support... no
checking whether to use system default cipher list instead of hardcoded value... no
checking for RAND_egd... no
checking for pkg-config... /usr/bin/pkg-config
checking for PCRE library to use... bundled
checking whether to enable PCRE JIT functionality... yes
checking whether to enable the SQLite3 extension... yes
checking bundled sqlite3 library... yes
checking for ZLIB support... no
checking if the location of ZLIB install directory is defined... yes
checking for zlib version >= 1.2.0.4... 1.2.7
checking for gzgets in -lz... yes
checking whether to enable bc style precision math functions... no
checking for BZip2 support... yes
checking for BZip2 in default path... found in /usr
checking for BZ2_bzerror in -lbz2... yes
checking whether to enable calendar conversion support... no
checking whether to enable ctype functions... yes
checking for cURL support... no
checking for QDBM support... no
checking for GDBM support... no
checking for NDBM support... no
checking for TCADB support... no
checking for Berkeley DB4 support... no
checking for Berkeley DB3 support... no
checking for Berkeley DB2 support... no
checking for DB1 support... no
checking for DBM support... no
checking for CDB support... no
checking for INI File support... no
checking for FlatFile support... no
checking whether to enable DBA interface... no
checking whether to enable DOM support... yes
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for ENCHANT support... no
checking whether to enable EXIF (metadata from images) support... yes
checking for fileinfo support... yes
checking for strcasestr... yes
checking for utimes... yes
checking for strndup... yes
checking whether to enable input filter support... yes
checking pcre install prefix... no
checking whether to enable FTP support... no
checking OpenSSL dir for FTP... no
checking for GD support... yes
checking for the location of libwebp... no
checking for the location of libjpeg... yes
checking for the location of libpng... yes
checking for the location of libXpm... no
checking for FreeType 2... yes
checking whether to enable truetype string function in GD... yes
checking whether to enable JIS-mapped Japanese font support in GD... no
If configure fails try --with-webp-dir=<DIR>
configure: error: jpeglib.h not found.
[root@localhost php-7.1.6]# echo $?
1
[root@localhost php-7.1.6]# yum list installed|grep libpng
libpng.x86_64 2:1.5.13-7.el7_2 @anaconda
[root@localhost php-7.1.6]# yum -y install libjpeg-devel
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
正在解决依赖关系
--> 正在检查事务
---> 软件包 libjpeg-turbo-devel.x86_64.0.1.2.90-5.el7 将被 安装
--> 解决依赖关系完成

依赖关系解决

===========================================================================================================================
Package 架构 版本 源 大小
===========================================================================================================================
正在安装:
libjpeg-turbo-devel x86_64 1.2.90-5.el7 base 98 k

事务概要
===========================================================================================================================
安装 1 软件包

总下载量:98 k
安装大小:314 k
Downloading packages:
libjpeg-turbo-devel-1.2.90-5.el7.x86_64.rpm | 98 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
正在安装 : libjpeg-turbo-devel-1.2.90-5.el7.x86_64 1/1
验证中 : libjpeg-turbo-devel-1.2.90-5.el7.x86_64 1/1

已安装:
libjpeg-turbo-devel.x86_64 0:1.2.90-5.el7

完毕!
[root@localhost php-7.1.6]# yum list installed|grep libjpeg
libjpeg-turbo.x86_64 1.2.90-5.el7 @anaconda
libjpeg-turbo-devel.x86_64 1.2.90-5.el7 @base
[root@localhost php-7.1.6]# rpm -ql libjpeg-turbo-devel.x86_64
/usr/include/jconfig.h
/usr/include/jerror.h
/usr/include/jmorecfg.h
/usr/include/jpeglib.h
/usr/lib64/libjpeg.so
/usr/share/doc/libjpeg-turbo-devel-1.2.90
/usr/share/doc/libjpeg-turbo-devel-1.2.90/coderules.txt
/usr/share/doc/libjpeg-turbo-devel-1.2.90/example.c
/usr/share/doc/libjpeg-turbo-devel-1.2.90/jconfig.txt
/usr/share/doc/libjpeg-turbo-devel-1.2.90/libjpeg.txt
/usr/share/doc/libjpeg-turbo-devel-1.2.90/structure.txt
[root@localhost php-7.1.6]# ln -s /usr/lib64/libjpeg.so.62 /usr/lib/libjpeg.so
[root@localhost php-7.1.6]# ./configure --prefix=/usr/local/php7 --with-apxs2=/usr/local/apache2.4/bin/apxs --with-config-file-path=/usr/local/php7/etc --enable-fpm --enable-mysqlnd --with-pdo-mysql=mysqlnd --with-pdo-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-libxml-dir --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-iconv-dir --with-zlib-dir --with-bz2 --with-openssl --with-mcrypt --enable-soap --enable-gd-native-ttf --enable-mbstring --enable-sockets --enable-exif
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
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 cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -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 whether ln -s works... yes
checking for system library directory... lib
checking whether to enable runpaths... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking whether to enable computed goto gcc extension with re2c... no
checking whether to force non-PIC code in shared modules... no
checking whether /dev/urandom exists... yes
checking whether /dev/arandom exists... no
checking for global register variables support... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib... pthread

Configuring SAPI modules
checking for Apache 2.0 handler-module support via DSO through APXS... yes
checking for setproctitle... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for PS_STRINGS... no
checking for CLI build... yes
checking for embedded SAPI library support... no
checking for FPM build... yes
checking for setenv... yes
checking for clearenv... yes
checking for setproctitle... (cached) no
checking for library containing socket... none required
checking for library containing inet_addr... none required
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 stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking for prctl... yes
checking for clock_gettime... yes
checking for ptrace... yes
checking whether ptrace works... yes
checking for proc mem file... mem
checking if gcc supports __sync_bool_compare_and_swap... yes
checking for TCP_INFO... yes
checking for sysconf... yes
checking for times... yes
checking for kqueue... no
checking for port framework... no
checking for /dev/poll... no
checking for epoll... yes
checking for poll... yes
checking for select... yes
checking for apparmor... no
checking for LiteSpeed support... no
checking for phpdbg support... yes
checking for phpdbg web SAPI support... no
checking for phpdbg debug build... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for CGI build... yes
checking for socklen_t in sys/socket.h... yes
checking for sun_len in sys/un.h... no
checking whether cross-process locking is required by accept()... no
checking for chosen SAPI module... apache2handler
checking for executable SAPI binaries... cli fpm phpdbg cgi

Running system checks
checking for sendmail... /usr/sbin/sendmail
checking whether system uses EBCDIC... no
checking whether byte ordering is bigendian... no
checking whether writing to stdout works... This is the test message -- yes
checking for socket... yes
checking for socketpair... yes
checking for htonl... yes
checking for gethostname... yes
checking for gethostbyaddr... yes
checking for yp_get_default_domain... no
checking for __yp_get_default_domain... no
checking for yp_get_default_domain in -lnsl... yes
checking for dlopen... no
checking for __dlopen... no
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for inet_aton... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for dirent.h... yes
checking for ApplicationServices/ApplicationServices.h... no
checking for sys/param.h... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for alloca.h... yes
checking for arpa/inet.h... (cached) yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for crypt.h... yes
checking for dns.h... no
checking for fcntl.h... (cached) yes
checking for grp.h... yes
checking for ieeefp.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for monetary.h... yes
checking for netdb.h... yes
checking for poll.h... yes
checking for pwd.h... yes
checking for resolv.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for syslog.h... yes
checking for sysexits.h... (cached) yes
checking for sys/ioctl.h... yes
checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking for sys/poll.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/statfs.h... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
checking for sys/sysexits.h... no
checking for sys/varargs.h... no
checking for sys/wait.h... yes
checking for sys/loadavg.h... no
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for unix.h... no
checking for utime.h... yes
checking for sys/utsname.h... yes
checking for sys/ipc.h... yes
checking for dlfcn.h... yes
checking for assert.h... (cached) yes
checking for fopencookie... yes
checking for broken getcwd... no
checking for broken libc stdio... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for missing declarations of reentrant functions... done
checking for fclose declaration... ok
checking for tm_gmtoff in struct tm... yes
checking for struct flock... yes
checking for socklen_t... yes
checking size of size_t... 8
checking size of long long... 8
checking size of long long int... 8
checking size of long... 8
checking size of int... 4
checking size of intmax_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of short... 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking for int8... no
checking for int16... no
checking for int32... no
checking for int64... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8... no
checking for uint16... no
checking for uint32... no
checking for uint64... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for __builtin_expect... yes
checking for __builtin_clz... yes
checking for __builtin_ctzl... yes
checking for __builtin_ctzll... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for struct sockaddr_storage... yes
checking for field sa_len in struct sockaddr... no
checking for IPv6 support... yes
checking for vprintf... yes
checking for _doprnt... no
checking for alphasort... yes
checking for asctime_r... yes
checking for chroot... yes
checking for ctime_r... yes
checking for cuserid... yes
checking for crypt... no
checking for flock... yes
checking for ftok... yes
checking for funopen... no
checking for gai_strerror... yes
checking for gcvt... yes
checking for getloadavg... yes
checking for getlogin... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for gethostname... (cached) yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for getpwnam_r... yes
checking for getgrnam_r... yes
checking for getpwuid_r... yes
checking for grantpt... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for isascii... yes
checking for link... yes
checking for localtime_r... yes
checking for lockf... yes
checking for lchown... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for mkstemp... yes
checking for mmap... yes
checking for nl_langinfo... yes
checking for perror... yes
checking for poll... yes
checking for ptsname... yes
checking for putenv... yes
checking for realpath... yes
checking for random... yes
checking for rand_r... yes
checking for scandir... yes
checking for setitimer... yes
checking for setlocale... yes
checking for localeconv... yes
checking for setenv... (cached) yes
checking for setpgid... yes
checking for setsockopt... yes
checking for setvbuf... yes
checking for shutdown... yes
checking for sin... yes
checking for snprintf... yes
checking for srand48... yes
checking for srandom... yes
checking for statfs... yes
checking for statvfs... yes
checking for std_syslog... no
checking for strcasecmp... yes
checking for strcoll... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strnlen... yes
checking for strptime... yes
checking for strstr... yes
checking for strtok_r... yes
checking for symlink... yes
checking for tempnam... yes
checking for tzset... yes
checking for unlockpt... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utime... yes
checking for vsnprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for nanosleep... yes
checking for nanosleep in -lrt... yes
checking for getaddrinfo... yes
checking for __sync_fetch_and_add... yes
checking for strlcat... no
checking for strlcpy... no
checking for getopt... yes
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for declared timezone... yes
checking for type of reentrant time-related functions... POSIX
checking for readdir_r... yes
checking for type of readdir_r... POSIX
checking for in_addr_t... yes
checking for crypt_r... no

General settings
checking whether to include gcov symbols... no
checking whether to include debugging symbols... no
checking layout of installed files... PHP
checking path to configuration file... /usr/local/php7/etc
checking where to scan for configuration files...
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... yes
checking whether to enable DTrace support... no
checking how big to make fd sets... using system default

Configuring extensions
checking size of long... (cached) 8
checking size of int... (cached) 4
checking for int32_t... yes
checking for uint32_t... yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking for gettimeofday... (cached) yes
checking whether to enable LIBXML support... yes
checking libxml2 install dir... yes
checking for xml2-config path... /usr/bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... yes
checking for Kerberos support... no
checking whether to use system default cipher list instead of hardcoded value... no
checking for RAND_egd... no
checking for pkg-config... /usr/bin/pkg-config
checking for PCRE library to use... bundled
checking whether to enable PCRE JIT functionality... yes
checking whether to enable the SQLite3 extension... yes
checking bundled sqlite3 library... yes
checking for ZLIB support... no
checking if the location of ZLIB install directory is defined... yes
checking for zlib version >= 1.2.0.4... 1.2.7
checking for gzgets in -lz... yes
checking whether to enable bc style precision math functions... no
checking for BZip2 support... yes
checking for BZip2 in default path... found in /usr
checking for BZ2_bzerror in -lbz2... yes
checking whether to enable calendar conversion support... no
checking whether to enable ctype functions... yes
checking for cURL support... no
checking for QDBM support... no
checking for GDBM support... no
checking for NDBM support... no
checking for TCADB support... no
checking for Berkeley DB4 support... no
checking for Berkeley DB3 support... no
checking for Berkeley DB2 support... no
checking for DB1 support... no
checking for DBM support... no
checking for CDB support... no
checking for INI File support... no
checking for FlatFile support... no
checking whether to enable DBA interface... no
checking whether to enable DOM support... yes
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for ENCHANT support... no
checking whether to enable EXIF (metadata from images) support... yes
checking for fileinfo support... yes
checking for strcasestr... yes
checking for utimes... yes
checking for strndup... yes
checking whether to enable input filter support... yes
checking pcre install prefix... no
checking whether to enable FTP support... no
checking OpenSSL dir for FTP... no
checking for GD support... yes
checking for the location of libwebp... no
checking for the location of libjpeg... yes
checking for the location of libpng... yes
checking for the location of libXpm... no
checking for FreeType 2... yes
checking whether to enable truetype string function in GD... yes
checking whether to enable JIS-mapped Japanese font support in GD... no
If configure fails try --with-webp-dir=<DIR>
checking for jpeg_read_header in -ljpeg... yes
configure: error: png.h not found.
[root@localhost php-7.1.6]# echo $?
1
[root@localhost php-7.1.6]# $> yum install libpng-devel
-bash: $: 未找到命令
[root@localhost php-7.1.6]# yum install libpng-devel
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
正在解决依赖关系
--> 正在检查事务
---> 软件包 libpng-devel.x86_64.2.1.5.13-7.el7_2 将被 安装
--> 解决依赖关系完成

依赖关系解决

===========================================================================================================================
Package 架构 版本 源 大小
===========================================================================================================================
正在安装:
libpng-devel x86_64 2:1.5.13-7.el7_2 base 122 k

事务概要
===========================================================================================================================
安装 1 软件包

总下载量:122 k
安装大小:211 k
Is this ok [y/d/N]: Y
Downloading packages:
libpng-devel-1.5.13-7.el7_2.x86_64.rpm | 122 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
正在安装 : 2:libpng-devel-1.5.13-7.el7_2.x86_64 1/1
验证中 : 2:libpng-devel-1.5.13-7.el7_2.x86_64 1/1

已安装:
libpng-devel.x86_64 2:1.5.13-7.el7_2

完毕!
[root@localhost php-7.1.6]# ./configure --prefix=/usr/local/php7 --with-apxs2=/usr/local/apache2.4/bin/apxs --with-config-file-path=/usr/local/php7/etc --enable-fpm --enable-mysqlnd --with-pdo-mysql=mysqlnd --with-pdo-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-libxml-dir --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-iconv-dir --with-zlib-dir --with-bz2 --with-openssl --with-mcrypt --enable-soap --enable-gd-native-ttf --enable-mbstring --enable-sockets --enable-exif
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
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 cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -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 whether ln -s works... yes
checking for system library directory... lib
checking whether to enable runpaths... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking whether to enable computed goto gcc extension with re2c... no
checking whether to force non-PIC code in shared modules... no
checking whether /dev/urandom exists... yes
checking whether /dev/arandom exists... no
checking for global register variables support... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib... pthread

Configuring SAPI modules
checking for Apache 2.0 handler-module support via DSO through APXS... yes
checking for setproctitle... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for PS_STRINGS... no
checking for CLI build... yes
checking for embedded SAPI library support... no
checking for FPM build... yes
checking for setenv... yes
checking for clearenv... yes
checking for setproctitle... (cached) no
checking for library containing socket... none required
checking for library containing inet_addr... none required
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 stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking for prctl... yes
checking for clock_gettime... yes
checking for ptrace... yes
checking whether ptrace works... yes
checking for proc mem file... mem
checking if gcc supports __sync_bool_compare_and_swap... yes
checking for TCP_INFO... yes
checking for sysconf... yes
checking for times... yes
checking for kqueue... no
checking for port framework... no
checking for /dev/poll... no
checking for epoll... yes
checking for poll... yes
checking for select... yes
checking for apparmor... no
checking for LiteSpeed support... no
checking for phpdbg support... yes
checking for phpdbg web SAPI support... no
checking for phpdbg debug build... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for CGI build... yes
checking for socklen_t in sys/socket.h... yes
checking for sun_len in sys/un.h... no
checking whether cross-process locking is required by accept()... no
checking for chosen SAPI module... apache2handler
checking for executable SAPI binaries... cli fpm phpdbg cgi

Running system checks
checking for sendmail... /usr/sbin/sendmail
checking whether system uses EBCDIC... no
checking whether byte ordering is bigendian... no
checking whether writing to stdout works... This is the test message -- yes
checking for socket... yes
checking for socketpair... yes
checking for htonl... yes
checking for gethostname... yes
checking for gethostbyaddr... yes
checking for yp_get_default_domain... no
checking for __yp_get_default_domain... no
checking for yp_get_default_domain in -lnsl... yes
checking for dlopen... no
checking for __dlopen... no
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for inet_aton... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for dirent.h... yes
checking for ApplicationServices/ApplicationServices.h... no
checking for sys/param.h... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for alloca.h... yes
checking for arpa/inet.h... (cached) yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for crypt.h... yes
checking for dns.h... no
checking for fcntl.h... (cached) yes
checking for grp.h... yes
checking for ieeefp.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for monetary.h... yes
checking for netdb.h... yes
checking for poll.h... yes
checking for pwd.h... yes
checking for resolv.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for syslog.h... yes
checking for sysexits.h... (cached) yes
checking for sys/ioctl.h... yes
checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking for sys/poll.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/statfs.h... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
checking for sys/sysexits.h... no
checking for sys/varargs.h... no
checking for sys/wait.h... yes
checking for sys/loadavg.h... no
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for unix.h... no
checking for utime.h... yes
checking for sys/utsname.h... yes
checking for sys/ipc.h... yes
checking for dlfcn.h... yes
checking for assert.h... (cached) yes
checking for fopencookie... yes
checking for broken getcwd... no
checking for broken libc stdio... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for missing declarations of reentrant functions... done
checking for fclose declaration... ok
checking for tm_gmtoff in struct tm... yes
checking for struct flock... yes
checking for socklen_t... yes
checking size of size_t... 8
checking size of long long... 8
checking size of long long int... 8
checking size of long... 8
checking size of int... 4
checking size of intmax_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of short... 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking for int8... no
checking for int16... no
checking for int32... no
checking for int64... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8... no
checking for uint16... no
checking for uint32... no
checking for uint64... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for __builtin_expect... yes
checking for __builtin_clz... yes
checking for __builtin_ctzl... yes
checking for __builtin_ctzll... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for struct sockaddr_storage... yes
checking for field sa_len in struct sockaddr... no
checking for IPv6 support... yes
checking for vprintf... yes
checking for _doprnt... no
checking for alphasort... yes
checking for asctime_r... yes
checking for chroot... yes
checking for ctime_r... yes
checking for cuserid... yes
checking for crypt... no
checking for flock... yes
checking for ftok... yes
checking for funopen... no
checking for gai_strerror... yes
checking for gcvt... yes
checking for getloadavg... yes
checking for getlogin... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for gethostname... (cached) yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for getpwnam_r... yes
checking for getgrnam_r... yes
checking for getpwuid_r... yes
checking for grantpt... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for isascii... yes
checking for link... yes
checking for localtime_r... yes
checking for lockf... yes
checking for lchown... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for mkstemp... yes
checking for mmap... yes
checking for nl_langinfo... yes
checking for perror... yes
checking for poll... yes
checking for ptsname... yes
checking for putenv... yes
checking for realpath... yes
checking for random... yes
checking for rand_r... yes
checking for scandir... yes
checking for setitimer... yes
checking for setlocale... yes
checking for localeconv... yes
checking for setenv... (cached) yes
checking for setpgid... yes
checking for setsockopt... yes
checking for setvbuf... yes
checking for shutdown... yes
checking for sin... yes
checking for snprintf... yes
checking for srand48... yes
checking for srandom... yes
checking for statfs... yes
checking for statvfs... yes
checking for std_syslog... no
checking for strcasecmp... yes
checking for strcoll... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strnlen... yes
checking for strptime... yes
checking for strstr... yes
checking for strtok_r... yes
checking for symlink... yes
checking for tempnam... yes
checking for tzset... yes
checking for unlockpt... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utime... yes
checking for vsnprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for nanosleep... yes
checking for nanosleep in -lrt... yes
checking for getaddrinfo... yes
checking for __sync_fetch_and_add... yes
checking for strlcat... no
checking for strlcpy... no
checking for getopt... yes
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for declared timezone... yes
checking for type of reentrant time-related functions... POSIX
checking for readdir_r... yes
checking for type of readdir_r... POSIX
checking for in_addr_t... yes
checking for crypt_r... no

General settings
checking whether to include gcov symbols... no
checking whether to include debugging symbols... no
checking layout of installed files... PHP
checking path to configuration file... /usr/local/php7/etc
checking where to scan for configuration files...
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... yes
checking whether to enable DTrace support... no
checking how big to make fd sets... using system default

Configuring extensions
checking size of long... (cached) 8
checking size of int... (cached) 4
checking for int32_t... yes
checking for uint32_t... yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking for gettimeofday... (cached) yes
checking whether to enable LIBXML support... yes
checking libxml2 install dir... yes
checking for xml2-config path... /usr/bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... yes
checking for Kerberos support... no
checking whether to use system default cipher list instead of hardcoded value... no
checking for RAND_egd... no
checking for pkg-config... /usr/bin/pkg-config
checking for PCRE library to use... bundled
checking whether to enable PCRE JIT functionality... yes
checking whether to enable the SQLite3 extension... yes
checking bundled sqlite3 library... yes
checking for ZLIB support... no
checking if the location of ZLIB install directory is defined... yes
checking for zlib version >= 1.2.0.4... 1.2.7
checking for gzgets in -lz... yes
checking whether to enable bc style precision math functions... no
checking for BZip2 support... yes
checking for BZip2 in default path... found in /usr
checking for BZ2_bzerror in -lbz2... yes
checking whether to enable calendar conversion support... no
checking whether to enable ctype functions... yes
checking for cURL support... no
checking for QDBM support... no
checking for GDBM support... no
checking for NDBM support... no
checking for TCADB support... no
checking for Berkeley DB4 support... no
checking for Berkeley DB3 support... no
checking for Berkeley DB2 support... no
checking for DB1 support... no
checking for DBM support... no
checking for CDB support... no
checking for INI File support... no
checking for FlatFile support... no
checking whether to enable DBA interface... no
checking whether to enable DOM support... yes
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for ENCHANT support... no
checking whether to enable EXIF (metadata from images) support... yes
checking for fileinfo support... yes
checking for strcasestr... yes
checking for utimes... yes
checking for strndup... yes
checking whether to enable input filter support... yes
checking pcre install prefix... no
checking whether to enable FTP support... no
checking OpenSSL dir for FTP... no
checking for GD support... yes
checking for the location of libwebp... no
checking for the location of libjpeg... yes
checking for the location of libpng... yes
checking for the location of libXpm... no
checking for FreeType 2... yes
checking whether to enable truetype string function in GD... yes
checking whether to enable JIS-mapped Japanese font support in GD... no
If configure fails try --with-webp-dir=<DIR>
checking for jpeg_read_header in -ljpeg... yes
checking for png_write_image in -lpng... yes
If configure fails try --with-xpm-dir=<DIR>
configure: error: freetype-config not found.
[root@localhost php-7.1.6]# echo $?
1
[root@localhost php-7.1.6]# yum install libpng
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
软件包 2:libpng-1.5.13-7.el7_2.x86_64 已安装并且是最新版本
无须任何处理
[root@localhost php-7.1.6]# yum install libpng-devel
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
软件包 2:libpng-devel-1.5.13-7.el7_2.x86_64 已安装并且是最新版本
无须任何处理
[root@localhost php-7.1.6]# yum install libpng-devel
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
软件包 2:libpng-devel-1.5.13-7.el7_2.x86_64 已安装并且是最新版本
无须任何处理
[root@localhost php-7.1.6]# sudo apt-get install libpng-dev
sudo:apt-get:找不到命令
[root@localhost php-7.1.6]# ln -s /usr/lib64/libjpeg.so.62 /usr/lib/libjpeg.so.
[root@localhost php-7.1.6]# ./configure --prefix=/usr/local/php7 --with-apxs2=/usr/local/apache2.4/bin/apxs --with-config-file-path=/usr/local/php7/etc --enable-fpm --enable-mysqlnd --with-pdo-mysql=mysqlnd --with-pdo-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-libxml-dir --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-iconv-dir --with-zlib-dir --with-bz2 --with-openssl --with-mcrypt --enable-soap --enable-gd-native-ttf --enable-mbstring --enable-sockets --enable-exif
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
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 cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -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 whether ln -s works... yes
checking for system library directory... lib
checking whether to enable runpaths... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking whether to enable computed goto gcc extension with re2c... no
checking whether to force non-PIC code in shared modules... no
checking whether /dev/urandom exists... yes
checking whether /dev/arandom exists... no
checking for global register variables support... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib... pthread

Configuring SAPI modules
checking for Apache 2.0 handler-module support via DSO through APXS... yes
checking for setproctitle... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for PS_STRINGS... no
checking for CLI build... yes
checking for embedded SAPI library support... no
checking for FPM build... yes
checking for setenv... yes
checking for clearenv... yes
checking for setproctitle... (cached) no
checking for library containing socket... none required
checking for library containing inet_addr... none required
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 stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking for prctl... yes
checking for clock_gettime... yes
checking for ptrace... yes
checking whether ptrace works... yes
checking for proc mem file... mem
checking if gcc supports __sync_bool_compare_and_swap... yes
checking for TCP_INFO... yes
checking for sysconf... yes
checking for times... yes
checking for kqueue... no
checking for port framework... no
checking for /dev/poll... no
checking for epoll... yes
checking for poll... yes
checking for select... yes
checking for apparmor... no
checking for LiteSpeed support... no
checking for phpdbg support... yes
checking for phpdbg web SAPI support... no
checking for phpdbg debug build... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for CGI build... yes
checking for socklen_t in sys/socket.h... yes
checking for sun_len in sys/un.h... no
checking whether cross-process locking is required by accept()... no
checking for chosen SAPI module... apache2handler
checking for executable SAPI binaries... cli fpm phpdbg cgi

Running system checks
checking for sendmail... /usr/sbin/sendmail
checking whether system uses EBCDIC... no
checking whether byte ordering is bigendian... no
checking whether writing to stdout works... This is the test message -- yes
checking for socket... yes
checking for socketpair... yes
checking for htonl... yes
checking for gethostname... yes
checking for gethostbyaddr... yes
checking for yp_get_default_domain... no
checking for __yp_get_default_domain... no
checking for yp_get_default_domain in -lnsl... yes
checking for dlopen... no
checking for __dlopen... no
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for inet_aton... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for dirent.h... yes
checking for ApplicationServices/ApplicationServices.h... no
checking for sys/param.h... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for alloca.h... yes
checking for arpa/inet.h... (cached) yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for crypt.h... yes
checking for dns.h... no
checking for fcntl.h... (cached) yes
checking for grp.h... yes
checking for ieeefp.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for monetary.h... yes
checking for netdb.h... yes
checking for poll.h... yes
checking for pwd.h... yes
checking for resolv.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for syslog.h... yes
checking for sysexits.h... (cached) yes
checking for sys/ioctl.h... yes
checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking for sys/poll.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/statfs.h... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
checking for sys/sysexits.h... no
checking for sys/varargs.h... no
checking for sys/wait.h... yes
checking for sys/loadavg.h... no
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for unix.h... no
checking for utime.h... yes
checking for sys/utsname.h... yes
checking for sys/ipc.h... yes
checking for dlfcn.h... yes
checking for assert.h... (cached) yes
checking for fopencookie... yes
checking for broken getcwd... no
checking for broken libc stdio... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for missing declarations of reentrant functions... done
checking for fclose declaration... ok
checking for tm_gmtoff in struct tm... yes
checking for struct flock... yes
checking for socklen_t... yes
checking size of size_t... 8
checking size of long long... 8
checking size of long long int... 8
checking size of long... 8
checking size of int... 4
checking size of intmax_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of short... 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking for int8... no
checking for int16... no
checking for int32... no
checking for int64... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8... no
checking for uint16... no
checking for uint32... no
checking for uint64... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for __builtin_expect... yes
checking for __builtin_clz... yes
checking for __builtin_ctzl... yes
checking for __builtin_ctzll... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for struct sockaddr_storage... yes
checking for field sa_len in struct sockaddr... no
checking for IPv6 support... yes
checking for vprintf... yes
checking for _doprnt... no
checking for alphasort... yes
checking for asctime_r... yes
checking for chroot... yes
checking for ctime_r... yes
checking for cuserid... yes
checking for crypt... no
checking for flock... yes
checking for ftok... yes
checking for funopen... no
checking for gai_strerror... yes
checking for gcvt... yes
checking for getloadavg... yes
checking for getlogin... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for gethostname... (cached) yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for getpwnam_r... yes
checking for getgrnam_r... yes
checking for getpwuid_r... yes
checking for grantpt... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for isascii... yes
checking for link... yes
checking for localtime_r... yes
checking for lockf... yes
checking for lchown... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for mkstemp... yes
checking for mmap... yes
checking for nl_langinfo... yes
checking for perror... yes
checking for poll... yes
checking for ptsname... yes
checking for putenv... yes
checking for realpath... yes
checking for random... yes
checking for rand_r... yes
checking for scandir... yes
checking for setitimer... yes
checking for setlocale... yes
checking for localeconv... yes
checking for setenv... (cached) yes
checking for setpgid... yes
checking for setsockopt... yes
checking for setvbuf... yes
checking for shutdown... yes
checking for sin... yes
checking for snprintf... yes
checking for srand48... yes
checking for srandom... yes
checking for statfs... yes
checking for statvfs... yes
checking for std_syslog... no
checking for strcasecmp... yes
checking for strcoll... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strnlen... yes
checking for strptime... yes
checking for strstr... yes
checking for strtok_r... yes
checking for symlink... yes
checking for tempnam... yes
checking for tzset... yes
checking for unlockpt... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utime... yes
checking for vsnprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for nanosleep... yes
checking for nanosleep in -lrt... yes
checking for getaddrinfo... yes
checking for __sync_fetch_and_add... yes
checking for strlcat... no
checking for strlcpy... no
checking for getopt... yes
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for declared timezone... yes
checking for type of reentrant time-related functions... POSIX
checking for readdir_r... yes
checking for type of readdir_r... POSIX
checking for in_addr_t... yes
checking for crypt_r... no

General settings
checking whether to include gcov symbols... no
checking whether to include debugging symbols... no
checking layout of installed files... PHP
checking path to configuration file... /usr/local/php7/etc
checking where to scan for configuration files...
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... yes
checking whether to enable DTrace support... no
checking how big to make fd sets... using system default

Configuring extensions
checking size of long... (cached) 8
checking size of int... (cached) 4
checking for int32_t... yes
checking for uint32_t... yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking for gettimeofday... (cached) yes
checking whether to enable LIBXML support... yes
checking libxml2 install dir... yes
checking for xml2-config path... /usr/bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... yes
checking for Kerberos support... no
checking whether to use system default cipher list instead of hardcoded value... no
checking for RAND_egd... no
checking for pkg-config... /usr/bin/pkg-config
checking for PCRE library to use... bundled
checking whether to enable PCRE JIT functionality... yes
checking whether to enable the SQLite3 extension... yes
checking bundled sqlite3 library... yes
checking for ZLIB support... no
checking if the location of ZLIB install directory is defined... yes
checking for zlib version >= 1.2.0.4... 1.2.7
checking for gzgets in -lz... yes
checking whether to enable bc style precision math functions... no
checking for BZip2 support... yes
checking for BZip2 in default path... found in /usr
checking for BZ2_bzerror in -lbz2... yes
checking whether to enable calendar conversion support... no
checking whether to enable ctype functions... yes
checking for cURL support... no
checking for QDBM support... no
checking for GDBM support... no
checking for NDBM support... no
checking for TCADB support... no
checking for Berkeley DB4 support... no
checking for Berkeley DB3 support... no
checking for Berkeley DB2 support... no
checking for DB1 support... no
checking for DBM support... no
checking for CDB support... no
checking for INI File support... no
checking for FlatFile support... no
checking whether to enable DBA interface... no
checking whether to enable DOM support... yes
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for ENCHANT support... no
checking whether to enable EXIF (metadata from images) support... yes
checking for fileinfo support... yes
checking for strcasestr... yes
checking for utimes... yes
checking for strndup... yes
checking whether to enable input filter support... yes
checking pcre install prefix... no
checking whether to enable FTP support... no
checking OpenSSL dir for FTP... no
checking for GD support... yes
checking for the location of libwebp... no
checking for the location of libjpeg... yes
checking for the location of libpng... yes
checking for the location of libXpm... no
checking for FreeType 2... yes
checking whether to enable truetype string function in GD... yes
checking whether to enable JIS-mapped Japanese font support in GD... no
If configure fails try --with-webp-dir=<DIR>
checking for jpeg_read_header in -ljpeg... yes
checking for png_write_image in -lpng... yes
If configure fails try --with-xpm-dir=<DIR>
configure: error: freetype-config not found.
[root@localhost php-7.1.6]# sudo apt-get install libfreetype6-dev
sudo:apt-get:找不到命令
[root@localhost php-7.1.6]# ‘./configure’ ‘–prefix=/usr/local/php’ ‘–with-config-file-path=/etc’ ‘–with-mysql=/usr/local/mysql’ ‘–with-mysqli=/usr/local/mysql/bin/mysql_config’ ‘–with-iconv-dir=/usr/local’ ‘–with-freetype-dir’ ‘–with-jpeg-dir’ ‘–with-png-dir’ ‘–with-zlib’ ‘–with-libxml-dir=/usr’ ‘–enable-xml’ ‘–disable-rpath’ ‘–enable-safe-mode’ ‘–enable-bcmath’ ‘–enable-shmop’ ‘–enable-sysvsem’ ‘–enable-inline-optimization’ ‘–with-curl’ ‘–with-curlwrappers’ ‘–enable-mbregex’ ‘–enable-fpm’ ‘–enable-mbstring’ ‘–with-mcrypt’ ‘–with-gd’ ‘–enable-gd-native-ttf’ ‘–with-openssl’ ‘–with-mhash’ ‘–enable-pcntl’ ‘–enable-sockets’ ‘–with-xmlrpc’ ‘–enable-zip’ ‘–enable-soap’
-bash: ‘./configure’: 没有那个文件或目录
[root@localhost php-7.1.6]# ‘./configure’ ‘–prefix=/usr/local/php’ ‘–with-config-file-path=/etc’ ‘–with-mysql=/usr/local/mysql’ ‘–with-mysqli=/usr/local/mysql/bin/mysql_config’ ‘–with-iconv-dir=/usr/local’ ‘–with-freetype-dir’ ‘–with-jpeg-dir’ ‘–with-png-dir’ ‘–with-zlib’ ‘–with-libxml-dir=/usr’ ‘–enable-xml’ ‘–disable-rpath’ ‘–enable-safe-mode’ ‘–enable-bcmath’ ‘–enable-shmop’ ‘–enable-sysvsem’ ‘–enable-inline-optimization’ ‘–with-curl’ ‘–with-curlwrappers’ ‘–enable-mbregex’ ‘–enable-fpm’ ‘–enable-mbstring’ ‘–with-mcrypt’ ‘–with-gd’ ‘–enable-gd-native-ttf’ ‘–with-openssl’ ‘–with-mhash’ ‘–enable-pcntl’ ‘–enable-sockets’ ‘–with-xmlrpc’ ‘–enable-zip’ ‘–enable-soap’^C
[root@localhost php-7.1.6]# ./configure --prefix=/usr/local/php --with-config-file-path=/etc --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-iconv-dir=/usr/local --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --disable-rpath --enable-safe-mode --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl --with-curlwrappers --enable-mbregex--enable-fpm --enable-mbstring --with-mcrypt --with-gd --enable-gd-native-ttf --with-openssl--with-mhash --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap
configure: WARNING: unrecognized options: --with-mysql, --enable-safe-mode, --with-curlwrappers, --enable-mbregex--enable-fpm, --with-openssl--with-mhash
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
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 cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -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 whether ln -s works... yes
checking for system library directory... lib
checking whether to enable runpaths... no
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking whether to enable computed goto gcc extension with re2c... no
checking whether to force non-PIC code in shared modules... no
checking whether /dev/urandom exists... yes
checking whether /dev/arandom exists... no
checking for global register variables support... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib... pthread

Configuring SAPI modules
checking for Apache 2.0 handler-module support via DSO through APXS... no
checking for setproctitle... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for PS_STRINGS... no
checking for CLI build... yes
checking for embedded SAPI library support... no
checking for FPM build... no
checking for LiteSpeed support... no
checking for phpdbg support... yes
checking for phpdbg web SAPI support... no
checking for phpdbg debug build... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for CGI build... yes
checking for socklen_t in sys/socket.h... yes
checking for sun_len in sys/un.h... no
checking whether cross-process locking is required by accept()... no
checking for chosen SAPI module... none
checking for executable SAPI binaries... cli phpdbg cgi

Running system checks
checking for sendmail... /usr/sbin/sendmail
checking whether system uses EBCDIC... no
checking whether byte ordering is bigendian... no
checking whether writing to stdout works... This is the test message -- yes
checking for socket... yes
checking for socketpair... yes
checking for htonl... yes
checking for gethostname... yes
checking for gethostbyaddr... yes
checking for yp_get_default_domain... no
checking for __yp_get_default_domain... no
checking for yp_get_default_domain in -lnsl... yes
checking for dlopen... no
checking for __dlopen... no
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for inet_aton... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for dirent.h... yes
checking for ApplicationServices/ApplicationServices.h... no
checking for sys/param.h... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... yes
checking for netinet/in.h... yes
checking for alloca.h... yes
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for crypt.h... yes
checking for dns.h... no
checking for fcntl.h... yes
checking for grp.h... yes
checking for ieeefp.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for monetary.h... yes
checking for netdb.h... yes
checking for poll.h... yes
checking for pwd.h... yes
checking for resolv.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for syslog.h... yes
checking for sysexits.h... yes
checking for sys/ioctl.h... yes
checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking for sys/poll.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/statfs.h... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
checking for sys/sysexits.h... no
checking for sys/varargs.h... no
checking for sys/wait.h... yes
checking for sys/loadavg.h... no
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for unix.h... no
checking for utime.h... yes
checking for sys/utsname.h... yes
checking for sys/ipc.h... yes
checking for dlfcn.h... yes
checking for assert.h... (cached) yes
checking for fopencookie... yes
checking for broken getcwd... no
checking for broken libc stdio... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for missing declarations of reentrant functions... done
checking for fclose declaration... ok
checking for tm_gmtoff in struct tm... yes
checking for struct flock... yes
checking for socklen_t... yes
checking size of size_t... 8
checking size of long long... 8
checking size of long long int... 8
checking size of long... 8
checking size of int... 4
checking size of intmax_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of short... 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking for int8... no
checking for int16... no
checking for int32... no
checking for int64... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8... no
checking for uint16... no
checking for uint32... no
checking for uint64... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for __builtin_expect... yes
checking for __builtin_clz... yes
checking for __builtin_ctzl... yes
checking for __builtin_ctzll... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for struct sockaddr_storage... yes
checking for field sa_len in struct sockaddr... no
checking for IPv6 support... yes
checking for vprintf... yes
checking for _doprnt... no
checking for alphasort... yes
checking for asctime_r... yes
checking for chroot... yes
checking for ctime_r... yes
checking for cuserid... yes
checking for crypt... no
checking for flock... yes
checking for ftok... yes
checking for funopen... no
checking for gai_strerror... yes
checking for gcvt... yes
checking for getloadavg... yes
checking for getlogin... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for gethostname... (cached) yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for getpwnam_r... yes
checking for getgrnam_r... yes
checking for getpwuid_r... yes
checking for grantpt... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for isascii... yes
checking for link... yes
checking for localtime_r... yes
checking for lockf... yes
checking for lchown... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for mkstemp... yes
checking for mmap... yes
checking for nl_langinfo... yes
checking for perror... yes
checking for poll... yes
checking for ptsname... yes
checking for putenv... yes
checking for realpath... yes
checking for random... yes
checking for rand_r... yes
checking for scandir... yes
checking for setitimer... yes
checking for setlocale... yes
checking for localeconv... yes
checking for setenv... yes
checking for setpgid... yes
checking for setsockopt... yes
checking for setvbuf... yes
checking for shutdown... yes
checking for sin... yes
checking for snprintf... yes
checking for srand48... yes
checking for srandom... yes
checking for statfs... yes
checking for statvfs... yes
checking for std_syslog... no
checking for strcasecmp... yes
checking for strcoll... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strnlen... yes
checking for strptime... yes
checking for strstr... yes
checking for strtok_r... yes
checking for symlink... yes
checking for tempnam... yes
checking for tzset... yes
checking for unlockpt... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utime... yes
checking for vsnprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for nanosleep... yes
checking for nanosleep in -lrt... yes
checking for getaddrinfo... yes
checking for __sync_fetch_and_add... yes
checking for strlcat... no
checking for strlcpy... no
checking for getopt... yes
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for declared timezone... yes
checking for type of reentrant time-related functions... POSIX
checking for readdir_r... yes
checking for type of readdir_r... POSIX
checking for in_addr_t... yes
checking for crypt_r... no

General settings
checking whether to include gcov symbols... no
checking whether to include debugging symbols... no
checking layout of installed files... PHP
checking path to configuration file... /etc
checking where to scan for configuration files...
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... yes
checking whether to enable DTrace support... no
checking how big to make fd sets... using system default

Configuring extensions
checking size of long... (cached) 8
checking size of int... (cached) 4
checking for int32_t... yes
checking for uint32_t... yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking for gettimeofday... (cached) yes
checking whether to enable LIBXML support... yes
checking libxml2 install dir... /usr
checking for xml2-config path... /usr/bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... no
checking for Kerberos support... no
checking whether to use system default cipher list instead of hardcoded value... no
checking for PCRE library to use... bundled
checking whether to enable PCRE JIT functionality... yes
checking whether to enable the SQLite3 extension... yes
checking bundled sqlite3 library... yes
checking for ZLIB support... yes
checking if the location of ZLIB install directory is defined... no
checking for zlib version >= 1.2.0.4... 1.2.7
checking for gzgets in -lz... yes
checking whether to enable bc style precision math functions... yes
checking for BZip2 support... no
checking whether to enable calendar conversion support... no
checking whether to enable ctype functions... yes
checking for cURL support... yes
checking for cURL in default path... not found
configure: error: Please reinstall the libcurl distribution -
easy.h should be in <curl-dir>/include/curl/
[root@localhost php-7.1.6]# yum install curl curl-devel
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
正在解决依赖关系
--> 正在检查事务
---> 软件包 curl.x86_64.0.7.29.0-35.el7.centos 将被 升级
---> 软件包 curl.x86_64.0.7.29.0-42.el7_4.1 将被 更新
--> 正在处理依赖关系 libcurl = 7.29.0-42.el7_4.1,它被软件包 curl-7.29.0-42.el7_4.1.x86_64 需要
---> 软件包 libcurl-devel.x86_64.0.7.29.0-42.el7_4.1 将被 安装
--> 正在检查事务
---> 软件包 libcurl.x86_64.0.7.29.0-35.el7.centos 将被 升级
---> 软件包 libcurl.x86_64.0.7.29.0-42.el7_4.1 将被 更新
--> 解决依赖关系完成

依赖关系解决

===========================================================================================================================
Package 架构 版本 源 大小
===========================================================================================================================
正在安装:
libcurl-devel x86_64 7.29.0-42.el7_4.1 updates 300 k
正在更新:
curl x86_64 7.29.0-42.el7_4.1 updates 267 k
为依赖而更新:
libcurl x86_64 7.29.0-42.el7_4.1 updates 219 k

事务概要
===========================================================================================================================
安装 1 软件包
升级 1 软件包 (+1 依赖软件包)

总下载量:786 k
Is this ok [y/d/N]: y
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
(1/3): libcurl-7.29.0-42.el7_4.1.x86_64.rpm | 219 kB 00:00:00
(2/3): curl-7.29.0-42.el7_4.1.x86_64.rpm | 267 kB 00:00:00
(3/3): libcurl-devel-7.29.0-42.el7_4.1.x86_64.rpm | 300 kB 00:00:00
---------------------------------------------------------------------------------------------------------------------------
总计 2.6 MB/s | 786 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
正在更新 : libcurl-7.29.0-42.el7_4.1.x86_64 1/5
正在更新 : curl-7.29.0-42.el7_4.1.x86_64 2/5
正在安装 : libcurl-devel-7.29.0-42.el7_4.1.x86_64 3/5
清理 : curl-7.29.0-35.el7.centos.x86_64 4/5
清理 : libcurl-7.29.0-35.el7.centos.x86_64 5/5
验证中 : curl-7.29.0-42.el7_4.1.x86_64 1/5
验证中 : libcurl-devel-7.29.0-42.el7_4.1.x86_64 2/5
验证中 : libcurl-7.29.0-42.el7_4.1.x86_64 3/5
验证中 : curl-7.29.0-35.el7.centos.x86_64 4/5
验证中 : libcurl-7.29.0-35.el7.centos.x86_64 5/5

已安装:
libcurl-devel.x86_64 0:7.29.0-42.el7_4.1

更新完毕:
curl.x86_64 0:7.29.0-42.el7_4.1

作为依赖被升级:
libcurl.x86_64 0:7.29.0-42.el7_4.1

完毕!
[root@localhost php-7.1.6]# ./configure --prefix=/usr/local/php --with-config-file-path=/etc --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-iconv-dir=/usr/local --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --disable-rpath --enable-safe-mode --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl --with-curlwrappers --enable-mbregex--enable-fpm --enable-mbstring --with-mcrypt --with-gd --enable-gd-native-ttf --with-openssl--with-mhash --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap
configure: WARNING: unrecognized options: --with-mysql, --enable-safe-mode, --with-curlwrappers, --enable-mbregex--enable-fpm, --with-openssl--with-mhash
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
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 cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -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 whether ln -s works... yes
checking for system library directory... lib
checking whether to enable runpaths... no
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking whether to enable computed goto gcc extension with re2c... no
checking whether to force non-PIC code in shared modules... no
checking whether /dev/urandom exists... yes
checking whether /dev/arandom exists... no
checking for global register variables support... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib... pthread

Configuring SAPI modules
checking for Apache 2.0 handler-module support via DSO through APXS... no
checking for setproctitle... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for PS_STRINGS... no
checking for CLI build... yes
checking for embedded SAPI library support... no
checking for FPM build... no
checking for LiteSpeed support... no
checking for phpdbg support... yes
checking for phpdbg web SAPI support... no
checking for phpdbg debug build... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for CGI build... yes
checking for socklen_t in sys/socket.h... yes
checking for sun_len in sys/un.h... no
checking whether cross-process locking is required by accept()... no
checking for chosen SAPI module... none
checking for executable SAPI binaries... cli phpdbg cgi

Running system checks
checking for sendmail... /usr/sbin/sendmail
checking whether system uses EBCDIC... no
checking whether byte ordering is bigendian... no
checking whether writing to stdout works... This is the test message -- yes
checking for socket... yes
checking for socketpair... yes
checking for htonl... yes
checking for gethostname... yes
checking for gethostbyaddr... yes
checking for yp_get_default_domain... no
checking for __yp_get_default_domain... no
checking for yp_get_default_domain in -lnsl... yes
checking for dlopen... no
checking for __dlopen... no
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for inet_aton... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for dirent.h... yes
checking for ApplicationServices/ApplicationServices.h... no
checking for sys/param.h... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... yes
checking for netinet/in.h... yes
checking for alloca.h... yes
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for crypt.h... yes
checking for dns.h... no
checking for fcntl.h... yes
checking for grp.h... yes
checking for ieeefp.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for monetary.h... yes
checking for netdb.h... yes
checking for poll.h... yes
checking for pwd.h... yes
checking for resolv.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for syslog.h... yes
checking for sysexits.h... yes
checking for sys/ioctl.h... yes
checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking for sys/poll.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/statfs.h... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
checking for sys/sysexits.h... no
checking for sys/varargs.h... no
checking for sys/wait.h... yes
checking for sys/loadavg.h... no
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for unix.h... no
checking for utime.h... yes
checking for sys/utsname.h... yes
checking for sys/ipc.h... yes
checking for dlfcn.h... yes
checking for assert.h... (cached) yes
checking for fopencookie... yes
checking for broken getcwd... no
checking for broken libc stdio... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for missing declarations of reentrant functions... done
checking for fclose declaration... ok
checking for tm_gmtoff in struct tm... yes
checking for struct flock... yes
checking for socklen_t... yes
checking size of size_t... 8
checking size of long long... 8
checking size of long long int... 8
checking size of long... 8
checking size of int... 4
checking size of intmax_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of short... 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking for int8... no
checking for int16... no
checking for int32... no
checking for int64... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8... no
checking for uint16... no
checking for uint32... no
checking for uint64... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for __builtin_expect... yes
checking for __builtin_clz... yes
checking for __builtin_ctzl... yes
checking for __builtin_ctzll... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for struct sockaddr_storage... yes
checking for field sa_len in struct sockaddr... no
checking for IPv6 support... yes
checking for vprintf... yes
checking for _doprnt... no
checking for alphasort... yes
checking for asctime_r... yes
checking for chroot... yes
checking for ctime_r... yes
checking for cuserid... yes
checking for crypt... no
checking for flock... yes
checking for ftok... yes
checking for funopen... no
checking for gai_strerror... yes
checking for gcvt... yes
checking for getloadavg... yes
checking for getlogin... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for gethostname... (cached) yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for getpwnam_r... yes
checking for getgrnam_r... yes
checking for getpwuid_r... yes
checking for grantpt... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for isascii... yes
checking for link... yes
checking for localtime_r... yes
checking for lockf... yes
checking for lchown... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for mkstemp... yes
checking for mmap... yes
checking for nl_langinfo... yes
checking for perror... yes
checking for poll... yes
checking for ptsname... yes
checking for putenv... yes
checking for realpath... yes
checking for random... yes
checking for rand_r... yes
checking for scandir... yes
checking for setitimer... yes
checking for setlocale... yes
checking for localeconv... yes
checking for setenv... yes
checking for setpgid... yes
checking for setsockopt... yes
checking for setvbuf... yes
checking for shutdown... yes
checking for sin... yes
checking for snprintf... yes
checking for srand48... yes
checking for srandom... yes
checking for statfs... yes
checking for statvfs... yes
checking for std_syslog... no
checking for strcasecmp... yes
checking for strcoll... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strnlen... yes
checking for strptime... yes
checking for strstr... yes
checking for strtok_r... yes
checking for symlink... yes
checking for tempnam... yes
checking for tzset... yes
checking for unlockpt... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utime... yes
checking for vsnprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for nanosleep... yes
checking for nanosleep in -lrt... yes
checking for getaddrinfo... yes
checking for __sync_fetch_and_add... yes
checking for strlcat... no
checking for strlcpy... no
checking for getopt... yes
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for declared timezone... yes
checking for type of reentrant time-related functions... POSIX
checking for readdir_r... yes
checking for type of readdir_r... POSIX
checking for in_addr_t... yes
checking for crypt_r... no

General settings
checking whether to include gcov symbols... no
checking whether to include debugging symbols... no
checking layout of installed files... PHP
checking path to configuration file... /etc
checking where to scan for configuration files...
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... yes
checking whether to enable DTrace support... no
checking how big to make fd sets... using system default

Configuring extensions
checking size of long... (cached) 8
checking size of int... (cached) 4
checking for int32_t... yes
checking for uint32_t... yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking for gettimeofday... (cached) yes
checking whether to enable LIBXML support... yes
checking libxml2 install dir... /usr
checking for xml2-config path... /usr/bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... no
checking for Kerberos support... no
checking whether to use system default cipher list instead of hardcoded value... no
checking for PCRE library to use... bundled
checking whether to enable PCRE JIT functionality... yes
checking whether to enable the SQLite3 extension... yes
checking bundled sqlite3 library... yes
checking for ZLIB support... yes
checking if the location of ZLIB install directory is defined... no
checking for zlib version >= 1.2.0.4... 1.2.7
checking for gzgets in -lz... yes
checking whether to enable bc style precision math functions... yes
checking for BZip2 support... no
checking whether to enable calendar conversion support... no
checking whether to enable ctype functions... yes
checking for cURL support... yes
checking for cURL in default path... found in /usr
checking for cURL 7.10.5 or greater... libcurl 7.29.0
checking for SSL support in libcurl... yes
checking how to run the C preprocessor... cc -E
checking for openssl support in libcurl... no
checking for gnutls support in libcurl... no
checking for curl_easy_perform in -lcurl... yes
checking for curl_easy_strerror in -lcurl... yes
checking for curl_multi_strerror in -lcurl... yes
checking for QDBM support... no
checking for GDBM support... no
checking for NDBM support... no
checking for TCADB support... no
checking for Berkeley DB4 support... no
checking for Berkeley DB3 support... no
checking for Berkeley DB2 support... no
checking for DB1 support... no
checking for DBM support... no
checking for CDB support... no
checking for INI File support... no
checking for FlatFile support... no
checking whether to enable DBA interface... no
checking whether to enable DOM support... yes
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for ENCHANT support... no
checking whether to enable EXIF (metadata from images) support... no
checking for fileinfo support... yes
checking for strcasestr... yes
checking for utimes... yes
checking for strndup... yes
checking whether to enable input filter support... yes
checking pcre install prefix... no
checking whether to enable FTP support... no
checking OpenSSL dir for FTP... no
checking for GD support... yes
checking for the location of libwebp... no
checking for the location of libjpeg... yes
checking for the location of libpng... yes
checking for the location of libXpm... no
checking for FreeType 2... yes
checking whether to enable truetype string function in GD... yes
checking whether to enable JIS-mapped Japanese font support in GD... no
If configure fails try --with-webp-dir=<DIR>
checking for jpeg_read_header in -ljpeg... yes
checking for png_write_image in -lpng... yes
If configure fails try --with-xpm-dir=<DIR>
configure: error: freetype-config not found.
[root@localhost php-7.1.6]# pt-get -y install libfreetype6-dev
-bash: pt-get: 未找到命令
[root@localhost php-7.1.6]# ln -s /usr/include/freetype2/freetype.h /usr/include/freetype2/freetype/freetype.h
ln: 无法创建符号链接"/usr/include/freetype2/freetype/freetype.h": 没有那个文件或目录
[root@localhost php-7.1.6]# yum install freetype freetype-devel</span>
-bash: 未预期的符号 `newline' 附近有语法错误
[root@localhost php-7.1.6]# yum install freetype freetype-devel
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
正在解决依赖关系
--> 正在检查事务
---> 软件包 freetype.x86_64.0.2.4.11-12.el7 将被 升级
---> 软件包 freetype.x86_64.0.2.4.11-15.el7 将被 更新
---> 软件包 freetype-devel.x86_64.0.2.4.11-15.el7 将被 安装
--> 解决依赖关系完成

依赖关系解决

===========================================================================================================================
Package 架构 版本 源 大小
===========================================================================================================================
正在安装:
freetype-devel x86_64 2.4.11-15.el7 base 356 k
正在更新:
freetype x86_64 2.4.11-15.el7 base 392 k

事务概要
===========================================================================================================================
安装 1 软件包
升级 1 软件包

总下载量:748 k
Is this ok [y/d/N]: y
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
(1/2): freetype-2.4.11-15.el7.x86_64.rpm | 392 kB 00:00:00
(2/2): freetype-devel-2.4.11-15.el7.x86_64.rpm | 356 kB 00:00:00
---------------------------------------------------------------------------------------------------------------------------
总计 2.1 MB/s | 748 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
正在更新 : freetype-2.4.11-15.el7.x86_64 1/3
正在安装 : freetype-devel-2.4.11-15.el7.x86_64 2/3
清理 : freetype-2.4.11-12.el7.x86_64 3/3
验证中 : freetype-2.4.11-15.el7.x86_64 1/3
验证中 : freetype-devel-2.4.11-15.el7.x86_64 2/3
验证中 : freetype-2.4.11-12.el7.x86_64 3/3

已安装:
freetype-devel.x86_64 0:2.4.11-15.el7

更新完毕:
freetype.x86_64 0:2.4.11-15.el7

完毕!
[root@localhost php-7.1.6]# ./configure --prefix=/usr/local/php --with-config-file-path=/etc --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-iconv-dir=/usr/local --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --disable-rpath --enable-safe-mode --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl --with-curlwrappers --enable-mbregex--enable-fpm --enable-mbstring --with-mcrypt --with-gd --enable-gd-native-ttf --with-openssl--with-mhash --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap
configure: WARNING: unrecognized options: --with-mysql, --enable-safe-mode, --with-curlwrappers, --enable-mbregex--enable-fpm, --with-openssl--with-mhash
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
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 cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -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 whether ln -s works... yes
checking for system library directory... lib
checking whether to enable runpaths... no
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking whether to enable computed goto gcc extension with re2c... no
checking whether to force non-PIC code in shared modules... no
checking whether /dev/urandom exists... yes
checking whether /dev/arandom exists... no
checking for global register variables support... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib... pthread

Configuring SAPI modules
checking for Apache 2.0 handler-module support via DSO through APXS... no
checking for setproctitle... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for PS_STRINGS... no
checking for CLI build... yes
checking for embedded SAPI library support... no
checking for FPM build... no
checking for LiteSpeed support... no
checking for phpdbg support... yes
checking for phpdbg web SAPI support... no
checking for phpdbg debug build... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for CGI build... yes
checking for socklen_t in sys/socket.h... yes
checking for sun_len in sys/un.h... no
checking whether cross-process locking is required by accept()... no
checking for chosen SAPI module... none
checking for executable SAPI binaries... cli phpdbg cgi

Running system checks
checking for sendmail... /usr/sbin/sendmail
checking whether system uses EBCDIC... no
checking whether byte ordering is bigendian... no
checking whether writing to stdout works... This is the test message -- yes
checking for socket... yes
checking for socketpair... yes
checking for htonl... yes
checking for gethostname... yes
checking for gethostbyaddr... yes
checking for yp_get_default_domain... no
checking for __yp_get_default_domain... no
checking for yp_get_default_domain in -lnsl... yes
checking for dlopen... no
checking for __dlopen... no
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for inet_aton... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for dirent.h... yes
checking for ApplicationServices/ApplicationServices.h... no
checking for sys/param.h... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... yes
checking for netinet/in.h... yes
checking for alloca.h... yes
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for crypt.h... yes
checking for dns.h... no
checking for fcntl.h... yes
checking for grp.h... yes
checking for ieeefp.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for monetary.h... yes
checking for netdb.h... yes
checking for poll.h... yes
checking for pwd.h... yes
checking for resolv.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for syslog.h... yes
checking for sysexits.h... yes
checking for sys/ioctl.h... yes
checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking for sys/poll.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/statfs.h... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
checking for sys/sysexits.h... no
checking for sys/varargs.h... no
checking for sys/wait.h... yes
checking for sys/loadavg.h... no
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for unix.h... no
checking for utime.h... yes
checking for sys/utsname.h... yes
checking for sys/ipc.h... yes
checking for dlfcn.h... yes
checking for assert.h... (cached) yes
checking for fopencookie... yes
checking for broken getcwd... no
checking for broken libc stdio... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for missing declarations of reentrant functions... done
checking for fclose declaration... ok
checking for tm_gmtoff in struct tm... yes
checking for struct flock... yes
checking for socklen_t... yes
checking size of size_t... 8
checking size of long long... 8
checking size of long long int... 8
checking size of long... 8
checking size of int... 4
checking size of intmax_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of short... 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking for int8... no
checking for int16... no
checking for int32... no
checking for int64... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8... no
checking for uint16... no
checking for uint32... no
checking for uint64... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for __builtin_expect... yes
checking for __builtin_clz... yes
checking for __builtin_ctzl... yes
checking for __builtin_ctzll... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for struct sockaddr_storage... yes
checking for field sa_len in struct sockaddr... no
checking for IPv6 support... yes
checking for vprintf... yes
checking for _doprnt... no
checking for alphasort... yes
checking for asctime_r... yes
checking for chroot... yes
checking for ctime_r... yes
checking for cuserid... yes
checking for crypt... no
checking for flock... yes
checking for ftok... yes
checking for funopen... no
checking for gai_strerror... yes
checking for gcvt... yes
checking for getloadavg... yes
checking for getlogin... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for gethostname... (cached) yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for getpwnam_r... yes
checking for getgrnam_r... yes
checking for getpwuid_r... yes
checking for grantpt... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for isascii... yes
checking for link... yes
checking for localtime_r... yes
checking for lockf... yes
checking for lchown... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for mkstemp... yes
checking for mmap... yes
checking for nl_langinfo... yes
checking for perror... yes
checking for poll... yes
checking for ptsname... yes
checking for putenv... yes
checking for realpath... yes
checking for random... yes
checking for rand_r... yes
checking for scandir... yes
checking for setitimer... yes
checking for setlocale... yes
checking for localeconv... yes
checking for setenv... yes
checking for setpgid... yes
checking for setsockopt... yes
checking for setvbuf... yes
checking for shutdown... yes
checking for sin... yes
checking for snprintf... yes
checking for srand48... yes
checking for srandom... yes
checking for statfs... yes
checking for statvfs... yes
checking for std_syslog... no
checking for strcasecmp... yes
checking for strcoll... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strnlen... yes
checking for strptime... yes
checking for strstr... yes
checking for strtok_r... yes
checking for symlink... yes
checking for tempnam... yes
checking for tzset... yes
checking for unlockpt... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utime... yes
checking for vsnprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for nanosleep... yes
checking for nanosleep in -lrt... yes
checking for getaddrinfo... yes
checking for __sync_fetch_and_add... yes
checking for strlcat... no
checking for strlcpy... no
checking for getopt... yes
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for declared timezone... yes
checking for type of reentrant time-related functions... POSIX
checking for readdir_r... yes
checking for type of readdir_r... POSIX
checking for in_addr_t... yes
checking for crypt_r... no

General settings
checking whether to include gcov symbols... no
checking whether to include debugging symbols... no
checking layout of installed files... PHP
checking path to configuration file... /etc
checking where to scan for configuration files...
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... yes
checking whether to enable DTrace support... no
checking how big to make fd sets... using system default

Configuring extensions
checking size of long... (cached) 8
checking size of int... (cached) 4
checking for int32_t... yes
checking for uint32_t... yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking for gettimeofday... (cached) yes
checking whether to enable LIBXML support... yes
checking libxml2 install dir... /usr
checking for xml2-config path... /usr/bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... no
checking for Kerberos support... no
checking whether to use system default cipher list instead of hardcoded value... no
checking for PCRE library to use... bundled
checking whether to enable PCRE JIT functionality... yes
checking whether to enable the SQLite3 extension... yes
checking bundled sqlite3 library... yes
checking for ZLIB support... yes
checking if the location of ZLIB install directory is defined... no
checking for zlib version >= 1.2.0.4... 1.2.7
checking for gzgets in -lz... yes
checking whether to enable bc style precision math functions... yes
checking for BZip2 support... no
checking whether to enable calendar conversion support... no
checking whether to enable ctype functions... yes
checking for cURL support... yes
checking for cURL in default path... found in /usr
checking for cURL 7.10.5 or greater... libcurl 7.29.0
checking for SSL support in libcurl... yes
checking how to run the C preprocessor... cc -E
checking for openssl support in libcurl... no
checking for gnutls support in libcurl... no
checking for curl_easy_perform in -lcurl... yes
checking for curl_easy_strerror in -lcurl... yes
checking for curl_multi_strerror in -lcurl... yes
checking for QDBM support... no
checking for GDBM support... no
checking for NDBM support... no
checking for TCADB support... no
checking for Berkeley DB4 support... no
checking for Berkeley DB3 support... no
checking for Berkeley DB2 support... no
checking for DB1 support... no
checking for DBM support... no
checking for CDB support... no
checking for INI File support... no
checking for FlatFile support... no
checking whether to enable DBA interface... no
checking whether to enable DOM support... yes
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for ENCHANT support... no
checking whether to enable EXIF (metadata from images) support... no
checking for fileinfo support... yes
checking for strcasestr... yes
checking for utimes... yes
checking for strndup... yes
checking whether to enable input filter support... yes
checking pcre install prefix... no
checking whether to enable FTP support... no
checking OpenSSL dir for FTP... no
checking for GD support... yes
checking for the location of libwebp... no
checking for the location of libjpeg... yes
checking for the location of libpng... yes
checking for the location of libXpm... no
checking for FreeType 2... yes
checking whether to enable truetype string function in GD... yes
checking whether to enable JIS-mapped Japanese font support in GD... no
If configure fails try --with-webp-dir=<DIR>
checking for jpeg_read_header in -ljpeg... yes
checking for png_write_image in -lpng... yes
If configure fails try --with-xpm-dir=<DIR>
checking for fabsf... yes
checking for floorf... yes
checking for GNU gettext support... no
checking for GNU MP support... no
checking for mhash support... no
checking whether to enable hash support... yes
checking whether byte ordering is bigendian... (cached) no
checking size of short... (cached) 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking for iconv support... yes
checking for iconv... yes
checking if iconv is glibc's... yes
checking if iconv supports errno... yes
checking if iconv supports //IGNORE... no
checking if your cpp allows macro usage in include lines... yes
checking for IMAP support... no
checking for IMAP Kerberos support... no
checking for IMAP SSL support... no
checking for Firebird support... no
checking whether to enable internationalization support... no
checking whether to enable JavaScript Object Serialization support... yes
checking for ANSI C header files... (cached) yes
checking for LDAP support... no
checking for LDAP Cyrus SASL support... no
checking whether to enable multibyte string support... yes
checking whether to enable multibyte regex support... yes
checking whether to check multibyte regex backtrack... yes
checking for external libmbfl... no
checking for external oniguruma... no
checking for variable length prototypes and stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/time.h... (cached) yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for stdarg.h... (cached) yes
checking size of int... (cached) 4
checking size of short... (cached) 2
checking size of long... (cached) 8
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for working memcmp... yes
checking for stdarg.h... (cached) yes
checking for mcrypt support... yes
configure: error: mcrypt.h not found. Please reinstall libmcrypt.
[root@localhost php-7.1.6]# echo $?
1
[root@localhost php-7.1.6]# yum install php-mcrypt libmcrypt libmcrypt-devel
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.ustc.edu.cn
正在解决依赖关系
--> 正在检查事务
---> 软件包 libmcrypt.x86_64.0.2.5.8-13.el7 将被 安装
---> 软件包 libmcrypt-devel.x86_64.0.2.5.8-13.el7 将被 安装
---> 软件包 php-mcrypt.x86_64.0.5.4.16-7.el7 将被 安装
--> 正在处理依赖关系 php(zend-abi) = 20100525-64,它被软件包 php-mcrypt-5.4.16-7.el7.x86_64 需要
--> 正在处理依赖关系 php(api) = 20100412-64,它被软件包 php-mcrypt-5.4.16-7.el7.x86_64 需要
--> 正在检查事务
---> 软件包 php-common.x86_64.0.5.4.16-43.el7_4 将被 安装
--> 正在处理依赖关系 libzip.so.2()(64bit),它被软件包 php-common-5.4.16-43.el7_4.x86_64 需要
--> 正在检查事务
---> 软件包 libzip.x86_64.0.0.10.1-8.el7 将被 安装
--> 解决依赖关系完成

依赖关系解决

===========================================================================================================================
Package 架构 版本 源 大小
===========================================================================================================================
正在安装:
libmcrypt x86_64 2.5.8-13.el7 epel 99 k
libmcrypt-devel x86_64 2.5.8-13.el7 epel 13 k
php-mcrypt x86_64 5.4.16-7.el7 epel 20 k
为依赖而安装:
libzip x86_64 0.10.1-8.el7 base 48 k
php-common x86_64 5.4.16-43.el7_4 updates 565 k

事务概要
===========================================================================================================================
安装 3 软件包 (+2 依赖软件包)

总下载量:745 k
安装大小:4.2 M
Is this ok [y/d/N]: y
Downloading packages:
(1/5): libmcrypt-2.5.8-13.el7.x86_64.rpm | 99 kB 00:00:00
(2/5): libmcrypt-devel-2.5.8-13.el7.x86_64.rpm | 13 kB 00:00:00
(3/5): php-mcrypt-5.4.16-7.el7.x86_64.rpm | 20 kB 00:00:00
(4/5): libzip-0.10.1-8.el7.x86_64.rpm | 48 kB 00:00:00
(5/5): php-common-5.4.16-43.el7_4.x86_64.rpm | 565 kB 00:00:00
---------------------------------------------------------------------------------------------------------------------------
总计 764 kB/s | 745 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
正在安装 : libmcrypt-2.5.8-13.el7.x86_64 1/5
正在安装 : libzip-0.10.1-8.el7.x86_64 2/5
正在安装 : php-common-5.4.16-43.el7_4.x86_64 3/5
正在安装 : php-mcrypt-5.4.16-7.el7.x86_64 4/5
正在安装 : libmcrypt-devel-2.5.8-13.el7.x86_64 5/5
验证中 : libmcrypt-devel-2.5.8-13.el7.x86_64 1/5
验证中 : libmcrypt-2.5.8-13.el7.x86_64 2/5
验证中 : php-mcrypt-5.4.16-7.el7.x86_64 3/5
验证中 : php-common-5.4.16-43.el7_4.x86_64 4/5
验证中 : libzip-0.10.1-8.el7.x86_64 5/5

已安装:
libmcrypt.x86_64 0:2.5.8-13.el7 libmcrypt-devel.x86_64 0:2.5.8-13.el7 php-mcrypt.x86_64 0:5.4.16-7.el7

作为依赖被安装:
libzip.x86_64 0:0.10.1-8.el7 php-common.x86_64 0:5.4.16-43.el7_4

完毕!
[root@localhost php-7.1.6]# ./configure --prefix=/usr/local/php --with-config-file-path=/etc --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-iconv-dir=/usr/local --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --disable-rpath --enable-safe-mode --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl --with-curlwrappers --enable-mbregex--enable-fpm --enable-mbstring --with-mcrypt --with-gd --enable-gd-native-ttf --with-openssl--with-mhash --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap
configure: WARNING: unrecognized options: --with-mysql, --enable-safe-mode, --with-curlwrappers, --enable-mbregex--enable-fpm, --with-openssl--with-mhash
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
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 cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -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 whether ln -s works... yes
checking for system library directory... lib
checking whether to enable runpaths... no
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking whether to enable computed goto gcc extension with re2c... no
checking whether to force non-PIC code in shared modules... no
checking whether /dev/urandom exists... yes
checking whether /dev/arandom exists... no
checking for global register variables support... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib... pthread

Configuring SAPI modules
checking for Apache 2.0 handler-module support via DSO through APXS... no
checking for setproctitle... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for PS_STRINGS... no
checking for CLI build... yes
checking for embedded SAPI library support... no
checking for FPM build... no
checking for LiteSpeed support... no
checking for phpdbg support... yes
checking for phpdbg web SAPI support... no
checking for phpdbg debug build... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for CGI build... yes
checking for socklen_t in sys/socket.h... yes
checking for sun_len in sys/un.h... no
checking whether cross-process locking is required by accept()... no
checking for chosen SAPI module... none
checking for executable SAPI binaries... cli phpdbg cgi

Running system checks
checking for sendmail... /usr/sbin/sendmail
checking whether system uses EBCDIC... no
checking whether byte ordering is bigendian... no
checking whether writing to stdout works... This is the test message -- yes
checking for socket... yes
checking for socketpair... yes
checking for htonl... yes
checking for gethostname... yes
checking for gethostbyaddr... yes
checking for yp_get_default_domain... no
checking for __yp_get_default_domain... no
checking for yp_get_default_domain in -lnsl... yes
checking for dlopen... no
checking for __dlopen... no
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for inet_aton... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for dirent.h... yes
checking for ApplicationServices/ApplicationServices.h... no
checking for sys/param.h... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... yes
checking for netinet/in.h... yes
checking for alloca.h... yes
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for crypt.h... yes
checking for dns.h... no
checking for fcntl.h... yes
checking for grp.h... yes
checking for ieeefp.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for monetary.h... yes
checking for netdb.h... yes
checking for poll.h... yes
checking for pwd.h... yes
checking for resolv.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for syslog.h... yes
checking for sysexits.h... yes
checking for sys/ioctl.h... yes
checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking for sys/poll.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/statfs.h... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
checking for sys/sysexits.h... no
checking for sys/varargs.h... no
checking for sys/wait.h... yes
checking for sys/loadavg.h... no
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for unix.h... no
checking for utime.h... yes
checking for sys/utsname.h... yes
checking for sys/ipc.h... yes
checking for dlfcn.h... yes
checking for assert.h... (cached) yes
checking for fopencookie... yes
checking for broken getcwd... no
checking for broken libc stdio... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for missing declarations of reentrant functions... done
checking for fclose declaration... ok
checking for tm_gmtoff in struct tm... yes
checking for struct flock... yes
checking for socklen_t... yes
checking size of size_t... 8
checking size of long long... 8
checking size of long long int... 8
checking size of long... 8
checking size of int... 4
checking size of intmax_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of short... 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking for int8... no
checking for int16... no
checking for int32... no
checking for int64... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8... no
checking for uint16... no
checking for uint32... no
checking for uint64... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for __builtin_expect... yes
checking for __builtin_clz... yes
checking for __builtin_ctzl... yes
checking for __builtin_ctzll... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for struct sockaddr_storage... yes
checking for field sa_len in struct sockaddr... no
checking for IPv6 support... yes
checking for vprintf... yes
checking for _doprnt... no
checking for alphasort... yes
checking for asctime_r... yes
checking for chroot... yes
checking for ctime_r... yes
checking for cuserid... yes
checking for crypt... no
checking for flock... yes
checking for ftok... yes
checking for funopen... no
checking for gai_strerror... yes
checking for gcvt... yes
checking for getloadavg... yes
checking for getlogin... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for gethostname... (cached) yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for getpwnam_r... yes
checking for getgrnam_r... yes
checking for getpwuid_r... yes
checking for grantpt... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for isascii... yes
checking for link... yes
checking for localtime_r... yes
checking for lockf... yes
checking for lchown... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for mkstemp... yes
checking for mmap... yes
checking for nl_langinfo... yes
checking for perror... yes
checking for poll... yes
checking for ptsname... yes
checking for putenv... yes
checking for realpath... yes
checking for random... yes
checking for rand_r... yes
checking for scandir... yes
checking for setitimer... yes
checking for setlocale... yes
checking for localeconv... yes
checking for setenv... yes
checking for setpgid... yes
checking for setsockopt... yes
checking for setvbuf... yes
checking for shutdown... yes
checking for sin... yes
checking for snprintf... yes
checking for srand48... yes
checking for srandom... yes
checking for statfs... yes
checking for statvfs... yes
checking for std_syslog... no
checking for strcasecmp... yes
checking for strcoll... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strnlen... yes
checking for strptime... yes
checking for strstr... yes
checking for strtok_r... yes
checking for symlink... yes
checking for tempnam... yes
checking for tzset... yes
checking for unlockpt... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utime... yes
checking for vsnprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for nanosleep... yes
checking for nanosleep in -lrt... yes
checking for getaddrinfo... yes
checking for __sync_fetch_and_add... yes
checking for strlcat... no
checking for strlcpy... no
checking for getopt... yes
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for declared timezone... yes
checking for type of reentrant time-related functions... POSIX
checking for readdir_r... yes
checking for type of readdir_r... POSIX
checking for in_addr_t... yes
checking for crypt_r... no

General settings
checking whether to include gcov symbols... no
checking whether to include debugging symbols... no
checking layout of installed files... PHP
checking path to configuration file... /etc
checking where to scan for configuration files...
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... yes
checking whether to enable DTrace support... no
checking how big to make fd sets... using system default

Configuring extensions
checking size of long... (cached) 8
checking size of int... (cached) 4
checking for int32_t... yes
checking for uint32_t... yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking for gettimeofday... (cached) yes
checking whether to enable LIBXML support... yes
checking libxml2 install dir... /usr
checking for xml2-config path... /usr/bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... no
checking for Kerberos support... no
checking whether to use system default cipher list instead of hardcoded value... no
checking for PCRE library to use... bundled
checking whether to enable PCRE JIT functionality... yes
checking whether to enable the SQLite3 extension... yes
checking bundled sqlite3 library... yes
checking for ZLIB support... yes
checking if the location of ZLIB install directory is defined... no
checking for zlib version >= 1.2.0.4... 1.2.7
checking for gzgets in -lz... yes
checking whether to enable bc style precision math functions... yes
checking for BZip2 support... no
checking whether to enable calendar conversion support... no
checking whether to enable ctype functions... yes
checking for cURL support... yes
checking for cURL in default path... found in /usr
checking for cURL 7.10.5 or greater... libcurl 7.29.0
checking for SSL support in libcurl... yes
checking how to run the C preprocessor... cc -E
checking for openssl support in libcurl... no
checking for gnutls support in libcurl... no
checking for curl_easy_perform in -lcurl... yes
checking for curl_easy_strerror in -lcurl... yes
checking for curl_multi_strerror in -lcurl... yes
checking for QDBM support... no
checking for GDBM support... no
checking for NDBM support... no
checking for TCADB support... no
checking for Berkeley DB4 support... no
checking for Berkeley DB3 support... no
checking for Berkeley DB2 support... no
checking for DB1 support... no
checking for DBM support... no
checking for CDB support... no
checking for INI File support... no
checking for FlatFile support... no
checking whether to enable DBA interface... no
checking whether to enable DOM support... yes
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for ENCHANT support... no
checking whether to enable EXIF (metadata from images) support... no
checking for fileinfo support... yes
checking for strcasestr... yes
checking for utimes... yes
checking for strndup... yes
checking whether to enable input filter support... yes
checking pcre install prefix... no
checking whether to enable FTP support... no
checking OpenSSL dir for FTP... no
checking for GD support... yes
checking for the location of libwebp... no
checking for the location of libjpeg... yes
checking for the location of libpng... yes
checking for the location of libXpm... no
checking for FreeType 2... yes
checking whether to enable truetype string function in GD... yes
checking whether to enable JIS-mapped Japanese font support in GD... no
If configure fails try --with-webp-dir=<DIR>
checking for jpeg_read_header in -ljpeg... yes
checking for png_write_image in -lpng... yes
If configure fails try --with-xpm-dir=<DIR>
checking for fabsf... yes
checking for floorf... yes
checking for GNU gettext support... no
checking for GNU MP support... no
checking for mhash support... no
checking whether to enable hash support... yes
checking whether byte ordering is bigendian... (cached) no
checking size of short... (cached) 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking for iconv support... yes
checking for iconv... yes
checking if iconv is glibc's... yes
checking if iconv supports errno... yes
checking if iconv supports //IGNORE... no
checking if your cpp allows macro usage in include lines... yes
checking for IMAP support... no
checking for IMAP Kerberos support... no
checking for IMAP SSL support... no
checking for Firebird support... no
checking whether to enable internationalization support... no
checking whether to enable JavaScript Object Serialization support... yes
checking for ANSI C header files... (cached) yes
checking for LDAP support... no
checking for LDAP Cyrus SASL support... no
checking whether to enable multibyte string support... yes
checking whether to enable multibyte regex support... yes
checking whether to check multibyte regex backtrack... yes
checking for external libmbfl... no
checking for external oniguruma... no
checking for variable length prototypes and stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/time.h... (cached) yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for stdarg.h... (cached) yes
checking size of int... (cached) 4
checking size of short... (cached) 2
checking size of long... (cached) 8
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for working memcmp... yes
checking for stdarg.h... (cached) yes
checking for mcrypt support... yes
checking for libmcrypt version... >= 2.5.6
checking for mcrypt_module_open in -lmcrypt... no
checking for mcrypt_module_open in -lmcrypt... yes
checking for MySQLi support... yes
checking whether to enable embedded MySQLi support... no
checking for specified location of the MySQL UNIX socket... no
checking for mysql_set_server_option in -lmysqlclient... yes
checking for mysql_set_character_set in -lmysqlclient... yes
checking for mysql_stmt_next_result in -lmysqlclient... yes
checking for MySQL UNIX socket location... no
checking for Oracle Database OCI8 support... no
checking for Adabas support... no
checking for SAP DB support... no
checking for Solid support... no
checking for IBM DB2 support... no
checking for ODBCRouter.com support... no
checking for Empress support... no
checking for Empress local access support... no
checking for Birdstep support... no
checking for a custom ODBC support... no
checking for iODBC support... no
checking for Easysoft ODBC-ODBC Bridge support... no
checking for unixODBC support... no
checking for DBMaker support... no
checking for any ODBC driver support... no
checking whether to enable Zend OPcache support... yes
checking whether to enable file based caching... yes
checking whether to enable copying PHP CODE pages into HUGE PAGES... yes
checking for mprotect... yes
checking for unistd.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for sysvipc shared memory support... yes
checking for mmap() using MAP_ANON shared memory support... yes
checking for mmap() using /dev/zero shared memory support... yes
checking for mmap() using shm_open() shared memory support... yes
checking for mmap() using regular file shared memory support... yes
checking "whether flock struct is linux ordered"... "yes"
checking "whether flock struct is BSD ordered"... "no"
checking whether to enable pcntl support... yes
checking for fork... yes
checking for waitpid... yes
checking for sigaction... yes
checking for getpriority... yes
checking for setpriority... yes
checking for wait3... yes
checking for wait4... yes
checking for sigprocmask... yes
checking for sigwaitinfo... yes
checking for sigtimedwait... yes
checking for siginfo_t... yes
checking whether to enable PDO support... yes
checking for PDO_DBLIB support via FreeTDS... no
checking for Firebird support for PDO... no
checking for MySQL support for PDO... no
checking Oracle OCI support for PDO... no
checking for ODBC v3 support for PDO... no
checking for PostgreSQL support for PDO... no
checking for sqlite 3 support for PDO... yes
checking for PDO includes... checking for PDO includes... /usr/local/src/php-7.1.6/ext
checking for usleep... (cached) yes
checking for nanosleep... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for fdatasync in -lrt... yes
checking for PostgreSQL support... no
checking for phar archive support... yes
checking for phar openssl support... no
checking whether to enable POSIX-like functions... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking for seteuid... yes
checking for setegid... yes
checking for setsid... yes
checking for getsid... yes
checking for setpgid... (cached) yes
checking for getpgid... yes
checking for ctermid... yes
checking for mkfifo... yes
checking for mknod... yes
checking for setrlimit... yes
checking for getrlimit... yes
checking for getlogin... (cached) yes
checking for getgroups... yes
checking for makedev... no
checking for initgroups... yes
checking for getpwuid_r... (cached) yes
checking for getgrgid_r... yes
checking for working ttyname_r() implementation... yes
checking for utsname.domainname... yes
checking for PSPELL support... no
checking for libedit readline replacement... no
checking for readline support... no
checking for recode support... no
checking whether to enable PHP sessions... yes
checking for mm support... no
checking whether pwrite works... yes
checking whether pread works... yes
checking whether to enable shmop support... yes
checking whether to enable SimpleXML support... yes
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for SNMP support... no
checking OpenSSL dir for SNMP... no
checking whether to enable SOAP support... yes
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking whether to enable sockets support... yes
checking for struct cmsghdr... yes
checking for hstrerror... yes
checking for socketpair... (cached) yes
checking for if_nametoindex... yes
checking for if_indextoname... yes
checking for netdb.h... (cached) yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for field ss_family in struct sockaddr_storage... yes
checking if getaddrinfo supports AI_V4MAPPED... yes
checking whether flush should be called explicitly after a buffered io... no
checking for crypt in -lcrypt... yes
checking for standard DES crypt... yes
checking for extended DES crypt... no
checking for MD5 crypt... yes
checking for Blowfish crypt... no
checking for SHA512 crypt... yes
checking for SHA256 crypt... yes
checking whether the compiler supports __alignof__... yes
checking whether the compiler supports aligned attribute... yes
checking for getcwd... yes
checking for getwd... yes
checking for asinh... yes
checking for acosh... yes
checking for atanh... yes
checking for log1p... yes
checking for hypot... yes
checking for glob... yes
checking for strfmon... yes
checking for nice... yes
checking for fpclass... no
checking for mempcpy... yes
checking for strpncpy... no
checking whether isnan is declared... yes
checking whether isinf is declared... yes
checking for working POSIX fnmatch... yes
checking for fork... (cached) yes
checking if your OS can spawn processes with inherited handles... yes
checking for res_nsearch... no
checking for __res_nsearch... no
checking for res_nsearch in -lresolv... no
checking for __res_nsearch in -lresolv... yes
checking for res_ndestroy... no
checking for __res_ndestroy... no
checking for res_ndestroy in -lresolv... no
checking for __res_ndestroy in -lresolv... no
checking for res_ndestroy in -lbind... no
checking for __res_ndestroy in -lbind... no
checking for res_ndestroy in -lsocket... no
checking for __res_ndestroy in -lsocket... no
checking for dns_search... no
checking for __dns_search... no
checking for dns_search in -lresolv... no
checking for __dns_search in -lresolv... no
checking for dns_search in -lbind... no
checking for __dns_search in -lbind... no
checking for dns_search in -lsocket... no
checking for __dns_search in -lsocket... no
checking for dn_expand... no
checking for __dn_expand... yes
checking for dn_skipname... no
checking for __dn_skipname... yes
checking for res_search... no
checking for __res_search... yes
checking whether atof() accepts NAN... yes
checking whether atof() accepts INF... yes
checking whether HUGE_VAL == INF... yes
checking whether HUGE_VAL + -HUGEVAL == NAN... yes
checking whether strptime() declaration fails... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for mblen... yes
checking for mbrlen... yes
checking for mbsinit... yes
checking for mbstate_t... yes
checking atomic.h usability... no
checking atomic.h presence... no
checking for atomic.h... no
checking whether arc4random_buf is declared... no
checking whether to enable System V IPC support... no
checking whether to enable System V semaphore support... yes
checking for union semun... no
checking whether to enable System V shared memory support... no
checking for TIDY support... no
checking whether to enable tokenizer support... yes
checking whether to enable WDDX support... no
checking libexpat dir for WDDX... no
checking whether to enable XML support... yes
checking libexpat install dir... no
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking whether to enable XMLReader support... yes
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for XMLRPC-EPI support... yes
checking libexpat dir for XMLRPC-EPI... no
checking iconv dir for XMLRPC-EPI... /usr/local
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for ranlib... ranlib
checking for inline... inline
checking for ANSI C header files... (cached) yes
checking xmlparse.h usability... no
checking xmlparse.h presence... no
checking for xmlparse.h... no
checking xmltok.h usability... no
checking xmltok.h presence... no
checking for xmltok.h... no
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking size of char... 1
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking for size_t... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for strtoul... yes
checking for strtoull... yes
checking for snprintf... (cached) yes
checking for strstr... (cached) yes
checking for strpbrk... yes
checking for strerror... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking whether to enable XMLWriter support... yes
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for XSL support... no
checking for zip archive read/writesupport... yes
checking pcre install prefix... no
checking libzip... no
checking for the location of zlib... /usr
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking fts.h usability... yes
checking fts.h presence... yes
checking for fts.h... yes
checking for int8_t... (cached) yes
checking for int16_t... (cached) yes
checking for int32_t... (cached) yes
checking for int64_t... (cached) yes
checking for uint8_t... (cached) yes
checking for uint16_t... (cached) yes
checking for uint32_t... (cached) yes
checking for uint64_t... (cached) yes
checking for ssize_t... yes
checking size of short... (cached) 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking size of off_t... 8
checking size of size_t... (cached) 8
checking for touch... /usr/bin/touch
checking for unzip... /usr/bin/unzip
checking for struct tm.tm_zone... (cached) yes
checking whether to enable mysqlnd... no
checking whether to disable compressed protocol support in mysqlnd... yes

Configuring PEAR
checking whether to install PEAR... yes

Configuring Zend
checking for bison version... (cached) invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for limits.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for signal.h... (cached) yes
checking for unix.h... (cached) no
checking for stdlib.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for size_t... (cached) yes
checking return type of signal handlers... void
checking for uint... yes
checking for ulong... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for vprintf... (cached) yes
checking for _doprnt... (cached) no
checking for working memcmp... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for memcpy... (cached) yes
checking for strdup... (cached) yes
checking for getpid... yes
checking for kill... yes
checking for strtod... yes
checking for strtol... yes
checking for finite... yes
checking for fpclass... (cached) no
checking for sigsetjmp... no
checking whether sprintf is broken... no
checking whether isfinite is declared... yes
checking whether isnan is declared... (cached) yes
checking whether isinf is declared... (cached) yes
checking whether fp_except is defined... no
checking for usable _FPU_SETCW... yes
checking for usable fpsetprec... no
checking for usable _controlfp... no
checking for usable _controlfp_s... no
checking whether FPU control word can be manipulated by inline assembler... yes
checking whether double cast to long preserves least significant bits... no
checking for dlfcn.h... (cached) yes
checking whether dlsym() requires a leading underscore in symbol names... no
checking whether to enable thread-safety... no
checking whether to enable inline optimization for GCC... yes
checking whether to enable Zend debugging... no
checking for inline... (cached) inline
checking target system is Darwin... no
checking for MM alignment and log values... done
checking for memory allocation using mmap(MAP_ANON)... yes
checking for memory allocation using mmap("/dev/zero")... yes
checking for mremap... yes
checking for sigaction... (cached) yes
checking whether to enable zend signal handling... yes

Configuring TSRM
checking for stdarg.h... (cached) yes
checking for sigprocmask... (cached) yes
checking how many arguments gethostbyname_r() takes... six

Configuring libtool
checking for ld used by cc... /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 the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... (cached) ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking whether the cc 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

creating libtool
appending configuration tag "CXX" to libtool

Generating files
configure: creating ./config.status
creating main/internal_functions.c
creating main/internal_functions_cli.c
+--------------------------------------------------------------------+
| License: |
| This software is subject to the PHP License, available in this |
| distribution in the file LICENSE. By continuing this installation |
| process, you are bound by the terms of this license agreement. |
| If you do not agree with the terms of this license, you must abort |
| the installation process at this point. |
+--------------------------------------------------------------------+

Thank you for using PHP.

config.status: creating php7.spec
config.status: creating main/build-defs.h
config.status: creating scripts/phpize
config.status: creating scripts/man1/phpize.1
config.status: creating scripts/php-config
config.status: creating scripts/man1/php-config.1
config.status: creating sapi/cli/php.1
config.status: creating sapi/cgi/php-cgi.1
config.status: creating ext/phar/phar.1
config.status: creating ext/phar/phar.phar.1
config.status: creating main/php_config.h
config.status: executing default commands
configure: WARNING: unrecognized options: --with-mysql, --enable-safe-mode, --with-curlwrappers, --enable-mbregex--enable-fpm, --with-openssl--with-mhash
[root@localhost php-7.1.6]# echo $?
0
[root@localhost php-7.1.6]# make && make install
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/ZendAccelerator.c -o ext/opcache/ZendAccelerator.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/zend_accelerator_blacklist.c -o ext/opcache/zend_accelerator_blacklist.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/zend_accelerator_debug.c -o ext/opcache/zend_accelerator_debug.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/zend_accelerator_hash.c -o ext/opcache/zend_accelerator_hash.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/zend_accelerator_module.c -o ext/opcache/zend_accelerator_module.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/zend_persist.c -o ext/opcache/zend_persist.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/zend_persist_calc.c -o ext/opcache/zend_persist_calc.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/zend_file_cache.c -o ext/opcache/zend_file_cache.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/zend_shared_alloc.c -o ext/opcache/zend_shared_alloc.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/zend_accelerator_util_funcs.c -o ext/opcache/zend_accelerator_util_funcs.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/shared_alloc_shm.c -o ext/opcache/shared_alloc_shm.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/shared_alloc_mmap.c -o ext/opcache/shared_alloc_mmap.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/shared_alloc_posix.c -o ext/opcache/shared_alloc_posix.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/Optimizer/zend_optimizer.c -o ext/opcache/Optimizer/zend_optimizer.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/Optimizer/pass1_5.c -o ext/opcache/Optimizer/pass1_5.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/Optimizer/pass2.c -o ext/opcache/Optimizer/pass2.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/Optimizer/pass3.c -o ext/opcache/Optimizer/pass3.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/Optimizer/optimize_func_calls.c -o ext/opcache/Optimizer/optimize_func_calls.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/Optimizer/block_pass.c -o ext/opcache/Optimizer/block_pass.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/Optimizer/optimize_temp_vars_5.c -o ext/opcache/Optimizer/optimize_temp_vars_5.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/Optimizer/nop_removal.c -o ext/opcache/Optimizer/nop_removal.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/Optimizer/compact_literals.c -o ext/opcache/Optimizer/compact_literals.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/Optimizer/zend_cfg.c -o ext/opcache/Optimizer/zend_cfg.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/Optimizer/zend_dfg.c -o ext/opcache/Optimizer/zend_dfg.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/Optimizer/dfa_pass.c -o ext/opcache/Optimizer/dfa_pass.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/Optimizer/zend_ssa.c -o ext/opcache/Optimizer/zend_ssa.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/Optimizer/zend_inference.c -o ext/opcache/Optimizer/zend_inference.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/Optimizer/zend_func_info.c -o ext/opcache/Optimizer/zend_func_info.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/Optimizer/zend_call_graph.c -o ext/opcache/Optimizer/zend_call_graph.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/opcache/ -I/usr/local/src/php-7.1.6/ext/opcache/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/opcache/Optimizer/zend_dump.c -o ext/opcache/Optimizer/zend_dump.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=link cc -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -o ext/opcache/opcache.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/local/src/php-7.1.6/modules -L/usr/local/mysql/lib ext/opcache/ZendAccelerator.lo ext/opcache/zend_accelerator_blacklist.lo ext/opcache/zend_accelerator_debug.lo ext/opcache/zend_accelerator_hash.lo ext/opcache/zend_accelerator_module.lo ext/opcache/zend_persist.lo ext/opcache/zend_persist_calc.lo ext/opcache/zend_file_cache.lo ext/opcache/zend_shared_alloc.lo ext/opcache/zend_accelerator_util_funcs.lo ext/opcache/shared_alloc_shm.lo ext/opcache/shared_alloc_mmap.lo ext/opcache/shared_alloc_posix.lo ext/opcache/Optimizer/zend_optimizer.lo ext/opcache/Optimizer/pass1_5.lo ext/opcache/Optimizer/pass2.lo ext/opcache/Optimizer/pass3.lo ext/opcache/Optimizer/optimize_func_calls.lo ext/opcache/Optimizer/block_pass.lo ext/opcache/Optimizer/optimize_temp_vars_5.lo ext/opcache/Optimizer/nop_removal.lo ext/opcache/Optimizer/compact_literals.lo ext/opcache/Optimizer/zend_cfg.lo ext/opcache/Optimizer/zend_dfg.lo ext/opcache/Optimizer/dfa_pass.lo ext/opcache/Optimizer/zend_ssa.lo ext/opcache/Optimizer/zend_inference.lo ext/opcache/Optimizer/zend_func_info.lo ext/opcache/Optimizer/zend_call_graph.lo ext/opcache/Optimizer/zend_dump.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=install cp ext/opcache/opcache.la /usr/local/src/php-7.1.6/modules
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/usr/local/src/php-7.1.6/ext/date/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/date/php_date.c -o ext/date/php_date.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/usr/local/src/php-7.1.6/ext/date/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/date/lib/astro.c -o ext/date/lib/astro.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/usr/local/src/php-7.1.6/ext/date/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/date/lib/dow.c -o ext/date/lib/dow.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/usr/local/src/php-7.1.6/ext/date/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/date/lib/parse_date.c -o ext/date/lib/parse_date.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/usr/local/src/php-7.1.6/ext/date/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/date/lib/parse_tz.c -o ext/date/lib/parse_tz.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/usr/local/src/php-7.1.6/ext/date/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/date/lib/timelib.c -o ext/date/lib/timelib.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/usr/local/src/php-7.1.6/ext/date/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/date/lib/tm2unixtime.c -o ext/date/lib/tm2unixtime.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/usr/local/src/php-7.1.6/ext/date/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/date/lib/unixtime2tm.c -o ext/date/lib/unixtime2tm.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/usr/local/src/php-7.1.6/ext/date/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/date/lib/parse_iso_intervals.c -o ext/date/lib/parse_iso_intervals.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/usr/local/src/php-7.1.6/ext/date/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/date/lib/interval.c -o ext/date/lib/interval.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/libxml/ -I/usr/local/src/php-7.1.6/ext/libxml/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/libxml/libxml.c -o ext/libxml/libxml.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-7.1.6/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/usr/local/src/php-7.1.6/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pcre/pcrelib/pcre_chartables.c -o ext/pcre/pcrelib/pcre_chartables.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-7.1.6/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/usr/local/src/php-7.1.6/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pcre/pcrelib/pcre_ucd.c -o ext/pcre/pcrelib/pcre_ucd.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-7.1.6/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/usr/local/src/php-7.1.6/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pcre/pcrelib/pcre_compile.c -o ext/pcre/pcrelib/pcre_compile.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-7.1.6/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/usr/local/src/php-7.1.6/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pcre/pcrelib/pcre_config.c -o ext/pcre/pcrelib/pcre_config.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-7.1.6/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/usr/local/src/php-7.1.6/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pcre/pcrelib/pcre_exec.c -o ext/pcre/pcrelib/pcre_exec.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-7.1.6/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/usr/local/src/php-7.1.6/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pcre/pcrelib/pcre_fullinfo.c -o ext/pcre/pcrelib/pcre_fullinfo.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-7.1.6/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/usr/local/src/php-7.1.6/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pcre/pcrelib/pcre_get.c -o ext/pcre/pcrelib/pcre_get.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-7.1.6/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/usr/local/src/php-7.1.6/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pcre/pcrelib/pcre_globals.c -o ext/pcre/pcrelib/pcre_globals.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-7.1.6/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/usr/local/src/php-7.1.6/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pcre/pcrelib/pcre_maketables.c -o ext/pcre/pcrelib/pcre_maketables.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-7.1.6/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/usr/local/src/php-7.1.6/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pcre/pcrelib/pcre_newline.c -o ext/pcre/pcrelib/pcre_newline.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-7.1.6/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/usr/local/src/php-7.1.6/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pcre/pcrelib/pcre_ord2utf8.c -o ext/pcre/pcrelib/pcre_ord2utf8.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-7.1.6/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/usr/local/src/php-7.1.6/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pcre/pcrelib/pcre_refcount.c -o ext/pcre/pcrelib/pcre_refcount.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-7.1.6/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/usr/local/src/php-7.1.6/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pcre/pcrelib/pcre_study.c -o ext/pcre/pcrelib/pcre_study.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-7.1.6/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/usr/local/src/php-7.1.6/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pcre/pcrelib/pcre_tables.c -o ext/pcre/pcrelib/pcre_tables.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-7.1.6/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/usr/local/src/php-7.1.6/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pcre/pcrelib/pcre_valid_utf8.c -o ext/pcre/pcrelib/pcre_valid_utf8.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-7.1.6/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/usr/local/src/php-7.1.6/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pcre/pcrelib/pcre_version.c -o ext/pcre/pcrelib/pcre_version.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-7.1.6/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/usr/local/src/php-7.1.6/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pcre/pcrelib/pcre_xclass.c -o ext/pcre/pcrelib/pcre_xclass.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-7.1.6/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/usr/local/src/php-7.1.6/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pcre/pcrelib/pcre_jit_compile.c -o ext/pcre/pcrelib/pcre_jit_compile.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/src/php-7.1.6/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/usr/local/src/php-7.1.6/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pcre/php_pcre.c -o ext/pcre/php_pcre.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_FTS4=1 -DSQLITE_ENABLE_FTS5=1 -DSQLITE_CORE=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_THREADSAFE=0 -Iext/sqlite3/ -I/usr/local/src/php-7.1.6/ext/sqlite3/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/sqlite3/sqlite3.c -o ext/sqlite3/sqlite3.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_FTS4=1 -DSQLITE_ENABLE_FTS5=1 -DSQLITE_CORE=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_THREADSAFE=0 -Iext/sqlite3/ -I/usr/local/src/php-7.1.6/ext/sqlite3/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/sqlite3/libsqlite/sqlite3.c -o ext/sqlite3/libsqlite/sqlite3.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/zlib/ -I/usr/local/src/php-7.1.6/ext/zlib/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zlib/zlib.c -o ext/zlib/zlib.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/zlib/ -I/usr/local/src/php-7.1.6/ext/zlib/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zlib/zlib_fopen_wrapper.c -o ext/zlib/zlib_fopen_wrapper.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/zlib/ -I/usr/local/src/php-7.1.6/ext/zlib/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zlib/zlib_filter.c -o ext/zlib/zlib_filter.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/bcmath.c -o ext/bcmath/bcmath.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/add.c -o ext/bcmath/libbcmath/src/add.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/div.c -o ext/bcmath/libbcmath/src/div.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/init.c -o ext/bcmath/libbcmath/src/init.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/neg.c -o ext/bcmath/libbcmath/src/neg.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/outofmem.c -o ext/bcmath/libbcmath/src/outofmem.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/raisemod.c -o ext/bcmath/libbcmath/src/raisemod.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/rt.c -o ext/bcmath/libbcmath/src/rt.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/sub.c -o ext/bcmath/libbcmath/src/sub.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/compare.c -o ext/bcmath/libbcmath/src/compare.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/divmod.c -o ext/bcmath/libbcmath/src/divmod.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/int2num.c -o ext/bcmath/libbcmath/src/int2num.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/num2long.c -o ext/bcmath/libbcmath/src/num2long.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/output.c -o ext/bcmath/libbcmath/src/output.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/recmul.c -o ext/bcmath/libbcmath/src/recmul.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/sqrt.c -o ext/bcmath/libbcmath/src/sqrt.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/zero.c -o ext/bcmath/libbcmath/src/zero.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/debug.c -o ext/bcmath/libbcmath/src/debug.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/doaddsub.c -o ext/bcmath/libbcmath/src/doaddsub.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/nearzero.c -o ext/bcmath/libbcmath/src/nearzero.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/num2str.c -o ext/bcmath/libbcmath/src/num2str.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/raise.c -o ext/bcmath/libbcmath/src/raise.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/rmzero.c -o ext/bcmath/libbcmath/src/rmzero.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/usr/local/src/php-7.1.6/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/bcmath/libbcmath/src/str2num.c -o ext/bcmath/libbcmath/src/str2num.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/ctype/ -I/usr/local/src/php-7.1.6/ext/ctype/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/ctype/ctype.c -o ext/ctype/ctype.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/curl/ -I/usr/local/src/php-7.1.6/ext/curl/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/curl/interface.c -o ext/curl/interface.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/curl/ -I/usr/local/src/php-7.1.6/ext/curl/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/curl/multi.c -o ext/curl/multi.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/curl/ -I/usr/local/src/php-7.1.6/ext/curl/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/curl/share.c -o ext/curl/share.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/curl/ -I/usr/local/src/php-7.1.6/ext/curl/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/curl/curl_file.c -o ext/curl/curl_file.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/php_dom.c -o ext/dom/php_dom.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/attr.c -o ext/dom/attr.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/document.c -o ext/dom/document.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/domerrorhandler.c -o ext/dom/domerrorhandler.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/domstringlist.c -o ext/dom/domstringlist.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/domexception.c -o ext/dom/domexception.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/namelist.c -o ext/dom/namelist.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/processinginstruction.c -o ext/dom/processinginstruction.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/cdatasection.c -o ext/dom/cdatasection.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/documentfragment.c -o ext/dom/documentfragment.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/domimplementation.c -o ext/dom/domimplementation.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/element.c -o ext/dom/element.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/node.c -o ext/dom/node.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/string_extend.c -o ext/dom/string_extend.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/characterdata.c -o ext/dom/characterdata.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/documenttype.c -o ext/dom/documenttype.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/domimplementationlist.c -o ext/dom/domimplementationlist.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/entity.c -o ext/dom/entity.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/nodelist.c -o ext/dom/nodelist.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/text.c -o ext/dom/text.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/comment.c -o ext/dom/comment.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/domconfiguration.c -o ext/dom/domconfiguration.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/domimplementationsource.c -o ext/dom/domimplementationsource.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/entityreference.c -o ext/dom/entityreference.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/notation.c -o ext/dom/notation.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/xpath.c -o ext/dom/xpath.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/dom_iterators.c -o ext/dom/dom_iterators.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/typeinfo.c -o ext/dom/typeinfo.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/domerror.c -o ext/dom/domerror.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/domlocator.c -o ext/dom/domlocator.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/namednodemap.c -o ext/dom/namednodemap.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/dom/ -I/usr/local/src/php-7.1.6/ext/dom/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/dom/userdatahandler.c -o ext/dom/userdatahandler.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-7.1.6/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/fileinfo/fileinfo.c -o ext/fileinfo/fileinfo.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-7.1.6/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/fileinfo/libmagic/apprentice.c -o ext/fileinfo/libmagic/apprentice.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-7.1.6/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/fileinfo/libmagic/apptype.c -o ext/fileinfo/libmagic/apptype.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-7.1.6/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/fileinfo/libmagic/ascmagic.c -o ext/fileinfo/libmagic/ascmagic.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-7.1.6/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/fileinfo/libmagic/cdf.c -o ext/fileinfo/libmagic/cdf.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-7.1.6/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/fileinfo/libmagic/cdf_time.c -o ext/fileinfo/libmagic/cdf_time.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-7.1.6/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/fileinfo/libmagic/compress.c -o ext/fileinfo/libmagic/compress.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-7.1.6/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/fileinfo/libmagic/encoding.c -o ext/fileinfo/libmagic/encoding.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-7.1.6/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/fileinfo/libmagic/fsmagic.c -o ext/fileinfo/libmagic/fsmagic.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-7.1.6/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/fileinfo/libmagic/funcs.c -o ext/fileinfo/libmagic/funcs.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-7.1.6/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/fileinfo/libmagic/is_tar.c -o ext/fileinfo/libmagic/is_tar.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-7.1.6/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/fileinfo/libmagic/magic.c -o ext/fileinfo/libmagic/magic.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-7.1.6/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/fileinfo/libmagic/print.c -o ext/fileinfo/libmagic/print.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-7.1.6/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/fileinfo/libmagic/readcdf.c -o ext/fileinfo/libmagic/readcdf.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/local/src/php-7.1.6/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/fileinfo/libmagic/softmagic.c -o ext/fileinfo/libmagic/softmagic.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/filter/ -I/usr/local/src/php-7.1.6/ext/filter/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/filter/filter.c -o ext/filter/filter.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/filter/ -I/usr/local/src/php-7.1.6/ext/filter/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/filter/sanitizing_filters.c -o ext/filter/sanitizing_filters.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/filter/ -I/usr/local/src/php-7.1.6/ext/filter/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/filter/logical_filters.c -o ext/filter/logical_filters.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/filter/ -I/usr/local/src/php-7.1.6/ext/filter/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/filter/callback_filter.c -o ext/filter/callback_filter.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/gd.c -o ext/gd/gd.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd.c -o ext/gd/libgd/gd.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_gd.c -o ext/gd/libgd/gd_gd.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_gd2.c -o ext/gd/libgd/gd_gd2.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_io.c -o ext/gd/libgd/gd_io.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_io_dp.c -o ext/gd/libgd/gd_io_dp.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_io_file.c -o ext/gd/libgd/gd_io_file.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_ss.c -o ext/gd/libgd/gd_ss.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_io_ss.c -o ext/gd/libgd/gd_io_ss.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_webp.c -o ext/gd/libgd/gd_webp.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_png.c -o ext/gd/libgd/gd_png.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_jpeg.c -o ext/gd/libgd/gd_jpeg.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gdxpm.c -o ext/gd/libgd/gdxpm.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gdfontt.c -o ext/gd/libgd/gdfontt.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gdfonts.c -o ext/gd/libgd/gdfonts.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gdfontmb.c -o ext/gd/libgd/gdfontmb.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gdfontl.c -o ext/gd/libgd/gdfontl.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gdfontg.c -o ext/gd/libgd/gdfontg.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gdtables.c -o ext/gd/libgd/gdtables.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gdft.c -o ext/gd/libgd/gdft.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gdcache.c -o ext/gd/libgd/gdcache.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gdkanji.c -o ext/gd/libgd/gdkanji.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/wbmp.c -o ext/gd/libgd/wbmp.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_wbmp.c -o ext/gd/libgd/gd_wbmp.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gdhelpers.c -o ext/gd/libgd/gdhelpers.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_topal.c -o ext/gd/libgd/gd_topal.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_gif_in.c -o ext/gd/libgd/gd_gif_in.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/xbm.c -o ext/gd/libgd/xbm.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_gif_out.c -o ext/gd/libgd/gd_gif_out.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_security.c -o ext/gd/libgd/gd_security.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_filter.c -o ext/gd/libgd/gd_filter.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_pixelate.c -o ext/gd/libgd/gd_pixelate.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_arc.c -o ext/gd/libgd/gd_arc.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_rotate.c -o ext/gd/libgd/gd_rotate.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_color.c -o ext/gd/libgd/gd_color.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_transform.c -o ext/gd/libgd/gd_transform.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_crop.c -o ext/gd/libgd/gd_crop.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_interpolation.c -o ext/gd/libgd/gd_interpolation.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -Iext/gd/ -I/usr/local/src/php-7.1.6/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/gd/libgd/gd_matrix.c -o ext/gd/libgd/gd_matrix.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-7.1.6/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/hash/hash.c -o ext/hash/hash.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-7.1.6/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/hash/hash_md.c -o ext/hash/hash_md.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-7.1.6/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/hash/hash_sha.c -o ext/hash/hash_sha.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-7.1.6/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/hash/hash_ripemd.c -o ext/hash/hash_ripemd.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-7.1.6/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/hash/hash_haval.c -o ext/hash/hash_haval.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-7.1.6/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/hash/hash_tiger.c -o ext/hash/hash_tiger.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-7.1.6/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/hash/hash_gost.c -o ext/hash/hash_gost.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-7.1.6/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/hash/hash_snefru.c -o ext/hash/hash_snefru.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-7.1.6/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/hash/hash_whirlpool.c -o ext/hash/hash_whirlpool.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-7.1.6/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/hash/hash_adler32.c -o ext/hash/hash_adler32.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-7.1.6/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/hash/hash_crc32.c -o ext/hash/hash_crc32.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-7.1.6/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/hash/hash_fnv.c -o ext/hash/hash_fnv.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-7.1.6/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/hash/hash_joaat.c -o ext/hash/hash_joaat.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/hash/ -I/usr/local/src/php-7.1.6/ext/hash/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/hash/hash_sha3.c -o ext/hash/hash_sha3.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I"/usr/include" -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/iconv/ -I/usr/local/src/php-7.1.6/ext/iconv/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/iconv/iconv.c -o ext/iconv/iconv.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/json/ -I/usr/local/src/php-7.1.6/ext/json/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/json/json.c -o ext/json/json.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/json/ -I/usr/local/src/php-7.1.6/ext/json/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/json/json_encoder.c -o ext/json/json_encoder.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/json/ -I/usr/local/src/php-7.1.6/ext/json/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/json/json_parser.tab.c -o ext/json/json_parser.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/json/ -I/usr/local/src/php-7.1.6/ext/json/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/json/json_scanner.c -o ext/json/json_scanner.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/regcomp.c -o ext/mbstring/oniguruma/regcomp.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/regerror.c -o ext/mbstring/oniguruma/regerror.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/regexec.c -o ext/mbstring/oniguruma/regexec.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/reggnu.c -o ext/mbstring/oniguruma/reggnu.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/regparse.c -o ext/mbstring/oniguruma/regparse.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/regenc.c -o ext/mbstring/oniguruma/regenc.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/regext.c -o ext/mbstring/oniguruma/regext.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/regsyntax.c -o ext/mbstring/oniguruma/regsyntax.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/regtrav.c -o ext/mbstring/oniguruma/regtrav.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/regversion.c -o ext/mbstring/oniguruma/regversion.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/st.c -o ext/mbstring/oniguruma/st.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/unicode.c -o ext/mbstring/oniguruma/enc/unicode.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/ascii.c -o ext/mbstring/oniguruma/enc/ascii.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/utf8.c -o ext/mbstring/oniguruma/enc/utf8.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/euc_jp.c -o ext/mbstring/oniguruma/enc/euc_jp.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/euc_tw.c -o ext/mbstring/oniguruma/enc/euc_tw.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/euc_kr.c -o ext/mbstring/oniguruma/enc/euc_kr.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/sjis.c -o ext/mbstring/oniguruma/enc/sjis.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/iso8859_1.c -o ext/mbstring/oniguruma/enc/iso8859_1.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/iso8859_2.c -o ext/mbstring/oniguruma/enc/iso8859_2.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/iso8859_3.c -o ext/mbstring/oniguruma/enc/iso8859_3.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/iso8859_4.c -o ext/mbstring/oniguruma/enc/iso8859_4.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/iso8859_5.c -o ext/mbstring/oniguruma/enc/iso8859_5.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/iso8859_6.c -o ext/mbstring/oniguruma/enc/iso8859_6.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/iso8859_7.c -o ext/mbstring/oniguruma/enc/iso8859_7.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/iso8859_8.c -o ext/mbstring/oniguruma/enc/iso8859_8.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/iso8859_9.c -o ext/mbstring/oniguruma/enc/iso8859_9.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/iso8859_10.c -o ext/mbstring/oniguruma/enc/iso8859_10.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/iso8859_11.c -o ext/mbstring/oniguruma/enc/iso8859_11.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/iso8859_13.c -o ext/mbstring/oniguruma/enc/iso8859_13.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/iso8859_14.c -o ext/mbstring/oniguruma/enc/iso8859_14.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/iso8859_15.c -o ext/mbstring/oniguruma/enc/iso8859_15.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/iso8859_16.c -o ext/mbstring/oniguruma/enc/iso8859_16.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/koi8.c -o ext/mbstring/oniguruma/enc/koi8.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/koi8_r.c -o ext/mbstring/oniguruma/enc/koi8_r.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/big5.c -o ext/mbstring/oniguruma/enc/big5.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/utf16_be.c -o ext/mbstring/oniguruma/enc/utf16_be.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/utf16_le.c -o ext/mbstring/oniguruma/enc/utf16_le.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/utf32_be.c -o ext/mbstring/oniguruma/enc/utf32_be.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/oniguruma/enc/utf32_le.c -o ext/mbstring/oniguruma/enc/utf32_le.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/html_entities.c -o ext/mbstring/libmbfl/filters/html_entities.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_7bit.c -o ext/mbstring/libmbfl/filters/mbfilter_7bit.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_ascii.c -o ext/mbstring/libmbfl/filters/mbfilter_ascii.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_base64.c -o ext/mbstring/libmbfl/filters/mbfilter_base64.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_big5.c -o ext/mbstring/libmbfl/filters/mbfilter_big5.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_byte2.c -o ext/mbstring/libmbfl/filters/mbfilter_byte2.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_byte4.c -o ext/mbstring/libmbfl/filters/mbfilter_byte4.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_cp1251.c -o ext/mbstring/libmbfl/filters/mbfilter_cp1251.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_cp1252.c -o ext/mbstring/libmbfl/filters/mbfilter_cp1252.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_cp1254.c -o ext/mbstring/libmbfl/filters/mbfilter_cp1254.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c -o ext/mbstring/libmbfl/filters/mbfilter_cp5022x.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_cp51932.c -o ext/mbstring/libmbfl/filters/mbfilter_cp51932.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_cp850.c -o ext/mbstring/libmbfl/filters/mbfilter_cp850.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_cp866.c -o ext/mbstring/libmbfl/filters/mbfilter_cp866.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_cp932.c -o ext/mbstring/libmbfl/filters/mbfilter_cp932.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_cp936.c -o ext/mbstring/libmbfl/filters/mbfilter_cp936.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_gb18030.c -o ext/mbstring/libmbfl/filters/mbfilter_gb18030.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_euc_cn.c -o ext/mbstring/libmbfl/filters/mbfilter_euc_cn.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_euc_jp.c -o ext/mbstring/libmbfl/filters/mbfilter_euc_jp.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_euc_jp_2004.c -o ext/mbstring/libmbfl/filters/mbfilter_euc_jp_2004.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c -o ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_euc_kr.c -o ext/mbstring/libmbfl/filters/mbfilter_euc_kr.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_euc_tw.c -o ext/mbstring/libmbfl/filters/mbfilter_euc_tw.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_htmlent.c -o ext/mbstring/libmbfl/filters/mbfilter_htmlent.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_hz.c -o ext/mbstring/libmbfl/filters/mbfilter_hz.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_iso2022_jp_ms.c -o ext/mbstring/libmbfl/filters/mbfilter_iso2022_jp_ms.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_iso2022jp_2004.c -o ext/mbstring/libmbfl/filters/mbfilter_iso2022jp_2004.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_iso2022jp_mobile.c -o ext/mbstring/libmbfl/filters/mbfilter_iso2022jp_mobile.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_iso2022_kr.c -o ext/mbstring/libmbfl/filters/mbfilter_iso2022_kr.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_iso8859_1.c -o ext/mbstring/libmbfl/filters/mbfilter_iso8859_1.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_iso8859_10.c -o ext/mbstring/libmbfl/filters/mbfilter_iso8859_10.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_iso8859_13.c -o ext/mbstring/libmbfl/filters/mbfilter_iso8859_13.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_iso8859_14.c -o ext/mbstring/libmbfl/filters/mbfilter_iso8859_14.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_iso8859_15.c -o ext/mbstring/libmbfl/filters/mbfilter_iso8859_15.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_iso8859_16.c -o ext/mbstring/libmbfl/filters/mbfilter_iso8859_16.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_iso8859_2.c -o ext/mbstring/libmbfl/filters/mbfilter_iso8859_2.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_iso8859_3.c -o ext/mbstring/libmbfl/filters/mbfilter_iso8859_3.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_iso8859_4.c -o ext/mbstring/libmbfl/filters/mbfilter_iso8859_4.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_iso8859_5.c -o ext/mbstring/libmbfl/filters/mbfilter_iso8859_5.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_iso8859_6.c -o ext/mbstring/libmbfl/filters/mbfilter_iso8859_6.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_iso8859_7.c -o ext/mbstring/libmbfl/filters/mbfilter_iso8859_7.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_iso8859_8.c -o ext/mbstring/libmbfl/filters/mbfilter_iso8859_8.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_iso8859_9.c -o ext/mbstring/libmbfl/filters/mbfilter_iso8859_9.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_jis.c -o ext/mbstring/libmbfl/filters/mbfilter_jis.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_koi8r.c -o ext/mbstring/libmbfl/filters/mbfilter_koi8r.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_armscii8.c -o ext/mbstring/libmbfl/filters/mbfilter_armscii8.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_qprint.c -o ext/mbstring/libmbfl/filters/mbfilter_qprint.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_sjis.c -o ext/mbstring/libmbfl/filters/mbfilter_sjis.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_sjis_open.c -o ext/mbstring/libmbfl/filters/mbfilter_sjis_open.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_sjis_mobile.c -o ext/mbstring/libmbfl/filters/mbfilter_sjis_mobile.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_sjis_mac.c -o ext/mbstring/libmbfl/filters/mbfilter_sjis_mac.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_sjis_2004.c -o ext/mbstring/libmbfl/filters/mbfilter_sjis_2004.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_tl_jisx0201_jisx0208.c -o ext/mbstring/libmbfl/filters/mbfilter_tl_jisx0201_jisx0208.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_ucs2.c -o ext/mbstring/libmbfl/filters/mbfilter_ucs2.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_ucs4.c -o ext/mbstring/libmbfl/filters/mbfilter_ucs4.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_uhc.c -o ext/mbstring/libmbfl/filters/mbfilter_uhc.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_utf16.c -o ext/mbstring/libmbfl/filters/mbfilter_utf16.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_utf32.c -o ext/mbstring/libmbfl/filters/mbfilter_utf32.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_utf7.c -o ext/mbstring/libmbfl/filters/mbfilter_utf7.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_utf7imap.c -o ext/mbstring/libmbfl/filters/mbfilter_utf7imap.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_utf8.c -o ext/mbstring/libmbfl/filters/mbfilter_utf8.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_utf8_mobile.c -o ext/mbstring/libmbfl/filters/mbfilter_utf8_mobile.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_uuencode.c -o ext/mbstring/libmbfl/filters/mbfilter_uuencode.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/filters/mbfilter_koi8u.c -o ext/mbstring/libmbfl/filters/mbfilter_koi8u.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl/mbfilter.c -o ext/mbstring/libmbfl/mbfl/mbfilter.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl/mbfilter_8bit.c -o ext/mbstring/libmbfl/mbfl/mbfilter_8bit.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl/mbfilter_pass.c -o ext/mbstring/libmbfl/mbfl/mbfilter_pass.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl/mbfilter_wchar.c -o ext/mbstring/libmbfl/mbfl/mbfilter_wchar.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl/mbfl_convert.c -o ext/mbstring/libmbfl/mbfl/mbfl_convert.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl/mbfl_encoding.c -o ext/mbstring/libmbfl/mbfl/mbfl_encoding.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl/mbfl_filter_output.c -o ext/mbstring/libmbfl/mbfl/mbfl_filter_output.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl/mbfl_ident.c -o ext/mbstring/libmbfl/mbfl/mbfl_ident.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl/mbfl_language.c -o ext/mbstring/libmbfl/mbfl/mbfl_language.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl/mbfl_memory_device.c -o ext/mbstring/libmbfl/mbfl/mbfl_memory_device.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl/mbfl_string.c -o ext/mbstring/libmbfl/mbfl/mbfl_string.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c -o ext/mbstring/libmbfl/mbfl/mbfl_allocators.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/nls/nls_de.c -o ext/mbstring/libmbfl/nls/nls_de.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/nls/nls_en.c -o ext/mbstring/libmbfl/nls/nls_en.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/nls/nls_ja.c -o ext/mbstring/libmbfl/nls/nls_ja.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/nls/nls_kr.c -o ext/mbstring/libmbfl/nls/nls_kr.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/nls/nls_neutral.c -o ext/mbstring/libmbfl/nls/nls_neutral.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/nls/nls_ru.c -o ext/mbstring/libmbfl/nls/nls_ru.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/nls/nls_uni.c -o ext/mbstring/libmbfl/nls/nls_uni.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/nls/nls_zh.c -o ext/mbstring/libmbfl/nls/nls_zh.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/nls/nls_hy.c -o ext/mbstring/libmbfl/nls/nls_hy.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/nls/nls_tr.c -o ext/mbstring/libmbfl/nls/nls_tr.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DNOT_RUBY -DONIG_ESCAPE_UCHAR_COLLISION=1 -DUChar=OnigUChar -DHAVE_CONFIG_H -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/libmbfl/nls/nls_ua.c -o ext/mbstring/libmbfl/nls/nls_ua.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/mbstring.c -o ext/mbstring/mbstring.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/php_unicode.c -o ext/mbstring/php_unicode.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/mb_gpc.c -o ext/mbstring/mb_gpc.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/mbstring/ -I/usr/local/src/php-7.1.6/ext/mbstring/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mbstring/php_mbregex.c -o ext/mbstring/php_mbregex.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mcrypt/ -I/usr/local/src/php-7.1.6/ext/mcrypt/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mcrypt/mcrypt.c -o ext/mcrypt/mcrypt.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mcrypt/ -I/usr/local/src/php-7.1.6/ext/mcrypt/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mcrypt/mcrypt_filter.c -o ext/mcrypt/mcrypt_filter.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mysqli/ -I/usr/local/src/php-7.1.6/ext/mysqli/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mysqli/mysqli.c -o ext/mysqli/mysqli.lo
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli.c:34:
/usr/local/mysql/include/my_config.h:647:0: 警告:“PACKAGE_NAME”重定义 [默认启用]
#define PACKAGE_NAME "MySQL Server"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli.c:29:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2178:0: 附注:这是先前定义的位置
#define PACKAGE_NAME ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli.c:34:
/usr/local/mysql/include/my_config.h:648:0: 警告:“PACKAGE_STRING”重定义 [默认启用]
#define PACKAGE_STRING "MySQL Server 5.6.36"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli.c:29:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2181:0: 附注:这是先前定义的位置
#define PACKAGE_STRING ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli.c:34:
/usr/local/mysql/include/my_config.h:649:0: 警告:“PACKAGE_TARNAME”重定义 [默认启用]
#define PACKAGE_TARNAME "mysql"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli.c:29:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2184:0: 附注:这是先前定义的位置
#define PACKAGE_TARNAME ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli.c:34:
/usr/local/mysql/include/my_config.h:650:0: 警告:“PACKAGE_VERSION”重定义 [默认启用]
#define PACKAGE_VERSION "5.6.36"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli.c:29:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2190:0: 附注:这是先前定义的位置
#define PACKAGE_VERSION ""
^
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mysqli/ -I/usr/local/src/php-7.1.6/ext/mysqli/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mysqli/mysqli_api.c -o ext/mysqli/mysqli_api.lo
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_api.c:34:
/usr/local/mysql/include/my_config.h:647:0: 警告:“PACKAGE_NAME”重定义 [默认启用]
#define PACKAGE_NAME "MySQL Server"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_api.c:29:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2178:0: 附注:这是先前定义的位置
#define PACKAGE_NAME ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_api.c:34:
/usr/local/mysql/include/my_config.h:648:0: 警告:“PACKAGE_STRING”重定义 [默认启用]
#define PACKAGE_STRING "MySQL Server 5.6.36"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_api.c:29:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2181:0: 附注:这是先前定义的位置
#define PACKAGE_STRING ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_api.c:34:
/usr/local/mysql/include/my_config.h:649:0: 警告:“PACKAGE_TARNAME”重定义 [默认启用]
#define PACKAGE_TARNAME "mysql"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_api.c:29:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2184:0: 附注:这是先前定义的位置
#define PACKAGE_TARNAME ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_api.c:34:
/usr/local/mysql/include/my_config.h:650:0: 警告:“PACKAGE_VERSION”重定义 [默认启用]
#define PACKAGE_VERSION "5.6.36"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_api.c:29:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2190:0: 附注:这是先前定义的位置
#define PACKAGE_VERSION ""
^
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mysqli/ -I/usr/local/src/php-7.1.6/ext/mysqli/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mysqli/mysqli_prop.c -o ext/mysqli/mysqli_prop.lo
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_prop.c:29:
/usr/local/mysql/include/my_config.h:647:0: 警告:“PACKAGE_NAME”重定义 [默认启用]
#define PACKAGE_NAME "MySQL Server"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_prop.c:26:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2178:0: 附注:这是先前定义的位置
#define PACKAGE_NAME ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_prop.c:29:
/usr/local/mysql/include/my_config.h:648:0: 警告:“PACKAGE_STRING”重定义 [默认启用]
#define PACKAGE_STRING "MySQL Server 5.6.36"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_prop.c:26:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2181:0: 附注:这是先前定义的位置
#define PACKAGE_STRING ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_prop.c:29:
/usr/local/mysql/include/my_config.h:649:0: 警告:“PACKAGE_TARNAME”重定义 [默认启用]
#define PACKAGE_TARNAME "mysql"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_prop.c:26:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2184:0: 附注:这是先前定义的位置
#define PACKAGE_TARNAME ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_prop.c:29:
/usr/local/mysql/include/my_config.h:650:0: 警告:“PACKAGE_VERSION”重定义 [默认启用]
#define PACKAGE_VERSION "5.6.36"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_prop.c:26:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2190:0: 附注:这是先前定义的位置
#define PACKAGE_VERSION ""
^
/usr/local/src/php-7.1.6/ext/mysqli/mysqli_prop.c: 在函数‘link_error_list_read’中:
/usr/local/src/php-7.1.6/ext/mysqli/mysqli_prop.c:210:4: 警告:passing argument 4 of ‘add_assoc_string_ex’ discards ‘const’ qualifier from pointer target type [默认启用]
add_assoc_string_ex(&single_error, "sqlstate", sizeof("sqlstate") - 1, mysql_sqlstate(mysql->mysql));
^
In file included from /usr/local/src/php-7.1.6/main/php.h:39:0,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_prop.c:26:
/usr/local/src/php-7.1.6/Zend/zend_API.h:401:14: 附注:需要类型‘char *’,但实参的类型为‘const char *’
ZEND_API int add_assoc_string_ex(zval *arg, const char *key, size_t key_len, char *str);
^
/usr/local/src/php-7.1.6/ext/mysqli/mysqli_prop.c:211:4: 警告:passing argument 4 of ‘add_assoc_string_ex’ discards ‘const’ qualifier from pointer target type [默认启用]
add_assoc_string_ex(&single_error, "error", sizeof("error") - 1, mysql_error(mysql->mysql));
^
In file included from /usr/local/src/php-7.1.6/main/php.h:39:0,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_prop.c:26:
/usr/local/src/php-7.1.6/Zend/zend_API.h:401:14: 附注:需要类型‘char *’,但实参的类型为‘const char *’
ZEND_API int add_assoc_string_ex(zval *arg, const char *key, size_t key_len, char *str);
^
/usr/local/src/php-7.1.6/ext/mysqli/mysqli_prop.c: 在函数‘stmt_error_list_read’中:
/usr/local/src/php-7.1.6/ext/mysqli/mysqli_prop.c:400:4: 警告:passing argument 4 of ‘add_assoc_string_ex’ discards ‘const’ qualifier from pointer target type [默认启用]
add_assoc_string_ex(&single_error, "sqlstate", sizeof("sqlstate") - 1, mysql_stmt_sqlstate(stmt->stmt));
^
In file included from /usr/local/src/php-7.1.6/main/php.h:39:0,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_prop.c:26:
/usr/local/src/php-7.1.6/Zend/zend_API.h:401:14: 附注:需要类型‘char *’,但实参的类型为‘const char *’
ZEND_API int add_assoc_string_ex(zval *arg, const char *key, size_t key_len, char *str);
^
/usr/local/src/php-7.1.6/ext/mysqli/mysqli_prop.c:401:4: 警告:passing argument 4 of ‘add_assoc_string_ex’ discards ‘const’ qualifier from pointer target type [默认启用]
add_assoc_string_ex(&single_error, "error", sizeof("error") - 1, mysql_stmt_error(stmt->stmt));
^
In file included from /usr/local/src/php-7.1.6/main/php.h:39:0,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_prop.c:26:
/usr/local/src/php-7.1.6/Zend/zend_API.h:401:14: 附注:需要类型‘char *’,但实参的类型为‘const char *’
ZEND_API int add_assoc_string_ex(zval *arg, const char *key, size_t key_len, char *str);
^
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mysqli/ -I/usr/local/src/php-7.1.6/ext/mysqli/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mysqli/mysqli_nonapi.c -o ext/mysqli/mysqli_nonapi.lo
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_nonapi.c:33:
/usr/local/mysql/include/my_config.h:647:0: 警告:“PACKAGE_NAME”重定义 [默认启用]
#define PACKAGE_NAME "MySQL Server"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_nonapi.c:29:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2178:0: 附注:这是先前定义的位置
#define PACKAGE_NAME ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_nonapi.c:33:
/usr/local/mysql/include/my_config.h:648:0: 警告:“PACKAGE_STRING”重定义 [默认启用]
#define PACKAGE_STRING "MySQL Server 5.6.36"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_nonapi.c:29:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2181:0: 附注:这是先前定义的位置
#define PACKAGE_STRING ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_nonapi.c:33:
/usr/local/mysql/include/my_config.h:649:0: 警告:“PACKAGE_TARNAME”重定义 [默认启用]
#define PACKAGE_TARNAME "mysql"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_nonapi.c:29:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2184:0: 附注:这是先前定义的位置
#define PACKAGE_TARNAME ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_nonapi.c:33:
/usr/local/mysql/include/my_config.h:650:0: 警告:“PACKAGE_VERSION”重定义 [默认启用]
#define PACKAGE_VERSION "5.6.36"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_nonapi.c:29:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2190:0: 附注:这是先前定义的位置
#define PACKAGE_VERSION ""
^
/usr/local/src/php-7.1.6/ext/mysqli/mysqli_nonapi.c: 在函数‘zif_mysqli_error_list’中:
/usr/local/src/php-7.1.6/ext/mysqli/mysqli_nonapi.c:448:3: 警告:passing argument 4 of ‘add_assoc_string_ex’ discards ‘const’ qualifier from pointer target type [默认启用]
add_assoc_string_ex(&single_error, "sqlstate", sizeof("sqlstate") - 1, mysql_sqlstate(mysql->mysql));
^
In file included from /usr/local/src/php-7.1.6/main/php.h:39:0,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_nonapi.c:29:
/usr/local/src/php-7.1.6/Zend/zend_API.h:401:14: 附注:需要类型‘char *’,但实参的类型为‘const char *’
ZEND_API int add_assoc_string_ex(zval *arg, const char *key, size_t key_len, char *str);
^
/usr/local/src/php-7.1.6/ext/mysqli/mysqli_nonapi.c:449:3: 警告:passing argument 4 of ‘add_assoc_string_ex’ discards ‘const’ qualifier from pointer target type [默认启用]
add_assoc_string_ex(&single_error, "error", sizeof("error") - 1, mysql_error(mysql->mysql));
^
In file included from /usr/local/src/php-7.1.6/main/php.h:39:0,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_nonapi.c:29:
/usr/local/src/php-7.1.6/Zend/zend_API.h:401:14: 附注:需要类型‘char *’,但实参的类型为‘const char *’
ZEND_API int add_assoc_string_ex(zval *arg, const char *key, size_t key_len, char *str);
^
/usr/local/src/php-7.1.6/ext/mysqli/mysqli_nonapi.c: 在函数‘zif_mysqli_stmt_error_list’中:
/usr/local/src/php-7.1.6/ext/mysqli/mysqli_nonapi.c:489:3: 警告:passing argument 4 of ‘add_assoc_string_ex’ discards ‘const’ qualifier from pointer target type [默认启用]
add_assoc_string_ex(&single_error, "sqlstate", sizeof("sqlstate") - 1, mysql_stmt_sqlstate(stmt->stmt));
^
In file included from /usr/local/src/php-7.1.6/main/php.h:39:0,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_nonapi.c:29:
/usr/local/src/php-7.1.6/Zend/zend_API.h:401:14: 附注:需要类型‘char *’,但实参的类型为‘const char *’
ZEND_API int add_assoc_string_ex(zval *arg, const char *key, size_t key_len, char *str);
^
/usr/local/src/php-7.1.6/ext/mysqli/mysqli_nonapi.c:490:3: 警告:passing argument 4 of ‘add_assoc_string_ex’ discards ‘const’ qualifier from pointer target type [默认启用]
add_assoc_string_ex(&single_error, "error", sizeof("error") - 1, mysql_stmt_error(stmt->stmt));
^
In file included from /usr/local/src/php-7.1.6/main/php.h:39:0,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_nonapi.c:29:
/usr/local/src/php-7.1.6/Zend/zend_API.h:401:14: 附注:需要类型‘char *’,但实参的类型为‘const char *’
ZEND_API int add_assoc_string_ex(zval *arg, const char *key, size_t key_len, char *str);
^
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mysqli/ -I/usr/local/src/php-7.1.6/ext/mysqli/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mysqli/mysqli_fe.c -o ext/mysqli/mysqli_fe.lo
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_fe.c:32:
/usr/local/mysql/include/my_config.h:647:0: 警告:“PACKAGE_NAME”重定义 [默认启用]
#define PACKAGE_NAME "MySQL Server"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_fe.c:29:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2178:0: 附注:这是先前定义的位置
#define PACKAGE_NAME ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_fe.c:32:
/usr/local/mysql/include/my_config.h:648:0: 警告:“PACKAGE_STRING”重定义 [默认启用]
#define PACKAGE_STRING "MySQL Server 5.6.36"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_fe.c:29:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2181:0: 附注:这是先前定义的位置
#define PACKAGE_STRING ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_fe.c:32:
/usr/local/mysql/include/my_config.h:649:0: 警告:“PACKAGE_TARNAME”重定义 [默认启用]
#define PACKAGE_TARNAME "mysql"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_fe.c:29:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2184:0: 附注:这是先前定义的位置
#define PACKAGE_TARNAME ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_fe.c:32:
/usr/local/mysql/include/my_config.h:650:0: 警告:“PACKAGE_VERSION”重定义 [默认启用]
#define PACKAGE_VERSION "5.6.36"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_fe.c:29:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2190:0: 附注:这是先前定义的位置
#define PACKAGE_VERSION ""
^
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mysqli/ -I/usr/local/src/php-7.1.6/ext/mysqli/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mysqli/mysqli_report.c -o ext/mysqli/mysqli_report.lo
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_report.c:28:
/usr/local/mysql/include/my_config.h:647:0: 警告:“PACKAGE_NAME”重定义 [默认启用]
#define PACKAGE_NAME "MySQL Server"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_report.c:25:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2178:0: 附注:这是先前定义的位置
#define PACKAGE_NAME ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_report.c:28:
/usr/local/mysql/include/my_config.h:648:0: 警告:“PACKAGE_STRING”重定义 [默认启用]
#define PACKAGE_STRING "MySQL Server 5.6.36"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_report.c:25:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2181:0: 附注:这是先前定义的位置
#define PACKAGE_STRING ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_report.c:28:
/usr/local/mysql/include/my_config.h:649:0: 警告:“PACKAGE_TARNAME”重定义 [默认启用]
#define PACKAGE_TARNAME "mysql"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_report.c:25:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2184:0: 附注:这是先前定义的位置
#define PACKAGE_TARNAME ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_report.c:28:
/usr/local/mysql/include/my_config.h:650:0: 警告:“PACKAGE_VERSION”重定义 [默认启用]
#define PACKAGE_VERSION "5.6.36"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_report.c:25:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2190:0: 附注:这是先前定义的位置
#define PACKAGE_VERSION ""
^
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mysqli/ -I/usr/local/src/php-7.1.6/ext/mysqli/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mysqli/mysqli_driver.c -o ext/mysqli/mysqli_driver.lo
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_driver.c:28:
/usr/local/mysql/include/my_config.h:647:0: 警告:“PACKAGE_NAME”重定义 [默认启用]
#define PACKAGE_NAME "MySQL Server"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_driver.c:25:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2178:0: 附注:这是先前定义的位置
#define PACKAGE_NAME ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_driver.c:28:
/usr/local/mysql/include/my_config.h:648:0: 警告:“PACKAGE_STRING”重定义 [默认启用]
#define PACKAGE_STRING "MySQL Server 5.6.36"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_driver.c:25:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2181:0: 附注:这是先前定义的位置
#define PACKAGE_STRING ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_driver.c:28:
/usr/local/mysql/include/my_config.h:649:0: 警告:“PACKAGE_TARNAME”重定义 [默认启用]
#define PACKAGE_TARNAME "mysql"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_driver.c:25:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2184:0: 附注:这是先前定义的位置
#define PACKAGE_TARNAME ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_driver.c:28:
/usr/local/mysql/include/my_config.h:650:0: 警告:“PACKAGE_VERSION”重定义 [默认启用]
#define PACKAGE_VERSION "5.6.36"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_driver.c:25:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2190:0: 附注:这是先前定义的位置
#define PACKAGE_VERSION ""
^
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mysqli/ -I/usr/local/src/php-7.1.6/ext/mysqli/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mysqli/mysqli_warning.c -o ext/mysqli/mysqli_warning.lo
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_warning.c:28:
/usr/local/mysql/include/my_config.h:647:0: 警告:“PACKAGE_NAME”重定义 [默认启用]
#define PACKAGE_NAME "MySQL Server"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_warning.c:25:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2178:0: 附注:这是先前定义的位置
#define PACKAGE_NAME ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_warning.c:28:
/usr/local/mysql/include/my_config.h:648:0: 警告:“PACKAGE_STRING”重定义 [默认启用]
#define PACKAGE_STRING "MySQL Server 5.6.36"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_warning.c:25:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2181:0: 附注:这是先前定义的位置
#define PACKAGE_STRING ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_warning.c:28:
/usr/local/mysql/include/my_config.h:649:0: 警告:“PACKAGE_TARNAME”重定义 [默认启用]
#define PACKAGE_TARNAME "mysql"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_warning.c:25:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2184:0: 附注:这是先前定义的位置
#define PACKAGE_TARNAME ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_warning.c:28:
/usr/local/mysql/include/my_config.h:650:0: 警告:“PACKAGE_VERSION”重定义 [默认启用]
#define PACKAGE_VERSION "5.6.36"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_warning.c:25:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2190:0: 附注:这是先前定义的位置
#define PACKAGE_VERSION ""
^
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mysqli/ -I/usr/local/src/php-7.1.6/ext/mysqli/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mysqli/mysqli_exception.c -o ext/mysqli/mysqli_exception.lo
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_exception.c:28:
/usr/local/mysql/include/my_config.h:647:0: 警告:“PACKAGE_NAME”重定义 [默认启用]
#define PACKAGE_NAME "MySQL Server"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_exception.c:25:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2178:0: 附注:这是先前定义的位置
#define PACKAGE_NAME ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_exception.c:28:
/usr/local/mysql/include/my_config.h:648:0: 警告:“PACKAGE_STRING”重定义 [默认启用]
#define PACKAGE_STRING "MySQL Server 5.6.36"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_exception.c:25:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2181:0: 附注:这是先前定义的位置
#define PACKAGE_STRING ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_exception.c:28:
/usr/local/mysql/include/my_config.h:649:0: 警告:“PACKAGE_TARNAME”重定义 [默认启用]
#define PACKAGE_TARNAME "mysql"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_exception.c:25:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2184:0: 附注:这是先前定义的位置
#define PACKAGE_TARNAME ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_exception.c:28:
/usr/local/mysql/include/my_config.h:650:0: 警告:“PACKAGE_VERSION”重定义 [默认启用]
#define PACKAGE_VERSION "5.6.36"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_exception.c:25:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2190:0: 附注:这是先前定义的位置
#define PACKAGE_VERSION ""
^
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mysqli/ -I/usr/local/src/php-7.1.6/ext/mysqli/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/mysqli/mysqli_result_iterator.c -o ext/mysqli/mysqli_result_iterator.lo
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_result_iterator.c:31:
/usr/local/mysql/include/my_config.h:647:0: 警告:“PACKAGE_NAME”重定义 [默认启用]
#define PACKAGE_NAME "MySQL Server"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_result_iterator.c:29:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2178:0: 附注:这是先前定义的位置
#define PACKAGE_NAME ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_result_iterator.c:31:
/usr/local/mysql/include/my_config.h:648:0: 警告:“PACKAGE_STRING”重定义 [默认启用]
#define PACKAGE_STRING "MySQL Server 5.6.36"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_result_iterator.c:29:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2181:0: 附注:这是先前定义的位置
#define PACKAGE_STRING ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_result_iterator.c:31:
/usr/local/mysql/include/my_config.h:649:0: 警告:“PACKAGE_TARNAME”重定义 [默认启用]
#define PACKAGE_TARNAME "mysql"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_result_iterator.c:29:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2184:0: 附注:这是先前定义的位置
#define PACKAGE_TARNAME ""
^
In file included from /usr/local/mysql/include/my_global.h:68:0,
from /usr/local/src/php-7.1.6/ext/mysqli/php_mysqli_structs.h:63,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_result_iterator.c:31:
/usr/local/mysql/include/my_config.h:650:0: 警告:“PACKAGE_VERSION”重定义 [默认启用]
#define PACKAGE_VERSION "5.6.36"
^
In file included from /usr/local/src/php-7.1.6/TSRM/tsrm_config.h:1:0,
from /usr/local/src/php-7.1.6/TSRM/tsrm_config_common.h:13,
from /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.h:27,
from /usr/local/src/php-7.1.6/main/php.h:411,
from /usr/local/src/php-7.1.6/ext/mysqli/mysqli_result_iterator.c:29:
/usr/local/src/php-7.1.6/include/../main/php_config.h:2190:0: 附注:这是先前定义的位置
#define PACKAGE_VERSION ""
^
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_STRUCT_SIGINFO_T -Iext/pcntl/ -I/usr/local/src/php-7.1.6/ext/pcntl/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pcntl/pcntl.c -o ext/pcntl/pcntl.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_STRUCT_SIGINFO_T -Iext/pcntl/ -I/usr/local/src/php-7.1.6/ext/pcntl/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pcntl/php_signal.c -o ext/pcntl/php_signal.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/pdo/ -I/usr/local/src/php-7.1.6/ext/pdo/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pdo/pdo.c -o ext/pdo/pdo.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/pdo/ -I/usr/local/src/php-7.1.6/ext/pdo/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pdo/pdo_dbh.c -o ext/pdo/pdo_dbh.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/pdo/ -I/usr/local/src/php-7.1.6/ext/pdo/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pdo/pdo_stmt.c -o ext/pdo/pdo_stmt.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/pdo/ -I/usr/local/src/php-7.1.6/ext/pdo/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pdo/pdo_sql_parser.c -o ext/pdo/pdo_sql_parser.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/pdo/ -I/usr/local/src/php-7.1.6/ext/pdo/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pdo/pdo_sqlstate.c -o ext/pdo/pdo_sqlstate.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DPDO_SQLITE_BUNDLED=1 -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_FTS4=1 -DSQLITE_ENABLE_FTS5=1 -DSQLITE_CORE=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_THREADSAFE=0 -I/usr/local/src/php-7.1.6/ext -Iext/pdo_sqlite/ -I/usr/local/src/php-7.1.6/ext/pdo_sqlite/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pdo_sqlite/pdo_sqlite.c -o ext/pdo_sqlite/pdo_sqlite.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DPDO_SQLITE_BUNDLED=1 -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_FTS4=1 -DSQLITE_ENABLE_FTS5=1 -DSQLITE_CORE=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_THREADSAFE=0 -I/usr/local/src/php-7.1.6/ext -Iext/pdo_sqlite/ -I/usr/local/src/php-7.1.6/ext/pdo_sqlite/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pdo_sqlite/sqlite_driver.c -o ext/pdo_sqlite/sqlite_driver.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DPDO_SQLITE_BUNDLED=1 -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_FTS4=1 -DSQLITE_ENABLE_FTS5=1 -DSQLITE_CORE=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_THREADSAFE=0 -I/usr/local/src/php-7.1.6/ext -Iext/pdo_sqlite/ -I/usr/local/src/php-7.1.6/ext/pdo_sqlite/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/pdo_sqlite/sqlite_statement.c -o ext/pdo_sqlite/sqlite_statement.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/phar/ -I/usr/local/src/php-7.1.6/ext/phar/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/phar/util.c -o ext/phar/util.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/phar/ -I/usr/local/src/php-7.1.6/ext/phar/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/phar/tar.c -o ext/phar/tar.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/phar/ -I/usr/local/src/php-7.1.6/ext/phar/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/phar/zip.c -o ext/phar/zip.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/phar/ -I/usr/local/src/php-7.1.6/ext/phar/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/phar/stream.c -o ext/phar/stream.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/phar/ -I/usr/local/src/php-7.1.6/ext/phar/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/phar/func_interceptors.c -o ext/phar/func_interceptors.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/phar/ -I/usr/local/src/php-7.1.6/ext/phar/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/phar/dirstream.c -o ext/phar/dirstream.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/phar/ -I/usr/local/src/php-7.1.6/ext/phar/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/phar/phar.c -o ext/phar/phar.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/phar/ -I/usr/local/src/php-7.1.6/ext/phar/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/phar/phar_object.c -o ext/phar/phar_object.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/phar/ -I/usr/local/src/php-7.1.6/ext/phar/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/phar/phar_path_check.c -o ext/phar/phar_path_check.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/posix/ -I/usr/local/src/php-7.1.6/ext/posix/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/posix/posix.c -o ext/posix/posix.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/reflection/ -I/usr/local/src/php-7.1.6/ext/reflection/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/reflection/php_reflection.c -o ext/reflection/php_reflection.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/session/ -I/usr/local/src/php-7.1.6/ext/session/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/session/mod_user_class.c -o ext/session/mod_user_class.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/session/ -I/usr/local/src/php-7.1.6/ext/session/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/session/session.c -o ext/session/session.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/session/ -I/usr/local/src/php-7.1.6/ext/session/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/session/mod_files.c -o ext/session/mod_files.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/session/ -I/usr/local/src/php-7.1.6/ext/session/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/session/mod_mm.c -o ext/session/mod_mm.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/session/ -I/usr/local/src/php-7.1.6/ext/session/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/session/mod_user.c -o ext/session/mod_user.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/shmop/ -I/usr/local/src/php-7.1.6/ext/shmop/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/shmop/shmop.c -o ext/shmop/shmop.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/simplexml/ -I/usr/local/src/php-7.1.6/ext/simplexml/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/simplexml/simplexml.c -o ext/simplexml/simplexml.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/simplexml/ -I/usr/local/src/php-7.1.6/ext/simplexml/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/simplexml/sxe.c -o ext/simplexml/sxe.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/soap/ -I/usr/local/src/php-7.1.6/ext/soap/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/soap/soap.c -o ext/soap/soap.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/soap/ -I/usr/local/src/php-7.1.6/ext/soap/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/soap/php_encoding.c -o ext/soap/php_encoding.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/soap/ -I/usr/local/src/php-7.1.6/ext/soap/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/soap/php_http.c -o ext/soap/php_http.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/soap/ -I/usr/local/src/php-7.1.6/ext/soap/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/soap/php_packet_soap.c -o ext/soap/php_packet_soap.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/soap/ -I/usr/local/src/php-7.1.6/ext/soap/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/soap/php_schema.c -o ext/soap/php_schema.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/soap/ -I/usr/local/src/php-7.1.6/ext/soap/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/soap/php_sdl.c -o ext/soap/php_sdl.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/soap/ -I/usr/local/src/php-7.1.6/ext/soap/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/soap/php_xml.c -o ext/soap/php_xml.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/sockets/ -I/usr/local/src/php-7.1.6/ext/sockets/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/sockets/sockets.c -o ext/sockets/sockets.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/sockets/ -I/usr/local/src/php-7.1.6/ext/sockets/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/sockets/multicast.c -o ext/sockets/multicast.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/sockets/ -I/usr/local/src/php-7.1.6/ext/sockets/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/sockets/conversions.c -o ext/sockets/conversions.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/sockets/ -I/usr/local/src/php-7.1.6/ext/sockets/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/sockets/sockaddr_conv.c -o ext/sockets/sockaddr_conv.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/sockets/ -I/usr/local/src/php-7.1.6/ext/sockets/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/sockets/sendrecvmsg.c -o ext/sockets/sendrecvmsg.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/spl/ -I/usr/local/src/php-7.1.6/ext/spl/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/spl/php_spl.c -o ext/spl/php_spl.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/spl/ -I/usr/local/src/php-7.1.6/ext/spl/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/spl/spl_functions.c -o ext/spl/spl_functions.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/spl/ -I/usr/local/src/php-7.1.6/ext/spl/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/spl/spl_engine.c -o ext/spl/spl_engine.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/spl/ -I/usr/local/src/php-7.1.6/ext/spl/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/spl/spl_iterators.c -o ext/spl/spl_iterators.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/spl/ -I/usr/local/src/php-7.1.6/ext/spl/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/spl/spl_array.c -o ext/spl/spl_array.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/spl/ -I/usr/local/src/php-7.1.6/ext/spl/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/spl/spl_directory.c -o ext/spl/spl_directory.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/spl/ -I/usr/local/src/php-7.1.6/ext/spl/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/spl/spl_exceptions.c -o ext/spl/spl_exceptions.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/spl/ -I/usr/local/src/php-7.1.6/ext/spl/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/spl/spl_observer.c -o ext/spl/spl_observer.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/spl/ -I/usr/local/src/php-7.1.6/ext/spl/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/spl/spl_dllist.c -o ext/spl/spl_dllist.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/spl/ -I/usr/local/src/php-7.1.6/ext/spl/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/spl/spl_heap.c -o ext/spl/spl_heap.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/spl/ -I/usr/local/src/php-7.1.6/ext/spl/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/spl/spl_fixedarray.c -o ext/spl/spl_fixedarray.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/crypt_freesec.c -o ext/standard/crypt_freesec.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/crypt_blowfish.c -o ext/standard/crypt_blowfish.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/crypt_sha512.c -o ext/standard/crypt_sha512.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/crypt_sha256.c -o ext/standard/crypt_sha256.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/php_crypt_r.c -o ext/standard/php_crypt_r.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/array.c -o ext/standard/array.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/base64.c -o ext/standard/base64.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/basic_functions.c -o ext/standard/basic_functions.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/browscap.c -o ext/standard/browscap.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/crc32.c -o ext/standard/crc32.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/crypt.c -o ext/standard/crypt.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/cyr_convert.c -o ext/standard/cyr_convert.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/datetime.c -o ext/standard/datetime.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/dir.c -o ext/standard/dir.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/dl.c -o ext/standard/dl.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/dns.c -o ext/standard/dns.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/exec.c -o ext/standard/exec.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/file.c -o ext/standard/file.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/filestat.c -o ext/standard/filestat.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/flock_compat.c -o ext/standard/flock_compat.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/formatted_print.c -o ext/standard/formatted_print.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/fsock.c -o ext/standard/fsock.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/head.c -o ext/standard/head.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/html.c -o ext/standard/html.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/image.c -o ext/standard/image.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/info.c -o ext/standard/info.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/iptc.c -o ext/standard/iptc.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/lcg.c -o ext/standard/lcg.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/link.c -o ext/standard/link.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/mail.c -o ext/standard/mail.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/math.c -o ext/standard/math.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/md5.c -o ext/standard/md5.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/metaphone.c -o ext/standard/metaphone.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/microtime.c -o ext/standard/microtime.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/pack.c -o ext/standard/pack.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/pageinfo.c -o ext/standard/pageinfo.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/quot_print.c -o ext/standard/quot_print.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/rand.c -o ext/standard/rand.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/mt_rand.c -o ext/standard/mt_rand.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/soundex.c -o ext/standard/soundex.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/string.c -o ext/standard/string.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/scanf.c -o ext/standard/scanf.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/syslog.c -o ext/standard/syslog.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/type.c -o ext/standard/type.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/uniqid.c -o ext/standard/uniqid.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/url.c -o ext/standard/url.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/var.c -o ext/standard/var.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/versioning.c -o ext/standard/versioning.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/assert.c -o ext/standard/assert.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/strnatcmp.c -o ext/standard/strnatcmp.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/levenshtein.c -o ext/standard/levenshtein.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/incomplete_class.c -o ext/standard/incomplete_class.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/url_scanner_ex.c -o ext/standard/url_scanner_ex.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/ftp_fopen_wrapper.c -o ext/standard/ftp_fopen_wrapper.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/http_fopen_wrapper.c -o ext/standard/http_fopen_wrapper.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/php_fopen_wrapper.c -o ext/standard/php_fopen_wrapper.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/credits.c -o ext/standard/credits.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/css.c -o ext/standard/css.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/var_unserializer.c -o ext/standard/var_unserializer.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/ftok.c -o ext/standard/ftok.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/sha1.c -o ext/standard/sha1.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/user_filters.c -o ext/standard/user_filters.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/uuencode.c -o ext/standard/uuencode.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/filters.c -o ext/standard/filters.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/proc_open.c -o ext/standard/proc_open.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/streamsfuncs.c -o ext/standard/streamsfuncs.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/http.c -o ext/standard/http.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/password.c -o ext/standard/password.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/usr/local/src/php-7.1.6/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/standard/random.c -o ext/standard/random.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/sysvsem/ -I/usr/local/src/php-7.1.6/ext/sysvsem/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/sysvsem/sysvsem.c -o ext/sysvsem/sysvsem.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/tokenizer/ -I/usr/local/src/php-7.1.6/ext/tokenizer/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/tokenizer/tokenizer.c -o ext/tokenizer/tokenizer.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/tokenizer/ -I/usr/local/src/php-7.1.6/ext/tokenizer/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/tokenizer/tokenizer_data.c -o ext/tokenizer/tokenizer_data.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/xml/ -I/usr/local/src/php-7.1.6/ext/xml/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/xml/xml.c -o ext/xml/xml.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/xml/ -I/usr/local/src/php-7.1.6/ext/xml/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/xml/compat.c -o ext/xml/compat.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/xmlreader/ -I/usr/local/src/php-7.1.6/ext/xmlreader/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/xmlreader/php_xmlreader.c -o ext/xmlreader/php_xmlreader.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc -DVERSION=0.50 -Iext/xmlrpc/ -I/usr/local/src/php-7.1.6/ext/xmlrpc/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/xmlrpc/xmlrpc-epi-php.c -o ext/xmlrpc/xmlrpc-epi-php.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc -DVERSION=0.50 -Iext/xmlrpc/ -I/usr/local/src/php-7.1.6/ext/xmlrpc/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc/base64.c -o ext/xmlrpc/libxmlrpc/base64.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc -DVERSION=0.50 -Iext/xmlrpc/ -I/usr/local/src/php-7.1.6/ext/xmlrpc/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc/simplestring.c -o ext/xmlrpc/libxmlrpc/simplestring.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc -DVERSION=0.50 -Iext/xmlrpc/ -I/usr/local/src/php-7.1.6/ext/xmlrpc/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c -o ext/xmlrpc/libxmlrpc/xml_to_dandarpc.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc -DVERSION=0.50 -Iext/xmlrpc/ -I/usr/local/src/php-7.1.6/ext/xmlrpc/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c -o ext/xmlrpc/libxmlrpc/xmlrpc_introspection.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc -DVERSION=0.50 -Iext/xmlrpc/ -I/usr/local/src/php-7.1.6/ext/xmlrpc/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc/encodings.c -o ext/xmlrpc/libxmlrpc/encodings.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc -DVERSION=0.50 -Iext/xmlrpc/ -I/usr/local/src/php-7.1.6/ext/xmlrpc/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc/system_methods.c -o ext/xmlrpc/libxmlrpc/system_methods.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc -DVERSION=0.50 -Iext/xmlrpc/ -I/usr/local/src/php-7.1.6/ext/xmlrpc/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c -o ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc -DVERSION=0.50 -Iext/xmlrpc/ -I/usr/local/src/php-7.1.6/ext/xmlrpc/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc/queue.c -o ext/xmlrpc/libxmlrpc/queue.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc -DVERSION=0.50 -Iext/xmlrpc/ -I/usr/local/src/php-7.1.6/ext/xmlrpc/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc/xml_element.c -o ext/xmlrpc/libxmlrpc/xml_element.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc -DVERSION=0.50 -Iext/xmlrpc/ -I/usr/local/src/php-7.1.6/ext/xmlrpc/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc/xmlrpc.c -o ext/xmlrpc/libxmlrpc/xmlrpc.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc -DVERSION=0.50 -Iext/xmlrpc/ -I/usr/local/src/php-7.1.6/ext/xmlrpc/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/xmlrpc/libxmlrpc/xml_to_soap.c -o ext/xmlrpc/libxmlrpc/xml_to_soap.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/xmlwriter/ -I/usr/local/src/php-7.1.6/ext/xmlwriter/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/xmlwriter/php_xmlwriter.c -o ext/xmlwriter/php_xmlwriter.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/php_zip.c -o ext/zip/php_zip.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/zip_stream.c -o ext/zip/zip_stream.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_add.c -o ext/zip/lib/zip_add.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_add_dir.c -o ext/zip/lib/zip_add_dir.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_add_entry.c -o ext/zip/lib/zip_add_entry.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_buffer.c -o ext/zip/lib/zip_buffer.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_file_set_mtime.c -o ext/zip/lib/zip_file_set_mtime.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_io_util.c -o ext/zip/lib/zip_io_util.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_begin_write.c -o ext/zip/lib/zip_source_begin_write.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_call.c -o ext/zip/lib/zip_source_call.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_commit_write.c -o ext/zip/lib/zip_source_commit_write.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_is_deleted.c -o ext/zip/lib/zip_source_is_deleted.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_remove.c -o ext/zip/lib/zip_source_remove.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_rollback_write.c -o ext/zip/lib/zip_source_rollback_write.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_seek.c -o ext/zip/lib/zip_source_seek.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_seek_write.c -o ext/zip/lib/zip_source_seek_write.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_supports.c -o ext/zip/lib/zip_source_supports.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_tell.c -o ext/zip/lib/zip_source_tell.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_tell_write.c -o ext/zip/lib/zip_source_tell_write.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_write.c -o ext/zip/lib/zip_source_write.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_close.c -o ext/zip/lib/zip_close.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_delete.c -o ext/zip/lib/zip_delete.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_dir_add.c -o ext/zip/lib/zip_dir_add.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_dirent.c -o ext/zip/lib/zip_dirent.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_discard.c -o ext/zip/lib/zip_discard.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_entry.c -o ext/zip/lib/zip_entry.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_err_str.c -o ext/zip/lib/zip_err_str.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_error.c -o ext/zip/lib/zip_error.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_error_clear.c -o ext/zip/lib/zip_error_clear.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_error_get.c -o ext/zip/lib/zip_error_get.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_error_get_sys_type.c -o ext/zip/lib/zip_error_get_sys_type.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_error_strerror.c -o ext/zip/lib/zip_error_strerror.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_error_to_str.c -o ext/zip/lib/zip_error_to_str.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_extra_field.c -o ext/zip/lib/zip_extra_field.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_extra_field_api.c -o ext/zip/lib/zip_extra_field_api.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_fclose.c -o ext/zip/lib/zip_fclose.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_fdopen.c -o ext/zip/lib/zip_fdopen.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_file_add.c -o ext/zip/lib/zip_file_add.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_file_error_clear.c -o ext/zip/lib/zip_file_error_clear.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_file_error_get.c -o ext/zip/lib/zip_file_error_get.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_file_get_comment.c -o ext/zip/lib/zip_file_get_comment.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_file_get_offset.c -o ext/zip/lib/zip_file_get_offset.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_file_rename.c -o ext/zip/lib/zip_file_rename.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_file_replace.c -o ext/zip/lib/zip_file_replace.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_file_set_comment.c -o ext/zip/lib/zip_file_set_comment.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_file_strerror.c -o ext/zip/lib/zip_file_strerror.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_filerange_crc.c -o ext/zip/lib/zip_filerange_crc.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_fopen.c -o ext/zip/lib/zip_fopen.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_file_get_external_attributes.c -o ext/zip/lib/zip_file_get_external_attributes.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_file_set_external_attributes.c -o ext/zip/lib/zip_file_set_external_attributes.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_fopen_encrypted.c -o ext/zip/lib/zip_fopen_encrypted.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_fopen_index.c -o ext/zip/lib/zip_fopen_index.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_fopen_index_encrypted.c -o ext/zip/lib/zip_fopen_index_encrypted.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_fread.c -o ext/zip/lib/zip_fread.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_get_archive_comment.c -o ext/zip/lib/zip_get_archive_comment.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_get_archive_flag.c -o ext/zip/lib/zip_get_archive_flag.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_get_compression_implementation.c -o ext/zip/lib/zip_get_compression_implementation.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_get_encryption_implementation.c -o ext/zip/lib/zip_get_encryption_implementation.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_get_file_comment.c -o ext/zip/lib/zip_get_file_comment.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_get_name.c -o ext/zip/lib/zip_get_name.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_get_num_entries.c -o ext/zip/lib/zip_get_num_entries.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_get_num_files.c -o ext/zip/lib/zip_get_num_files.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_memdup.c -o ext/zip/lib/zip_memdup.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_name_locate.c -o ext/zip/lib/zip_name_locate.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_new.c -o ext/zip/lib/zip_new.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_open.c -o ext/zip/lib/zip_open.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_rename.c -o ext/zip/lib/zip_rename.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_replace.c -o ext/zip/lib/zip_replace.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_hash.c -o ext/zip/lib/zip_hash.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_set_archive_comment.c -o ext/zip/lib/zip_set_archive_comment.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_set_archive_flag.c -o ext/zip/lib/zip_set_archive_flag.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_set_default_password.c -o ext/zip/lib/zip_set_default_password.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_set_file_comment.c -o ext/zip/lib/zip_set_file_comment.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_set_file_compression.c -o ext/zip/lib/zip_set_file_compression.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_set_name.c -o ext/zip/lib/zip_set_name.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_buffer.c -o ext/zip/lib/zip_source_buffer.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_close.c -o ext/zip/lib/zip_source_close.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_crc.c -o ext/zip/lib/zip_source_crc.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_deflate.c -o ext/zip/lib/zip_source_deflate.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_error.c -o ext/zip/lib/zip_source_error.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_file.c -o ext/zip/lib/zip_source_file.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_filep.c -o ext/zip/lib/zip_source_filep.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_free.c -o ext/zip/lib/zip_source_free.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_function.c -o ext/zip/lib/zip_source_function.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_layered.c -o ext/zip/lib/zip_source_layered.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_open.c -o ext/zip/lib/zip_source_open.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_pkware.c -o ext/zip/lib/zip_source_pkware.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_read.c -o ext/zip/lib/zip_source_read.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_stat.c -o ext/zip/lib/zip_source_stat.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_window.c -o ext/zip/lib/zip_source_window.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_zip.c -o ext/zip/lib/zip_source_zip.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_source_zip_new.c -o ext/zip/lib/zip_source_zip_new.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_stat.c -o ext/zip/lib/zip_stat.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_stat_index.c -o ext/zip/lib/zip_stat_index.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_stat_init.c -o ext/zip/lib/zip_stat_init.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_strerror.c -o ext/zip/lib/zip_strerror.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_string.c -o ext/zip/lib/zip_string.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_unchange.c -o ext/zip/lib/zip_unchange.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_unchange_all.c -o ext/zip/lib/zip_unchange_all.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_unchange_archive.c -o ext/zip/lib/zip_unchange_archive.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_unchange_data.c -o ext/zip/lib/zip_unchange_data.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/zip_utf-8.c -o ext/zip/lib/zip_utf-8.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-7.1.6/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/ext/zip/lib/mkstemp.c -o ext/zip/lib/mkstemp.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -ITSRM/ -I/usr/local/src/php-7.1.6/TSRM/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/TSRM/TSRM.c -o TSRM/TSRM.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -ITSRM/ -I/usr/local/src/php-7.1.6/TSRM/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/TSRM/tsrm_strtok_r.c -o TSRM/tsrm_strtok_r.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/main.c -o main/main.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/snprintf.c -o main/snprintf.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/spprintf.c -o main/spprintf.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/php_sprintf.c -o main/php_sprintf.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/fopen_wrappers.c -o main/fopen_wrappers.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/alloca.c -o main/alloca.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/php_scandir.c -o main/php_scandir.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/php_ini.c -o main/php_ini.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/SAPI.c -o main/SAPI.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/rfc1867.c -o main/rfc1867.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/php_content_types.c -o main/php_content_types.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/strlcpy.c -o main/strlcpy.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/strlcat.c -o main/strlcat.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/mergesort.c -o main/mergesort.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/reentrancy.c -o main/reentrancy.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/php_variables.c -o main/php_variables.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/php_ticks.c -o main/php_ticks.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/network.c -o main/network.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/php_open_temporary_file.c -o main/php_open_temporary_file.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/output.c -o main/output.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/getopt.c -o main/getopt.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/streams/ -I/usr/local/src/php-7.1.6/main/streams/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/streams/streams.c -o main/streams/streams.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/streams/ -I/usr/local/src/php-7.1.6/main/streams/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/streams/cast.c -o main/streams/cast.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/streams/ -I/usr/local/src/php-7.1.6/main/streams/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/streams/memory.c -o main/streams/memory.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/streams/ -I/usr/local/src/php-7.1.6/main/streams/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/streams/filter.c -o main/streams/filter.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/streams/ -I/usr/local/src/php-7.1.6/main/streams/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/streams/plain_wrapper.c -o main/streams/plain_wrapper.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/streams/ -I/usr/local/src/php-7.1.6/main/streams/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/streams/userspace.c -o main/streams/userspace.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/streams/ -I/usr/local/src/php-7.1.6/main/streams/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/streams/transports.c -o main/streams/transports.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/streams/ -I/usr/local/src/php-7.1.6/main/streams/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/streams/xp_socket.c -o main/streams/xp_socket.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/streams/ -I/usr/local/src/php-7.1.6/main/streams/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/streams/mmap.c -o main/streams/mmap.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/streams/ -I/usr/local/src/php-7.1.6/main/streams/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/streams/glob_wrapper.c -o main/streams/glob_wrapper.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_language_parser.c -o Zend/zend_language_parser.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_language_scanner.c -o Zend/zend_language_scanner.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_ini_parser.c -o Zend/zend_ini_parser.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_ini_scanner.c -o Zend/zend_ini_scanner.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_alloc.c -o Zend/zend_alloc.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_compile.c -o Zend/zend_compile.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_constants.c -o Zend/zend_constants.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_dtrace.c -o Zend/zend_dtrace.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_execute_API.c -o Zend/zend_execute_API.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_highlight.c -o Zend/zend_highlight.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_llist.c -o Zend/zend_llist.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_vm_opcodes.c -o Zend/zend_vm_opcodes.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_opcode.c -o Zend/zend_opcode.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_operators.c -o Zend/zend_operators.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_ptr_stack.c -o Zend/zend_ptr_stack.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_stack.c -o Zend/zend_stack.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_variables.c -o Zend/zend_variables.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend.c -o Zend/zend.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_API.c -o Zend/zend_API.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_extensions.c -o Zend/zend_extensions.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_hash.c -o Zend/zend_hash.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_list.c -o Zend/zend_list.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_builtin_functions.c -o Zend/zend_builtin_functions.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_sprintf.c -o Zend/zend_sprintf.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_ini.c -o Zend/zend_ini.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_sort.c -o Zend/zend_sort.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_multibyte.c -o Zend/zend_multibyte.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_ts_hash.c -o Zend/zend_ts_hash.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_stream.c -o Zend/zend_stream.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_iterators.c -o Zend/zend_iterators.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_interfaces.c -o Zend/zend_interfaces.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_exceptions.c -o Zend/zend_exceptions.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_strtod.c -o Zend/zend_strtod.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_gc.c -o Zend/zend_gc.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_closures.c -o Zend/zend_closures.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_float.c -o Zend/zend_float.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_string.c -o Zend/zend_string.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_signal.c -o Zend/zend_signal.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_generators.c -o Zend/zend_generators.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_virtual_cwd.c -o Zend/zend_virtual_cwd.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_ast.c -o Zend/zend_ast.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_objects.c -o Zend/zend_objects.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_object_handlers.c -o Zend/zend_object_handlers.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_objects_API.c -o Zend/zend_objects_API.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_default_classes.c -o Zend/zend_default_classes.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_inheritance.c -o Zend/zend_inheritance.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_smart_str.c -o Zend/zend_smart_str.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/usr/local/src/php-7.1.6/Zend/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/Zend/zend_execute.c -o Zend/zend_execute.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c main/internal_functions_cli.c -o main/internal_functions_cli.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/cli/ -I/usr/local/src/php-7.1.6/sapi/cli/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/cli/php_cli.c -o sapi/cli/php_cli.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/cli/ -I/usr/local/src/php-7.1.6/sapi/cli/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/cli/php_http_parser.c -o sapi/cli/php_http_parser.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/cli/ -I/usr/local/src/php-7.1.6/sapi/cli/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/cli/php_cli_server.c -o sapi/cli/php_cli_server.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/cli/ -I/usr/local/src/php-7.1.6/sapi/cli/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/cli/ps_title.c -o sapi/cli/ps_title.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/cli/ -I/usr/local/src/php-7.1.6/sapi/cli/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/cli/php_cli_process_title.c -o sapi/cli/php_cli_process_title.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=link cc -export-dynamic -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -L/usr/local/mysql/lib ext/date/php_date.lo ext/date/lib/astro.lo ext/date/lib/dow.lo ext/date/lib/parse_date.lo ext/date/lib/parse_tz.lo ext/date/lib/timelib.lo ext/date/lib/tm2unixtime.lo ext/date/lib/unixtime2tm.lo ext/date/lib/parse_iso_intervals.lo ext/date/lib/interval.lo ext/libxml/libxml.lo ext/pcre/pcrelib/pcre_chartables.lo ext/pcre/pcrelib/pcre_ucd.lo ext/pcre/pcrelib/pcre_compile.lo ext/pcre/pcrelib/pcre_config.lo ext/pcre/pcrelib/pcre_exec.lo ext/pcre/pcrelib/pcre_fullinfo.lo ext/pcre/pcrelib/pcre_get.lo ext/pcre/pcrelib/pcre_globals.lo ext/pcre/pcrelib/pcre_maketables.lo ext/pcre/pcrelib/pcre_newline.lo ext/pcre/pcrelib/pcre_ord2utf8.lo ext/pcre/pcrelib/pcre_refcount.lo ext/pcre/pcrelib/pcre_study.lo ext/pcre/pcrelib/pcre_tables.lo ext/pcre/pcrelib/pcre_valid_utf8.lo ext/pcre/pcrelib/pcre_version.lo ext/pcre/pcrelib/pcre_xclass.lo ext/pcre/pcrelib/pcre_jit_compile.lo ext/pcre/php_pcre.lo ext/sqlite3/sqlite3.lo ext/sqlite3/libsqlite/sqlite3.lo ext/zlib/zlib.lo ext/zlib/zlib_fopen_wrapper.lo ext/zlib/zlib_filter.lo ext/bcmath/bcmath.lo ext/bcmath/libbcmath/src/add.lo ext/bcmath/libbcmath/src/div.lo ext/bcmath/libbcmath/src/init.lo ext/bcmath/libbcmath/src/neg.lo ext/bcmath/libbcmath/src/outofmem.lo ext/bcmath/libbcmath/src/raisemod.lo ext/bcmath/libbcmath/src/rt.lo ext/bcmath/libbcmath/src/sub.lo ext/bcmath/libbcmath/src/compare.lo ext/bcmath/libbcmath/src/divmod.lo ext/bcmath/libbcmath/src/int2num.lo ext/bcmath/libbcmath/src/num2long.lo ext/bcmath/libbcmath/src/output.lo ext/bcmath/libbcmath/src/recmul.lo ext/bcmath/libbcmath/src/sqrt.lo ext/bcmath/libbcmath/src/zero.lo ext/bcmath/libbcmath/src/debug.lo ext/bcmath/libbcmath/src/doaddsub.lo ext/bcmath/libbcmath/src/nearzero.lo ext/bcmath/libbcmath/src/num2str.lo ext/bcmath/libbcmath/src/raise.lo ext/bcmath/libbcmath/src/rmzero.lo ext/bcmath/libbcmath/src/str2num.lo ext/ctype/ctype.lo ext/curl/interface.lo ext/curl/multi.lo ext/curl/share.lo ext/curl/curl_file.lo ext/dom/php_dom.lo ext/dom/attr.lo ext/dom/document.lo ext/dom/domerrorhandler.lo ext/dom/domstringlist.lo ext/dom/domexception.lo ext/dom/namelist.lo ext/dom/processinginstruction.lo ext/dom/cdatasection.lo ext/dom/documentfragment.lo ext/dom/domimplementation.lo ext/dom/element.lo ext/dom/node.lo ext/dom/string_extend.lo ext/dom/characterdata.lo ext/dom/documenttype.lo ext/dom/domimplementationlist.lo ext/dom/entity.lo ext/dom/nodelist.lo ext/dom/text.lo ext/dom/comment.lo ext/dom/domconfiguration.lo ext/dom/domimplementationsource.lo ext/dom/entityreference.lo ext/dom/notation.lo ext/dom/xpath.lo ext/dom/dom_iterators.lo ext/dom/typeinfo.lo ext/dom/domerror.lo ext/dom/domlocator.lo ext/dom/namednodemap.lo ext/dom/userdatahandler.lo ext/fileinfo/fileinfo.lo ext/fileinfo/libmagic/apprentice.lo ext/fileinfo/libmagic/apptype.lo ext/fileinfo/libmagic/ascmagic.lo ext/fileinfo/libmagic/cdf.lo ext/fileinfo/libmagic/cdf_time.lo ext/fileinfo/libmagic/compress.lo ext/fileinfo/libmagic/encoding.lo ext/fileinfo/libmagic/fsmagic.lo ext/fileinfo/libmagic/funcs.lo ext/fileinfo/libmagic/is_tar.lo ext/fileinfo/libmagic/magic.lo ext/fileinfo/libmagic/print.lo ext/fileinfo/libmagic/readcdf.lo ext/fileinfo/libmagic/softmagic.lo ext/filter/filter.lo ext/filter/sanitizing_filters.lo ext/filter/logical_filters.lo ext/filter/callback_filter.lo ext/gd/gd.lo ext/gd/libgd/gd.lo ext/gd/libgd/gd_gd.lo ext/gd/libgd/gd_gd2.lo ext/gd/libgd/gd_io.lo ext/gd/libgd/gd_io_dp.lo ext/gd/libgd/gd_io_file.lo ext/gd/libgd/gd_ss.lo ext/gd/libgd/gd_io_ss.lo ext/gd/libgd/gd_webp.lo ext/gd/libgd/gd_png.lo ext/gd/libgd/gd_jpeg.lo ext/gd/libgd/gdxpm.lo ext/gd/libgd/gdfontt.lo ext/gd/libgd/gdfonts.lo ext/gd/libgd/gdfontmb.lo ext/gd/libgd/gdfontl.lo ext/gd/libgd/gdfontg.lo ext/gd/libgd/gdtables.lo ext/gd/libgd/gdft.lo ext/gd/libgd/gdcache.lo ext/gd/libgd/gdkanji.lo ext/gd/libgd/wbmp.lo ext/gd/libgd/gd_wbmp.lo ext/gd/libgd/gdhelpers.lo ext/gd/libgd/gd_topal.lo ext/gd/libgd/gd_gif_in.lo ext/gd/libgd/xbm.lo ext/gd/libgd/gd_gif_out.lo ext/gd/libgd/gd_security.lo ext/gd/libgd/gd_filter.lo ext/gd/libgd/gd_pixelate.lo ext/gd/libgd/gd_arc.lo ext/gd/libgd/gd_rotate.lo ext/gd/libgd/gd_color.lo ext/gd/libgd/gd_transform.lo ext/gd/libgd/gd_crop.lo ext/gd/libgd/gd_interpolation.lo ext/gd/libgd/gd_matrix.lo ext/hash/hash.lo ext/hash/hash_md.lo ext/hash/hash_sha.lo ext/hash/hash_ripemd.lo ext/hash/hash_haval.lo ext/hash/hash_tiger.lo ext/hash/hash_gost.lo ext/hash/hash_snefru.lo ext/hash/hash_whirlpool.lo ext/hash/hash_adler32.lo ext/hash/hash_crc32.lo ext/hash/hash_fnv.lo ext/hash/hash_joaat.lo ext/hash/hash_sha3.lo ext/iconv/iconv.lo ext/json/json.lo ext/json/json_encoder.lo ext/json/json_parser.lo ext/json/json_scanner.lo ext/mbstring/oniguruma/regcomp.lo ext/mbstring/oniguruma/regerror.lo ext/mbstring/oniguruma/regexec.lo ext/mbstring/oniguruma/reggnu.lo ext/mbstring/oniguruma/regparse.lo ext/mbstring/oniguruma/regenc.lo ext/mbstring/oniguruma/regext.lo ext/mbstring/oniguruma/regsyntax.lo ext/mbstring/oniguruma/regtrav.lo ext/mbstring/oniguruma/regversion.lo ext/mbstring/oniguruma/st.lo ext/mbstring/oniguruma/enc/unicode.lo ext/mbstring/oniguruma/enc/ascii.lo ext/mbstring/oniguruma/enc/utf8.lo ext/mbstring/oniguruma/enc/euc_jp.lo ext/mbstring/oniguruma/enc/euc_tw.lo ext/mbstring/oniguruma/enc/euc_kr.lo ext/mbstring/oniguruma/enc/sjis.lo ext/mbstring/oniguruma/enc/iso8859_1.lo ext/mbstring/oniguruma/enc/iso8859_2.lo ext/mbstring/oniguruma/enc/iso8859_3.lo ext/mbstring/oniguruma/enc/iso8859_4.lo ext/mbstring/oniguruma/enc/iso8859_5.lo ext/mbstring/oniguruma/enc/iso8859_6.lo ext/mbstring/oniguruma/enc/iso8859_7.lo ext/mbstring/oniguruma/enc/iso8859_8.lo ext/mbstring/oniguruma/enc/iso8859_9.lo ext/mbstring/oniguruma/enc/iso8859_10.lo ext/mbstring/oniguruma/enc/iso8859_11.lo ext/mbstring/oniguruma/enc/iso8859_13.lo ext/mbstring/oniguruma/enc/iso8859_14.lo ext/mbstring/oniguruma/enc/iso8859_15.lo ext/mbstring/oniguruma/enc/iso8859_16.lo ext/mbstring/oniguruma/enc/koi8.lo ext/mbstring/oniguruma/enc/koi8_r.lo ext/mbstring/oniguruma/enc/big5.lo ext/mbstring/oniguruma/enc/utf16_be.lo ext/mbstring/oniguruma/enc/utf16_le.lo ext/mbstring/oniguruma/enc/utf32_be.lo ext/mbstring/oniguruma/enc/utf32_le.lo ext/mbstring/libmbfl/filters/html_entities.lo ext/mbstring/libmbfl/filters/mbfilter_7bit.lo ext/mbstring/libmbfl/filters/mbfilter_ascii.lo ext/mbstring/libmbfl/filters/mbfilter_base64.lo ext/mbstring/libmbfl/filters/mbfilter_big5.lo ext/mbstring/libmbfl/filters/mbfilter_byte2.lo ext/mbstring/libmbfl/filters/mbfilter_byte4.lo ext/mbstring/libmbfl/filters/mbfilter_cp1251.lo ext/mbstring/libmbfl/filters/mbfilter_cp1252.lo ext/mbstring/libmbfl/filters/mbfilter_cp1254.lo ext/mbstring/libmbfl/filters/mbfilter_cp5022x.lo ext/mbstring/libmbfl/filters/mbfilter_cp51932.lo ext/mbstring/libmbfl/filters/mbfilter_cp850.lo ext/mbstring/libmbfl/filters/mbfilter_cp866.lo ext/mbstring/libmbfl/filters/mbfilter_cp932.lo ext/mbstring/libmbfl/filters/mbfilter_cp936.lo ext/mbstring/libmbfl/filters/mbfilter_gb18030.lo ext/mbstring/libmbfl/filters/mbfilter_euc_cn.lo ext/mbstring/libmbfl/filters/mbfilter_euc_jp.lo ext/mbstring/libmbfl/filters/mbfilter_euc_jp_2004.lo ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.lo ext/mbstring/libmbfl/filters/mbfilter_euc_kr.lo ext/mbstring/libmbfl/filters/mbfilter_euc_tw.lo ext/mbstring/libmbfl/filters/mbfilter_htmlent.lo ext/mbstring/libmbfl/filters/mbfilter_hz.lo ext/mbstring/libmbfl/filters/mbfilter_iso2022_jp_ms.lo ext/mbstring/libmbfl/filters/mbfilter_iso2022jp_2004.lo ext/mbstring/libmbfl/filters/mbfilter_iso2022jp_mobile.lo ext/mbstring/libmbfl/filters/mbfilter_iso2022_kr.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_1.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_10.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_13.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_14.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_15.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_16.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_2.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_3.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_4.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_5.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_6.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_7.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_8.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_9.lo ext/mbstring/libmbfl/filters/mbfilter_jis.lo ext/mbstring/libmbfl/filters/mbfilter_koi8r.lo ext/mbstring/libmbfl/filters/mbfilter_armscii8.lo ext/mbstring/libmbfl/filters/mbfilter_qprint.lo ext/mbstring/libmbfl/filters/mbfilter_sjis.lo ext/mbstring/libmbfl/filters/mbfilter_sjis_open.lo ext/mbstring/libmbfl/filters/mbfilter_sjis_mobile.lo ext/mbstring/libmbfl/filters/mbfilter_sjis_mac.lo ext/mbstring/libmbfl/filters/mbfilter_sjis_2004.lo ext/mbstring/libmbfl/filters/mbfilter_tl_jisx0201_jisx0208.lo ext/mbstring/libmbfl/filters/mbfilter_ucs2.lo ext/mbstring/libmbfl/filters/mbfilter_ucs4.lo ext/mbstring/libmbfl/filters/mbfilter_uhc.lo ext/mbstring/libmbfl/filters/mbfilter_utf16.lo ext/mbstring/libmbfl/filters/mbfilter_utf32.lo ext/mbstring/libmbfl/filters/mbfilter_utf7.lo ext/mbstring/libmbfl/filters/mbfilter_utf7imap.lo ext/mbstring/libmbfl/filters/mbfilter_utf8.lo ext/mbstring/libmbfl/filters/mbfilter_utf8_mobile.lo ext/mbstring/libmbfl/filters/mbfilter_uuencode.lo ext/mbstring/libmbfl/filters/mbfilter_koi8u.lo ext/mbstring/libmbfl/mbfl/mbfilter.lo ext/mbstring/libmbfl/mbfl/mbfilter_8bit.lo ext/mbstring/libmbfl/mbfl/mbfilter_pass.lo ext/mbstring/libmbfl/mbfl/mbfilter_wchar.lo ext/mbstring/libmbfl/mbfl/mbfl_convert.lo ext/mbstring/libmbfl/mbfl/mbfl_encoding.lo ext/mbstring/libmbfl/mbfl/mbfl_filter_output.lo ext/mbstring/libmbfl/mbfl/mbfl_ident.lo ext/mbstring/libmbfl/mbfl/mbfl_language.lo ext/mbstring/libmbfl/mbfl/mbfl_memory_device.lo ext/mbstring/libmbfl/mbfl/mbfl_string.lo ext/mbstring/libmbfl/mbfl/mbfl_allocators.lo ext/mbstring/libmbfl/nls/nls_de.lo ext/mbstring/libmbfl/nls/nls_en.lo ext/mbstring/libmbfl/nls/nls_ja.lo ext/mbstring/libmbfl/nls/nls_kr.lo ext/mbstring/libmbfl/nls/nls_neutral.lo ext/mbstring/libmbfl/nls/nls_ru.lo ext/mbstring/libmbfl/nls/nls_uni.lo ext/mbstring/libmbfl/nls/nls_zh.lo ext/mbstring/libmbfl/nls/nls_hy.lo ext/mbstring/libmbfl/nls/nls_tr.lo ext/mbstring/libmbfl/nls/nls_ua.lo ext/mbstring/mbstring.lo ext/mbstring/php_unicode.lo ext/mbstring/mb_gpc.lo ext/mbstring/php_mbregex.lo ext/mcrypt/mcrypt.lo ext/mcrypt/mcrypt_filter.lo ext/mysqli/mysqli.lo ext/mysqli/mysqli_api.lo ext/mysqli/mysqli_prop.lo ext/mysqli/mysqli_nonapi.lo ext/mysqli/mysqli_fe.lo ext/mysqli/mysqli_report.lo ext/mysqli/mysqli_driver.lo ext/mysqli/mysqli_warning.lo ext/mysqli/mysqli_exception.lo ext/mysqli/mysqli_result_iterator.lo ext/pcntl/pcntl.lo ext/pcntl/php_signal.lo ext/pdo/pdo.lo ext/pdo/pdo_dbh.lo ext/pdo/pdo_stmt.lo ext/pdo/pdo_sql_parser.lo ext/pdo/pdo_sqlstate.lo ext/pdo_sqlite/pdo_sqlite.lo ext/pdo_sqlite/sqlite_driver.lo ext/pdo_sqlite/sqlite_statement.lo ext/phar/util.lo ext/phar/tar.lo ext/phar/zip.lo ext/phar/stream.lo ext/phar/func_interceptors.lo ext/phar/dirstream.lo ext/phar/phar.lo ext/phar/phar_object.lo ext/phar/phar_path_check.lo ext/posix/posix.lo ext/reflection/php_reflection.lo ext/session/mod_user_class.lo ext/session/session.lo ext/session/mod_files.lo ext/session/mod_mm.lo ext/session/mod_user.lo ext/shmop/shmop.lo ext/simplexml/simplexml.lo ext/simplexml/sxe.lo ext/soap/soap.lo ext/soap/php_encoding.lo ext/soap/php_http.lo ext/soap/php_packet_soap.lo ext/soap/php_schema.lo ext/soap/php_sdl.lo ext/soap/php_xml.lo ext/sockets/sockets.lo ext/sockets/multicast.lo ext/sockets/conversions.lo ext/sockets/sockaddr_conv.lo ext/sockets/sendrecvmsg.lo ext/spl/php_spl.lo ext/spl/spl_functions.lo ext/spl/spl_engine.lo ext/spl/spl_iterators.lo ext/spl/spl_array.lo ext/spl/spl_directory.lo ext/spl/spl_exceptions.lo ext/spl/spl_observer.lo ext/spl/spl_dllist.lo ext/spl/spl_heap.lo ext/spl/spl_fixedarray.lo ext/standard/crypt_freesec.lo ext/standard/crypt_blowfish.lo ext/standard/crypt_sha512.lo ext/standard/crypt_sha256.lo ext/standard/php_crypt_r.lo ext/standard/array.lo ext/standard/base64.lo ext/standard/basic_functions.lo ext/standard/browscap.lo ext/standard/crc32.lo ext/standard/crypt.lo ext/standard/cyr_convert.lo ext/standard/datetime.lo ext/standard/dir.lo ext/standard/dl.lo ext/standard/dns.lo ext/standard/exec.lo ext/standard/file.lo ext/standard/filestat.lo ext/standard/flock_compat.lo ext/standard/formatted_print.lo ext/standard/fsock.lo ext/standard/head.lo ext/standard/html.lo ext/standard/image.lo ext/standard/info.lo ext/standard/iptc.lo ext/standard/lcg.lo ext/standard/link.lo ext/standard/mail.lo ext/standard/math.lo ext/standard/md5.lo ext/standard/metaphone.lo ext/standard/microtime.lo ext/standard/pack.lo ext/standard/pageinfo.lo ext/standard/quot_print.lo ext/standard/rand.lo ext/standard/mt_rand.lo ext/standard/soundex.lo ext/standard/string.lo ext/standard/scanf.lo ext/standard/syslog.lo ext/standard/type.lo ext/standard/uniqid.lo ext/standard/url.lo ext/standard/var.lo ext/standard/versioning.lo ext/standard/assert.lo ext/standard/strnatcmp.lo ext/standard/levenshtein.lo ext/standard/incomplete_class.lo ext/standard/url_scanner_ex.lo ext/standard/ftp_fopen_wrapper.lo ext/standard/http_fopen_wrapper.lo ext/standard/php_fopen_wrapper.lo ext/standard/credits.lo ext/standard/css.lo ext/standard/var_unserializer.lo ext/standard/ftok.lo ext/standard/sha1.lo ext/standard/user_filters.lo ext/standard/uuencode.lo ext/standard/filters.lo ext/standard/proc_open.lo ext/standard/streamsfuncs.lo ext/standard/http.lo ext/standard/password.lo ext/standard/random.lo ext/sysvsem/sysvsem.lo ext/tokenizer/tokenizer.lo ext/tokenizer/tokenizer_data.lo ext/xml/xml.lo ext/xml/compat.lo ext/xmlreader/php_xmlreader.lo ext/xmlrpc/xmlrpc-epi-php.lo ext/xmlrpc/libxmlrpc/base64.lo ext/xmlrpc/libxmlrpc/simplestring.lo ext/xmlrpc/libxmlrpc/xml_to_dandarpc.lo ext/xmlrpc/libxmlrpc/xmlrpc_introspection.lo ext/xmlrpc/libxmlrpc/encodings.lo ext/xmlrpc/libxmlrpc/system_methods.lo ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.lo ext/xmlrpc/libxmlrpc/queue.lo ext/xmlrpc/libxmlrpc/xml_element.lo ext/xmlrpc/libxmlrpc/xmlrpc.lo ext/xmlrpc/libxmlrpc/xml_to_soap.lo ext/xmlwriter/php_xmlwriter.lo ext/zip/php_zip.lo ext/zip/zip_stream.lo ext/zip/lib/zip_add.lo ext/zip/lib/zip_add_dir.lo ext/zip/lib/zip_add_entry.lo ext/zip/lib/zip_buffer.lo ext/zip/lib/zip_file_set_mtime.lo ext/zip/lib/zip_io_util.lo ext/zip/lib/zip_source_begin_write.lo ext/zip/lib/zip_source_call.lo ext/zip/lib/zip_source_commit_write.lo ext/zip/lib/zip_source_is_deleted.lo ext/zip/lib/zip_source_remove.lo ext/zip/lib/zip_source_rollback_write.lo ext/zip/lib/zip_source_seek.lo ext/zip/lib/zip_source_seek_write.lo ext/zip/lib/zip_source_supports.lo ext/zip/lib/zip_source_tell.lo ext/zip/lib/zip_source_tell_write.lo ext/zip/lib/zip_source_write.lo ext/zip/lib/zip_close.lo ext/zip/lib/zip_delete.lo ext/zip/lib/zip_dir_add.lo ext/zip/lib/zip_dirent.lo ext/zip/lib/zip_discard.lo ext/zip/lib/zip_entry.lo ext/zip/lib/zip_err_str.lo ext/zip/lib/zip_error.lo ext/zip/lib/zip_error_clear.lo ext/zip/lib/zip_error_get.lo ext/zip/lib/zip_error_get_sys_type.lo ext/zip/lib/zip_error_strerror.lo ext/zip/lib/zip_error_to_str.lo ext/zip/lib/zip_extra_field.lo ext/zip/lib/zip_extra_field_api.lo ext/zip/lib/zip_fclose.lo ext/zip/lib/zip_fdopen.lo ext/zip/lib/zip_file_add.lo ext/zip/lib/zip_file_error_clear.lo ext/zip/lib/zip_file_error_get.lo ext/zip/lib/zip_file_get_comment.lo ext/zip/lib/zip_file_get_offset.lo ext/zip/lib/zip_file_rename.lo ext/zip/lib/zip_file_replace.lo ext/zip/lib/zip_file_set_comment.lo ext/zip/lib/zip_file_strerror.lo ext/zip/lib/zip_filerange_crc.lo ext/zip/lib/zip_fopen.lo ext/zip/lib/zip_file_get_external_attributes.lo ext/zip/lib/zip_file_set_external_attributes.lo ext/zip/lib/zip_fopen_encrypted.lo ext/zip/lib/zip_fopen_index.lo ext/zip/lib/zip_fopen_index_encrypted.lo ext/zip/lib/zip_fread.lo ext/zip/lib/zip_get_archive_comment.lo ext/zip/lib/zip_get_archive_flag.lo ext/zip/lib/zip_get_compression_implementation.lo ext/zip/lib/zip_get_encryption_implementation.lo ext/zip/lib/zip_get_file_comment.lo ext/zip/lib/zip_get_name.lo ext/zip/lib/zip_get_num_entries.lo ext/zip/lib/zip_get_num_files.lo ext/zip/lib/zip_memdup.lo ext/zip/lib/zip_name_locate.lo ext/zip/lib/zip_new.lo ext/zip/lib/zip_open.lo ext/zip/lib/zip_rename.lo ext/zip/lib/zip_replace.lo ext/zip/lib/zip_hash.lo ext/zip/lib/zip_set_archive_comment.lo ext/zip/lib/zip_set_archive_flag.lo ext/zip/lib/zip_set_default_password.lo ext/zip/lib/zip_set_file_comment.lo ext/zip/lib/zip_set_file_compression.lo ext/zip/lib/zip_set_name.lo ext/zip/lib/zip_source_buffer.lo ext/zip/lib/zip_source_close.lo ext/zip/lib/zip_source_crc.lo ext/zip/lib/zip_source_deflate.lo ext/zip/lib/zip_source_error.lo ext/zip/lib/zip_source_file.lo ext/zip/lib/zip_source_filep.lo ext/zip/lib/zip_source_free.lo ext/zip/lib/zip_source_function.lo ext/zip/lib/zip_source_layered.lo ext/zip/lib/zip_source_open.lo ext/zip/lib/zip_source_pkware.lo ext/zip/lib/zip_source_read.lo ext/zip/lib/zip_source_stat.lo ext/zip/lib/zip_source_window.lo ext/zip/lib/zip_source_zip.lo ext/zip/lib/zip_source_zip_new.lo ext/zip/lib/zip_stat.lo ext/zip/lib/zip_stat_index.lo ext/zip/lib/zip_stat_init.lo ext/zip/lib/zip_strerror.lo ext/zip/lib/zip_string.lo ext/zip/lib/zip_unchange.lo ext/zip/lib/zip_unchange_all.lo ext/zip/lib/zip_unchange_archive.lo ext/zip/lib/zip_unchange_data.lo ext/zip/lib/zip_utf-8.lo ext/zip/lib/mkstemp.lo TSRM/TSRM.lo TSRM/tsrm_strtok_r.lo main/main.lo main/snprintf.lo main/spprintf.lo main/php_sprintf.lo main/fopen_wrappers.lo main/alloca.lo main/php_scandir.lo main/php_ini.lo main/SAPI.lo main/rfc1867.lo main/php_content_types.lo main/strlcpy.lo main/strlcat.lo main/mergesort.lo main/reentrancy.lo main/php_variables.lo main/php_ticks.lo main/network.lo main/php_open_temporary_file.lo main/output.lo main/getopt.lo main/streams/streams.lo main/streams/cast.lo main/streams/memory.lo main/streams/filter.lo main/streams/plain_wrapper.lo main/streams/userspace.lo main/streams/transports.lo main/streams/xp_socket.lo main/streams/mmap.lo main/streams/glob_wrapper.lo Zend/zend_language_parser.lo Zend/zend_language_scanner.lo Zend/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/zend_alloc.lo Zend/zend_compile.lo Zend/zend_constants.lo Zend/zend_dtrace.lo Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo Zend/zend_vm_opcodes.lo Zend/zend_opcode.lo Zend/zend_operators.lo Zend/zend_ptr_stack.lo Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_sort.lo Zend/zend_multibyte.lo Zend/zend_ts_hash.lo Zend/zend_stream.lo Zend/zend_iterators.lo Zend/zend_interfaces.lo Zend/zend_exceptions.lo Zend/zend_strtod.lo Zend/zend_gc.lo Zend/zend_closures.lo Zend/zend_float.lo Zend/zend_string.lo Zend/zend_signal.lo Zend/zend_generators.lo Zend/zend_virtual_cwd.lo Zend/zend_ast.lo Zend/zend_objects.lo Zend/zend_object_handlers.lo Zend/zend_objects_API.lo Zend/zend_default_classes.lo Zend/zend_inheritance.lo Zend/zend_smart_str.lo Zend/zend_execute.lo main/internal_functions_cli.lo sapi/cli/php_cli.lo sapi/cli/php_http_parser.lo sapi/cli/php_cli_server.lo sapi/cli/ps_title.lo sapi/cli/php_cli_process_title.lo -lcrypt -lz -lresolv -lcrypt -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lcurl -lxml2 -lz -lm -ldl -lfreetype -lmysqlclient -lm -lrt -ldl -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt -o sapi/cli/php
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/phpdbg/ -I/usr/local/src/php-7.1.6/sapi/phpdbg/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/phpdbg/phpdbg.c -o sapi/phpdbg/phpdbg.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/phpdbg/ -I/usr/local/src/php-7.1.6/sapi/phpdbg/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/phpdbg/phpdbg_parser.c -o sapi/phpdbg/phpdbg_parser.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/phpdbg/ -I/usr/local/src/php-7.1.6/sapi/phpdbg/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/phpdbg/phpdbg_lexer.c -o sapi/phpdbg/phpdbg_lexer.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/phpdbg/ -I/usr/local/src/php-7.1.6/sapi/phpdbg/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/phpdbg/phpdbg_prompt.c -o sapi/phpdbg/phpdbg_prompt.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/phpdbg/ -I/usr/local/src/php-7.1.6/sapi/phpdbg/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/phpdbg/phpdbg_help.c -o sapi/phpdbg/phpdbg_help.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/phpdbg/ -I/usr/local/src/php-7.1.6/sapi/phpdbg/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/phpdbg/phpdbg_break.c -o sapi/phpdbg/phpdbg_break.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/phpdbg/ -I/usr/local/src/php-7.1.6/sapi/phpdbg/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/phpdbg/phpdbg_print.c -o sapi/phpdbg/phpdbg_print.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/phpdbg/ -I/usr/local/src/php-7.1.6/sapi/phpdbg/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/phpdbg/phpdbg_bp.c -o sapi/phpdbg/phpdbg_bp.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/phpdbg/ -I/usr/local/src/php-7.1.6/sapi/phpdbg/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/phpdbg/phpdbg_opcode.c -o sapi/phpdbg/phpdbg_opcode.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/phpdbg/ -I/usr/local/src/php-7.1.6/sapi/phpdbg/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/phpdbg/phpdbg_list.c -o sapi/phpdbg/phpdbg_list.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/phpdbg/ -I/usr/local/src/php-7.1.6/sapi/phpdbg/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/phpdbg/phpdbg_utils.c -o sapi/phpdbg/phpdbg_utils.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/phpdbg/ -I/usr/local/src/php-7.1.6/sapi/phpdbg/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/phpdbg/phpdbg_info.c -o sapi/phpdbg/phpdbg_info.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/phpdbg/ -I/usr/local/src/php-7.1.6/sapi/phpdbg/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/phpdbg/phpdbg_cmd.c -o sapi/phpdbg/phpdbg_cmd.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/phpdbg/ -I/usr/local/src/php-7.1.6/sapi/phpdbg/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/phpdbg/phpdbg_set.c -o sapi/phpdbg/phpdbg_set.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/phpdbg/ -I/usr/local/src/php-7.1.6/sapi/phpdbg/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/phpdbg/phpdbg_frame.c -o sapi/phpdbg/phpdbg_frame.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/phpdbg/ -I/usr/local/src/php-7.1.6/sapi/phpdbg/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/phpdbg/phpdbg_watch.c -o sapi/phpdbg/phpdbg_watch.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/phpdbg/ -I/usr/local/src/php-7.1.6/sapi/phpdbg/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/phpdbg/phpdbg_btree.c -o sapi/phpdbg/phpdbg_btree.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/phpdbg/ -I/usr/local/src/php-7.1.6/sapi/phpdbg/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/phpdbg/phpdbg_sigsafe.c -o sapi/phpdbg/phpdbg_sigsafe.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/phpdbg/ -I/usr/local/src/php-7.1.6/sapi/phpdbg/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/phpdbg/phpdbg_wait.c -o sapi/phpdbg/phpdbg_wait.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/phpdbg/ -I/usr/local/src/php-7.1.6/sapi/phpdbg/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/phpdbg/phpdbg_io.c -o sapi/phpdbg/phpdbg_io.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/phpdbg/ -I/usr/local/src/php-7.1.6/sapi/phpdbg/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/phpdbg/phpdbg_eol.c -o sapi/phpdbg/phpdbg_eol.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/phpdbg/ -I/usr/local/src/php-7.1.6/sapi/phpdbg/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/phpdbg/phpdbg_out.c -o sapi/phpdbg/phpdbg_out.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=link cc -export-dynamic -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -L/usr/local/mysql/lib ext/date/php_date.lo ext/date/lib/astro.lo ext/date/lib/dow.lo ext/date/lib/parse_date.lo ext/date/lib/parse_tz.lo ext/date/lib/timelib.lo ext/date/lib/tm2unixtime.lo ext/date/lib/unixtime2tm.lo ext/date/lib/parse_iso_intervals.lo ext/date/lib/interval.lo ext/libxml/libxml.lo ext/pcre/pcrelib/pcre_chartables.lo ext/pcre/pcrelib/pcre_ucd.lo ext/pcre/pcrelib/pcre_compile.lo ext/pcre/pcrelib/pcre_config.lo ext/pcre/pcrelib/pcre_exec.lo ext/pcre/pcrelib/pcre_fullinfo.lo ext/pcre/pcrelib/pcre_get.lo ext/pcre/pcrelib/pcre_globals.lo ext/pcre/pcrelib/pcre_maketables.lo ext/pcre/pcrelib/pcre_newline.lo ext/pcre/pcrelib/pcre_ord2utf8.lo ext/pcre/pcrelib/pcre_refcount.lo ext/pcre/pcrelib/pcre_study.lo ext/pcre/pcrelib/pcre_tables.lo ext/pcre/pcrelib/pcre_valid_utf8.lo ext/pcre/pcrelib/pcre_version.lo ext/pcre/pcrelib/pcre_xclass.lo ext/pcre/pcrelib/pcre_jit_compile.lo ext/pcre/php_pcre.lo ext/sqlite3/sqlite3.lo ext/sqlite3/libsqlite/sqlite3.lo ext/zlib/zlib.lo ext/zlib/zlib_fopen_wrapper.lo ext/zlib/zlib_filter.lo ext/bcmath/bcmath.lo ext/bcmath/libbcmath/src/add.lo ext/bcmath/libbcmath/src/div.lo ext/bcmath/libbcmath/src/init.lo ext/bcmath/libbcmath/src/neg.lo ext/bcmath/libbcmath/src/outofmem.lo ext/bcmath/libbcmath/src/raisemod.lo ext/bcmath/libbcmath/src/rt.lo ext/bcmath/libbcmath/src/sub.lo ext/bcmath/libbcmath/src/compare.lo ext/bcmath/libbcmath/src/divmod.lo ext/bcmath/libbcmath/src/int2num.lo ext/bcmath/libbcmath/src/num2long.lo ext/bcmath/libbcmath/src/output.lo ext/bcmath/libbcmath/src/recmul.lo ext/bcmath/libbcmath/src/sqrt.lo ext/bcmath/libbcmath/src/zero.lo ext/bcmath/libbcmath/src/debug.lo ext/bcmath/libbcmath/src/doaddsub.lo ext/bcmath/libbcmath/src/nearzero.lo ext/bcmath/libbcmath/src/num2str.lo ext/bcmath/libbcmath/src/raise.lo ext/bcmath/libbcmath/src/rmzero.lo ext/bcmath/libbcmath/src/str2num.lo ext/ctype/ctype.lo ext/curl/interface.lo ext/curl/multi.lo ext/curl/share.lo ext/curl/curl_file.lo ext/dom/php_dom.lo ext/dom/attr.lo ext/dom/document.lo ext/dom/domerrorhandler.lo ext/dom/domstringlist.lo ext/dom/domexception.lo ext/dom/namelist.lo ext/dom/processinginstruction.lo ext/dom/cdatasection.lo ext/dom/documentfragment.lo ext/dom/domimplementation.lo ext/dom/element.lo ext/dom/node.lo ext/dom/string_extend.lo ext/dom/characterdata.lo ext/dom/documenttype.lo ext/dom/domimplementationlist.lo ext/dom/entity.lo ext/dom/nodelist.lo ext/dom/text.lo ext/dom/comment.lo ext/dom/domconfiguration.lo ext/dom/domimplementationsource.lo ext/dom/entityreference.lo ext/dom/notation.lo ext/dom/xpath.lo ext/dom/dom_iterators.lo ext/dom/typeinfo.lo ext/dom/domerror.lo ext/dom/domlocator.lo ext/dom/namednodemap.lo ext/dom/userdatahandler.lo ext/fileinfo/fileinfo.lo ext/fileinfo/libmagic/apprentice.lo ext/fileinfo/libmagic/apptype.lo ext/fileinfo/libmagic/ascmagic.lo ext/fileinfo/libmagic/cdf.lo ext/fileinfo/libmagic/cdf_time.lo ext/fileinfo/libmagic/compress.lo ext/fileinfo/libmagic/encoding.lo ext/fileinfo/libmagic/fsmagic.lo ext/fileinfo/libmagic/funcs.lo ext/fileinfo/libmagic/is_tar.lo ext/fileinfo/libmagic/magic.lo ext/fileinfo/libmagic/print.lo ext/fileinfo/libmagic/readcdf.lo ext/fileinfo/libmagic/softmagic.lo ext/filter/filter.lo ext/filter/sanitizing_filters.lo ext/filter/logical_filters.lo ext/filter/callback_filter.lo ext/gd/gd.lo ext/gd/libgd/gd.lo ext/gd/libgd/gd_gd.lo ext/gd/libgd/gd_gd2.lo ext/gd/libgd/gd_io.lo ext/gd/libgd/gd_io_dp.lo ext/gd/libgd/gd_io_file.lo ext/gd/libgd/gd_ss.lo ext/gd/libgd/gd_io_ss.lo ext/gd/libgd/gd_webp.lo ext/gd/libgd/gd_png.lo ext/gd/libgd/gd_jpeg.lo ext/gd/libgd/gdxpm.lo ext/gd/libgd/gdfontt.lo ext/gd/libgd/gdfonts.lo ext/gd/libgd/gdfontmb.lo ext/gd/libgd/gdfontl.lo ext/gd/libgd/gdfontg.lo ext/gd/libgd/gdtables.lo ext/gd/libgd/gdft.lo ext/gd/libgd/gdcache.lo ext/gd/libgd/gdkanji.lo ext/gd/libgd/wbmp.lo ext/gd/libgd/gd_wbmp.lo ext/gd/libgd/gdhelpers.lo ext/gd/libgd/gd_topal.lo ext/gd/libgd/gd_gif_in.lo ext/gd/libgd/xbm.lo ext/gd/libgd/gd_gif_out.lo ext/gd/libgd/gd_security.lo ext/gd/libgd/gd_filter.lo ext/gd/libgd/gd_pixelate.lo ext/gd/libgd/gd_arc.lo ext/gd/libgd/gd_rotate.lo ext/gd/libgd/gd_color.lo ext/gd/libgd/gd_transform.lo ext/gd/libgd/gd_crop.lo ext/gd/libgd/gd_interpolation.lo ext/gd/libgd/gd_matrix.lo ext/hash/hash.lo ext/hash/hash_md.lo ext/hash/hash_sha.lo ext/hash/hash_ripemd.lo ext/hash/hash_haval.lo ext/hash/hash_tiger.lo ext/hash/hash_gost.lo ext/hash/hash_snefru.lo ext/hash/hash_whirlpool.lo ext/hash/hash_adler32.lo ext/hash/hash_crc32.lo ext/hash/hash_fnv.lo ext/hash/hash_joaat.lo ext/hash/hash_sha3.lo ext/iconv/iconv.lo ext/json/json.lo ext/json/json_encoder.lo ext/json/json_parser.lo ext/json/json_scanner.lo ext/mbstring/oniguruma/regcomp.lo ext/mbstring/oniguruma/regerror.lo ext/mbstring/oniguruma/regexec.lo ext/mbstring/oniguruma/reggnu.lo ext/mbstring/oniguruma/regparse.lo ext/mbstring/oniguruma/regenc.lo ext/mbstring/oniguruma/regext.lo ext/mbstring/oniguruma/regsyntax.lo ext/mbstring/oniguruma/regtrav.lo ext/mbstring/oniguruma/regversion.lo ext/mbstring/oniguruma/st.lo ext/mbstring/oniguruma/enc/unicode.lo ext/mbstring/oniguruma/enc/ascii.lo ext/mbstring/oniguruma/enc/utf8.lo ext/mbstring/oniguruma/enc/euc_jp.lo ext/mbstring/oniguruma/enc/euc_tw.lo ext/mbstring/oniguruma/enc/euc_kr.lo ext/mbstring/oniguruma/enc/sjis.lo ext/mbstring/oniguruma/enc/iso8859_1.lo ext/mbstring/oniguruma/enc/iso8859_2.lo ext/mbstring/oniguruma/enc/iso8859_3.lo ext/mbstring/oniguruma/enc/iso8859_4.lo ext/mbstring/oniguruma/enc/iso8859_5.lo ext/mbstring/oniguruma/enc/iso8859_6.lo ext/mbstring/oniguruma/enc/iso8859_7.lo ext/mbstring/oniguruma/enc/iso8859_8.lo ext/mbstring/oniguruma/enc/iso8859_9.lo ext/mbstring/oniguruma/enc/iso8859_10.lo ext/mbstring/oniguruma/enc/iso8859_11.lo ext/mbstring/oniguruma/enc/iso8859_13.lo ext/mbstring/oniguruma/enc/iso8859_14.lo ext/mbstring/oniguruma/enc/iso8859_15.lo ext/mbstring/oniguruma/enc/iso8859_16.lo ext/mbstring/oniguruma/enc/koi8.lo ext/mbstring/oniguruma/enc/koi8_r.lo ext/mbstring/oniguruma/enc/big5.lo ext/mbstring/oniguruma/enc/utf16_be.lo ext/mbstring/oniguruma/enc/utf16_le.lo ext/mbstring/oniguruma/enc/utf32_be.lo ext/mbstring/oniguruma/enc/utf32_le.lo ext/mbstring/libmbfl/filters/html_entities.lo ext/mbstring/libmbfl/filters/mbfilter_7bit.lo ext/mbstring/libmbfl/filters/mbfilter_ascii.lo ext/mbstring/libmbfl/filters/mbfilter_base64.lo ext/mbstring/libmbfl/filters/mbfilter_big5.lo ext/mbstring/libmbfl/filters/mbfilter_byte2.lo ext/mbstring/libmbfl/filters/mbfilter_byte4.lo ext/mbstring/libmbfl/filters/mbfilter_cp1251.lo ext/mbstring/libmbfl/filters/mbfilter_cp1252.lo ext/mbstring/libmbfl/filters/mbfilter_cp1254.lo ext/mbstring/libmbfl/filters/mbfilter_cp5022x.lo ext/mbstring/libmbfl/filters/mbfilter_cp51932.lo ext/mbstring/libmbfl/filters/mbfilter_cp850.lo ext/mbstring/libmbfl/filters/mbfilter_cp866.lo ext/mbstring/libmbfl/filters/mbfilter_cp932.lo ext/mbstring/libmbfl/filters/mbfilter_cp936.lo ext/mbstring/libmbfl/filters/mbfilter_gb18030.lo ext/mbstring/libmbfl/filters/mbfilter_euc_cn.lo ext/mbstring/libmbfl/filters/mbfilter_euc_jp.lo ext/mbstring/libmbfl/filters/mbfilter_euc_jp_2004.lo ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.lo ext/mbstring/libmbfl/filters/mbfilter_euc_kr.lo ext/mbstring/libmbfl/filters/mbfilter_euc_tw.lo ext/mbstring/libmbfl/filters/mbfilter_htmlent.lo ext/mbstring/libmbfl/filters/mbfilter_hz.lo ext/mbstring/libmbfl/filters/mbfilter_iso2022_jp_ms.lo ext/mbstring/libmbfl/filters/mbfilter_iso2022jp_2004.lo ext/mbstring/libmbfl/filters/mbfilter_iso2022jp_mobile.lo ext/mbstring/libmbfl/filters/mbfilter_iso2022_kr.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_1.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_10.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_13.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_14.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_15.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_16.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_2.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_3.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_4.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_5.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_6.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_7.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_8.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_9.lo ext/mbstring/libmbfl/filters/mbfilter_jis.lo ext/mbstring/libmbfl/filters/mbfilter_koi8r.lo ext/mbstring/libmbfl/filters/mbfilter_armscii8.lo ext/mbstring/libmbfl/filters/mbfilter_qprint.lo ext/mbstring/libmbfl/filters/mbfilter_sjis.lo ext/mbstring/libmbfl/filters/mbfilter_sjis_open.lo ext/mbstring/libmbfl/filters/mbfilter_sjis_mobile.lo ext/mbstring/libmbfl/filters/mbfilter_sjis_mac.lo ext/mbstring/libmbfl/filters/mbfilter_sjis_2004.lo ext/mbstring/libmbfl/filters/mbfilter_tl_jisx0201_jisx0208.lo ext/mbstring/libmbfl/filters/mbfilter_ucs2.lo ext/mbstring/libmbfl/filters/mbfilter_ucs4.lo ext/mbstring/libmbfl/filters/mbfilter_uhc.lo ext/mbstring/libmbfl/filters/mbfilter_utf16.lo ext/mbstring/libmbfl/filters/mbfilter_utf32.lo ext/mbstring/libmbfl/filters/mbfilter_utf7.lo ext/mbstring/libmbfl/filters/mbfilter_utf7imap.lo ext/mbstring/libmbfl/filters/mbfilter_utf8.lo ext/mbstring/libmbfl/filters/mbfilter_utf8_mobile.lo ext/mbstring/libmbfl/filters/mbfilter_uuencode.lo ext/mbstring/libmbfl/filters/mbfilter_koi8u.lo ext/mbstring/libmbfl/mbfl/mbfilter.lo ext/mbstring/libmbfl/mbfl/mbfilter_8bit.lo ext/mbstring/libmbfl/mbfl/mbfilter_pass.lo ext/mbstring/libmbfl/mbfl/mbfilter_wchar.lo ext/mbstring/libmbfl/mbfl/mbfl_convert.lo ext/mbstring/libmbfl/mbfl/mbfl_encoding.lo ext/mbstring/libmbfl/mbfl/mbfl_filter_output.lo ext/mbstring/libmbfl/mbfl/mbfl_ident.lo ext/mbstring/libmbfl/mbfl/mbfl_language.lo ext/mbstring/libmbfl/mbfl/mbfl_memory_device.lo ext/mbstring/libmbfl/mbfl/mbfl_string.lo ext/mbstring/libmbfl/mbfl/mbfl_allocators.lo ext/mbstring/libmbfl/nls/nls_de.lo ext/mbstring/libmbfl/nls/nls_en.lo ext/mbstring/libmbfl/nls/nls_ja.lo ext/mbstring/libmbfl/nls/nls_kr.lo ext/mbstring/libmbfl/nls/nls_neutral.lo ext/mbstring/libmbfl/nls/nls_ru.lo ext/mbstring/libmbfl/nls/nls_uni.lo ext/mbstring/libmbfl/nls/nls_zh.lo ext/mbstring/libmbfl/nls/nls_hy.lo ext/mbstring/libmbfl/nls/nls_tr.lo ext/mbstring/libmbfl/nls/nls_ua.lo ext/mbstring/mbstring.lo ext/mbstring/php_unicode.lo ext/mbstring/mb_gpc.lo ext/mbstring/php_mbregex.lo ext/mcrypt/mcrypt.lo ext/mcrypt/mcrypt_filter.lo ext/mysqli/mysqli.lo ext/mysqli/mysqli_api.lo ext/mysqli/mysqli_prop.lo ext/mysqli/mysqli_nonapi.lo ext/mysqli/mysqli_fe.lo ext/mysqli/mysqli_report.lo ext/mysqli/mysqli_driver.lo ext/mysqli/mysqli_warning.lo ext/mysqli/mysqli_exception.lo ext/mysqli/mysqli_result_iterator.lo ext/pcntl/pcntl.lo ext/pcntl/php_signal.lo ext/pdo/pdo.lo ext/pdo/pdo_dbh.lo ext/pdo/pdo_stmt.lo ext/pdo/pdo_sql_parser.lo ext/pdo/pdo_sqlstate.lo ext/pdo_sqlite/pdo_sqlite.lo ext/pdo_sqlite/sqlite_driver.lo ext/pdo_sqlite/sqlite_statement.lo ext/phar/util.lo ext/phar/tar.lo ext/phar/zip.lo ext/phar/stream.lo ext/phar/func_interceptors.lo ext/phar/dirstream.lo ext/phar/phar.lo ext/phar/phar_object.lo ext/phar/phar_path_check.lo ext/posix/posix.lo ext/reflection/php_reflection.lo ext/session/mod_user_class.lo ext/session/session.lo ext/session/mod_files.lo ext/session/mod_mm.lo ext/session/mod_user.lo ext/shmop/shmop.lo ext/simplexml/simplexml.lo ext/simplexml/sxe.lo ext/soap/soap.lo ext/soap/php_encoding.lo ext/soap/php_http.lo ext/soap/php_packet_soap.lo ext/soap/php_schema.lo ext/soap/php_sdl.lo ext/soap/php_xml.lo ext/sockets/sockets.lo ext/sockets/multicast.lo ext/sockets/conversions.lo ext/sockets/sockaddr_conv.lo ext/sockets/sendrecvmsg.lo ext/spl/php_spl.lo ext/spl/spl_functions.lo ext/spl/spl_engine.lo ext/spl/spl_iterators.lo ext/spl/spl_array.lo ext/spl/spl_directory.lo ext/spl/spl_exceptions.lo ext/spl/spl_observer.lo ext/spl/spl_dllist.lo ext/spl/spl_heap.lo ext/spl/spl_fixedarray.lo ext/standard/crypt_freesec.lo ext/standard/crypt_blowfish.lo ext/standard/crypt_sha512.lo ext/standard/crypt_sha256.lo ext/standard/php_crypt_r.lo ext/standard/array.lo ext/standard/base64.lo ext/standard/basic_functions.lo ext/standard/browscap.lo ext/standard/crc32.lo ext/standard/crypt.lo ext/standard/cyr_convert.lo ext/standard/datetime.lo ext/standard/dir.lo ext/standard/dl.lo ext/standard/dns.lo ext/standard/exec.lo ext/standard/file.lo ext/standard/filestat.lo ext/standard/flock_compat.lo ext/standard/formatted_print.lo ext/standard/fsock.lo ext/standard/head.lo ext/standard/html.lo ext/standard/image.lo ext/standard/info.lo ext/standard/iptc.lo ext/standard/lcg.lo ext/standard/link.lo ext/standard/mail.lo ext/standard/math.lo ext/standard/md5.lo ext/standard/metaphone.lo ext/standard/microtime.lo ext/standard/pack.lo ext/standard/pageinfo.lo ext/standard/quot_print.lo ext/standard/rand.lo ext/standard/mt_rand.lo ext/standard/soundex.lo ext/standard/string.lo ext/standard/scanf.lo ext/standard/syslog.lo ext/standard/type.lo ext/standard/uniqid.lo ext/standard/url.lo ext/standard/var.lo ext/standard/versioning.lo ext/standard/assert.lo ext/standard/strnatcmp.lo ext/standard/levenshtein.lo ext/standard/incomplete_class.lo ext/standard/url_scanner_ex.lo ext/standard/ftp_fopen_wrapper.lo ext/standard/http_fopen_wrapper.lo ext/standard/php_fopen_wrapper.lo ext/standard/credits.lo ext/standard/css.lo ext/standard/var_unserializer.lo ext/standard/ftok.lo ext/standard/sha1.lo ext/standard/user_filters.lo ext/standard/uuencode.lo ext/standard/filters.lo ext/standard/proc_open.lo ext/standard/streamsfuncs.lo ext/standard/http.lo ext/standard/password.lo ext/standard/random.lo ext/sysvsem/sysvsem.lo ext/tokenizer/tokenizer.lo ext/tokenizer/tokenizer_data.lo ext/xml/xml.lo ext/xml/compat.lo ext/xmlreader/php_xmlreader.lo ext/xmlrpc/xmlrpc-epi-php.lo ext/xmlrpc/libxmlrpc/base64.lo ext/xmlrpc/libxmlrpc/simplestring.lo ext/xmlrpc/libxmlrpc/xml_to_dandarpc.lo ext/xmlrpc/libxmlrpc/xmlrpc_introspection.lo ext/xmlrpc/libxmlrpc/encodings.lo ext/xmlrpc/libxmlrpc/system_methods.lo ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.lo ext/xmlrpc/libxmlrpc/queue.lo ext/xmlrpc/libxmlrpc/xml_element.lo ext/xmlrpc/libxmlrpc/xmlrpc.lo ext/xmlrpc/libxmlrpc/xml_to_soap.lo ext/xmlwriter/php_xmlwriter.lo ext/zip/php_zip.lo ext/zip/zip_stream.lo ext/zip/lib/zip_add.lo ext/zip/lib/zip_add_dir.lo ext/zip/lib/zip_add_entry.lo ext/zip/lib/zip_buffer.lo ext/zip/lib/zip_file_set_mtime.lo ext/zip/lib/zip_io_util.lo ext/zip/lib/zip_source_begin_write.lo ext/zip/lib/zip_source_call.lo ext/zip/lib/zip_source_commit_write.lo ext/zip/lib/zip_source_is_deleted.lo ext/zip/lib/zip_source_remove.lo ext/zip/lib/zip_source_rollback_write.lo ext/zip/lib/zip_source_seek.lo ext/zip/lib/zip_source_seek_write.lo ext/zip/lib/zip_source_supports.lo ext/zip/lib/zip_source_tell.lo ext/zip/lib/zip_source_tell_write.lo ext/zip/lib/zip_source_write.lo ext/zip/lib/zip_close.lo ext/zip/lib/zip_delete.lo ext/zip/lib/zip_dir_add.lo ext/zip/lib/zip_dirent.lo ext/zip/lib/zip_discard.lo ext/zip/lib/zip_entry.lo ext/zip/lib/zip_err_str.lo ext/zip/lib/zip_error.lo ext/zip/lib/zip_error_clear.lo ext/zip/lib/zip_error_get.lo ext/zip/lib/zip_error_get_sys_type.lo ext/zip/lib/zip_error_strerror.lo ext/zip/lib/zip_error_to_str.lo ext/zip/lib/zip_extra_field.lo ext/zip/lib/zip_extra_field_api.lo ext/zip/lib/zip_fclose.lo ext/zip/lib/zip_fdopen.lo ext/zip/lib/zip_file_add.lo ext/zip/lib/zip_file_error_clear.lo ext/zip/lib/zip_file_error_get.lo ext/zip/lib/zip_file_get_comment.lo ext/zip/lib/zip_file_get_offset.lo ext/zip/lib/zip_file_rename.lo ext/zip/lib/zip_file_replace.lo ext/zip/lib/zip_file_set_comment.lo ext/zip/lib/zip_file_strerror.lo ext/zip/lib/zip_filerange_crc.lo ext/zip/lib/zip_fopen.lo ext/zip/lib/zip_file_get_external_attributes.lo ext/zip/lib/zip_file_set_external_attributes.lo ext/zip/lib/zip_fopen_encrypted.lo ext/zip/lib/zip_fopen_index.lo ext/zip/lib/zip_fopen_index_encrypted.lo ext/zip/lib/zip_fread.lo ext/zip/lib/zip_get_archive_comment.lo ext/zip/lib/zip_get_archive_flag.lo ext/zip/lib/zip_get_compression_implementation.lo ext/zip/lib/zip_get_encryption_implementation.lo ext/zip/lib/zip_get_file_comment.lo ext/zip/lib/zip_get_name.lo ext/zip/lib/zip_get_num_entries.lo ext/zip/lib/zip_get_num_files.lo ext/zip/lib/zip_memdup.lo ext/zip/lib/zip_name_locate.lo ext/zip/lib/zip_new.lo ext/zip/lib/zip_open.lo ext/zip/lib/zip_rename.lo ext/zip/lib/zip_replace.lo ext/zip/lib/zip_hash.lo ext/zip/lib/zip_set_archive_comment.lo ext/zip/lib/zip_set_archive_flag.lo ext/zip/lib/zip_set_default_password.lo ext/zip/lib/zip_set_file_comment.lo ext/zip/lib/zip_set_file_compression.lo ext/zip/lib/zip_set_name.lo ext/zip/lib/zip_source_buffer.lo ext/zip/lib/zip_source_close.lo ext/zip/lib/zip_source_crc.lo ext/zip/lib/zip_source_deflate.lo ext/zip/lib/zip_source_error.lo ext/zip/lib/zip_source_file.lo ext/zip/lib/zip_source_filep.lo ext/zip/lib/zip_source_free.lo ext/zip/lib/zip_source_function.lo ext/zip/lib/zip_source_layered.lo ext/zip/lib/zip_source_open.lo ext/zip/lib/zip_source_pkware.lo ext/zip/lib/zip_source_read.lo ext/zip/lib/zip_source_stat.lo ext/zip/lib/zip_source_window.lo ext/zip/lib/zip_source_zip.lo ext/zip/lib/zip_source_zip_new.lo ext/zip/lib/zip_stat.lo ext/zip/lib/zip_stat_index.lo ext/zip/lib/zip_stat_init.lo ext/zip/lib/zip_strerror.lo ext/zip/lib/zip_string.lo ext/zip/lib/zip_unchange.lo ext/zip/lib/zip_unchange_all.lo ext/zip/lib/zip_unchange_archive.lo ext/zip/lib/zip_unchange_data.lo ext/zip/lib/zip_utf-8.lo ext/zip/lib/mkstemp.lo TSRM/TSRM.lo TSRM/tsrm_strtok_r.lo main/main.lo main/snprintf.lo main/spprintf.lo main/php_sprintf.lo main/fopen_wrappers.lo main/alloca.lo main/php_scandir.lo main/php_ini.lo main/SAPI.lo main/rfc1867.lo main/php_content_types.lo main/strlcpy.lo main/strlcat.lo main/mergesort.lo main/reentrancy.lo main/php_variables.lo main/php_ticks.lo main/network.lo main/php_open_temporary_file.lo main/output.lo main/getopt.lo main/streams/streams.lo main/streams/cast.lo main/streams/memory.lo main/streams/filter.lo main/streams/plain_wrapper.lo main/streams/userspace.lo main/streams/transports.lo main/streams/xp_socket.lo main/streams/mmap.lo main/streams/glob_wrapper.lo Zend/zend_language_parser.lo Zend/zend_language_scanner.lo Zend/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/zend_alloc.lo Zend/zend_compile.lo Zend/zend_constants.lo Zend/zend_dtrace.lo Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo Zend/zend_vm_opcodes.lo Zend/zend_opcode.lo Zend/zend_operators.lo Zend/zend_ptr_stack.lo Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_sort.lo Zend/zend_multibyte.lo Zend/zend_ts_hash.lo Zend/zend_stream.lo Zend/zend_iterators.lo Zend/zend_interfaces.lo Zend/zend_exceptions.lo Zend/zend_strtod.lo Zend/zend_gc.lo Zend/zend_closures.lo Zend/zend_float.lo Zend/zend_string.lo Zend/zend_signal.lo Zend/zend_generators.lo Zend/zend_virtual_cwd.lo Zend/zend_ast.lo Zend/zend_objects.lo Zend/zend_object_handlers.lo Zend/zend_objects_API.lo Zend/zend_default_classes.lo Zend/zend_inheritance.lo Zend/zend_smart_str.lo Zend/zend_execute.lo main/internal_functions_cli.lo sapi/phpdbg/phpdbg.lo sapi/phpdbg/phpdbg_parser.lo sapi/phpdbg/phpdbg_lexer.lo sapi/phpdbg/phpdbg_prompt.lo sapi/phpdbg/phpdbg_help.lo sapi/phpdbg/phpdbg_break.lo sapi/phpdbg/phpdbg_print.lo sapi/phpdbg/phpdbg_bp.lo sapi/phpdbg/phpdbg_opcode.lo sapi/phpdbg/phpdbg_list.lo sapi/phpdbg/phpdbg_utils.lo sapi/phpdbg/phpdbg_info.lo sapi/phpdbg/phpdbg_cmd.lo sapi/phpdbg/phpdbg_set.lo sapi/phpdbg/phpdbg_frame.lo sapi/phpdbg/phpdbg_watch.lo sapi/phpdbg/phpdbg_btree.lo sapi/phpdbg/phpdbg_sigsafe.lo sapi/phpdbg/phpdbg_wait.lo sapi/phpdbg/phpdbg_io.lo sapi/phpdbg/phpdbg_eol.lo sapi/phpdbg/phpdbg_out.lo -lcrypt -lz -lresolv -lcrypt -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lcurl -lxml2 -lz -lm -ldl -lfreetype -lmysqlclient -lm -lrt -ldl -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt -o sapi/phpdbg/phpdbg
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/usr/local/src/php-7.1.6/main/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/main/fastcgi.c -o main/fastcgi.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Isapi/cgi/ -I/usr/local/src/php-7.1.6/sapi/cgi/ -DPHP_ATOM_INC -I/usr/local/src/php-7.1.6/include -I/usr/local/src/php-7.1.6/main -I/usr/local/src/php-7.1.6 -I/usr/local/src/php-7.1.6/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/local/src/php-7.1.6/ext/mbstring/oniguruma -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl -I/usr/local/src/php-7.1.6/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql/include -I/usr/local/src/php-7.1.6/ext/sqlite3/libsqlite -I/usr/local/src/php-7.1.6/ext/zip/lib -I/usr/local/src/php-7.1.6/TSRM -I/usr/local/src/php-7.1.6/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /usr/local/src/php-7.1.6/sapi/cgi/cgi_main.c -o sapi/cgi/cgi_main.lo
/bin/sh /usr/local/src/php-7.1.6/libtool --silent --preserve-dup-deps --mode=link cc -export-dynamic -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -L/usr/local/mysql/lib ext/date/php_date.lo ext/date/lib/astro.lo ext/date/lib/dow.lo ext/date/lib/parse_date.lo ext/date/lib/parse_tz.lo ext/date/lib/timelib.lo ext/date/lib/tm2unixtime.lo ext/date/lib/unixtime2tm.lo ext/date/lib/parse_iso_intervals.lo ext/date/lib/interval.lo ext/libxml/libxml.lo ext/pcre/pcrelib/pcre_chartables.lo ext/pcre/pcrelib/pcre_ucd.lo ext/pcre/pcrelib/pcre_compile.lo ext/pcre/pcrelib/pcre_config.lo ext/pcre/pcrelib/pcre_exec.lo ext/pcre/pcrelib/pcre_fullinfo.lo ext/pcre/pcrelib/pcre_get.lo ext/pcre/pcrelib/pcre_globals.lo ext/pcre/pcrelib/pcre_maketables.lo ext/pcre/pcrelib/pcre_newline.lo ext/pcre/pcrelib/pcre_ord2utf8.lo ext/pcre/pcrelib/pcre_refcount.lo ext/pcre/pcrelib/pcre_study.lo ext/pcre/pcrelib/pcre_tables.lo ext/pcre/pcrelib/pcre_valid_utf8.lo ext/pcre/pcrelib/pcre_version.lo ext/pcre/pcrelib/pcre_xclass.lo ext/pcre/pcrelib/pcre_jit_compile.lo ext/pcre/php_pcre.lo ext/sqlite3/sqlite3.lo ext/sqlite3/libsqlite/sqlite3.lo ext/zlib/zlib.lo ext/zlib/zlib_fopen_wrapper.lo ext/zlib/zlib_filter.lo ext/bcmath/bcmath.lo ext/bcmath/libbcmath/src/add.lo ext/bcmath/libbcmath/src/div.lo ext/bcmath/libbcmath/src/init.lo ext/bcmath/libbcmath/src/neg.lo ext/bcmath/libbcmath/src/outofmem.lo ext/bcmath/libbcmath/src/raisemod.lo ext/bcmath/libbcmath/src/rt.lo ext/bcmath/libbcmath/src/sub.lo ext/bcmath/libbcmath/src/compare.lo ext/bcmath/libbcmath/src/divmod.lo ext/bcmath/libbcmath/src/int2num.lo ext/bcmath/libbcmath/src/num2long.lo ext/bcmath/libbcmath/src/output.lo ext/bcmath/libbcmath/src/recmul.lo ext/bcmath/libbcmath/src/sqrt.lo ext/bcmath/libbcmath/src/zero.lo ext/bcmath/libbcmath/src/debug.lo ext/bcmath/libbcmath/src/doaddsub.lo ext/bcmath/libbcmath/src/nearzero.lo ext/bcmath/libbcmath/src/num2str.lo ext/bcmath/libbcmath/src/raise.lo ext/bcmath/libbcmath/src/rmzero.lo ext/bcmath/libbcmath/src/str2num.lo ext/ctype/ctype.lo ext/curl/interface.lo ext/curl/multi.lo ext/curl/share.lo ext/curl/curl_file.lo ext/dom/php_dom.lo ext/dom/attr.lo ext/dom/document.lo ext/dom/domerrorhandler.lo ext/dom/domstringlist.lo ext/dom/domexception.lo ext/dom/namelist.lo ext/dom/processinginstruction.lo ext/dom/cdatasection.lo ext/dom/documentfragment.lo ext/dom/domimplementation.lo ext/dom/element.lo ext/dom/node.lo ext/dom/string_extend.lo ext/dom/characterdata.lo ext/dom/documenttype.lo ext/dom/domimplementationlist.lo ext/dom/entity.lo ext/dom/nodelist.lo ext/dom/text.lo ext/dom/comment.lo ext/dom/domconfiguration.lo ext/dom/domimplementationsource.lo ext/dom/entityreference.lo ext/dom/notation.lo ext/dom/xpath.lo ext/dom/dom_iterators.lo ext/dom/typeinfo.lo ext/dom/domerror.lo ext/dom/domlocator.lo ext/dom/namednodemap.lo ext/dom/userdatahandler.lo ext/fileinfo/fileinfo.lo ext/fileinfo/libmagic/apprentice.lo ext/fileinfo/libmagic/apptype.lo ext/fileinfo/libmagic/ascmagic.lo ext/fileinfo/libmagic/cdf.lo ext/fileinfo/libmagic/cdf_time.lo ext/fileinfo/libmagic/compress.lo ext/fileinfo/libmagic/encoding.lo ext/fileinfo/libmagic/fsmagic.lo ext/fileinfo/libmagic/funcs.lo ext/fileinfo/libmagic/is_tar.lo ext/fileinfo/libmagic/magic.lo ext/fileinfo/libmagic/print.lo ext/fileinfo/libmagic/readcdf.lo ext/fileinfo/libmagic/softmagic.lo ext/filter/filter.lo ext/filter/sanitizing_filters.lo ext/filter/logical_filters.lo ext/filter/callback_filter.lo ext/gd/gd.lo ext/gd/libgd/gd.lo ext/gd/libgd/gd_gd.lo ext/gd/libgd/gd_gd2.lo ext/gd/libgd/gd_io.lo ext/gd/libgd/gd_io_dp.lo ext/gd/libgd/gd_io_file.lo ext/gd/libgd/gd_ss.lo ext/gd/libgd/gd_io_ss.lo ext/gd/libgd/gd_webp.lo ext/gd/libgd/gd_png.lo ext/gd/libgd/gd_jpeg.lo ext/gd/libgd/gdxpm.lo ext/gd/libgd/gdfontt.lo ext/gd/libgd/gdfonts.lo ext/gd/libgd/gdfontmb.lo ext/gd/libgd/gdfontl.lo ext/gd/libgd/gdfontg.lo ext/gd/libgd/gdtables.lo ext/gd/libgd/gdft.lo ext/gd/libgd/gdcache.lo ext/gd/libgd/gdkanji.lo ext/gd/libgd/wbmp.lo ext/gd/libgd/gd_wbmp.lo ext/gd/libgd/gdhelpers.lo ext/gd/libgd/gd_topal.lo ext/gd/libgd/gd_gif_in.lo ext/gd/libgd/xbm.lo ext/gd/libgd/gd_gif_out.lo ext/gd/libgd/gd_security.lo ext/gd/libgd/gd_filter.lo ext/gd/libgd/gd_pixelate.lo ext/gd/libgd/gd_arc.lo ext/gd/libgd/gd_rotate.lo ext/gd/libgd/gd_color.lo ext/gd/libgd/gd_transform.lo ext/gd/libgd/gd_crop.lo ext/gd/libgd/gd_interpolation.lo ext/gd/libgd/gd_matrix.lo ext/hash/hash.lo ext/hash/hash_md.lo ext/hash/hash_sha.lo ext/hash/hash_ripemd.lo ext/hash/hash_haval.lo ext/hash/hash_tiger.lo ext/hash/hash_gost.lo ext/hash/hash_snefru.lo ext/hash/hash_whirlpool.lo ext/hash/hash_adler32.lo ext/hash/hash_crc32.lo ext/hash/hash_fnv.lo ext/hash/hash_joaat.lo ext/hash/hash_sha3.lo ext/iconv/iconv.lo ext/json/json.lo ext/json/json_encoder.lo ext/json/json_parser.lo ext/json/json_scanner.lo ext/mbstring/oniguruma/regcomp.lo ext/mbstring/oniguruma/regerror.lo ext/mbstring/oniguruma/regexec.lo ext/mbstring/oniguruma/reggnu.lo ext/mbstring/oniguruma/regparse.lo ext/mbstring/oniguruma/regenc.lo ext/mbstring/oniguruma/regext.lo ext/mbstring/oniguruma/regsyntax.lo ext/mbstring/oniguruma/regtrav.lo ext/mbstring/oniguruma/regversion.lo ext/mbstring/oniguruma/st.lo ext/mbstring/oniguruma/enc/unicode.lo ext/mbstring/oniguruma/enc/ascii.lo ext/mbstring/oniguruma/enc/utf8.lo ext/mbstring/oniguruma/enc/euc_jp.lo ext/mbstring/oniguruma/enc/euc_tw.lo ext/mbstring/oniguruma/enc/euc_kr.lo ext/mbstring/oniguruma/enc/sjis.lo ext/mbstring/oniguruma/enc/iso8859_1.lo ext/mbstring/oniguruma/enc/iso8859_2.lo ext/mbstring/oniguruma/enc/iso8859_3.lo ext/mbstring/oniguruma/enc/iso8859_4.lo ext/mbstring/oniguruma/enc/iso8859_5.lo ext/mbstring/oniguruma/enc/iso8859_6.lo ext/mbstring/oniguruma/enc/iso8859_7.lo ext/mbstring/oniguruma/enc/iso8859_8.lo ext/mbstring/oniguruma/enc/iso8859_9.lo ext/mbstring/oniguruma/enc/iso8859_10.lo ext/mbstring/oniguruma/enc/iso8859_11.lo ext/mbstring/oniguruma/enc/iso8859_13.lo ext/mbstring/oniguruma/enc/iso8859_14.lo ext/mbstring/oniguruma/enc/iso8859_15.lo ext/mbstring/oniguruma/enc/iso8859_16.lo ext/mbstring/oniguruma/enc/koi8.lo ext/mbstring/oniguruma/enc/koi8_r.lo ext/mbstring/oniguruma/enc/big5.lo ext/mbstring/oniguruma/enc/utf16_be.lo ext/mbstring/oniguruma/enc/utf16_le.lo ext/mbstring/oniguruma/enc/utf32_be.lo ext/mbstring/oniguruma/enc/utf32_le.lo ext/mbstring/libmbfl/filters/html_entities.lo ext/mbstring/libmbfl/filters/mbfilter_7bit.lo ext/mbstring/libmbfl/filters/mbfilter_ascii.lo ext/mbstring/libmbfl/filters/mbfilter_base64.lo ext/mbstring/libmbfl/filters/mbfilter_big5.lo ext/mbstring/libmbfl/filters/mbfilter_byte2.lo ext/mbstring/libmbfl/filters/mbfilter_byte4.lo ext/mbstring/libmbfl/filters/mbfilter_cp1251.lo ext/mbstring/libmbfl/filters/mbfilter_cp1252.lo ext/mbstring/libmbfl/filters/mbfilter_cp1254.lo ext/mbstring/libmbfl/filters/mbfilter_cp5022x.lo ext/mbstring/libmbfl/filters/mbfilter_cp51932.lo ext/mbstring/libmbfl/filters/mbfilter_cp850.lo ext/mbstring/libmbfl/filters/mbfilter_cp866.lo ext/mbstring/libmbfl/filters/mbfilter_cp932.lo ext/mbstring/libmbfl/filters/mbfilter_cp936.lo ext/mbstring/libmbfl/filters/mbfilter_gb18030.lo ext/mbstring/libmbfl/filters/mbfilter_euc_cn.lo ext/mbstring/libmbfl/filters/mbfilter_euc_jp.lo ext/mbstring/libmbfl/filters/mbfilter_euc_jp_2004.lo ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.lo ext/mbstring/libmbfl/filters/mbfilter_euc_kr.lo ext/mbstring/libmbfl/filters/mbfilter_euc_tw.lo ext/mbstring/libmbfl/filters/mbfilter_htmlent.lo ext/mbstring/libmbfl/filters/mbfilter_hz.lo ext/mbstring/libmbfl/filters/mbfilter_iso2022_jp_ms.lo ext/mbstring/libmbfl/filters/mbfilter_iso2022jp_2004.lo ext/mbstring/libmbfl/filters/mbfilter_iso2022jp_mobile.lo ext/mbstring/libmbfl/filters/mbfilter_iso2022_kr.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_1.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_10.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_13.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_14.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_15.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_16.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_2.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_3.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_4.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_5.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_6.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_7.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_8.lo ext/mbstring/libmbfl/filters/mbfilter_iso8859_9.lo ext/mbstring/libmbfl/filters/mbfilter_jis.lo ext/mbstring/libmbfl/filters/mbfilter_koi8r.lo ext/mbstring/libmbfl/filters/mbfilter_armscii8.lo ext/mbstring/libmbfl/filters/mbfilter_qprint.lo ext/mbstring/libmbfl/filters/mbfilter_sjis.lo ext/mbstring/libmbfl/filters/mbfilter_sjis_open.lo ext/mbstring/libmbfl/filters/mbfilter_sjis_mobile.lo ext/mbstring/libmbfl/filters/mbfilter_sjis_mac.lo ext/mbstring/libmbfl/filters/mbfilter_sjis_2004.lo ext/mbstring/libmbfl/filters/mbfilter_tl_jisx0201_jisx0208.lo ext/mbstring/libmbfl/filters/mbfilter_ucs2.lo ext/mbstring/libmbfl/filters/mbfilter_ucs4.lo ext/mbstring/libmbfl/filters/mbfilter_uhc.lo ext/mbstring/libmbfl/filters/mbfilter_utf16.lo ext/mbstring/libmbfl/filters/mbfilter_utf32.lo ext/mbstring/libmbfl/filters/mbfilter_utf7.lo ext/mbstring/libmbfl/filters/mbfilter_utf7imap.lo ext/mbstring/libmbfl/filters/mbfilter_utf8.lo ext/mbstring/libmbfl/filters/mbfilter_utf8_mobile.lo ext/mbstring/libmbfl/filters/mbfilter_uuencode.lo ext/mbstring/libmbfl/filters/mbfilter_koi8u.lo ext/mbstring/libmbfl/mbfl/mbfilter.lo ext/mbstring/libmbfl/mbfl/mbfilter_8bit.lo ext/mbstring/libmbfl/mbfl/mbfilter_pass.lo ext/mbstring/libmbfl/mbfl/mbfilter_wchar.lo ext/mbstring/libmbfl/mbfl/mbfl_convert.lo ext/mbstring/libmbfl/mbfl/mbfl_encoding.lo ext/mbstring/libmbfl/mbfl/mbfl_filter_output.lo ext/mbstring/libmbfl/mbfl/mbfl_ident.lo ext/mbstring/libmbfl/mbfl/mbfl_language.lo ext/mbstring/libmbfl/mbfl/mbfl_memory_device.lo ext/mbstring/libmbfl/mbfl/mbfl_string.lo ext/mbstring/libmbfl/mbfl/mbfl_allocators.lo ext/mbstring/libmbfl/nls/nls_de.lo ext/mbstring/libmbfl/nls/nls_en.lo ext/mbstring/libmbfl/nls/nls_ja.lo ext/mbstring/libmbfl/nls/nls_kr.lo ext/mbstring/libmbfl/nls/nls_neutral.lo ext/mbstring/libmbfl/nls/nls_ru.lo ext/mbstring/libmbfl/nls/nls_uni.lo ext/mbstring/libmbfl/nls/nls_zh.lo ext/mbstring/libmbfl/nls/nls_hy.lo ext/mbstring/libmbfl/nls/nls_tr.lo ext/mbstring/libmbfl/nls/nls_ua.lo ext/mbstring/mbstring.lo ext/mbstring/php_unicode.lo ext/mbstring/mb_gpc.lo ext/mbstring/php_mbregex.lo ext/mcrypt/mcrypt.lo ext/mcrypt/mcrypt_filter.lo ext/mysqli/mysqli.lo ext/mysqli/mysqli_api.lo ext/mysqli/mysqli_prop.lo ext/mysqli/mysqli_nonapi.lo ext/mysqli/mysqli_fe.lo ext/mysqli/mysqli_report.lo ext/mysqli/mysqli_driver.lo ext/mysqli/mysqli_warning.lo ext/mysqli/mysqli_exception.lo ext/mysqli/mysqli_result_iterator.lo ext/pcntl/pcntl.lo ext/pcntl/php_signal.lo ext/pdo/pdo.lo ext/pdo/pdo_dbh.lo ext/pdo/pdo_stmt.lo ext/pdo/pdo_sql_parser.lo ext/pdo/pdo_sqlstate.lo ext/pdo_sqlite/pdo_sqlite.lo ext/pdo_sqlite/sqlite_driver.lo ext/pdo_sqlite/sqlite_statement.lo ext/phar/util.lo ext/phar/tar.lo ext/phar/zip.lo ext/phar/stream.lo ext/phar/func_interceptors.lo ext/phar/dirstream.lo ext/phar/phar.lo ext/phar/phar_object.lo ext/phar/phar_path_check.lo ext/posix/posix.lo ext/reflection/php_reflection.lo ext/session/mod_user_class.lo ext/session/session.lo ext/session/mod_files.lo ext/session/mod_mm.lo ext/session/mod_user.lo ext/shmop/shmop.lo ext/simplexml/simplexml.lo ext/simplexml/sxe.lo ext/soap/soap.lo ext/soap/php_encoding.lo ext/soap/php_http.lo ext/soap/php_packet_soap.lo ext/soap/php_schema.lo ext/soap/php_sdl.lo ext/soap/php_xml.lo ext/sockets/sockets.lo ext/sockets/multicast.lo ext/sockets/conversions.lo ext/sockets/sockaddr_conv.lo ext/sockets/sendrecvmsg.lo ext/spl/php_spl.lo ext/spl/spl_functions.lo ext/spl/spl_engine.lo ext/spl/spl_iterators.lo ext/spl/spl_array.lo ext/spl/spl_directory.lo ext/spl/spl_exceptions.lo ext/spl/spl_observer.lo ext/spl/spl_dllist.lo ext/spl/spl_heap.lo ext/spl/spl_fixedarray.lo ext/standard/crypt_freesec.lo ext/standard/crypt_blowfish.lo ext/standard/crypt_sha512.lo ext/standard/crypt_sha256.lo ext/standard/php_crypt_r.lo ext/standard/array.lo ext/standard/base64.lo ext/standard/basic_functions.lo ext/standard/browscap.lo ext/standard/crc32.lo ext/standard/crypt.lo ext/standard/cyr_convert.lo ext/standard/datetime.lo ext/standard/dir.lo ext/standard/dl.lo ext/standard/dns.lo ext/standard/exec.lo ext/standard/file.lo ext/standard/filestat.lo ext/standard/flock_compat.lo ext/standard/formatted_print.lo ext/standard/fsock.lo ext/standard/head.lo ext/standard/html.lo ext/standard/image.lo ext/standard/info.lo ext/standard/iptc.lo ext/standard/lcg.lo ext/standard/link.lo ext/standard/mail.lo ext/standard/math.lo ext/standard/md5.lo ext/standard/metaphone.lo ext/standard/microtime.lo ext/standard/pack.lo ext/standard/pageinfo.lo ext/standard/quot_print.lo ext/standard/rand.lo ext/standard/mt_rand.lo ext/standard/soundex.lo ext/standard/string.lo ext/standard/scanf.lo ext/standard/syslog.lo ext/standard/type.lo ext/standard/uniqid.lo ext/standard/url.lo ext/standard/var.lo ext/standard/versioning.lo ext/standard/assert.lo ext/standard/strnatcmp.lo ext/standard/levenshtein.lo ext/standard/incomplete_class.lo ext/standard/url_scanner_ex.lo ext/standard/ftp_fopen_wrapper.lo ext/standard/http_fopen_wrapper.lo ext/standard/php_fopen_wrapper.lo ext/standard/credits.lo ext/standard/css.lo ext/standard/var_unserializer.lo ext/standard/ftok.lo ext/standard/sha1.lo ext/standard/user_filters.lo ext/standard/uuencode.lo ext/standard/filters.lo ext/standard/proc_open.lo ext/standard/streamsfuncs.lo ext/standard/http.lo ext/standard/password.lo ext/standard/random.lo ext/sysvsem/sysvsem.lo ext/tokenizer/tokenizer.lo ext/tokenizer/tokenizer_data.lo ext/xml/xml.lo ext/xml/compat.lo ext/xmlreader/php_xmlreader.lo ext/xmlrpc/xmlrpc-epi-php.lo ext/xmlrpc/libxmlrpc/base64.lo ext/xmlrpc/libxmlrpc/simplestring.lo ext/xmlrpc/libxmlrpc/xml_to_dandarpc.lo ext/xmlrpc/libxmlrpc/xmlrpc_introspection.lo ext/xmlrpc/libxmlrpc/encodings.lo ext/xmlrpc/libxmlrpc/system_methods.lo ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.lo ext/xmlrpc/libxmlrpc/queue.lo ext/xmlrpc/libxmlrpc/xml_element.lo ext/xmlrpc/libxmlrpc/xmlrpc.lo ext/xmlrpc/libxmlrpc/xml_to_soap.lo ext/xmlwriter/php_xmlwriter.lo ext/zip/php_zip.lo ext/zip/zip_stream.lo ext/zip/lib/zip_add.lo ext/zip/lib/zip_add_dir.lo ext/zip/lib/zip_add_entry.lo ext/zip/lib/zip_buffer.lo ext/zip/lib/zip_file_set_mtime.lo ext/zip/lib/zip_io_util.lo ext/zip/lib/zip_source_begin_write.lo ext/zip/lib/zip_source_call.lo ext/zip/lib/zip_source_commit_write.lo ext/zip/lib/zip_source_is_deleted.lo ext/zip/lib/zip_source_remove.lo ext/zip/lib/zip_source_rollback_write.lo ext/zip/lib/zip_source_seek.lo ext/zip/lib/zip_source_seek_write.lo ext/zip/lib/zip_source_supports.lo ext/zip/lib/zip_source_tell.lo ext/zip/lib/zip_source_tell_write.lo ext/zip/lib/zip_source_write.lo ext/zip/lib/zip_close.lo ext/zip/lib/zip_delete.lo ext/zip/lib/zip_dir_add.lo ext/zip/lib/zip_dirent.lo ext/zip/lib/zip_discard.lo ext/zip/lib/zip_entry.lo ext/zip/lib/zip_err_str.lo ext/zip/lib/zip_error.lo ext/zip/lib/zip_error_clear.lo ext/zip/lib/zip_error_get.lo ext/zip/lib/zip_error_get_sys_type.lo ext/zip/lib/zip_error_strerror.lo ext/zip/lib/zip_error_to_str.lo ext/zip/lib/zip_extra_field.lo ext/zip/lib/zip_extra_field_api.lo ext/zip/lib/zip_fclose.lo ext/zip/lib/zip_fdopen.lo ext/zip/lib/zip_file_add.lo ext/zip/lib/zip_file_error_clear.lo ext/zip/lib/zip_file_error_get.lo ext/zip/lib/zip_file_get_comment.lo ext/zip/lib/zip_file_get_offset.lo ext/zip/lib/zip_file_rename.lo ext/zip/lib/zip_file_replace.lo ext/zip/lib/zip_file_set_comment.lo ext/zip/lib/zip_file_strerror.lo ext/zip/lib/zip_filerange_crc.lo ext/zip/lib/zip_fopen.lo ext/zip/lib/zip_file_get_external_attributes.lo ext/zip/lib/zip_file_set_external_attributes.lo ext/zip/lib/zip_fopen_encrypted.lo ext/zip/lib/zip_fopen_index.lo ext/zip/lib/zip_fopen_index_encrypted.lo ext/zip/lib/zip_fread.lo ext/zip/lib/zip_get_archive_comment.lo ext/zip/lib/zip_get_archive_flag.lo ext/zip/lib/zip_get_compression_implementation.lo ext/zip/lib/zip_get_encryption_implementation.lo ext/zip/lib/zip_get_file_comment.lo ext/zip/lib/zip_get_name.lo ext/zip/lib/zip_get_num_entries.lo ext/zip/lib/zip_get_num_files.lo ext/zip/lib/zip_memdup.lo ext/zip/lib/zip_name_locate.lo ext/zip/lib/zip_new.lo ext/zip/lib/zip_open.lo ext/zip/lib/zip_rename.lo ext/zip/lib/zip_replace.lo ext/zip/lib/zip_hash.lo ext/zip/lib/zip_set_archive_comment.lo ext/zip/lib/zip_set_archive_flag.lo ext/zip/lib/zip_set_default_password.lo ext/zip/lib/zip_set_file_comment.lo ext/zip/lib/zip_set_file_compression.lo ext/zip/lib/zip_set_name.lo ext/zip/lib/zip_source_buffer.lo ext/zip/lib/zip_source_close.lo ext/zip/lib/zip_source_crc.lo ext/zip/lib/zip_source_deflate.lo ext/zip/lib/zip_source_error.lo ext/zip/lib/zip_source_file.lo ext/zip/lib/zip_source_filep.lo ext/zip/lib/zip_source_free.lo ext/zip/lib/zip_source_function.lo ext/zip/lib/zip_source_layered.lo ext/zip/lib/zip_source_open.lo ext/zip/lib/zip_source_pkware.lo ext/zip/lib/zip_source_read.lo ext/zip/lib/zip_source_stat.lo ext/zip/lib/zip_source_window.lo ext/zip/lib/zip_source_zip.lo ext/zip/lib/zip_source_zip_new.lo ext/zip/lib/zip_stat.lo ext/zip/lib/zip_stat_index.lo ext/zip/lib/zip_stat_init.lo ext/zip/lib/zip_strerror.lo ext/zip/lib/zip_string.lo ext/zip/lib/zip_unchange.lo ext/zip/lib/zip_unchange_all.lo ext/zip/lib/zip_unchange_archive.lo ext/zip/lib/zip_unchange_data.lo ext/zip/lib/zip_utf-8.lo ext/zip/lib/mkstemp.lo TSRM/TSRM.lo TSRM/tsrm_strtok_r.lo main/main.lo main/snprintf.lo main/spprintf.lo main/php_sprintf.lo main/fopen_wrappers.lo main/alloca.lo main/php_scandir.lo main/php_ini.lo main/SAPI.lo main/rfc1867.lo main/php_content_types.lo main/strlcpy.lo main/strlcat.lo main/mergesort.lo main/reentrancy.lo main/php_variables.lo main/php_ticks.lo main/network.lo main/php_open_temporary_file.lo main/output.lo main/getopt.lo main/streams/streams.lo main/streams/cast.lo main/streams/memory.lo main/streams/filter.lo main/streams/plain_wrapper.lo main/streams/userspace.lo main/streams/transports.lo main/streams/xp_socket.lo main/streams/mmap.lo main/streams/glob_wrapper.lo Zend/zend_language_parser.lo Zend/zend_language_scanner.lo Zend/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/zend_alloc.lo Zend/zend_compile.lo Zend/zend_constants.lo Zend/zend_dtrace.lo Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo Zend/zend_vm_opcodes.lo Zend/zend_opcode.lo Zend/zend_operators.lo Zend/zend_ptr_stack.lo Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_sort.lo Zend/zend_multibyte.lo Zend/zend_ts_hash.lo Zend/zend_stream.lo Zend/zend_iterators.lo Zend/zend_interfaces.lo Zend/zend_exceptions.lo Zend/zend_strtod.lo Zend/zend_gc.lo Zend/zend_closures.lo Zend/zend_float.lo Zend/zend_string.lo Zend/zend_signal.lo Zend/zend_generators.lo Zend/zend_virtual_cwd.lo Zend/zend_ast.lo Zend/zend_objects.lo Zend/zend_object_handlers.lo Zend/zend_objects_API.lo Zend/zend_default_classes.lo Zend/zend_inheritance.lo Zend/zend_smart_str.lo Zend/zend_execute.lo main/internal_functions_cli.lo main/fastcgi.lo sapi/cgi/cgi_main.lo -lcrypt -lz -lresolv -lcrypt -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lcurl -lxml2 -lz -lm -ldl -lfreetype -lmysqlclient -lm -lrt -ldl -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt -o sapi/cgi/php-cgi
Generating phar.php
Generating phar.phar
PEAR package PHP_Archive not installed: generated phar will require PHP's phar extension be enabled.
directorytreeiterator.inc
directorygraphiterator.inc
pharcommand.inc
clicommand.inc
invertedregexiterator.inc
phar.inc

Build complete.
Don't forget to run 'make test'.

Installing shared extensions: /usr/local/php/lib/php/extensions/no-debug-non-zts-20160303/
Installing PHP CLI binary: /usr/local/php/bin/
Installing PHP CLI man page: /usr/local/php/php/man/man1/
Installing phpdbg binary: /usr/local/php/bin/
Installing phpdbg man page: /usr/local/php/php/man/man1/
Installing PHP CGI binary: /usr/local/php/bin/
Installing PHP CGI man page: /usr/local/php/php/man/man1/
Installing build environment: /usr/local/php/lib/php/build/
Installing header files: /usr/local/php/include/php/
Installing helper programs: /usr/local/php/bin/
program: phpize
program: php-config
Installing man pages: /usr/local/php/php/man/man1/
page: phpize.1
page: php-config.1
Installing PEAR environment: /usr/local/php/lib/php/
[PEAR] Archive_Tar - installed: 1.4.2
[PEAR] Console_Getopt - installed: 1.4.1
[PEAR] Structures_Graph- installed: 1.1.1
[PEAR] XML_Util - installed: 1.4.2
[PEAR] PEAR - installed: 1.10.4
Wrote PEAR system config file at: /usr/local/php/etc/pear.conf
You may want to add: /usr/local/php/lib/php to your php.ini include_path
/usr/local/src/php-7.1.6/build/shtool install -c ext/phar/phar.phar /usr/local/php/bin
ln -s -f phar.phar /usr/local/php/bin/phar
Installing PDO headers: /usr/local/php/include/php/ext/pdo/
[root@localhost php-7.1.6]# echo $?
0
[root@localhost php-7.1.6]#

 

posted @ 2018-03-01 02:47  两颗白菜  阅读(270)  评论(0编辑  收藏  举报