PHP安装失败C

问答中心PHP安装失败C
Montywu asked 8 年 ago
 
checking for BSD-compatible nm... /bin/nm -B
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for 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... 32768
checking command to parse /bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/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
appending configuration tag "F77" to libtool
checking for size_t... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for ANSI C header files... (cached) yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking for sys/stat.h... (cached) yes
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 assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking for dlfcn.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) 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 for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for bcopy... yes
checking for bzero... yes
checking for fcntl... yes
checking for fsync... yes
checking for memset... yes
checking for memmove... yes
checking for mlock... yes
checking for sigaction... yes
checking for signal... yes
checking for readdir_r... yes
checking for readdir... yes
checking for strtol... yes
checking for lstat... yes
checking for stat... yes
checking for umask... yes
checking for utime... yes
checking for unsigned long long int... yes
checking size of unsigned long long int... 8
checking for unsigned long int... yes
checking size of unsigned long int... 8
checking for unsigned int... yes
checking size of unsigned int... 4
checking for unsigned short int... yes
checking size of unsigned short int... 2
checking for unsigned char... yes
checking size of unsigned char... 1
checking if malloc debugging is wanted... no
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mhash.spec
config.status: creating include/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating lib/Makefile
config.status: creating include/mutils/mhash_config.h
config.status: executing depfiles commands
Making all in include
make[1]: Entering directory `/root/oneinstack/src/mhash-0.9.9.9/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/oneinstack/src/mhash-0.9.9.9/include'
Making all in lib
make[1]: Entering directory `/root/oneinstack/src/mhash-0.9.9.9/lib'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT mhash.lo -MD -MP -MF ".deps/mhash.Tpo" -c -o mhash.lo mhash.c; \
then mv -f ".deps/mhash.Tpo" ".deps/mhash.Plo"; else rm -f ".deps/mhash.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT mhash.lo -MD -MP -MF .deps/mhash.Tpo -c mhash.c -fPIC -DPIC -o .libs/mhash.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT mhash.lo -MD -MP -MF .deps/mhash.Tpo -c mhash.c -o mhash.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT stdfns.lo -MD -MP -MF ".deps/stdfns.Tpo" -c -o stdfns.lo stdfns.c; \
then mv -f ".deps/stdfns.Tpo" ".deps/stdfns.Plo"; else rm -f ".deps/stdfns.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT stdfns.lo -MD -MP -MF .deps/stdfns.Tpo -c stdfns.c -fPIC -DPIC -o .libs/stdfns.o
stdfns.c: In function 'mutils_memcpy':
stdfns.c:227:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
if ((n < 16) || ((mutils_word32)ptr1 & 0x3) || ((mutils_word32)ptr2
^
stdfns.c:227:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
if ((n < 16) || ((mutils_word32)ptr1 & 0x3) || ((mutils_word32)ptr2
^
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT stdfns.lo -MD -MP -MF .deps/stdfns.Tpo -c stdfns.c -o stdfns.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT keygen_hex.lo -MD -MP -MF ".deps/keygen_hex.Tpo" -c -o keygen_hex.lo keygen_hex.c; \
then mv -f ".deps/keygen_hex.Tpo" ".deps/keygen_hex.Plo"; else rm -f ".deps/keygen_hex.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT keygen_hex.lo -MD -MP -MF .deps/keygen_hex.Tpo -c keygen_hex.c -fPIC -DPIC -o .libs/keygen_hex.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT keygen_hex.lo -MD -MP -MF .deps/keygen_hex.Tpo -c keygen_hex.c -o keygen_hex.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT keygen_mcrypt.lo -MD -MP -MF ".deps/keygen_mcrypt.Tpo" -c -o keygen_mcrypt.lo keygen_mcrypt.c; \
then mv -f ".deps/keygen_mcrypt.Tpo" ".deps/keygen_mcrypt.Plo"; else rm -f ".deps/keygen_mcrypt.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT keygen_mcrypt.lo -MD -MP -MF .deps/keygen_mcrypt.Tpo -c keygen_mcrypt.c -fPIC -DPIC -o .libs/keygen_mcrypt.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT keygen_mcrypt.lo -MD -MP -MF .deps/keygen_mcrypt.Tpo -c keygen_mcrypt.c -o keygen_mcrypt.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT keygen_asis.lo -MD -MP -MF ".deps/keygen_asis.Tpo" -c -o keygen_asis.lo keygen_asis.c; \
then mv -f ".deps/keygen_asis.Tpo" ".deps/keygen_asis.Plo"; else rm -f ".deps/keygen_asis.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT keygen_asis.lo -MD -MP -MF .deps/keygen_asis.Tpo -c keygen_asis.c -fPIC -DPIC -o .libs/keygen_asis.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT keygen_asis.lo -MD -MP -MF .deps/keygen_asis.Tpo -c keygen_asis.c -o keygen_asis.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT keygen.lo -MD -MP -MF ".deps/keygen.Tpo" -c -o keygen.lo keygen.c; \
then mv -f ".deps/keygen.Tpo" ".deps/keygen.Plo"; else rm -f ".deps/keygen.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT keygen.lo -MD -MP -MF .deps/keygen.Tpo -c keygen.c -fPIC -DPIC -o .libs/keygen.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT keygen.lo -MD -MP -MF .deps/keygen.Tpo -c keygen.c -o keygen.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT keygen_s2k.lo -MD -MP -MF ".deps/keygen_s2k.Tpo" -c -o keygen_s2k.lo keygen_s2k.c; \
then mv -f ".deps/keygen_s2k.Tpo" ".deps/keygen_s2k.Plo"; else rm -f ".deps/keygen_s2k.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT keygen_s2k.lo -MD -MP -MF .deps/keygen_s2k.Tpo -c keygen_s2k.c -fPIC -DPIC -o .libs/keygen_s2k.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT keygen_s2k.lo -MD -MP -MF .deps/keygen_s2k.Tpo -c keygen_s2k.c -o keygen_s2k.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT crc32.lo -MD -MP -MF ".deps/crc32.Tpo" -c -o crc32.lo crc32.c; \
then mv -f ".deps/crc32.Tpo" ".deps/crc32.Plo"; else rm -f ".deps/crc32.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT crc32.lo -MD -MP -MF .deps/crc32.Tpo -c crc32.c -fPIC -DPIC -o .libs/crc32.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT crc32.lo -MD -MP -MF .deps/crc32.Tpo -c crc32.c -o crc32.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT adler32.lo -MD -MP -MF ".deps/adler32.Tpo" -c -o adler32.lo adler32.c; \
then mv -f ".deps/adler32.Tpo" ".deps/adler32.Plo"; else rm -f ".deps/adler32.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT adler32.lo -MD -MP -MF .deps/adler32.Tpo -c adler32.c -fPIC -DPIC -o .libs/adler32.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT adler32.lo -MD -MP -MF .deps/adler32.Tpo -c adler32.c -o adler32.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT md2.lo -MD -MP -MF ".deps/md2.Tpo" -c -o md2.lo md2.c; \
then mv -f ".deps/md2.Tpo" ".deps/md2.Plo"; else rm -f ".deps/md2.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT md2.lo -MD -MP -MF .deps/md2.Tpo -c md2.c -fPIC -DPIC -o .libs/md2.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT md2.lo -MD -MP -MF .deps/md2.Tpo -c md2.c -o md2.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT md4.lo -MD -MP -MF ".deps/md4.Tpo" -c -o md4.lo md4.c; \
then mv -f ".deps/md4.Tpo" ".deps/md4.Plo"; else rm -f ".deps/md4.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT md4.lo -MD -MP -MF .deps/md4.Tpo -c md4.c -fPIC -DPIC -o .libs/md4.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT md4.lo -MD -MP -MF .deps/md4.Tpo -c md4.c -o md4.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT md5.lo -MD -MP -MF ".deps/md5.Tpo" -c -o md5.lo md5.c; \
then mv -f ".deps/md5.Tpo" ".deps/md5.Plo"; else rm -f ".deps/md5.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -fPIC -DPIC -o .libs/md5.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT ripemd.lo -MD -MP -MF ".deps/ripemd.Tpo" -c -o ripemd.lo ripemd.c; \
then mv -f ".deps/ripemd.Tpo" ".deps/ripemd.Plo"; else rm -f ".deps/ripemd.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT ripemd.lo -MD -MP -MF .deps/ripemd.Tpo -c ripemd.c -fPIC -DPIC -o .libs/ripemd.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT ripemd.lo -MD -MP -MF .deps/ripemd.Tpo -c ripemd.c -o ripemd.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT sha1.lo -MD -MP -MF ".deps/sha1.Tpo" -c -o sha1.lo sha1.c; \
then mv -f ".deps/sha1.Tpo" ".deps/sha1.Plo"; else rm -f ".deps/sha1.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c sha1.c -fPIC -DPIC -o .libs/sha1.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c sha1.c -o sha1.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT sha256_sha224.lo -MD -MP -MF ".deps/sha256_sha224.Tpo" -c -o sha256_sha224.lo sha256_sha224.c; \
then mv -f ".deps/sha256_sha224.Tpo" ".deps/sha256_sha224.Plo"; else rm -f ".deps/sha256_sha224.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT sha256_sha224.lo -MD -MP -MF .deps/sha256_sha224.Tpo -c sha256_sha224.c -fPIC -DPIC -o .libs/sha256_sha224.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT sha256_sha224.lo -MD -MP -MF .deps/sha256_sha224.Tpo -c sha256_sha224.c -o sha256_sha224.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT sha512_sha384.lo -MD -MP -MF ".deps/sha512_sha384.Tpo" -c -o sha512_sha384.lo sha512_sha384.c; \
then mv -f ".deps/sha512_sha384.Tpo" ".deps/sha512_sha384.Plo"; else rm -f ".deps/sha512_sha384.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT sha512_sha384.lo -MD -MP -MF .deps/sha512_sha384.Tpo -c sha512_sha384.c -fPIC -DPIC -o .libs/sha512_sha384.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT sha512_sha384.lo -MD -MP -MF .deps/sha512_sha384.Tpo -c sha512_sha384.c -o sha512_sha384.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT tiger.lo -MD -MP -MF ".deps/tiger.Tpo" -c -o tiger.lo tiger.c; \
then mv -f ".deps/tiger.Tpo" ".deps/tiger.Plo"; else rm -f ".deps/tiger.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT tiger.lo -MD -MP -MF .deps/tiger.Tpo -c tiger.c -fPIC -DPIC -o .libs/tiger.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT tiger.lo -MD -MP -MF .deps/tiger.Tpo -c tiger.c -o tiger.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT tiger_sboxes.lo -MD -MP -MF ".deps/tiger_sboxes.Tpo" -c -o tiger_sboxes.lo tiger_sboxes.c; \
then mv -f ".deps/tiger_sboxes.Tpo" ".deps/tiger_sboxes.Plo"; else rm -f ".deps/tiger_sboxes.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT tiger_sboxes.lo -MD -MP -MF .deps/tiger_sboxes.Tpo -c tiger_sboxes.c -fPIC -DPIC -o .libs/tiger_sboxes.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT tiger_sboxes.lo -MD -MP -MF .deps/tiger_sboxes.Tpo -c tiger_sboxes.c -o tiger_sboxes.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT haval.lo -MD -MP -MF ".deps/haval.Tpo" -c -o haval.lo haval.c; \
then mv -f ".deps/haval.Tpo" ".deps/haval.Plo"; else rm -f ".deps/haval.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT haval.lo -MD -MP -MF .deps/haval.Tpo -c haval.c -fPIC -DPIC -o .libs/haval.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT haval.lo -MD -MP -MF .deps/haval.Tpo -c haval.c -o haval.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT gosthash.lo -MD -MP -MF ".deps/gosthash.Tpo" -c -o gosthash.lo gosthash.c; \
then mv -f ".deps/gosthash.Tpo" ".deps/gosthash.Plo"; else rm -f ".deps/gosthash.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT gosthash.lo -MD -MP -MF .deps/gosthash.Tpo -c gosthash.c -fPIC -DPIC -o .libs/gosthash.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT gosthash.lo -MD -MP -MF .deps/gosthash.Tpo -c gosthash.c -o gosthash.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT whirlpool.lo -MD -MP -MF ".deps/whirlpool.Tpo" -c -o whirlpool.lo whirlpool.c; \
then mv -f ".deps/whirlpool.Tpo" ".deps/whirlpool.Plo"; else rm -f ".deps/whirlpool.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT whirlpool.lo -MD -MP -MF .deps/whirlpool.Tpo -c whirlpool.c -fPIC -DPIC -o .libs/whirlpool.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT whirlpool.lo -MD -MP -MF .deps/whirlpool.Tpo -c whirlpool.c -o whirlpool.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT snefru.lo -MD -MP -MF ".deps/snefru.Tpo" -c -o snefru.lo snefru.c; \
then mv -f ".deps/snefru.Tpo" ".deps/snefru.Plo"; else rm -f ".deps/snefru.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT snefru.lo -MD -MP -MF .deps/snefru.Tpo -c snefru.c -fPIC -DPIC -o .libs/snefru.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT snefru.lo -MD -MP -MF .deps/snefru.Tpo -c snefru.c -o snefru.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o libmhash.la -rpath /usr/local/lib -version-info 2:1 mhash.lo stdfns.lo keygen_hex.lo keygen_mcrypt.lo keygen_asis.lo keygen.lo keygen_s2k.lo crc32.lo adler32.lo md2.lo md4.lo md5.lo ripemd.lo sha1.lo sha256_sha224.lo sha512_sha384.lo tiger.lo tiger_sboxes.lo haval.lo gosthash.lo whirlpool.lo snefru.lo
gcc -shared .libs/mhash.o .libs/stdfns.o .libs/keygen_hex.o .libs/keygen_mcrypt.o .libs/keygen_asis.o .libs/keygen.o .libs/keygen_s2k.o .libs/crc32.o .libs/adler32.o .libs/md2.o .libs/md4.o .libs/md5.o .libs/ripemd.o .libs/sha1.o .libs/sha256_sha224.o .libs/sha512_sha384.o .libs/tiger.o .libs/tiger_sboxes.o .libs/haval.o .libs/gosthash.o .libs/whirlpool.o .libs/snefru.o -Wl,-soname -Wl,libmhash.so.2 -o .libs/libmhash.so.2.0.1
(cd .libs && rm -f libmhash.so.2 && ln -s libmhash.so.2.0.1 libmhash.so.2)
(cd .libs && rm -f libmhash.so && ln -s libmhash.so.2.0.1 libmhash.so)
ar cru .libs/libmhash.a mhash.o stdfns.o keygen_hex.o keygen_mcrypt.o keygen_asis.o keygen.o keygen_s2k.o crc32.o adler32.o md2.o md4.o md5.o ripemd.o sha1.o sha256_sha224.o sha512_sha384.o tiger.o tiger_sboxes.o haval.o gosthash.o whirlpool.o snefru.o
ranlib .libs/libmhash.a
creating libmhash.la
(cd .libs && rm -f libmhash.la && ln -s ../libmhash.la libmhash.la)
make[1]: Leaving directory `/root/oneinstack/src/mhash-0.9.9.9/lib'
Making all in doc
make[1]: Entering directory `/root/oneinstack/src/mhash-0.9.9.9/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/oneinstack/src/mhash-0.9.9.9/doc'
Making all in src
make[1]: Entering directory `/root/oneinstack/src/mhash-0.9.9.9/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT driver.o -MD -MP -MF ".deps/driver.Tpo" -c -o driver.o driver.c; \
then mv -f ".deps/driver.Tpo" ".deps/driver.Po"; else rm -f ".deps/driver.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o driver driver.o ../lib/libmhash.la
mkdir .libs
gcc -g -O2 -o .libs/driver driver.o ../lib/.libs/libmhash.so
creating driver
if gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT hmac_test.o -MD -MP -MF ".deps/hmac_test.Tpo" -c -o hmac_test.o hmac_test.c; \
then mv -f ".deps/hmac_test.Tpo" ".deps/hmac_test.Po"; else rm -f ".deps/hmac_test.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o hmac_test hmac_test.o ../lib/libmhash.la
gcc -g -O2 -o .libs/hmac_test hmac_test.o ../lib/.libs/libmhash.so
creating hmac_test
if gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT keygen_test.o -MD -MP -MF ".deps/keygen_test.Tpo" -c -o keygen_test.o keygen_test.c; \
then mv -f ".deps/keygen_test.Tpo" ".deps/keygen_test.Po"; else rm -f ".deps/keygen_test.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o keygen_test keygen_test.o ../lib/libmhash.la
gcc -g -O2 -o .libs/keygen_test keygen_test.o ../lib/.libs/libmhash.so
creating keygen_test
if gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT mhash_save_restore_test.o -MD -MP -MF ".deps/mhash_save_restore_test.Tpo" -c -o mhash_save_restore_test.o mhash_save_restore_test.c; \
then mv -f ".deps/mhash_save_restore_test.Tpo" ".deps/mhash_save_restore_test.Po"; else rm -f ".deps/mhash_save_restore_test.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o rest_test mhash_save_restore_test.o ../lib/libmhash.la
gcc -g -O2 -o .libs/rest_test mhash_save_restore_test.o ../lib/.libs/libmhash.so
creating rest_test
if gcc -DHAVE_CONFIG_H -I. -I. -I../include/mutils -I../include -g -O2 -MT frag_test.o -MD -MP -MF ".deps/frag_test.Tpo" -c -o frag_test.o frag_test.c; \
then mv -f ".deps/frag_test.Tpo" ".deps/frag_test.Po"; else rm -f ".deps/frag_test.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o frag_test frag_test.o ../lib/libmhash.la
gcc -g -O2 -o .libs/frag_test frag_test.o ../lib/.libs/libmhash.so
creating frag_test
make[1]: Leaving directory `/root/oneinstack/src/mhash-0.9.9.9/src'
make[1]: Entering directory `/root/oneinstack/src/mhash-0.9.9.9'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/root/oneinstack/src/mhash-0.9.9.9'
Making install in include
make[1]: Entering directory `/root/oneinstack/src/mhash-0.9.9.9/include'
make[2]: Entering directory `/root/oneinstack/src/mhash-0.9.9.9/include'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/include" || mkdir -p -- "/usr/local/include"
/root/oneinstack/src/mhash-0.9.9.9/install-sh -c -m 644 'mhash.h' '/usr/local/include/mhash.h'
/root/oneinstack/src/mhash-0.9.9.9/install-sh -c -m 644 'mutils/mhash.h' '/usr/local/include/mutils/mhash.h'
/root/oneinstack/src/mhash-0.9.9.9/install-sh -c -m 644 'mutils/mglobal.h' '/usr/local/include/mutils/mglobal.h'
/root/oneinstack/src/mhash-0.9.9.9/install-sh -c -m 644 'mutils/mtypes.h' '/usr/local/include/mutils/mtypes.h'
/root/oneinstack/src/mhash-0.9.9.9/install-sh -c -m 644 'mutils/mutils.h' '/usr/local/include/mutils/mutils.h'
/root/oneinstack/src/mhash-0.9.9.9/install-sh -c -m 644 'mutils/mhash_config.h' '/usr/local/include/mutils/mhash_config.h'
/root/oneinstack/src/mhash-0.9.9.9/install-sh -c -m 644 'mutils/mincludes.h' '/usr/local/include/mutils/mincludes.h'
make[2]: Leaving directory `/root/oneinstack/src/mhash-0.9.9.9/include'
make[1]: Leaving directory `/root/oneinstack/src/mhash-0.9.9.9/include'
Making install in lib
make[1]: Entering directory `/root/oneinstack/src/mhash-0.9.9.9/lib'
make[2]: Entering directory `/root/oneinstack/src/mhash-0.9.9.9/lib'
test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib"
/bin/sh ../libtool --mode=install /bin/install -c 'libmhash.la' '/usr/local/lib/libmhash.la'
/bin/install -c .libs/libmhash.so.2.0.1 /usr/local/lib/libmhash.so.2.0.1
(cd /usr/local/lib && { ln -s -f libmhash.so.2.0.1 libmhash.so.2 || { rm -f libmhash.so.2 && ln -s libmhash.so.2.0.1 libmhash.so.2; }; })
(cd /usr/local/lib && { ln -s -f libmhash.so.2.0.1 libmhash.so || { rm -f libmhash.so && ln -s libmhash.so.2.0.1 libmhash.so; }; })
/bin/install -c .libs/libmhash.lai /usr/local/lib/libmhash.la
/bin/install -c .libs/libmhash.a /usr/local/lib/libmhash.a
chmod 644 /usr/local/lib/libmhash.a
ranlib /usr/local/lib/libmhash.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/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.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/oneinstack/src/mhash-0.9.9.9/lib'
make[1]: Leaving directory `/root/oneinstack/src/mhash-0.9.9.9/lib'
Making install in doc
make[1]: Entering directory `/root/oneinstack/src/mhash-0.9.9.9/doc'
make[2]: Entering directory `/root/oneinstack/src/mhash-0.9.9.9/doc'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/man/man3" || mkdir -p -- "/usr/local/share/man/man3"
/bin/install -c -m 644 '././mhash.3' '/usr/local/share/man/man3/mhash.3'
make[2]: Leaving directory `/root/oneinstack/src/mhash-0.9.9.9/doc'
make[1]: Leaving directory `/root/oneinstack/src/mhash-0.9.9.9/doc'
Making install in src
make[1]: Entering directory `/root/oneinstack/src/mhash-0.9.9.9/src'
make[2]: Entering directory `/root/oneinstack/src/mhash-0.9.9.9/src'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/oneinstack/src/mhash-0.9.9.9/src'
make[1]: Leaving directory `/root/oneinstack/src/mhash-0.9.9.9/src'
make[1]: Entering directory `/root/oneinstack/src/mhash-0.9.9.9'
make[2]: Entering directory `/root/oneinstack/src/mhash-0.9.9.9'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/oneinstack/src/mhash-0.9.9.9'
make[1]: Leaving directory `/root/oneinstack/src/mhash-0.9.9.9'
ln: failed to create symbolic link ‘/lib64/libpcre.so.1’: File exists
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... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm - interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /bin/ld option to reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking 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... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/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
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for libmcrypt-config... no
checking for libmcrypt - version >= 2.5.0... no
*** Could not run libmcrypt test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means LIBMCRYPT was incorrectly installed
*** or that you have moved LIBMCRYPT since it was installed. In the latter case, you
*** may want to edit the libmcrypt-config script: no
configure: error: *** libmcrypt was not found
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `clean'. Stop.
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /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... bison -y
checking for bison version... 2.7 (ok)
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... /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/etc
checking where to scan for configuration files... /usr/local/php/etc/php.d
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
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 DSA_get_default_method in -lssl... no
checking for X509_free in -lcrypto... yes
checking for RAND_egd... no
checking for pkg-config... /bin/pkg-config
checking for PCRE library to use... bundled
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... yes
checking for fileinfo support... no
checking whether to enable input filter support... yes
checking pcre install prefix... no
checking whether to enable FTP support... yes
checking OpenSSL dir for http://FTP... no
checking for GD support... yes
checking for the location of libvpx... 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 for T1lib support... no
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-vpx-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... yes
checking for bindtextdomain in -lintl... no
checking for bindtextdomain in -lc... yes
checking for ngettext in -lc... yes
checking for dngettext in -lc... yes
checking for dcngettext in -lc... yes
checking for bind_textdomain_codeset in -lc... yes
checking for GNU MP support... no
checking for mhash support... yes
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... no
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... yes
checking for icu-config... /bin/icu-config
checking for location of ICU headers and libraries... /usr
checking for ICU 4.0 or greater... found 50.1.2
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking how to run the C++ preprocessor... /lib/cpp
configure: error: in `/root/oneinstack/src/php-5.6.21':
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
PHP install failed, Please Contact the author!
Killed
[root@szshuiwuyou oneinstack]# /bin/cp: cannot stat ‘sapi/fpm/init.d.php-fpm’: No such file or directory
chmod: cannot access ‘/etc/init.d/php-fpm’: No such file or directory
error reading information on service php-fpm: No such file or directory
error reading information on service php-fpm: No such file or directory
Redirecting to /bin/systemctl start php-fpm.service
Failed to issue method call: Unit php-fpm.service failed to load: No such file or directory.

1 Answers
oneinstack answered 8 年 ago
C++编译器没安装,yum配置好了吗?