Advertisement
Guest User

Untitled

a guest
Mar 28th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.80 KB | None | 0 0
  1. pecl install memcached
  2. downloading memcached-2.0.1.tgz ...
  3. Starting to download memcached-2.0.1.tgz (39,088 bytes)
  4. ..........done: 39,088 bytes
  5. 11 source files, building
  6. running: phpize
  7. Configuring for:
  8. PHP Api Version:         20090626
  9. Zend Module Api No:      20090626
  10. Zend Extension Api No:   220090626
  11. building in /var/tmp/pear-build-rootWsYif9/memcached-2.0.1
  12. running: /var/tmp/memcached/configure
  13. checking for egrep... grep -E
  14. checking for a sed that does not truncate output... /bin/sed
  15. checking for cc... cc
  16. checking for C compiler default output file name... a.out
  17. checking whether the C compiler works... yes
  18. checking whether we are cross compiling... no
  19. checking for suffix of executables...
  20. checking for suffix of object files... o
  21. checking whether we are using the GNU C compiler... yes
  22. checking whether cc accepts -g... yes
  23. checking for cc option to accept ANSI C... none needed
  24. checking how to run the C preprocessor... cc -E
  25. checking for icc... no
  26. checking for suncc... no
  27. checking whether cc understands -c and -o together... yes
  28. checking for system library directory... lib
  29. checking if compiler supports -R... no
  30. checking if compiler supports -Wl,-rpath,... yes
  31. checking build system type... x86_64-redhat-linux-gnu
  32. checking host system type... x86_64-redhat-linux-gnu
  33. checking target system type... x86_64-redhat-linux-gnu
  34. checking for PHP prefix... /usr
  35. checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib
  36. checking for PHP extension directory... /usr/lib64/php/modules
  37. checking for PHP installed headers prefix... /usr/include/php
  38. checking if debug is enabled... no
  39. checking if zts is enabled... no
  40. checking for re2c... no
  41. configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
  42. checking for gawk... gawk
  43. checking whether to enable memcached support... yes, shared
  44. checking for libmemcached... yes, shared
  45. checking whether to enable memcached session handler support... yes
  46. checking whether to enable memcached igbinary serializer support... no
  47. checking whether to enable memcached json serializer support... no
  48. checking whether to disable memcached sasl support... no
  49. checking for ZLIB... yes, shared
  50. checking for zlib location... /usr
  51. checking for session includes... /usr/include/php
  52. checking for memcached session support... enabled
  53. checking for memcached igbinary support... disabled
  54. checking for libmemcached location... /usr
  55. checking for ld used by cc... /usr/bin/ld
  56. checking if the linker (/usr/bin/ld) is GNU ld... yes
  57. checking for /usr/bin/ld option to reload object files... -r
  58. checking for BSD-compatible nm... /usr/bin/nm -B
  59. checking whether ln -s works... yes
  60. checking how to recognise dependent libraries... pass_all
  61. checking dlfcn.h usability... yes
  62. checking dlfcn.h presence... yes
  63. checking for dlfcn.h... yes
  64. checking for g77... no
  65. checking for f77... no
  66. checking for xlf... no
  67. checking for frt... no
  68. checking for pgf77... no
  69. checking for fort77... no
  70. checking for fl32... no
  71. checking for af77... no
  72. checking for f90... no
  73. checking for xlf90... no
  74. checking for pgf90... no
  75. checking for epcf90... no
  76. checking for f95... no
  77. checking for fort... no
  78. checking for xlf95... no
  79. checking for ifc... no
  80. checking for efc... no
  81. checking for pgf95... no
  82. checking for lf95... no
  83. checking for gfortran... no
  84. checking whether we are using the GNU Fortran 77 compiler... no
  85. checking whether  accepts -g... no
  86. checking the maximum length of command line arguments... 32768
  87. checking command to parse /usr/bin/nm -B output from cc object... ok
  88. checking for objdir... .libs
  89. checking for ar... ar
  90. checking for ranlib... ranlib
  91. checking for strip... strip
  92. checking if cc supports -fno-rtti -fno-exceptions... no
  93. checking for cc option to produce PIC... -fPIC
  94. checking if cc PIC flag -fPIC works... yes
  95. checking if cc static flag -static works... yes
  96. checking if cc supports -c -o file.o... yes
  97. checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  98. checking whether -lc should be explicitly linked in... no
  99. checking dynamic linker characteristics... GNU/Linux ld.so
  100. checking how to hardcode library paths into programs... immediate
  101. checking whether stripping libraries is possible... yes
  102. checking if libtool supports shared libraries... yes
  103. checking whether to build shared libraries... yes
  104. checking whether to build static libraries... no
  105. configure: creating libtool
  106. appending configuration tag "CXX" to libtool
  107. appending configuration tag "F77" to libtool
  108. configure: creating ./config.status
  109. config.status: creating config.h
  110. running: make
  111. /bin/sh /var/tmp/pear-build-rootWsYif9/memcached-2.0.1/libtool --mode=compile cc -I/usr/include/php  -I. -I/var/tmp/memcached -DPHP_ATOM_INC -I/var/tmp/pear-build-rootWsYif9/memcached-2.0.1/include -I/var/tmp/pear-build-rootWsYif9/memcached-2.0.1/main -I/var/tmp/memcached -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /var/tmp/memcached/php_memcached.c -o php_memcached.lo
  112. mkdir .libs
  113.  cc -I/usr/include/php -I. -I/var/tmp/memcached -DPHP_ATOM_INC -I/var/tmp/pear-build-rootWsYif9/memcached-2.0.1/include -I/var/tmp/pear-build-rootWsYif9/memcached-2.0.1/main -I/var/tmp/memcached -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /var/tmp/memcached/php_memcached.c  -fPIC -DPIC -o .libs/php_memcached.o
  114. /var/tmp/memcached/php_memcached.c: In function 'zim_Memcached___construct':
  115. /var/tmp/memcached/php_memcached.c:415: warning: assignment makes pointer from integer without a cast
  116. /var/tmp/memcached/php_memcached.c: In function 'php_memc_get_impl':
  117. /var/tmp/memcached/php_memcached.c:554: warning: passing argument 4 of 'memcached_mget_by_key' from incompatible pointer type
  118. /var/tmp/memcached/php_memcached.c:615: warning: passing argument 4 of 'memcached_mget_by_key' from incompatible pointer type
  119. /var/tmp/memcached/php_memcached.c: In function 'php_memc_getMulti_impl':
  120. /var/tmp/memcached/php_memcached.c:762: warning: passing argument 4 of 'memcached_mget_by_key' from incompatible pointer type
  121. /var/tmp/memcached/php_memcached.c: In function 'php_memc_getDelayed_impl':
  122. /var/tmp/memcached/php_memcached.c:936: warning: passing argument 4 of 'memcached_mget_by_key' from incompatible pointer type
  123. /var/tmp/memcached/php_memcached.c: In function 'zim_Memcached_getServerList':
  124. /var/tmp/memcached/php_memcached.c:1944: warning: assignment from incompatible pointer type
  125. /var/tmp/memcached/php_memcached.c: In function 'zim_Memcached_getStats':
  126. /var/tmp/memcached/php_memcached.c:2058: warning: assignment from incompatible pointer type
  127. /var/tmp/memcached/php_memcached.c: In function 'zim_Memcached_getVersion':
  128. /var/tmp/memcached/php_memcached.c:2091: warning: assignment from incompatible pointer type
  129. /var/tmp/memcached/php_memcached.c: In function 'zim_Memcached_getAllKeys':
  130. /var/tmp/memcached/php_memcached.c:2115: warning: assignment from incompatible pointer type
  131. /var/tmp/memcached/php_memcached.c: In function 'php_memc_do_serverlist_callback':
  132. /var/tmp/memcached/php_memcached.c:2585: warning: passing argument 4 of 'add_assoc_string_ex' discards qualifiers from pointer target type
  133. /var/tmp/memcached/php_memcached.c: In function 'php_memc_register_constants':
  134. /var/tmp/memcached/php_memcached.c:3680: error: 'MEMCACHED_BEHAVIOR_TCP_KEEPALIVE' undeclared (first use in this function)
  135. /var/tmp/memcached/php_memcached.c:3680: error: (Each undeclared identifier is reported only once
  136. /var/tmp/memcached/php_memcached.c:3680: error: for each function it appears in.)
  137. make: *** [php_memcached.lo] Error 1
  138. ERROR: `make' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement